diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt index bf8fe81..51d8e6d 100644 --- a/Doc/Changelog.txt +++ b/Doc/Changelog.txt @@ -1,3 +1,6 @@ +2020-01-28 verion 62 +Add Harrowstorm + 2019-11-03 version 61 Update to DLC without worrying about Skill Quests or World Bosses Update to API version diff --git a/HistOffline.lua b/HistOffline.lua index 45be7f4..14b4a91 100644 --- a/HistOffline.lua +++ b/HistOffline.lua @@ -1,5 +1,5 @@ -- The MIT License (MIT) http://opensource.org/licenses/MIT --- Copyright (c) 2014-2016 His Dad +-- Copyright (c) 2014-2020 His Dad -- Some code from the luatz project (MIT Licence) @@ -14,10 +14,10 @@ Colour_Heading_Complete = "#58FA58" Settings_s ="./my/visibility.lua" ---force_lang = "de" -- or "de" or "fr" for debugging +--force_lang = "fr" -- or "de" or "fr" for debugging -- ======================== -version= "61" +version= "62" require( "iuplua" ) require( "iupluacontrols" ) diff --git a/data/DLC.lua b/data/DLC.lua index 67c3288..9db0391 100644 --- a/data/DLC.lua +++ b/data/DLC.lua @@ -1,9 +1,11 @@ +--Note the .complete fields aren't used yet. + DLC_Dat2 = {} --These match the datafiles used in the game -DLC_Order= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire", "Elsweyr", "Dragonhold", "Scalebreaker", "Wrathstone"} ---DLC_Order= {"Orsinium"} +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"} + for _,dlc in ipairs (DLC_Order) do DLC_Dat2[dlc] = {} @@ -165,7 +167,10 @@ DLC_Dat2["Thieves Guild"].line = { 1360, -- Always Travel Separately, Complete quest "Cleaning House" in Hew's Bane. 1375, -- A Life Deferred, Complete quest "His Greatest Treasure" in Hew's Bane. } -DLC_Dat2["Thieves Guild"].complete = 1365 +DLC_Dat2["Thieves Guild"].complete = 1365 -- Hero of Hew's Bane, Complete quests, defeat bosses, and explore delves to become the Hero of Hew's Bane. +DLC_Dat2["Thieves Guild"].Ncomplete = 1365 -- Hero of Hew's Bane, Complete quests, defeat bosses, and explore delves to become the Hero of Hew's Bane. +DLC_Dat2["Thieves Guild"].Vcomplete=1391 -- (Maw of Lorkhaj) Maw of Lorkhaj: Moons' Champion, Complete all achievements related to defeating Rakkhat, Fang of Lorkhaj in Veteran Maw of Lorkhaj. + DLC_Dat2["Shadows of the Hist"].line = { 1533, -- Web Walker, Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs. @@ -197,7 +202,8 @@ DLC_Dat2["Shadows of the Hist"].line = { 1518, -- Blind Luck, 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. 1526, -- Beacon in the Night, 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. } --- Multiple DLC_Dat2["Shadows of the Hist"].complete +DLC_Dat2["Shadows of the Hist"].complete=1538 -- (Veteran) Shadows of the Hist Delver, Complete Veteran Cradle of Shadows and Veteran Ruins of Mazzatun. +DLC_Dat2["Shadows of the Hist"].Vcomplete=1538 -- (Veteran) Shadows of the Hist Delver, Complete Veteran Cradle of Shadows and Veteran Ruins of Mazzatun. DLC_Dat2["Horns of the Reach"].line = { 1819, -- Wildlife Sanctuary, 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. @@ -230,7 +236,8 @@ DLC_Dat2["Horns of the Reach"].line = { 1697, -- Blood, Sweat and Fire, Use the Stonefire Crucible to stun five targets and the Flameslake Cauldron to cool five lava pools within Bloodroot Forge. 1823, -- Artisan of Pain, Personally use both the Stonefire Crucible and the Flameslake Cauldron to defeat the Earthgore Amalgam in Veteran Bloodroot Forge. } ---multiple DLC_Dat2["Horns of the Reach"].complete= +DLC_Dat2["Horns of the Reach"].complete=1937 -- (Veteran) Horns of the Reach Delver, Complete Veteran Falkreath Hold and Veteran Bloodroot Forge. +DLC_Dat2["Horns of the Reach"].Vcomplete=1937 -- (Veteran) Horns of the Reach Delver, Complete Veteran Falkreath Hold and Veteran Bloodroot Forge. DLC_Dat2["Dragon Bones"].line = { 1989, -- Watch Your Step, Defeat Matriarch Aldis without any member of your group taking damage from the water that surrounds her during the fight in Veteran Scalecaller Peak. @@ -265,7 +272,8 @@ DLC_Dat2["Dragon Bones"].line = { 1973, -- Cold Pursuit, 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. 1981, -- Breaker of Spells, Defeat Zaan the Scalecaller after reading Zaan's Ritual Scroll in Veteran Scalecaller Peak. } - +DLC_Dat2["Dragon Bones"].Vcompleted=2103 -- (Veteran) Dragon Bones Delver, Complete Veteran Fang Lair and Veteran Scalecaller Peak. +DLC_Dat2["Dragon Bones"].completed=2103 -- (Veteran) Dragon Bones Delver, Complete Veteran Fang Lair and Veteran Scalecaller Peak. DLC_Dat2["Morrowind"].line = { 1806, -- Wuyuvus Slayer, Defeat Wuyuvus the Hunger at Sulipund Grange. @@ -314,7 +322,7 @@ DLC_Dat2["Morrowind"].line = { 1876, -- Ald'ruhn Annalist, Discover the secret of the Hleran Ancestral Tomb. 1835, -- Accept No Substitute, Defeat 5 of each of the Tactical Facsimiles that the Assembly General creates, on any difficulty. } -DLC_Dat2["Morrowind"].completed=1852 +DLC_Dat2["Morrowind"].completed=1852 -- Champion of Vivec, Restore Lord Vivec's lost power, save Vivec City, and be named Champion of Vivec. DLC_Dat2["Summerset"].line = { 2235, -- Yaghra Blockade, 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. @@ -384,6 +392,10 @@ DLC_Dat2["Summerset"].line = { 2134, -- A Sload and Her Shadow, Defeat Z'Maja with one Welkynar shade fighting by her side in Veteran Cloudrest. 2171, -- A Book and its Cover, Completed Bailiff Naramin's investigation of Choixth. } +DLC_Dat2["Summerset"].completed =2131 -- (Cloudrest) Cloudrest Completed, Defeat Z'Maja, Siroria, Relequen, and Galenwe in Cloudrest. +DLC_Dat2["Summerset"].Ncompleted =2131 -- (Cloudrest) Cloudrest Completed, Defeat Z'Maja, Siroria, Relequen, and Galenwe in Cloudrest. +DLC_Dat2["Summerset"].Vcompleted =2133 -- (Cloudrest) Cloudrest Conqueror, Defeat Z'Maja, Siroria, Relequen, and Galenwe in Veteran Cloudrest. + DLC_Dat2["Wolfhunter"].line = { 2152, -- (General) Moon Hunter Keep Vanquisher, Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Moon Hunter Keep. @@ -418,6 +430,9 @@ DLC_Dat2["Wolfhunter"].line = { 2311, -- (Veteran) Element of Surprise, Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices. 2312, -- (Veteran) Perfect Hunt, 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. } +DLC_Dat2["Wolfhunter"].completed = 2170 -- (Veteran) March of Sacrifices Challenger, Complete the listed achievements for Veteran March of Sacrifices. +DLC_Dat2["Wolfhunter"].Vcompleted = 2167 -- (Veteran) March of Sacrifices Challenger, Complete the listed achievements for Veteran March of Sacrifices. +DLC_Dat2["Wolfhunter"].Ncompleted =2170 -- (Veteran) Wolfhunter Delver, Complete Veteran Moon Hunter Keep and Veteran March of Sacrifices. DLC_Dat2["Murkmire"].line = { 2363, -- Blackrose Prison Conqueror, Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison. @@ -501,6 +516,7 @@ DLC_Dat2["Dragon Bones"].line = { 2102, -- (Veteran) Leave No Bone Unbroken, 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. } DLC_Dat2["Dragon Bones"].completed = 2103 -- (Veteran) Dragon Bones Delver, Complete Veteran Fang Lair and Veteran Scalecaller Peak. +DLC_Dat2["Dragon Bones"].Vcompleted = 2103 -- (Veteran) Dragon Bones Delver, Complete Veteran Fang Lair and Veteran Scalecaller Peak. DLC_Dat2["Scalebreaker"].line = { 2415, -- (General) Moongrave Fane Vanquisher, Defeat the Risen Ruins, Dro'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Moongrave Fane. @@ -556,7 +572,6 @@ DLC_Dat2["Wrathstone"].line = { 2381, -- (General) Running the Right Angles, Always dodge Warlord Tzogvin's Reckless Charges in Frostvault. 2382, -- (General) Three Sheets to the Wind, Get Warlord Tzogvin to destroy all three of his banners with Raging Winds in Frostvault. 2384, -- (Veteran) Cold Potato, 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. -2385, -- (General) Drop Testing, Knock 20 enemies off the Stonekeeper's platform in Frostvault. 2386, -- (Veteran) A Variety of Vermin, 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. 2387, -- (General) Rat Race, 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. 2388, -- (Veteran) Hide and Seek, 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. @@ -567,4 +582,43 @@ DLC_Dat2["Wrathstone"].line = { 2393, -- (Veteran) Out of Formation, Prevent the Symphony of Blades from crossing the Auroran Phalanx and becoming empowered by Meridia's Light in Veteran Depths of Malatar. 2395, -- (Veteran) Lackluster, 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. 2471, -- (General) Wrathstone Dungeoneer, Complete both Frostvault and Depths of Malatar in Normal. -} \ No newline at end of file +} +DLC_Dat2["Wrathstone"].completed = 2471 -- (General) Wrathstone Dungeoneer, Complete both Frostvault and Depths of Malatar in Normal. +DLC_Dat2["Wrathstone"].Ncompleted = 2471 -- (General) Wrathstone Dungeoneer, Complete both Frostvault and Depths of Malatar in Normal. + +DLC_Dat2["Harrowstorm"].line = { +2539, -- (General) Icereach Vanquisher, Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Icereach. +2540, -- (Veteran) Icereach Conqueror, Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Veteran Icereach. +2541, -- (Veteran) Cold-Blooded Killer, In Veteran Icereach, defeat the Icereach Coven after burning their sacred wicker totem. +2542, -- (Veteran) Thane's Haste, 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. +2543, -- (Veteran) Hex-Proof, 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. +2545, -- (Veteran) Icereach Challenger, Complete the listed achievements for Veteran Icereach. +2546, -- (Veteran) No Rest for the Wicked, 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. +2549, -- (General) Unhallowed Grave Vanquisher, Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in the Unhallowed Grave. +2550, -- (Veteran) Unhallowed Grave Conqueror, Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in Veteran Unhallowed Grave. +2551, -- (Veteran) Skull Smasher, In Veteran Unhallowed Grave, defeat Kjalnar Tombskald after destroying Kjalnar's Skull Totem. +2552, -- (Veteran) Grave Robber, 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. +2553, -- (Veteran) Unscathed Grave, 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. +2554, -- (Veteran) Unhallowed Grave Challenger, Complete the listed achievements for Veteran Unhallowed Grave +2555, -- (Veteran) In Defiance of Death, 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. +2556, -- (Veteran) Harrowstorm Delver, Complete both Icereach and Unhallowed Grave in Veteran. +2660, -- (General) Harrowstorm Scout, Complete both Icereach and Unhallowed Grave in Normal. +2670, -- (Veteran) Frozen Finish, Defeat Kjarg the Tuskscraper with at least three fully-formed Frost Atronachs alive in Veteran Icereach. +2671, -- (General) Brush Fire, Remove the Ice Armor from fifty Stranglers by using the Melting Torrent effect to deal Fiery Radiation damage to them. +2672, -- (Veteran) Spit Take, Defeat Sister Skelga without allowing the Stranglers ice spit projectiles to hit any player in Veteran Icereach. +2673, -- (Veteran) An Open Invocation, Defeat Vearogh the Shambler without killing any Rift Wraiths in Veteran Icereach. +2674, -- (Veteran) Lightning Strikes Thrice, While fighting the Stormborn Revenant in Veteran Icereach, defeat three Storm Atronachs, letting no more than three seconds pass between each kill. +2675, -- (Veteran) Eye of the Storm, Defeat the Icereach Coven with one member of the group afflicted by all the witches' signature spells in Veteran Icereach. +2676, -- (General) Swift Silencer, Prevent the Icereach Coven from successfully channeling the Storm Surge by interrupting all four sisters within five seconds of the spell beginning. +2677, -- (Veteran) Lashing Lullaby, When fighting the Icereach Coven on Hard Mode in Veteran Icereach, use Gohlla's Giant to knock each sister out of the enraged state. +2678, -- (General) Knock Knock, Gain entry to Voria's Sanctum in Unhallowed Grave and defeat the beast within. +2679, -- (Veteran) Relentless Dogcatcher, Defeat Hakgrym the Howler without defeating any of his Flesh Abominations in Veteran Unhallowed Grave. +2680, -- (General) Ceramic Panic, Defeat the Keeper of the Kiln without ever revealing the correct symbol. +2681, -- (General) Shattered Shields, Defeat the Eternal Aegis without allowing the Ring of Blades to block any party members attacks, or allowing any Lesser Aegises to explode. +2682, -- (General) Last-Second Sundering, 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. +2683, -- (Veteran) Mender Wrender, While fighting Ondagore the Mad in Veteran Unhallowed Grave, kill all menders within five seconds of each other. +2684, -- (Veteran) Unchecked Empowerment, Defeat Kjalnar Tombskald in Veteran Unhallowed Grave without destroying Imbued Skeletons before they reach the empowering circles. +2685, -- (General) Skeletal Shutout, Defeat Kjalnar Tombskald without letting any Imbued Skeletons empower themselves. +} +DLC_Dat2["Harrowstorm"].completed = 2545 -- (Veteran) Icereach Challenger, Complete the listed achievements for Veteran Icereach. +DLC_Dat2["Harrowstorm"].Vcompleted = 2545 -- (Veteran) Icereach Challenger, Complete the listed achievements for Veteran Icereach. \ No newline at end of file diff --git a/data/DLC_Grp.lua b/data/DLC_Grp.lua index 28c9f9a..8d0ab7e 100644 --- a/data/DLC_Grp.lua +++ b/data/DLC_Grp.lua @@ -49,5 +49,10 @@ DLC_Grp_Dat.id ={ -- No Group Dungeons in Thieves Guild -- No Group Dungeons in Summerset -- No Group Dungeons in Elsweyr (2 public) +--Harrowstorm +2539, -- (General) Icereach Vanquisher, Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Icereach. +2540, -- (Veteran) Icereach Conqueror, Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Veteran Icereach. +2549, -- (General) Unhallowed Grave Vanquisher, Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in the Unhallowed Grave. +2550, -- (Veteran) Unhallowed Grave Conqueror, Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in Veteran Unhallowed Grave. } diff --git a/data/de/de-data.lua b/data/de/de-data.lua index 3fad3df..b7e4bba 100644 --- a/data/de/de-data.lua +++ b/data/de/de-data.lua @@ -1,23510 +1,24091 @@ --Obtained from the game, Don't edit. Ach_Detail ={ [2048] = { +["name"] = "Schätze der Messingfeste", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Schätze der Messingfeste", ["numCriteria"] = 1, +["description"] = "Reist in die Messingfeste der Stadt der Uhrwerke.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Reist in die Messingfeste der Stadt der Uhrwerke.", -["achievementIndex"] = 1, +["Category_ID"] = 21, } , [2049] = { +["name"] = "Held der Stadt der Uhrwerke", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Held der Stadt der Uhrwerke", ["numCriteria"] = 5, +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Stadt der Uhrwerke zu werden.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Stadt der Uhrwerke zu werden.", -["achievementIndex"] = 2, +["Category_ID"] = 21, } , [2050] = { -["prevId"] = 0, -["firstID"] = 2050, -["SubCategory"] = "Quests", ["name"] = "Land der Getriebe und Zahnräder", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2050, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Zur Stadt der Uhrwerke“ ab.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2058, -["description"] = "Schließt die Quest „Zur Stadt der Uhrwerke“ ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2058] = { -["prevId"] = 2050, -["firstID"] = 2050, -["SubCategory"] = "Quests", ["name"] = "Bewohner der Stadt der Uhrwerke", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2050, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Auf der Suche nach einem Bürgen“ ab.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2059, -["description"] = "Schließt die Quest „Auf der Suche nach einem Bürgen“ ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [11] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger des Eldengrunds I", +["achievementIndex"] = 5, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt Akash gra-Mal, Würgedorn und Stiftsvogt Oraneth im Eldengrund I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Akash gra-Mal, Würgedorn und Stiftsvogt Oraneth im Eldengrund I.", ["Category_ID"] = 4, } , [2060] = { -["prevId"] = 2059, -["firstID"] = 2050, -["SubCategory"] = "Quests", ["name"] = "Mittelsmann", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2050, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Tiefere Schatten“ ab.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Tiefere Schatten“ ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2061] = { -["prevId"] = 0, -["firstID"] = 2061, -["SubCategory"] = "Quests", ["name"] = "Vom gleichen Schlag", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 2061, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Verloren in Immergrau“ ab.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2062, -["description"] = "Schließt die Quest „Verloren in Immergrau“ ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2062] = { -["prevId"] = 2061, -["firstID"] = 2061, -["SubCategory"] = "Quests", ["name"] = "Schattenboxen", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 2061, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Hinein in die Schwärze“ ab.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2063, -["description"] = "Schließt die Quest „Hinein in die Schwärze“ ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2063] = { -["prevId"] = 0, -["firstID"] = 2061, -["SubCategory"] = "Quests", ["name"] = "Der wahre Sotha Sil", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 2061, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Wo die Schatten ruhen“ ab.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2064, -["description"] = "Schließt die Quest „Wo die Schatten ruhen“ ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2064] = { -["prevId"] = 0, -["firstID"] = 2061, -["SubCategory"] = "Quests", ["name"] = "Die Last des Wissens", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 2061, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Das Licht des Wissens“ ab.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Das Licht des Wissens“ ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2065] = { -["prevId"] = 0, -["firstID"] = 2065, -["SubCategory"] = "Quests", ["name"] = "Krähen zum Gefallen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2065, ["numCriteria"] = 1, +["description"] = "Schließt eine tägliche Aufgabe des Schwarzfederhofs ab.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 2066, -["description"] = "Schließt eine tägliche Aufgabe des Schwarzfederhofs ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2066] = { -["prevId"] = 0, -["firstID"] = 2065, -["SubCategory"] = "Quests", ["name"] = "Schwarzfederdiener", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2065, ["numCriteria"] = 1, +["description"] = "Schließt 7 tägliche Aufgaben des Schwarzfederhofs ab.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2067, -["description"] = "Schließt 7 tägliche Aufgaben des Schwarzfederhofs ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2067] = { -["prevId"] = 0, -["firstID"] = 2065, -["SubCategory"] = "Quests", ["name"] = "Schwarzfeder ehrenhalber", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2065, ["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Aufgaben des Schwarzfederhofs ab.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Aufgaben des Schwarzfederhofs ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2068] = { -["prevId"] = 0, -["firstID"] = 2068, -["SubCategory"] = "Quests", ["name"] = "Abenteurer der Stadt der Uhrwerke", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2068, ["numCriteria"] = 1, +["description"] = "Schließt 20 Quests der Hauptgeschichte der Stadt der Uhrwerke ab.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 2069, -["description"] = "Schließt 20 Quests der Hauptgeschichte der Stadt der Uhrwerke ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2069] = { -["prevId"] = 0, -["firstID"] = 2068, -["SubCategory"] = "Quests", ["name"] = "Großabenteurer der Stadt der Uhrwerke", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2068, ["numCriteria"] = 1, +["description"] = "Schließt 24 Quests der Hauptgeschichte der Stadt der Uhrwerke ab.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 24 Quests der Hauptgeschichte der Stadt der Uhrwerke ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2070] = { -["prevId"] = 0, -["firstID"] = 2070, -["SubCategory"] = "Quests", ["name"] = "Helfer der Messingfeste", -["SubCategory_ID"] = 2, ["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2070, ["numCriteria"] = 1, +["description"] = "Schließt eine tägliche Nachschubaufgabe der Messingfeste ab.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 2071, -["description"] = "Schließt eine tägliche Nachschubaufgabe der Messingfeste ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2071] = { -["prevId"] = 0, -["firstID"] = 2070, -["SubCategory"] = "Quests", ["name"] = "Versorger der Messingfeste", -["SubCategory_ID"] = 2, ["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2070, ["numCriteria"] = 1, +["description"] = "Schließt 7 tägliche Nachschubaufgaben der Messingfeste ab.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2072, -["description"] = "Schließt 7 tägliche Nachschubaufgaben der Messingfeste ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2072] = { -["prevId"] = 0, -["firstID"] = 2070, -["SubCategory"] = "Quests", ["name"] = "Quartiermeister der Messingfeste", -["SubCategory_ID"] = 2, ["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2070, ["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Nachschubaufgaben der Messingfeste ab.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Nachschubaufgaben der Messingfeste ab.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2073] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Glück und Schicksal", -["SubCategory_ID"] = 2, ["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erfahrt von der Zukunft.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erfahrt von der Zukunft.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2074] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Aufziehkammerjäger", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Verlangsamt das Verbreiten von Geheimnissen, indem Ihr 100 Skeevomaten zerstört.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Verlangsamt das Verbreiten von Geheimnissen, indem Ihr 100 Skeevomaten zerstört.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2075] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", ["name"] = "Erlöser der Anstalt Sanctorium", -["SubCategory_ID"] = 3, ["achievementIndex"] = 1, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Bewältigt die angegebenen Errungenschaften für die Anstalt Sanctorium.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für die Anstalt Sanctorium.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [28] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Faolchus Fluch", +["achievementIndex"] = 4, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Faolchu den Formwandler und befreit die Stadt Camlorn.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Faolchu den Formwandler und befreit die Stadt Camlorn.", ["Category_ID"] = 7, } , [2077] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", ["name"] = "Eroberer der Anstalt Sanctorium", -["SubCategory_ID"] = 3, ["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Clockwork City", -["points"] = 50, -["nextId"] = 0, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = 20, +["Category"] = "Clockwork City", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 21, } , [30] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Freund des Wyrd", +["achievementIndex"] = 6, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Helft den Wyrdinnen, ihre heiligen Haine und den Wyrdbaum von Angofs Verderbtheit zu befreien.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Helft den Wyrdinnen, ihre heiligen Haine und den Wyrdbaum von Angofs Verderbtheit zu befreien.", ["Category_ID"] = 7, } , [31] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Retter Glenumbras", +["achievementIndex"] = 5, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Durchkreuzt den nekromantischen Plan von Angof dem Grabessänger, Glenumbra zu erobern.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Durchkreuzt den nekromantischen Plan von Angof dem Grabessänger, Glenumbra zu erobern.", ["Category_ID"] = 7, } , [2080] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", ["name"] = "Heilig", -["SubCategory_ID"] = 3, ["achievementIndex"] = 7, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["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"] = 20, +["Category_ID"] = 21, } , [2081] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", ["name"] = "Schnelles Erbarmen", -["SubCategory_ID"] = 3, ["achievementIndex"] = 4, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["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"] = 20, +["Category_ID"] = 21, } , [34] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Abenteurer in Glenumbra", +["achievementIndex"] = 2, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 53 Quests in Glenumbra ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 53 Quests in Glenumbra ab.", ["Category_ID"] = 7, } , [2083] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", ["name"] = "Seelenruhige Projektionen", -["SubCategory_ID"] = 3, ["achievementIndex"] = 8, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Heiligen Felms, den Tapferen, ohne dass seine Pneumaprojektionen in der Anstalt Sanctorium (Veteranen) erzürnen.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt den Heiligen Felms, den Tapferen, ohne dass seine Pneumaprojektionen in der Anstalt Sanctorium (Veteranen) erzürnen.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2084] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", ["name"] = "Unvollendete Anwesenheit", -["SubCategory_ID"] = 3, ["achievementIndex"] = 9, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Heiligen Llothis, den Frommen ohne die unvollendeten Diener in der Anstalt Sanctorium (Veteranen) zu zerlegen.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt den Heiligen Llothis, den Frommen ohne die unvollendeten Diener in der Anstalt Sanctorium (Veteranen) zu zerlegen.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2085] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", ["name"] = "Gerechte Verdammung", -["SubCategory_ID"] = 3, ["achievementIndex"] = 11, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Heiligen Olms den Gerechten und den Heiligen Llothis den Frommen im selben Kampf in der Anstalt Sanctorium (Veteranen).", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Heiligen Olms den Gerechten und den Heiligen Llothis den Frommen im selben Kampf in der Anstalt Sanctorium (Veteranen).", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2086] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", ["name"] = "Henkersspruch", -["SubCategory_ID"] = 3, ["achievementIndex"] = 12, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Heiligen Olms den Gerechten und den Heiligen Felms den Tapferen im selben Kampf in der Anstalt Sanctorium (Veteranen).", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Heiligen Olms den Gerechten und den Heiligen Felms den Tapferen im selben Kampf in der Anstalt Sanctorium (Veteranen).", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2087] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", ["name"] = "Perfekte Läuterung", -["SubCategory_ID"] = 3, ["achievementIndex"] = 13, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["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"] = 20, +["Category_ID"] = 21, } , [2093] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Eroberer von Sonnenfeste", -["SubCategory_ID"] = 1, ["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions in Sonnenfeste.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in Sonnenfeste.", ["Category_ID"] = 12, } , [2094] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Eroberer von Karnwasten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions in Karnwasten.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in Karnwasten.", ["Category_ID"] = 12, } , [2095] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Gruppenwagnis in Sonnenfeste", -["SubCategory_ID"] = 1, ["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Unterbrecht die Henker und besiegt Konnugil den Leviathan in Sonnenfeste.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Unterbrecht die Henker und besiegt Konnugil den Leviathan in Sonnenfeste.", ["Category_ID"] = 12, } , [2096] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Gruppenwagnis in Karnwasten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Seekreckin N\'Garza in Karnwasten.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Seekreckin N\'Garza in Karnwasten.", ["Category_ID"] = 12, } , [2097] = { +["name"] = "Meister des Stils des Grauenshornklans", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Meister des Stils des Grauenshornklans", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Grauenshornklans“, die Ihr gelegentlich bei der Befreiung Falkenrings erlangen könnt.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Grauenshornklans“, die Ihr gelegentlich bei der Befreiung Falkenrings erlangen könnt.", -["achievementIndex"] = 8, +["Category_ID"] = 22, } , [2098] = { +["name"] = "Meister des Stils der Blutquellschmiede", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Meister des Stils der Blutquellschmiede", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Blutquellschmiede“, die Ihr gelegentlich bei der Eroberung der Blutquellschmiede erlangen könnt.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Blutquellschmiede“, die Ihr gelegentlich bei der Eroberung der Blutquellschmiede erlangen könnt.", -["achievementIndex"] = 9, +["Category_ID"] = 22, } , [2099] = { +["name"] = "Relikte von Sommersend", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Relikte von Sommersend", ["numCriteria"] = 20, +["description"] = "Holt die 20 gefährlichen Relikte zurück, die aus dem Gewölbe von Moawita gestohlen wurden.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Holt die 20 gefährlichen Relikte zurück, die aus dem Gewölbe von Moawita gestohlen wurden.", -["achievementIndex"] = 4, +["Category_ID"] = 12, } , [52] = { +["name"] = "Problemlöser", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 52, -["Category_ID"] = 7, -["name"] = "Problemlöser", ["numCriteria"] = 1, +["description"] = "Schließt 50 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 53, -["description"] = "Schließt 50 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [53] = { +["name"] = "Erforscher", +["achievementIndex"] = 1, ["prevId"] = 52, ["firstID"] = 52, -["Category_ID"] = 7, -["name"] = "Erforscher", ["numCriteria"] = 1, +["description"] = "Schließt 100 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 54, -["description"] = "Schließt 100 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [54] = { +["name"] = "Abenteurer", +["achievementIndex"] = 1, ["prevId"] = 53, ["firstID"] = 52, -["Category_ID"] = 7, -["name"] = "Abenteurer", ["numCriteria"] = 1, +["description"] = "Schließt 250 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 55, -["description"] = "Schließt 250 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [55] = { +["name"] = "Meisterabenteurer", +["achievementIndex"] = 1, ["prevId"] = 54, ["firstID"] = 52, -["Category_ID"] = 7, -["name"] = "Meisterabenteurer", ["numCriteria"] = 1, +["description"] = "Schließt 500 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 56, -["description"] = "Schließt 500 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [56] = { -["prevId"] = 55, -["firstID"] = 52, -["Category_ID"] = 7, ["name"] = "Unbezwingbarer Abenteurer", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 52, ["numCriteria"] = 1, +["description"] = "Schließt 1,000 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 1,000 Quests ab.\nHinweis: Wiederholbare Quests zählen für diese Errungenschaft jeweils nur beim ersten Abschluss.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [57] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Abenteurer in Sturmhafen", +["achievementIndex"] = 7, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 60 Quests in Sturmhafen ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 60 Quests in Sturmhafen ab.", ["Category_ID"] = 7, } , [58] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Abenteurer in Kluftspitze", +["achievementIndex"] = 12, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 42 Quests in Kluftspitze ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 42 Quests in Kluftspitze ab.", ["Category_ID"] = 7, } , [59] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Abenteurer in der Alik\'r-Wüste", +["achievementIndex"] = 17, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 42 Quests in der Alik\'r-Wüste ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 42 Quests in der Alik\'r-Wüste ab.", ["Category_ID"] = 7, } , [60] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Abenteurer in Bangkorai", +["achievementIndex"] = 22, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 36 Quests in Bangkorai ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 36 Quests in Bangkorai ab.", ["Category_ID"] = 7, } , [61] = { +["name"] = "Held des Dolchsturz-Bündnisses", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Held des Dolchsturz-Bündnisses", ["numCriteria"] = 5, +["description"] = "Beweist Euch als Abenteurer im Dolchsturz-Bündnis.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Beweist Euch als Abenteurer im Dolchsturz-Bündnis.", -["achievementIndex"] = 3, +["Category_ID"] = 7, } , [78] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Dunkelschattenkavernen I", +["achievementIndex"] = 7, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt Vorarbeiter Llothan, den Schwarmfürsten und den Wachposten von Rkugamz in den Dunkelschattenkavernen I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Vorarbeiter Llothan, den Schwarmfürsten und den Wachposten von Rkugamz in den Dunkelschattenkavernen I.", ["Category_ID"] = 4, } , [79] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Kanalisation von Wegesruh I", +["achievementIndex"] = 6, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt Ermittler Garron, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Ermittler Garron, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I.", ["Category_ID"] = 4, } , [80] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Krypta der Herzen I", +["achievementIndex"] = 3, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt Erzmeister Siniel, den Giganten des Todes und die Ilambris-Zwillinge in der Krypta der Herzen I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Erzmeister Siniel, den Giganten des Todes und die Ilambris-Zwillinge in der Krypta der Herzen I.", ["Category_ID"] = 4, } , [81] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Orkaninsel", +["achievementIndex"] = 22, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt Valaran Sturmrufer, Sturmfaust und Sturmvogt Neidir auf der Orkaninsel.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet Valaran Sturmrufer, Sturmfaust und Sturmvogt Neidir auf der Orkaninsel.", ["Category_ID"] = 4, } , [2131] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Ruhe in Wolkenruh", -["SubCategory_ID"] = 4, ["achievementIndex"] = 2, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Z\'Maja, Siroria, Relequen und Galenwe in Wolkenruh.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Z\'Maja, Siroria, Relequen und Galenwe in Wolkenruh.", ["Category_ID"] = 12, } , [2132] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Streiter von Wolkenruh", -["SubCategory_ID"] = 4, ["achievementIndex"] = 6, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Z\'Maja, Siroria, Relequen und Galenwe in Wolkenruh im selben Kampf.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Z\'Maja, Siroria, Relequen und Galenwe in Wolkenruh im selben Kampf.", ["Category_ID"] = 12, } , [2133] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Eroberer von Wolkenruh", -["SubCategory_ID"] = 4, ["achievementIndex"] = 3, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Z\'Maja, Siroria, Relequen und Galenwe in Wolkenruh (Veteranen).", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Z\'Maja, Siroria, Relequen und Galenwe in Wolkenruh (Veteranen).", ["Category_ID"] = 12, } , [2134] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Eine Krecke und ihr Schatten", -["SubCategory_ID"] = 4, ["achievementIndex"] = 4, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Z\'Maja mit einem Welkynarschatten an ihrer Seite in Wolkenruh (Veteranen).", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Z\'Maja mit einem Welkynarschatten an ihrer Seite in Wolkenruh (Veteranen).", ["Category_ID"] = 12, } , [2135] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Tödliches Trio", -["SubCategory_ID"] = 4, ["achievementIndex"] = 5, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Z\'Maja mit zwei Welkynarschatten an ihrer Seite in Wolkenruh (Veteranen).", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Z\'Maja mit zwei Welkynarschatten an ihrer Seite in Wolkenruh (Veteranen).", ["Category_ID"] = 12, } , [2136] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Sieger von Wolkenruh", -["SubCategory_ID"] = 4, ["achievementIndex"] = 7, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Z\'Maja mit Siroria, Relequen und Galenwe im selben Kampf in Wolkenruh (Veteranen).", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Z\'Maja mit Siroria, Relequen und Galenwe im selben Kampf in Wolkenruh (Veteranen).", ["Category_ID"] = 12, } , [2137] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Im Kreckengalopp", -["SubCategory_ID"] = 4, ["achievementIndex"] = 10, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 12, } , [2138] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Todlose Schatten", -["SubCategory_ID"] = 4, ["achievementIndex"] = 9, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Z\'Maja mit Siroria, Relequen und Galenwe in Wolkenruh (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Z\'Maja mit Siroria, Relequen und Galenwe in Wolkenruh (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", ["Category_ID"] = 12, } , [2139] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Der Pfad nach Alaxon", -["SubCategory_ID"] = 4, ["achievementIndex"] = 8, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Z\'Maja mit Siroria, Relequen und Galenwe im selben Kampf innerhalb von 15 Minuten nach dem Betreten von Wolkenruh (Veteranen) ohne dass ein Gruppenmitglied stirbt. Die Zeit läuft, sobald Ihr den Horst von Wolkenruh betretet.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Z\'Maja mit Siroria, Relequen und Galenwe im selben Kampf innerhalb von 15 Minuten nach dem Betreten von Wolkenruh (Veteranen) ohne dass ein Gruppenmitglied stirbt. Die Zeit läuft, sobald Ihr den Horst von Wolkenruh betretet.", ["Category_ID"] = 12, } , [2140] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Retter von Wolkenruh", -["SubCategory_ID"] = 4, ["achievementIndex"] = 1, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Bewältigt die angegebenen Errungenschaften für Wolkenruh.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für Wolkenruh.", ["Category_ID"] = 12, } , [2150] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Schattenwölfe", -["SubCategory_ID"] = 2, ["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 200 Schattenwölfe oder boshafte Schattenwölfe in der Mondjägerfeste (Veteranen).", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 200 Schattenwölfe oder boshafte Schattenwölfe in der Mondjägerfeste (Veteranen).", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2151] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der schwerfälligen Werwölfe", -["SubCategory_ID"] = 2, ["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet 50 schwerfällige Werwölfe in der Mondjägerfeste (Veteranen)", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet 50 schwerfällige Werwölfe in der Mondjägerfeste (Veteranen)", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2152] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Sieger der Mondjägerfeste", -["SubCategory_ID"] = 1, ["achievementIndex"] = 2, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa die Aufgestiegene in der Mondjägerfeste.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa die Aufgestiegene in der Mondjägerfeste.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2153] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eroberer der Mondjägerfeste", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen).", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Kerkermeister Melitus, den Wirrrankenwächter, Mylenne Mondruferin, Archivar Ernarde und Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen).", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2154] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Alpharäuber", -["SubCategory_ID"] = 2, ["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht gelesen habt.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht gelesen habt.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2155] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Rudel auf Streifzug", -["SubCategory_ID"] = 2, ["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 19, } , [2156] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Rudelbande", -["SubCategory_ID"] = 2, ["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 19, } , [2157] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Erforscher der Wolfsjäger", -["SubCategory_ID"] = 1, ["achievementIndex"] = 1, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Betretet die Mondjägerfeste oder die Marsch der Aufopferung zum ersten Mal.", ["Category"] = "Wolfhunter", ["points"] = 5, ["nextId"] = 0, -["description"] = "Betretet entweder die Mondjägerfeste oder die Marsch der Aufopferung zum ersten Mal.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2158] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Herausforderer der Mondjägerfeste", -["SubCategory_ID"] = 2, ["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für die Mondjägerfeste (Veteranen).", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für die Mondjägerfeste (Veteranen).", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2159] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Reine Mondsucht", -["SubCategory_ID"] = 2, ["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 19, } , [2160] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Blutfährte", -["SubCategory_ID"] = 2, ["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 19, } , [2161] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Irrlichtmütter", -["SubCategory_ID"] = 2, ["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 50 Irrlichtmütter in der Marsch der Aufopferung (Veteranen).", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 50 Irrlichtmütter in der Marsch der Aufopferung (Veteranen).", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2162] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Sieger der Marsch der Aufopferung", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt die Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh in der Marsch der Aufopferung.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh in der Marsch der Aufopferung.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2163] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eroberer der Marsch der Aufopferung", -["SubCategory_ID"] = 2, ["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt die Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh in der Marsch der Aufopferung (Veteranen).", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Wyrdschwestern, Aghaedh von der Sonnenwende, Dagrund den Fülligen, Tarcyr und Balorgh in der Marsch der Aufopferung (Veteranen).", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2164] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Hircines Champion", -["SubCategory_ID"] = 2, ["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 19, } , [2165] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Reiner Instinkt", -["SubCategory_ID"] = 2, ["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 19, } , [2166] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Überleben des Stärkeren", -["SubCategory_ID"] = 2, ["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 19, } , [2167] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Herausforderer der Marsch der Aufopferung", -["SubCategory_ID"] = 2, ["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für die Marsch der Aufopferung (Veteranen).", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für die Marsch der Aufopferung (Veteranen).", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2168] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Spitze der Nahrungskette", -["SubCategory_ID"] = 2, ["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 19, } , [2170] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Höhlenforscher der Wolfsjäger", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Schließt sowohl die Mondjägerfeste (Veteranen) als auch die Marsch der Aufopferung (Veteranen) ab.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt sowohl die Mondjägerfeste (Veteranen) als auch die Marsch der Aufopferung (Veteranen) ab.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2171] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Ein Buch und sein Einband", -["SubCategory_ID"] = 1, ["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Schließt die Untersuchungen von Amtmann Naramin bezüglich Choixth ab.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt die Untersuchungen von Amtmann Naramin bezüglich Choixth ab.", ["Category_ID"] = 12, } , [2178] = { -["prevId"] = 0, -["firstID"] = 2178, -["SubCategory"] = "Abyssal Geysers", ["name"] = "Kluftstürmer", -["SubCategory_ID"] = 3, ["achievementIndex"] = 2, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 2178, ["numCriteria"] = 1, +["description"] = "Zerstört 10 Kluftgeysire.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 2179, -["description"] = "Zerstört 10 Kluftgeysire.", ["Category_ID"] = 12, } , [2179] = { -["prevId"] = 0, -["firstID"] = 2178, -["SubCategory"] = "Abyssal Geysers", ["name"] = "Kluftvernichter", -["SubCategory_ID"] = 3, ["achievementIndex"] = 2, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 2178, ["numCriteria"] = 1, +["description"] = "Zerstört 25 Kluftgeysire.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 2180, -["description"] = "Zerstört 25 Kluftgeysire.", ["Category_ID"] = 12, } , [2180] = { -["prevId"] = 0, -["firstID"] = 2178, -["SubCategory"] = "Abyssal Geysers", ["name"] = "Kluftzerstörer", -["SubCategory_ID"] = 3, ["achievementIndex"] = 2, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 2178, ["numCriteria"] = 1, +["description"] = "Zerstört 50 Kluftgeysire.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Zerstört 50 Kluftgeysire.", ["Category_ID"] = 12, } , [2181] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Sieger von Karnwasten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt drei der Champions in Karnwasten.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in Karnwasten.", ["Category_ID"] = 12, } , [2182] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Sieger von Sonnenfeste", -["SubCategory_ID"] = 1, ["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt drei der Champions in Sonnenfeste.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in Sonnenfeste.", ["Category_ID"] = 12, } , [2183] = { +["name"] = "Zaubermeisterduell", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Zaubermeisterduell", ["numCriteria"] = 1, +["description"] = "Gewinnt 5 Duelle gegen Spieler im Kolosseum der Alten Wege auf Artaeum.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Gewinnt 5 Duelle gegen Spieler im Kolosseum der Alten Wege auf Artaeum.", -["achievementIndex"] = 8, +["Category_ID"] = 12, } , [2184] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", ["name"] = "Entklaut", -["SubCategory_ID"] = 3, ["achievementIndex"] = 4, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Ruella Tausendkrallen an einem Kluftgeysir.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Ruella Tausendkrallen an einem Kluftgeysir.", ["Category_ID"] = 12, } , [2185] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", ["name"] = "Churugs Pein", -["SubCategory_ID"] = 3, ["achievementIndex"] = 5, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Churug aus der Kluft an einem Kluftgeysdir.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Churug aus der Kluft an einem Kluftgeysdir.", ["Category_ID"] = 12, } , [2186] = { +["name"] = "Meister des Stils der Psijiker", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Meister des Stils der Psijiker", ["numCriteria"] = 14, +["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.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erlernt jedes Kapitel des Buchs „Stil der Psijiker“ aus Sommersend, das Ihr für das Bezwingen von Anführern und in Schatztruhen finden könnt.", -["achievementIndex"] = 9, +["Category_ID"] = 12, } , [2187] = { +["name"] = "Meister des Stils der Sapiarchen", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Meister des Stils der Sapiarchen", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Sapiarchen“. Die Kapitel können manchmal als Belohnung für das Abschließen täglicher Aufgaben der Göttlichen Strafbehörde ergattert werden.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Sapiarchen“. Die Kapitel können manchmal als Belohnung für das Abschließen täglicher Aufgaben der Göttlichen Strafbehörde ergattert werden.", -["achievementIndex"] = 11, +["Category_ID"] = 12, } , [2189] = { +["name"] = "Meister des Stils der Schuppenruferin", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Meister des Stils der Schuppenruferin", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schuppenruferin“, die Ihr gelegentlich bei der Bewältigung des Gipfels der Schuppenruferin erlangen könnt.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schuppenruferin“, die Ihr gelegentlich bei der Bewältigung des Gipfels der Schuppenruferin erlangen könnt.", -["achievementIndex"] = 8, +["Category_ID"] = 20, } , [2190] = { +["name"] = "Meister des Stils des Krallenhorts", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Meister des Stils des Krallenhorts", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Krallenhorts“, die Ihr gelegentlich bei der Bewältigung des Krallenhorts erlangen könnt.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Krallenhorts“, die Ihr gelegentlich bei der Bewältigung des Krallenhorts erlangen könnt.", -["achievementIndex"] = 7, +["Category_ID"] = 20, } , [2191] = { +["name"] = "Meisterangler von Sommersend", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Meisterangler von Sommersend", ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische auf Sommersend.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische auf Sommersend.", -["achievementIndex"] = 6, +["Category_ID"] = 12, } , [145] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Verteidiger von Immerfort", +["achievementIndex"] = 25, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Verhindert, dass die Reikmannen Immerfort angreifen.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Verhindert, dass die Reikmannen Immerfort angreifen.", ["Category_ID"] = 7, } , [146] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Befreier der Bangkorai-Garnison", +["achievementIndex"] = 24, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Befreit die Bangkorai-Garnison von den Invasoren.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Befreit die Bangkorai-Garnison von den Invasoren.", ["Category_ID"] = 7, } , [147] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Retter von Großkönig Emeric", +["achievementIndex"] = 26, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rettet Großkönig Emeric aus den Fängen der Septima Tharn.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Rettet Großkönig Emeric aus den Fängen der Septima Tharn.", ["Category_ID"] = 7, } , [148] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Baumfäulnis\' Mörder", +["achievementIndex"] = 80, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Zweigling Baumfäulnis auf der Fäulnisinsel.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Zweigling Baumfäulnis auf der Fäulnisinsel.", ["Category_ID"] = 6, } , [149] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Dayarrus Todesbringer", +["achievementIndex"] = 32, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Dayarrus die Xivilai in Arlimaheras Heiligtum.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet Dayarrus die Xivilai in Arlimaheras Heiligtum.", ["Category_ID"] = 6, } , [150] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Nomeg Hyrils Henker", +["achievementIndex"] = 57, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Frostatronachenmonarchen Nomeg Hyril in den Nilatafällen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Frostatronachenmonarchen Nomeg Hyril in den Nilatafällen.", ["Category_ID"] = 6, } , [151] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Lichschlächter", +["achievementIndex"] = 51, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die Liche Qumehdi und Zaman in den Ruinen von Telesubi.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die Liche Qumehdi und Zaman in den Ruinen von Telesubi.", ["Category_ID"] = 6, } , [152] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Beschwörerschlächter", +["achievementIndex"] = 71, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die Beschwörerin Caecilia Attius und ihre Diener im Beschwörerlager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die Beschwörerin Caecilia Attius und ihre Diener im Beschwörerlager.", ["Category_ID"] = 6, } , [153] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Exorzist des Wolfvaters", +["achievementIndex"] = 79, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vernichtet den Geist Garach Wolfvater und seine Werwolfgeister im Seewacht-Turm.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vernichtet den Geist Garach Wolfvater und seine Werwolfgeister im Seewacht-Turm.", ["Category_ID"] = 6, } , [154] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Traumschlächter", +["achievementIndex"] = 10, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt das Omen des wachsamen Auges und setzt dem Verfolgungswahn in Alcaire ein Ende.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt das Omen des wachsamen Auges und setzt dem Verfolgungswahn in Alcaire ein Ende.", ["Category_ID"] = 7, } , [155] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Champion der Geisthüter", +["achievementIndex"] = 11, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Bringt die Traumscherbe zurück in die Abtei der Ausgestoßenen und stellt den Frieden in Menevia wieder her.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Bringt die Traumscherbe zurück in die Abtei der Ausgestoßenen und stellt den Frieden in Menevia wieder her.", ["Category_ID"] = 7, } , [156] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Azuras Verbündeter", +["achievementIndex"] = 9, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt das Omen des Sternezählens und setzt den Besessenheiten, die Gavaudon befallen haben, ein Ende.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt das Omen des Sternezählens und setzt den Besessenheiten, die Gavaudon befallen haben, ein Ende.", ["Category_ID"] = 7, } , [2205] = { -["prevId"] = 0, -["firstID"] = 2205, -["SubCategory"] = "Quests", ["name"] = "Süße Träume", -["SubCategory_ID"] = 2, ["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2205, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Die Traumhöhle“ ab.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 2206, -["description"] = "Schließt die Quest „Die Traumhöhle“ ab.", ["Category_ID"] = 12, } , [158] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Jäger der Hassspinnerin", +["achievementIndex"] = 44, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 56, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die Riesenspinne Aesar die Hassweberin in Aesars Netz.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die Riesenspinne Aesar die Hassweberin in Aesars Netz.", ["Category_ID"] = 6, } , [159] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Menhirjäger", +["achievementIndex"] = 54, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 55, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Gargyl Menhir Steinhaut beim Turm von Talwacht.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Gargyl Menhir Steinhaut beim Turm von Talwacht.", ["Category_ID"] = 6, } , [160] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Dunkelblut-Jäger", +["achievementIndex"] = 31, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 54, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die Nekromantin Louna Dunkelblut in der Altkargonsburg.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die Nekromantin Louna Dunkelblut in der Altkargonsburg.", ["Category_ID"] = 6, } , [161] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Vetteljäger", +["achievementIndex"] = 42, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 53, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die Vettel Magdalena in Magdalenas Schlupfwinkel.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die Vettel Magdalena in Magdalenas Schlupfwinkel.", ["Category_ID"] = 6, } , [162] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Strodas Assassine", +["achievementIndex"] = 70, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 52, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Ork Stroda gra-Drom bei der Ostfels-Anlandung.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Ork Stroda gra-Drom bei der Ostfels-Anlandung.", ["Category_ID"] = 6, } , [163] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Sirenenjäger", +["achievementIndex"] = 68, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 51, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die Nereïde Desuuga die Sirene an der Bucht der Sirene.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die Nereïde Desuuga die Sirene an der Bucht der Sirene.", ["Category_ID"] = 6, } , [2212] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Schlangenslalom", -["SubCategory_ID"] = 1, ["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Kielspalter ohne auf eine der Schlangen zu treten.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Kielspalter ohne auf eine der Schlangen zu treten.", ["Category_ID"] = 12, } , [2213] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", ["name"] = "In die Tiefen", -["SubCategory_ID"] = 3, ["achievementIndex"] = 6, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Sheefar aus den Tiefen an einem Kluftgeysir.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Sheefar aus den Tiefen an einem Kluftgeysir.", ["Category_ID"] = 12, } , [2220] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", ["name"] = "Ruhe und Kalkül", -["SubCategory_ID"] = 3, ["achievementIndex"] = 7, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Girawell die Wechselhafte an einem Kluftgeysir.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Girawell die Wechselhafte an einem Kluftgeysir.", ["Category_ID"] = 12, } , [2221] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", ["name"] = "Wellenbrecher", -["SubCategory_ID"] = 3, ["achievementIndex"] = 8, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Muustikar Wellenfresser an einem Kluftgeysir.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Muustikar Wellenfresser an einem Kluftgeysir.", ["Category_ID"] = 12, } , [2222] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", ["name"] = "Hammer trifft Nagel", -["SubCategory_ID"] = 3, ["achievementIndex"] = 9, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Riffhammer an einem Kluftgeysir.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Riffhammer an einem Kluftgeysir.", ["Category_ID"] = 12, } , [176] = { +["name"] = "Höhlenforscher von Glenumbra", +["achievementIndex"] = 9, +["SubCategory"] = "Daggerfall Covenant", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", -["name"] = "Höhlenforscher von Glenumbra", -["SubCategory_ID"] = 2, -["achievementIndex"] = 67, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Glenumbra.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Glenumbra.", ["Category_ID"] = 6, } , [177] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Höhlenforscher von Sturmhafen", +["achievementIndex"] = 10, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 45, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Sturmhafen.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Sturmhafen.", ["Category_ID"] = 6, } , [178] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Höhlenforscher von Kluftspitze", +["achievementIndex"] = 11, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 35, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Kluftspitze.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Kluftspitze.", ["Category_ID"] = 6, } , [180] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Höhlenforscher von Bangkorai", +["achievementIndex"] = 13, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Bangkorai.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Bangkorai.", ["Category_ID"] = 6, } , [181] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Höhlenforscher von Steinfälle", +["achievementIndex"] = 34, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Steinfälle.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Steinfälle.", ["Category_ID"] = 6, } , [2231] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Ein Kern, nicht mehr", -["SubCategory_ID"] = 4, ["achievementIndex"] = 13, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Z\'Maja in Wolkenruh (Veteranen), wobei jedes Gruppenmitglied nur einen boshaften Kern aufhebt und zerstört.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Z\'Maja in Wolkenruh (Veteranen), wobei jedes Gruppenmitglied nur einen boshaften Kern aufhebt und zerstört.", ["Category_ID"] = 12, } , [184] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Zerstörer der Hauträuber", +["achievementIndex"] = 5, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Nehmt dem Dominion die Fähigkeit, Hauträuber zu erschaffen.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Nehmt dem Dominion die Fähigkeit, Hauträuber zu erschaffen.", ["Category_ID"] = 7, } , [185] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Eierbewahrer", +["achievementIndex"] = 4, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Beschützt die argonischen Eier, damit eine neue Generation geboren werden kann.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Beschützt die argonischen Eier, damit eine neue Generation geboren werden kann.", ["Category_ID"] = 7, } , [186] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Wächter des mnemischen Eis", +["achievementIndex"] = 3, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Holt das Mnemische Ei vom Dominion zurück.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Holt das Mnemische Ei vom Dominion zurück.", ["Category_ID"] = 7, } , [187] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Haynekhtnamets Jäger", +["achievementIndex"] = 12, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Wamasuchampion Haynekhtnamet in seinem Versteck.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Wamasuchampion Haynekhtnamet in seinem Versteck.", ["Category_ID"] = 6, } , [188] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Folterer der Ogerbrüder", +["achievementIndex"] = 16, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 56, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die Ogerbrüder Argalog und Vlaga in Xal Thak.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die Ogerbrüder Argalog und Vlaga in Xal Thak.", ["Category_ID"] = 6, } , [189] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Mörder des Mumienfürsten", +["achievementIndex"] = 10, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 59, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den ayleïdischen Mumienfürsten Talkynd in Nen Ria.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den ayleïdischen Mumienfürsten Talkynd in Nen Ria.", ["Category_ID"] = 6, } , [190] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Zerstörer von Kapitän Knochen", +["achievementIndex"] = 15, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Kapitän Knochen und seine untote Mannschaft an Bord ihres Schiffes.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Kapitän Knochen und seine untote Mannschaft an Bord ihres Schiffes.", ["Category_ID"] = 6, } , [191] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Urrais Fluch", +["achievementIndex"] = 6, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Daedroth Urrai in der Bitterwurzhöhle.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Daedroth Urrai in der Bitterwurzhöhle.", ["Category_ID"] = 6, } , [192] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Untergang der Sklavenjäger", +["achievementIndex"] = 76, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Sklavenjäger Rendrasa im Lager der Sklavenjäger.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Sklavenjäger Rendrasa im Lager der Sklavenjäger.", ["Category_ID"] = 6, } , [193] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Höhlenforscher von Schattenfenn", +["achievementIndex"] = 3, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 49, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Schattenfenn.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Schattenfenn.", ["Category_ID"] = 6, } , [194] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Held von Ödfels", +["achievementIndex"] = 16, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 15, +["description"] = "Findet die vermissten Dorfbewohner von Ödfels und schickt sie nach Hause.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Findet die vermissten Dorfbewohner von Ödfels und schickt sie nach Hause.", ["Category_ID"] = 7, } , [195] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Zwistschwarm-Auslöscher", +["achievementIndex"] = 42, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 73, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Champion des Zwistschwarm-Kwamanests.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Champion des Zwistschwarm-Kwamanests.", ["Category_ID"] = 6, } , [196] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erinnerungszerstörer", +["achievementIndex"] = 7, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Betretet die Höhle der Erinnerungen und tötet den Aschländer-Wächter.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Betretet die Höhle der Erinnerungen und tötet den Aschländer-Wächter.", ["Category_ID"] = 6, } , [197] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Schalenknacker", +["achievementIndex"] = 8, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 70, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Überlebt die Schlammkrabben am Schiffbruchstrand und tötet Schalenknacker, die kannibalistische Krabbe.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Überlebt die Schlammkrabben am Schiffbruchstrand und tötet Schalenknacker, die kannibalistische Krabbe.", ["Category_ID"] = 6, } , [198] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Dreughzerstörer", +["achievementIndex"] = 39, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 72, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Stürmt den Strand beim Gelege der Matrone, erschlagt die Dreughmatronen und setzt der Bedrohung durch die Dreugheierhüter ein Ende.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Stürmt den Strand beim Gelege der Matrone, erschlagt die Dreughmatronen und setzt der Bedrohung durch die Dreugheierhüter ein Ende.", ["Category_ID"] = 6, } , [199] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Geheiligter Schlächter", +["achievementIndex"] = 36, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Zerstört die Goldene Heilige am Schauderschrein.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Zerstört die Goldene Heilige am Schauderschrein.", ["Category_ID"] = 6, } , [200] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Netchwürger", +["achievementIndex"] = 38, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Netchbullen Ozzacha im Hain des Brahmas.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Netchbullen Ozzacha im Hain des Brahmas.", ["Category_ID"] = 6, } , [201] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Balreths Fluch", +["achievementIndex"] = 15, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vernichtet Balreth und versetzt den Bruder des Zwistes wieder in Schlaf.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vernichtet Balreth und versetzt den Bruder des Zwistes wieder in Schlaf.", ["Category_ID"] = 7, } , [202] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Armatur der Inneren See", +["achievementIndex"] = 46, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 78, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Armatur der Inneren See.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Armatur der Inneren See.", ["Category_ID"] = 6, } , [203] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Glutkieselmine", +["achievementIndex"] = 45, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 75, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Glutkieselmine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Glutkieselmine.", ["Category_ID"] = 6, } , [204] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "General Seriens Niedergang", +["achievementIndex"] = 13, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet General Serien und haltet die Invasion durch das Bündnis auf.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet General Serien und haltet die Invasion durch das Bündnis auf.", ["Category_ID"] = 7, } , [205] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher von Mephalas Nest", +["achievementIndex"] = 41, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 77, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Mephalas Nest.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Mephalas Nest.", ["Category_ID"] = 6, } , [206] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Flutwassergrube", +["achievementIndex"] = 40, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 76, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Flutwassergrube.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Flutwassergrube.", ["Category_ID"] = 6, } , [207] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Feinlehmkaverne", +["achievementIndex"] = 37, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Feinlehmkaverne.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Feinlehmkaverne.", ["Category_ID"] = 6, } , [208] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher von Sheogoraths Zunge", +["achievementIndex"] = 35, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 74, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Sheogoraths Zunge.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Sheogoraths Zunge.", ["Category_ID"] = 6, } , [209] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Sadals Entthroner", +["achievementIndex"] = 12, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vernichtet Sadal und rettet Steinfälle.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vernichtet Sadal und rettet Steinfälle.", ["Category_ID"] = 7, } , [210] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Zorntatzen-Jäger", +["achievementIndex"] = 73, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 41, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den großen Werwolf Zornpfote in Zornpfotes Versteck.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den großen Werwolf Zornpfote in Zornpfotes Versteck.", ["Category_ID"] = 6, } , [211] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Armenes Fluch", +["achievementIndex"] = 57, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 42, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die bretonische Nekromantin Vivien Armene auf dem Drachengrab.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die bretonische Nekromantin Vivien Armene auf dem Drachengrab.", ["Category_ID"] = 6, } , [212] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Rattenmeister-Zerstörer", +["achievementIndex"] = 74, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 34, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Vampir Olveidi die Rattenmeisterin in den Jagdgründen der Rattenmeisterin.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Vampir Olveidi die Rattenmeisterin in den Jagdgründen der Rattenmeisterin.", ["Category_ID"] = 6, } , [213] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Mannskadis Zermalmer", +["achievementIndex"] = 71, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 35, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet das wilde Mammut Mannskadi in Drachensegen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet das wilde Mammut Mannskadi in Drachensegen.", ["Category_ID"] = 6, } , [214] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Ammabanis Untergang", +["achievementIndex"] = 56, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die große Säbelzahnkatze Ammabani bei Ammabanis Rudel.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die große Säbelzahnkatze Ammabani bei Ammabanis Rudel.", ["Category_ID"] = 6, } , [215] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher des ilessanischen Turms", +["achievementIndex"] = 46, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 77, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert den Ilessanischen Turm.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert den Ilessanischen Turm.", ["Category_ID"] = 6, } , [216] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher von Silumm", +["achievementIndex"] = 67, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 75, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Silumm.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Silumm.", ["Category_ID"] = 6, } , [217] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher von Enduum", +["achievementIndex"] = 36, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 72, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Enduum.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Enduum.", ["Category_ID"] = 6, } , [218] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Minen von Khuras", +["achievementIndex"] = 55, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 74, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Minen von Khuras.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Minen von Khuras.", ["Category_ID"] = 6, } , [219] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Ebenerzgruft", +["achievementIndex"] = 35, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 69, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ebenerzgruft.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ebenerzgruft.", ["Category_ID"] = 6, } , [220] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Feste Gruftwacht", +["achievementIndex"] = 30, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 68, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Feste Gruftwacht.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Feste Gruftwacht.", ["Category_ID"] = 6, } , [221] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Falbhafenwacht", +["achievementIndex"] = 62, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 49, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Falbhafenwacht.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Falbhafenwacht.", ["Category_ID"] = 6, } , [222] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Mine von Koeglin", +["achievementIndex"] = 48, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 63, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Mine von Koeglin.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Mine von Koeglin.", ["Category_ID"] = 6, } , [223] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Katakomben der Ausgestoßenen", +["achievementIndex"] = 61, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 48, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Katakomben der Ausgestoßenen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Katakomben der Ausgestoßenen.", ["Category_ID"] = 6, } , [224] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher von Farangels Verweilen", +["achievementIndex"] = 38, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 50, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Farangels Verweilen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Farangels Verweilen.", ["Category_ID"] = 6, } , [225] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Bärenprankenmine", +["achievementIndex"] = 23, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 46, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Bärenprankenmine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Bärenprankenmine.", ["Category_ID"] = 6, } , [226] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Ruinen von Norvulk", +["achievementIndex"] = 58, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 47, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Norvulk.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Norvulk.", ["Category_ID"] = 6, } , [227] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Mine von Schattenkamm", +["achievementIndex"] = 28, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 40, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Mine von Schattenkamm.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Mine von Schattenkamm.", ["Category_ID"] = 6, } , [228] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Deckblattkatakomben", +["achievementIndex"] = 39, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 41, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Deckblattkatakomben.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Deckblattkatakomben.", ["Category_ID"] = 6, } , [229] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Kummerkrypta", +["achievementIndex"] = 75, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 42, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Kummerkrypta.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Kummerkrypta.", ["Category_ID"] = 6, } , [230] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Ruinen von Orkfinger", +["achievementIndex"] = 60, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 39, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Orkfinger.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Orkfinger.", ["Category_ID"] = 6, } , [231] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Ruinen von Erokii", +["achievementIndex"] = 37, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 36, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Erokii.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Erokii.", ["Category_ID"] = 6, } , [232] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher von Hildunes geheimer Zuflucht", +["achievementIndex"] = 45, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 37, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Hildunes geheime Zuflucht.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Hildunes geheime Zuflucht.", ["Category_ID"] = 6, } , [2285] = { +["name"] = "Meister des Stils der Pyandonesier", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Meister des Stils der Pyandonesier", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Pyandonesier“ aus Sommersend, das Ihr gelegentlich beim Fischen finden könnt.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erlernt jedes Kapitel des Buchs „Stil der Pyandonesier“ aus Sommersend, das Ihr gelegentlich beim Fischen finden könnt.", -["achievementIndex"] = 10, +["Category_ID"] = 12, } , [2286] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Tsofeerkaverne", -["SubCategory_ID"] = 1, ["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Tsofeerkaverne.", ["Category"] = "Murkmire", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Tsofeerkaverne.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2287] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Zähne von Sithis", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Zähne von Sithis.", ["Category"] = "Murkmire", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Zähne von Sithis.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2288] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Meistererforscher von Trübmoor", -["SubCategory_ID"] = 1, ["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in Trübmoor.", ["Category"] = "Murkmire", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in Trübmoor.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2289] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Höhlenforscher von Trübmoor", -["SubCategory_ID"] = 1, ["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert beide Höhlen in Trübmoor.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt und säubert beide Höhlen in Trübmoor.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2290] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Pfadfinder von Trübmoor", -["SubCategory_ID"] = 1, ["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt alle markanten Orte in Trübmoor.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Trübmoor.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2291] = { +["name"] = "Himmelsscherbenjäger von Trübmoor", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Himmelsscherbenjäger von Trübmoor", ["numCriteria"] = 6, +["description"] = "Entdeckt alle 6 Himmelsscherben in Trübmoor", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle 6 Himmelsscherben in Trübmoor", -["achievementIndex"] = 5, +["Category_ID"] = 18, } , [2292] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Verteidiger von Trübmoor", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Besiegt die beiden Anführer der offenen Welt in Trübmoor.", ["Category"] = "Murkmire", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt die beiden mächtigen Anführer der offenen Welt in Trübmoor.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [245] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Ruinen von Atanaz", +["achievementIndex"] = 14, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 51, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Atanaz.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Atanaz.", ["Category_ID"] = 6, } , [246] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Bruchhauer", +["achievementIndex"] = 13, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 53, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Bruchhauer.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Bruchhauer.", ["Category_ID"] = 6, } , [247] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Ruinen von Chid-Moska", +["achievementIndex"] = 4, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 50, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Chid-Moska.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Chid-Moska.", ["Category_ID"] = 6, } , [248] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher von Gandranen", +["achievementIndex"] = 5, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 52, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Gandranen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Gandranen.", ["Category_ID"] = 6, } , [249] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Kwamamine von Onkobra", +["achievementIndex"] = 9, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 55, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Kwamamine von Onkobra.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Kwamamine von Onkobra.", ["Category_ID"] = 6, } , [250] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Schreinforscher des Schwarzen Schlunds", +["achievementIndex"] = 11, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 57, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert den Schrein des Schwarzen Schlunds.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert den Schrein des Schwarzen Schlunds.", ["Category_ID"] = 6, } , [251] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Frostsenke", +["achievementIndex"] = 62, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 47, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Höhle der Frostsenke.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Höhle der Frostsenke.", ["Category_ID"] = 6, } , [252] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher von Eishammers Gruft", +["achievementIndex"] = 69, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 46, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Eishammers Gruft.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Eishammers Gruft.", ["Category_ID"] = 6, } , [253] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Höhle des Alten Sord", +["achievementIndex"] = 72, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 43, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Höhle des Alten Sord.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Höhle des Alten Sord.", ["Category_ID"] = 6, } , [254] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der eisigen Grotte", +["achievementIndex"] = 65, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 45, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Eisige Grotte.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Eisige Grotte.", ["Category_ID"] = 6, } , [255] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Sturmhang-Krypta", +["achievementIndex"] = 78, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 40, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Sturmhang-Krypta.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Sturmhang-Krypta.", ["Category_ID"] = 6, } , [256] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher des Grabmals des Bastards", +["achievementIndex"] = 59, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 39, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Grabmal des Bastards.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Grabmal des Bastards.", ["Category_ID"] = 6, } , [257] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Beralagrs Jäger", +["achievementIndex"] = 60, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 36, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den großen Bär Beralagr in Gurings Lager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den großen Bär Beralagr in Gurings Lager.", ["Category_ID"] = 6, } , [258] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Dezimierer der ertrunkenen Horde", +["achievementIndex"] = 32, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Zerstört Tjormar und die ertrunkene Horde am Bitterspitzstrand.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Zerstört Tjormar und die ertrunkene Horde am Bitterspitzstrand.", ["Category_ID"] = 6, } , [259] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Dugans Vernichter", +["achievementIndex"] = 33, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den wilden Ork, Dugan den Roten.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den wilden Ork, Dugan den Roten.", ["Category_ID"] = 6, } , [260] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Knochengreifers Fluch", +["achievementIndex"] = 25, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Würger Knochengreifer in seinem Versteck.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Würger Knochengreifer in seinem Versteck.", ["Category_ID"] = 6, } , [261] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Tallattas Auslöscher", +["achievementIndex"] = 68, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 77, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die Nereïdenkönigin Tallatta die Schimmernde in der Kluftgrotte.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die Nereïdenkönigin Tallatta die Schimmernde in der Kluftgrotte.", ["Category_ID"] = 6, } , [262] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Schädelbrecher", +["achievementIndex"] = 65, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Schädelbrecher den Meerestroll am Windzugstrand.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet Schädelbrecher den Meerestroll am Windzugstrand.", ["Category_ID"] = 6, } , [263] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Grüner Sieger", +["achievementIndex"] = 39, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Kommandantin Faldethil von den Grünen Jägern am Flussufer.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet Kommandantin Faldethil von den Grünen Jägern am Flussufer.", ["Category_ID"] = 6, } , [264] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher von Fürstin Llarels Unterschlupf", +["achievementIndex"] = 30, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 71, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Fürstin Llarels Unterschlupf.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Fürstin Llarels Unterschlupf.", ["Category_ID"] = 6, } , [265] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher von Unterbthanual", +["achievementIndex"] = 29, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 68, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Unterbthanual.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Unterbthanual.", ["Category_ID"] = 6, } , [266] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Dreikreismine", +["achievementIndex"] = 25, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 64, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Dreikreismine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Dreikreismine.", ["Category_ID"] = 6, } , [267] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher von Taleons Klippe", +["achievementIndex"] = 27, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 66, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Taleons Klippe.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Taleons Klippe.", ["Category_ID"] = 6, } , [268] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Klingenohrgrotte", +["achievementIndex"] = 19, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 65, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Klingenohrgrotte.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Klingenohrgrotte.", ["Category_ID"] = 6, } , [269] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher des Leichengartens", +["achievementIndex"] = 20, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert den Leichengarten.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert den Leichengarten.", ["Category_ID"] = 6, } , [270] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Höhlenforscher von Deshaan", +["achievementIndex"] = 18, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Deshaan.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Deshaan.", ["Category_ID"] = 6, } , [2319] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", ["name"] = "Meister des Stils der Welkynare", -["SubCategory_ID"] = 4, ["achievementIndex"] = 19, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 14, +["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.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 12, } , [272] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger von Arx Corinium", +["achievementIndex"] = 4, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt Ganakton das Gewitter, Sliklenia die Sangesherrin und die Lamienkönigin in Arx Corinium.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Ganakton das Gewitter, Sliklenia die Sangesherrin und die Lamienkönigin in Arx Corinium.", ["Category_ID"] = 4, } , [2321] = { +["name"] = "Von verschlungenen Jahreszeiten", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Von verschlungenen Jahreszeiten", ["numCriteria"] = 4, +["description"] = "Besiegt die vier Morastmergler, die die Xinchei-Konu-Tafeln verschlungen haben.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die vier Morastmergler, die die Xinchei-Konu-Tafeln verschlungen haben.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , [274] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Totmannsend", +["achievementIndex"] = 29, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Totmannsend.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Totmannsend.", ["Category_ID"] = 6, } , [275] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Kurzhorns Jäger", +["achievementIndex"] = 31, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den riesigen Kagouti Kurzhorn auf Kurzhorns Hügelchen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den riesigen Kagouti Kurzhorn auf Kurzhorns Hügelchen.", ["Category_ID"] = 6, } , [276] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Schlächter der Abscheulichkeit", +["achievementIndex"] = 28, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 69, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die Leichenhülle, die Abscheulichkeit, im Hain der Abscheulichkeit.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet die Leichenhülle, die Abscheulichkeit, im Hain der Abscheulichkeit.", ["Category_ID"] = 6, } , [277] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Scharfzahns Mörder", +["achievementIndex"] = 26, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den riesigen Troll Scharfzahn in verwüstetes Dornfleck.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den riesigen Troll Scharfzahn in verwüstetes Dornfleck.", ["Category_ID"] = 6, } , [278] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Zerstörer der Schatten der Mabrigash", +["achievementIndex"] = 24, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 62, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Zerstört den Schatten der Mabrigash beim Mabrigash-Begräbniszirkel.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Zerstört den Schatten der Mabrigash beim Mabrigash-Begräbniszirkel.", ["Category_ID"] = 6, } , [279] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Druitulargs Fluch", +["achievementIndex"] = 22, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 63, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Dremoraritualisten Druitularg an Druitulargs Ritualaltar.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Dremoraritualisten Druitularg an Druitulargs Ritualaltar.", ["Category_ID"] = 6, } , [280] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Bittergrüns Befreier", +["achievementIndex"] = 23, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 60, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den riesigen Guar Bittergrün den Wilden auf der Karawanenkuppe.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den riesigen Guar Bittergrün den Wilden auf der Karawanenkuppe.", ["Category_ID"] = 6, } , [281] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Schwarzrankenruinen", +["achievementIndex"] = 24, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Schwarzrankenruinen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Schwarzrankenruinen.", ["Category_ID"] = 6, } , [282] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Wurzeln von Silvenar", +["achievementIndex"] = 58, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Wurzeln von Silvenar.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Wurzeln von Silvenar.", ["Category_ID"] = 6, } , [283] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Hundezwinger", +["achievementIndex"] = 20, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Deckt den Plan des Bluthundes auf, die Grüne Dame nach Silvenar zu locken.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Deckt den Plan des Bluthundes auf, die Grüne Dame nach Silvenar zu locken.", ["Category_ID"] = 7, } , [284] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Freund des Silvenars", +["achievementIndex"] = 21, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rettet den Silvenar vor seinen Entführern.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Rettet den Silvenar vor seinen Entführern.", ["Category_ID"] = 7, } , [285] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Held von Farn und Blatt", +["achievementIndex"] = 19, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vereint den Silvenar mit der Grünen Dame.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vereint den Silvenar mit der Grünen Dame.", ["Category_ID"] = 7, } , [286] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Ruinen von Shael", +["achievementIndex"] = 62, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Shael.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Shael.", ["Category_ID"] = 6, } , [287] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Höhlenforscher von Auridon", +["achievementIndex"] = 8, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 57, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Erforscht und säubert alle sechs Höhlen auf Auridon.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erforscht und säubert alle sechs Höhlen auf Auridon.", ["Category_ID"] = 6, } , [288] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Dels Grube", +["achievementIndex"] = 31, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 67, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Dels Grube.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Dels Grube.", ["Category_ID"] = 6, } , [289] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Ondil", +["achievementIndex"] = 55, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 66, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Ondil.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Ondil.", ["Category_ID"] = 6, } , [290] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Entilas Torheit", +["achievementIndex"] = 34, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 65, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Entilas Torheit.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Entilas Torheit.", ["Category_ID"] = 6, } , [291] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Wansalen", +["achievementIndex"] = 75, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 64, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Wansalen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Wansalen.", ["Category_ID"] = 6, } , [292] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Mehrunes Tücke", +["achievementIndex"] = 47, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 58, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Mehrunes Tücke.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Mehrunes Tücke.", ["Category_ID"] = 6, } , [293] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Bewan", +["achievementIndex"] = 22, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 61, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Bewan.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Bewan.", ["Category_ID"] = 6, } , [294] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Pilzgrotte I", +["achievementIndex"] = 10, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Besiegt den Goblin-Kriegshäuptling und den Dreughkönig in der Pilzgrotte I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Goblin-Kriegshäuptling und den Dreughkönig in der Pilzgrotte I.", ["Category_ID"] = 4, } , [2343] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Feindliche Flora", -["SubCategory_ID"] = 1, ["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Erntet eine Krabbelblüte und entschärft eine Gasblüte, eine Blitzkanne, Katapultkohl und Laternenanbeterinnen.", ["Category"] = "Murkmire", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erntet eine Krabbelblüte und entschärft eine Gasblüte, eine Blitzkanne, Katapultkohl und Laternenanbeterinnen.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [296] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Höhlenforscher von Malabal Tor", +["achievementIndex"] = 11, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Malabal Tor.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Malabal Tor.", ["Category_ID"] = 6, } , [297] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher des Grabmals der Abtrünnigen", +["achievementIndex"] = 71, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Grabmal der Abtrünnigen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Grabmal der Abtrünnigen.", ["Category_ID"] = 6, } , [298] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Reifzeckengrube", +["achievementIndex"] = 42, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Reifzeckengrube.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Reifzeckengrube.", ["Category_ID"] = 6, } , [299] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger von Sanguines Domäne", +["achievementIndex"] = 8, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 39, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt drei der Champions in Sanguines Domäne.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in Sanguines Domäne.", ["Category_ID"] = 4, } , [300] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer von Sanguines Domäne", +["achievementIndex"] = 7, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 38, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt die sechs Champions in Sanguines Domäne.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die sechs Champions in Sanguines Domäne.", ["Category_ID"] = 4, } , [301] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Spindeltiefen I", +["achievementIndex"] = 8, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Besiegt die Schwarmmutter und die Flüsterin in den Spindeltiefen I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Schwarmmutter und die Flüsterin in den Spindeltiefen I.", ["Category_ID"] = 4, } , [2350] = { -["prevId"] = 0, -["firstID"] = 2350, -["SubCategory"] = "Quests", ["name"] = "Flüsternde Wurzeln", -["SubCategory_ID"] = 2, ["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2350, ["numCriteria"] = 1, +["description"] = "Schließt eine tägliche Aufgabe für Wurzelflüster von Tuwul ab.", ["Category"] = "Murkmire", ["points"] = 5, ["nextId"] = 2351, -["description"] = "Schließt eine tägliche Aufgabe für Wurzelflüster von Tuwul ab.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [303] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Vergehen der Folterer", +["achievementIndex"] = 7, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Molag Bals Folterknechte Kathutet, Amkaos und Ranyu.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Molag Bals Folterknechte Kathutet, Amkaos und Ranyu.", ["Category_ID"] = 6, } , [304] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Unterwerfer der Ogrimbrüder", -["SubCategory_ID"] = 7, ["achievementIndex"] = 17, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die drei Ogrimbrüder Großwanst, Schweinskopf und Stutzer an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die drei Ogrimbrüder Großwanst, Schweinskopf und Stutzer an einem Dunklen Anker.", ["Category_ID"] = 6, } , [305] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Schlächter der Dremorapiraten", -["SubCategory_ID"] = 7, ["achievementIndex"] = 9, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Dremorapiraten Velekh Sain an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Dremorapiraten Velekh Sain an einem Dunklen Anker.", ["Category_ID"] = 6, } , [306] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Schlächter der reisenden Dremora", +["achievementIndex"] = 8, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die reisenden Dremora Methats, Vonshala und Sumeer an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die reisenden Dremora Methats, Vonshala und Sumeer an einem Dunklen Anker.", ["Category_ID"] = 6, } , [307] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Zerstörer des Lieblingsdaedroths", +["achievementIndex"] = 6, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Menta Na, Molag Bals liebsten Daedroth, an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Menta Na, Molag Bals liebsten Daedroth, an einem Dunklen Anker.", ["Category_ID"] = 6, } , [308] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Schließt das Immeroffene Auge", +["achievementIndex"] = 18, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Yggmanei, Molag Bals besten Spion, an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Yggmanei, Molag Bals besten Spion, an einem Dunklen Anker.", ["Category_ID"] = 6, } , [309] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Hrelvesuus Fluch", +["achievementIndex"] = 19, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Daedroth Hrelvesuu an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Daedroth Hrelvesuu an einem Dunklen Anker.", ["Category_ID"] = 6, } , [310] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Zerstörer der Verschlingerin der Seelen", +["achievementIndex"] = 20, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Rhagothan, den Verschlinger der Seelen, an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Rhagothan, den Verschlinger der Seelen, an einem Dunklen Anker.", ["Category_ID"] = 6, } , [311] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Zerstörer des Frostfürsten", +["achievementIndex"] = 5, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Nomeg Haga, den riesigen Frostatronachen von Kalthafen, an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Nomeg Haga, den riesigen Frostatronachen von Kalthafen, an einem Dunklen Anker.", ["Category_ID"] = 6, } , [312] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Zerstörer des Sturmfürsten", +["achievementIndex"] = 3, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Zymel Hriz, den riesigen Sturmatronachen von Kalthafen, an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Zymel Hriz, den riesigen Sturmatronachen von Kalthafen, an einem Dunklen Anker.", ["Category_ID"] = 6, } , [313] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Zerstörer der Xivilai-Sklavenmeister", +["achievementIndex"] = 21, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Xivilai-Folterknechte Anaxes und Medrike an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Xivilai-Folterknechte Anaxes und Medrike an einem Dunklen Anker.", ["Category_ID"] = 6, } , [314] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Zerstörer der Verführerischen Schwestern", +["achievementIndex"] = 22, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Schwestern Vika, Dylora und Jansa, die Dunklen Verführerinnen, an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Schwestern Vika, Dylora und Jansa, die Dunklen Verführerinnen, an einem Dunklen Anker.", ["Category_ID"] = 6, } , [315] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Zerstörer der Verkarth-Vampire", +["achievementIndex"] = 4, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt König Styriche von Verkarth und seine Gefährten Fangaril und Zayzahad an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt König Styriche von Verkarth und seine Gefährten Fangaril und Zayzahad an einem Dunklen Anker.", ["Category_ID"] = 6, } , [316] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Zerstörer der Sichelmond-Dremora", +["achievementIndex"] = 23, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Fürst Dregas Volar, den Besitzer des daedrischen Halbmonds, an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Fürst Dregas Volar, den Besitzer des daedrischen Halbmonds, an einem Dunklen Anker.", ["Category_ID"] = 6, } , [317] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Zerstörer des Lichs von Gramfeste", +["achievementIndex"] = 24, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Gedna Relvel, den Lich von Gramfeste, an einem Dunklen Anker.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Gedna Relvel, den Lich von Gramfeste, an einem Dunklen Anker.", ["Category_ID"] = 6, } , [318] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Generalshenker", +["achievementIndex"] = 11, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 16, +["description"] = "Tötet alle Generäle Molag Bals, die an den Dunklen Ankern erscheinen.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Tötet alle Generäle Molag Bals, die an den Dunklen Ankern erscheinen.", ["Category_ID"] = 6, } , [2367] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", ["name"] = "Schwarzorsenfreibeuter", -["SubCategory_ID"] = 3, ["achievementIndex"] = 3, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["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"] = 17, +["Category_ID"] = 18, } , [2368] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", ["name"] = "Gott des Spießrutenlaufs", -["SubCategory_ID"] = 3, ["achievementIndex"] = 8, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["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"] = 17, +["Category_ID"] = 18, } , [2369] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", ["name"] = "Schneller als Flammen", -["SubCategory_ID"] = 3, ["achievementIndex"] = 6, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Kampfmagierin Ennodius im Schwarzrosengefängnis (Veteranen), ohne dass ein Gruppenmitglied Flammenschaden erleidet, während ihr Flammenerguss aktiv ist.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Kampfmagierin Ennodius im Schwarzrosengefängnis (Veteranen), ohne dass ein Gruppenmitglied Flammenschaden erleidet, während ihr Flammenerguss aktiv ist.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [322] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Kettenbrecher", +["achievementIndex"] = 16, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Löst die Schlösser an den Dunklen Ankern, um die Ketten zurück nach Kalthafen zu schicken.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Löst die Schlösser an den Dunklen Ankern, um die Ketten zurück nach Kalthafen zu schicken.", ["Category_ID"] = 6, } , [2371] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", ["name"] = "Skelettbeschwörung", -["SubCategory_ID"] = 3, ["achievementIndex"] = 13, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["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"] = 17, +["Category_ID"] = 18, } , [324] = { -["prevId"] = 0, -["firstID"] = 324, -["SubCategory"] = "Dark Anchors", ["name"] = "Ankerzerstörer", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 3, +["firstID"] = 324, ["numCriteria"] = 1, +["description"] = "Zerstört 10 Dunkle Anker aus Kalthafen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 619, -["description"] = "Zerstört 10 Dunkle Anker aus Kalthafen.", ["Category_ID"] = 6, } , [325] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Verbannungszellen I", +["achievementIndex"] = 9, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Besiegt Schattenriss und Sippenhochfürst Rilis in den Verbannungszellen I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Schattenriss und Sippenhochfürst Rilis in den Verbannungszellen I.", ["Category_ID"] = 4, } , [2374] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", ["name"] = "Meteorwahn", -["SubCategory_ID"] = 3, ["achievementIndex"] = 9, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Benutzt Kampfmagierin Ennodius\' Meteor in der ersten Arena des Schwarzrosengefängnisses, um alle vier Atronachen gleichzeitig zu betäuben.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Benutzt Kampfmagierin Ennodius\' Meteor in der ersten Arena des Schwarzrosengefängnisses, um alle vier Atronachen gleichzeitig zu betäuben.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2375] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", ["name"] = "Aufstieg der Gefallenen", -["SubCategory_ID"] = 3, ["achievementIndex"] = 11, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Benutzt im Schwarzrosengefängnis ein Siegel der Wiederbelebung, um drei Gruppenmitglieder gleichzeitig wiederzubeleben.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Benutzt im Schwarzrosengefängnis ein Siegel der Wiederbelebung, um drei Gruppenmitglieder gleichzeitig wiederzubeleben.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [328] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Höhlenforscher von Rift", +["achievementIndex"] = 53, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Rift.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Rift.", ["Category_ID"] = 6, } , [329] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher von Faldars Zahn", +["achievementIndex"] = 63, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Faldars Zahn.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Faldars Zahn.", ["Category_ID"] = 6, } , [330] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Bruchhelmhöhle", +["achievementIndex"] = 61, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Bruchhelmhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Bruchhelmhöhle.", ["Category_ID"] = 6, } , [331] = { -["prevId"] = 0, -["firstID"] = 0, +["name"] = "Erforscher von Avanchnzel", +["achievementIndex"] = 58, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Erforscher von Avancheznel", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Avanchnzel.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Avancheznel.", ["Category_ID"] = 6, } , [332] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Feste Grünwall", +["achievementIndex"] = 64, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 31, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Feste Grünwall.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Feste Grünwall.", ["Category_ID"] = 6, } , [333] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher des Schleierheim-Hügelgrabs", +["achievementIndex"] = 75, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 32, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Schleierheim-Hügelgrab.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Schleierheim-Hügelgrab.", ["Category_ID"] = 6, } , [334] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher der Beinbruchhöhle", +["achievementIndex"] = 77, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 33, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Beinbruchhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Beinbruchhöhle.", ["Category_ID"] = 6, } , [335] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Vertreiber des Reiks", +["achievementIndex"] = 24, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vertreibt das Reik aus Rift.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vertreibt das Reik aus Rift.", ["Category_ID"] = 7, } , [336] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Wurmquetscher", +["achievementIndex"] = 25, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Thallik Wurmvater und zerschlagt den Wurmkult.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Thallik Wurmvater und zerschlagt den Wurmkult.", ["Category_ID"] = 7, } , [337] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Ysgramors Wunder", +["achievementIndex"] = 26, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schickt Sinmur zurück in sein Grab.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Schickt Sinmur zurück in sein Grab.", ["Category_ID"] = 7, } , [2386] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Unmengen Ungeziefer", -["SubCategory_ID"] = 2, ["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 3, +["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"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 17, } , [2387] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Rattenrennen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 17, } , [340] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Pilzgrotte II", +["achievementIndex"] = 5, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [2389] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Schlittschuhlaufen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Trauernde, ohne dass ein Gruppenmitglied von Vergletscherung in den Tiefen von Malatar (Veteranen) getroffen wird.", ["Category"] = "Wrathstone", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Trauernde, ohne dass ein Gruppenmitglied von Vergletscherung in den Tiefen von Malatar (Veteranen) getroffen wird.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , [342] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Furchtloser Anstürmer", +["achievementIndex"] = 5, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Vila Theran in der Plzgrotte II (Veteranen), ohne dass ein Mitglied Eurer Gruppe den Schutz der Obsidianhülle benutzt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Vila Theran in der Plzgrotte II (Veteranen), ohne dass ein Mitglied Eurer Gruppe den Schutz der Obsidianhülle benutzt.", ["Category_ID"] = 5, } , [343] = { +["name"] = "Eroberer der Pilzgrotte II", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Pilzgrotte II", ["numCriteria"] = 3, +["description"] = "Besiegt Gamye Bandu, Mephalas Brut und Vila Theran in der Pilzgrotte II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Gamye Bandu, Mephalas Brut und Vila Theran in der Pilzgrotte II (Veteranen).", -["achievementIndex"] = 22, +["Category_ID"] = 5, } , [2392] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Regenbogenernte", -["SubCategory_ID"] = 1, ["achievementIndex"] = 12, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt in den Tiefen von Malatar im Kampf gegen die Sinfonie der Klingen alle Farben an Auroranern.", ["Category"] = "Wrathstone", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt in den Tiefen von Malatar im Kampf gegen die Sinfonie der Klingen alle Farben an Auroranern.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , [345] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Fluch der khajiitischen Jäger", +["achievementIndex"] = 70, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Indur-sa und die khajiitischen Jäger im Jägerlager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Indur-sa und die khajiitischen Jäger im Jägerlager.", ["Category_ID"] = 6, } , [346] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Trolltöter", +["achievementIndex"] = 79, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Trolle Frostgeifer und Graupelklaue in der Trollhöhle.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Trolle Frostgeifer und Graupelklaue in der Trollhöhle.", ["Category_ID"] = 6, } , [347] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Zerstörer des Frostatronachen", +["achievementIndex"] = 66, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Frostatronachen Nomeg Rine in der gefrorenen Ruine.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Frostatronachen Nomeg Rine in der gefrorenen Ruine.", ["Category_ID"] = 6, } , [348] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Geisterbanner", +["achievementIndex"] = 67, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Bringt Ghoragham auf dem Angarvundehügel zur ewigen Ruhe.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Bringt Ghoragham auf dem Angarvundehügel zur ewigen Ruhe.", ["Category_ID"] = 6, } , [349] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Riesenschlächter", +["achievementIndex"] = 68, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Langschritt den Riesen und sein Mammut im Riesenlager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Langschritt den Riesen und sein Mammut im Riesenlager.", ["Category_ID"] = 6, } , [350] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Irrlichtmuttertilger", +["achievementIndex"] = 80, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Verscheucht Aereus die Irrlichtmutter aus dem Irrlichthain.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Verscheucht Aereus die Irrlichtmutter aus dem Irrlichthain.", ["Category_ID"] = 6, } , [351] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Seesoldatenrächer", +["achievementIndex"] = 46, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 72, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Beendet die Bedrohung durch die Nekromanten auf dem Seelenfeuerplateau und rächt die Ersten Auridon-Seesoldaten.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Beendet die Bedrohung durch die Nekromanten auf dem Seelenfeuerplateau und rächt die Ersten Auridon-Seesoldaten.", ["Category_ID"] = 6, } , [352] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Banditenfürsten-Kopfgeldjäger", +["achievementIndex"] = 20, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 60, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Quenyas, den Anführer der Banditen auf Auridon, im Meereshanglager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Quenyas, den Anführer der Banditen auf Auridon, im Meereshanglager.", ["Category_ID"] = 6, } , [353] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Vernichter des Geisterkapitäns", +["achievementIndex"] = 37, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 62, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Kapitän Blanchete beim Wrack der Raptor.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Kapitän Blanchete beim Wrack der Raptor.", ["Category_ID"] = 6, } , [354] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Schnappkiefers Fluch", +["achievementIndex"] = 66, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 63, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Clannbann-Champion Schnappkiefer und beendet das Ermorden Unschuldiger bei den Beschwörungen des Ketzers.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Clannbann-Champion Schnappkiefer und beendet das Ermorden Unschuldiger bei den Beschwörungen des Ketzers.", ["Category_ID"] = 6, } , [355] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Auslöscher der Nestmutter", +["achievementIndex"] = 53, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 56, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Riesenschlange, die als Nestmutter bekannt ist, in ihrem Bau.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Riesenschlange, die als Nestmutter bekannt ist, in ihrem Bau.", ["Category_ID"] = 6, } , [356] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Anarumes Kopfgeldjäger", +["achievementIndex"] = 19, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 59, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Anarume im Bewährungslager des Schleiererbes, um seinen Verrat zu beenden.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Anarume im Bewährungslager des Schleiererbes, um seinen Verrat zu beenden.", ["Category_ID"] = 6, } , [357] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Burg Grauenfrost", +["achievementIndex"] = 1, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt den Wächter der Flamme, den verstärkten Frostatronachen und Drodda von Eiskap in der Burg Grauenfrost.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Wächter der Flamme, den verstärkten Frostatronachen und Drodda von Eiskap in der Burg Grauenfrost.", ["Category_ID"] = 4, } , [2406] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Albtraumplateau eingeebnet", -["SubCategory_ID"] = 1, ["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den dro-m\'Athra, Zalsheem, auf dem Albtraumplateau.", ["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den dro-m\'Athra, Zalsheem, auf dem Albtraumplateau.", ["Category_ID"] = 11, } , [2407] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Schreckensvogelschrecken", -["SubCategory_ID"] = 1, ["achievementIndex"] = 19, -["numCriteria"] = 1, -["Category"] = "Elsweyr", +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt den Schreckensvogel, die listige Kee\'va, an der Klauenschlucht.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Schreckensvogel, die listige Kee\'va, an der Klauenschlucht.", ["Category_ID"] = 11, } , [360] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Lüftet den ersten Schleier", +["achievementIndex"] = 4, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Richtet den Verräter in Tanzelwil im Namen von Königin Ayrenn hin.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Richtet den Verräter in Tanzelwil im Namen von Königin Ayrenn hin.", ["Category_ID"] = 7, } , [361] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Lüftet den zweiten Schleier", +["achievementIndex"] = 5, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Infiltriert das Schleiererbe und lüftet sein Geheimnis.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Infiltriert das Schleiererbe und lüftet sein Geheimnis.", ["Category_ID"] = 7, } , [362] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Lüftet den dritten Schleier", +["achievementIndex"] = 6, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die daedrische Armee und ihren Anführer in Ersthalt.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die daedrische Armee und ihren Anführer in Ersthalt.", ["Category_ID"] = 7, } , [363] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Seuchenbeender", +["achievementIndex"] = 10, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Merdyndril den Alchemisten in der Obsidianschlucht und setzt der Llodos-Seuche ein Ende.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet Merdyndril den Alchemisten in der Obsidianschlucht und setzt der Llodos-Seuche ein Ende.", ["Category_ID"] = 7, } , [364] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Tempelritter", +["achievementIndex"] = 9, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Befreit den Tempel des Tribunals von den einfallenden daedrischen Truppen.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Befreit den Tempel des Tribunals von den einfallenden daedrischen Truppen.", ["Category_ID"] = 7, } , [365] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Vox\' Verderbnis", +["achievementIndex"] = 7, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Magistra Vox in der Phantomsenke und stellt den Frieden in Deshaan wieder her.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tötet Magistra Vox in der Phantomsenke und stellt den Frieden in Deshaan wieder her.", ["Category_ID"] = 7, } , [2414] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Hohlzahn-Schreckensschlundschlächter", -["SubCategory_ID"] = 2, ["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 25 Hohlzahn-Schreckensschlünde in der Mondgrab-Tempelstadt (Veteranen).", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 25 Hohlzahn-Schreckensschlünde in der Mondgrab-Tempelstadt (Veteranen).", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [367] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger von Krähenwald", +["achievementIndex"] = 15, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 45, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt drei der Champions in Krähenwald.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in Krähenwald.", ["Category_ID"] = 4, } , [368] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer von Krähenwald", +["achievementIndex"] = 13, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions in Krähenwald.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in Krähenwald.", ["Category_ID"] = 4, } , [369] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger der vergessenen Krypten", +["achievementIndex"] = 11, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 50, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt drei der Champions in den vergessenen Krypten.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in den vergessenen Krypten.", ["Category_ID"] = 4, } , [370] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer der vergessenen Krypten", +["achievementIndex"] = 10, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 44, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt alle Champions in den vergessenen Krypten.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in den vergessenen Krypten.", ["Category_ID"] = 4, } , [371] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in der Löwengrube", +["achievementIndex"] = 22, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 34, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den einsamen Riesen und seine wütenden Mammuts in der Löwengrube.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Tötet den einsamen Riesen und seine wütenden Mammuts in der Löwengrube.", ["Category_ID"] = 4, } , [372] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in Sanguines Domäne", +["achievementIndex"] = 9, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 40, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Kampfmeister Grel und seine Adepten in Sanguines Domäne.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Kampfmeister Grel und seine Adepten in Sanguines Domäne.", ["Category_ID"] = 4, } , [373] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger der Löwengrube", +["achievementIndex"] = 44, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 48, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Besiegt drei der Champions in der Löwengrube.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in der Löwengrube.", ["Category_ID"] = 4, } , [374] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer der Löwengrube", -["SubCategory_ID"] = 2, ["achievementIndex"] = 33, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Besiegt alle Champions in der Löwengrube.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in der Löwengrube.", ["Category_ID"] = 4, } , [375] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger der Halle der Toten", +["achievementIndex"] = 5, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 49, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt drei der Champions in der Halle der Toten.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in der Halle der Toten.", ["Category_ID"] = 4, } , [376] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer der Halle der Toten", +["achievementIndex"] = 4, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 42, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt alle Champions in der Halle der Toten.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in der Halle der Toten.", ["Category_ID"] = 4, } , [377] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger der Obsidiannarbe", +["achievementIndex"] = 46, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Besiegt drei der Champions in der Obsidiannarbe.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in der Obsidiannarbe.", ["Category_ID"] = 4, } , [378] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer der Obsidiannarbe", +["achievementIndex"] = 35, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Besiegt alle Champions in der Obsidiannarbe.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in der Obsidiannarbe.", ["Category_ID"] = 4, } , [379] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis im Krähenwald", +["achievementIndex"] = 14, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 51, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vernichtet die Seelenerscheinungen in Krähenwald, um Ghyslain zu beschwören und ihn zu vernichten.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vernichtet die Seelenerscheinungen in Krähenwald, um Ghyslain zu beschwören und ihn zu vernichten.", ["Category_ID"] = 4, } , [380] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis im Weihegrund", +["achievementIndex"] = 19, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 37, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erschlagt die Riesenschlangenmutter im Weihegrund des Finsteren.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erschlagt die Riesenschlangenmutter im Weihegrund des Finsteren.", ["Category_ID"] = 4, } , [381] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in der Halle der Toten", +["achievementIndex"] = 6, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 41, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Reynir den Zerstörer und seine Diener in der Halle der Toten.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Reynir den Zerstörer und seine Diener in der Halle der Toten.", ["Category_ID"] = 4, } , [382] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Graufangs Jäger", +["achievementIndex"] = 41, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 62, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Riesenbären Graufang am Seeblick.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Riesenbären Graufang am Seeblick.", ["Category_ID"] = 6, } , [383] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Beinschänders Schlächter", +["achievementIndex"] = 52, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 76, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Schlurfer Beinschänder am westlichen Ausblick.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Schlurfer Beinschänder am westlichen Ausblick.", ["Category_ID"] = 6, } , [384] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Werwolffluch", +["achievementIndex"] = 78, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 73, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet den Werwolf Salazar den Wolf im Wolfslager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet den Werwolf Salazar den Wolf im Wolfslager.", ["Category_ID"] = 6, } , [385] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Asards Assassine", +["achievementIndex"] = 22, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 65, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Blutdorn-Zombie Asard den Verfaulten am Nordufer.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Blutdorn-Zombie Asard den Verfaulten am Nordufer.", ["Category_ID"] = 6, } , [386] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Klappkiefers Auflauerer", +["achievementIndex"] = 74, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 61, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Wamasu Klappkiefer in Klappkiefers Bucht.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Wamasu Klappkiefer in Klappkiefers Bucht.", ["Category_ID"] = 6, } , [387] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Untergang des Blutrufers", +["achievementIndex"] = 24, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 71, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Nekromanten Grivier Blutrufer auf der Leidensfeuerinsel.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Nekromanten Grivier Blutrufer auf der Leidensfeuerinsel.", ["Category_ID"] = 6, } , [388] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in den Vergessenen Krypten", +["achievementIndex"] = 12, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 43, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Beendet die Kwamaplage und tötet die Kwamawächter in den Vergessenen Krypten.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Beendet die Kwamaplage und tötet die Kwamawächter in den Vergessenen Krypten.", ["Category_ID"] = 4, } , [389] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger der Zahnbrecherrinne", +["achievementIndex"] = 51, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt drei der Champions in der Zahnbrecherrinne.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in der Zahnbrecherrinne.", ["Category_ID"] = 4, } , [390] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer der Zahnbrecherrinne", +["achievementIndex"] = 40, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions in der Zahnbrecherrinne.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in der Zahnbrecherrinne.", ["Category_ID"] = 4, } , [391] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger von Volenfell", +["achievementIndex"] = 23, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt Quintus Verres, Bebenschuppe, und das Wächerkonzil in Volenfell.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Quintus Verres, Bebenschuppe, und das Wächerkonzil in Volenfell.", ["Category_ID"] = 4, } , [2440] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Eroberer der Nekropole von Krempen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions in der Nekropole von Krempen.", ["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in der Nekropole von Krempen.", ["Category_ID"] = 11, } , [393] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Gesegneten Feuerprobe", +["achievementIndex"] = 25, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt das Rudel, die Bestienmeisterin und die Lavakönigin in der Gesegneten Feuerprobe.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt das Rudel, die Bestienmeisterin und die Lavakönigin in der Gesegneten Feuerprobe.", ["Category_ID"] = 4, } , [2442] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Eroberer von Orkruh", -["SubCategory_ID"] = 1, ["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions in Orkruh.", ["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in Orkruh.", ["Category_ID"] = 11, } , [395] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger der Verlorenen Stadt", +["achievementIndex"] = 45, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt drei der Champions in der Verlorenen Stadt der Na-Totambu.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in der Verlorenen Stadt der Na-Totambu.", ["Category_ID"] = 4, } , [396] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer der Verlorenen Stadt", +["achievementIndex"] = 34, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions in der Verlorenen Stadt der Na-Totambu.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in der Verlorenen Stadt der Na-Totambu.", ["Category_ID"] = 4, } , [2445] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Gruppenwagnis von Orkruh", -["SubCategory_ID"] = 1, ["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Krähenplage in Orkruh.", ["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Krähenplage in Orkruh.", ["Category_ID"] = 11, } , [399] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Knacker der Titanenschere", +["achievementIndex"] = 72, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 64, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Schlammkrabbe Titanenschere am Schlammkrabbenstrand.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Schlammkrabbe Titanenschere am Schlammkrabbenstrand.", ["Category_ID"] = 6, } , [400] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Spinnenschlächter", +["achievementIndex"] = 69, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die alte Witwe Seide und die Blutweberinnen im Spinnennest.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die alte Witwe Seide und die Blutweberinnen im Spinnennest.", ["Category_ID"] = 6, } , [401] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Zerstörer der Brutkönigin", +["achievementIndex"] = 25, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 60, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Brutmutter der Dreugh in den Dreughwassern.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Brutmutter der Dreugh in den Dreughwassern.", ["Category_ID"] = 6, } , [402] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Gar Xuu Gars Fluch", +["achievementIndex"] = 40, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 59, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Daedroth Gar Xuu Gar und seine Diener auf dem verlassenen Hof.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Daedroth Gar Xuu Gar und seine Diener auf dem verlassenen Hof.", ["Category_ID"] = 6, } , [403] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Cousin Gerippes Niedergang", +["achievementIndex"] = 27, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 58, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Oger mit dem Namen Cousin Gerippe in Gerippes Speisekammer.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Oger mit dem Namen Cousin Gerippe in Gerippes Speisekammer.", ["Category_ID"] = 6, } , [404] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Die Krux mit Kruz", +["achievementIndex"] = 50, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 57, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Sturmatronachen Zymel Kruz am uralten Altar.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Sturmatronachen Zymel Kruz am uralten Altar.", ["Category_ID"] = 6, } , [406] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Voll auf die Nase", +["achievementIndex"] = 59, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 81, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Springt von der Nase des Trauernden Riesen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Springt von der Nase des Trauernden Riesen.", ["Category_ID"] = 6, } , [410] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger des Schwarzherz-Unterschlupfs", +["achievementIndex"] = 26, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt Atarus, die Hortmutter und Kapitän Schwarzherz im Schwarzherz-Unterschlupf.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Atarus, die Hortmutter und Kapitän Schwarzherz im Schwarzherz-Unterschlupf.", ["Category_ID"] = 4, } , [412] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Ruinen von Santaki", +["achievementIndex"] = 66, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 33, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Santaki.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Santaki.", ["Category_ID"] = 6, } , [413] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Höhlenforscher der Alik\'r-Wüste", +["achievementIndex"] = 12, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in der Alik\'r-Wüste.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in der Alik\'r-Wüste.", ["Category_ID"] = 6, } , [414] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Mine von Divads Verdruss", +["achievementIndex"] = 33, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 32, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Mine von Divads Verdruss.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Mine von Divads Verdruss.", ["Category_ID"] = 6, } , [415] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Berüchtigter Anwerber", +["achievementIndex"] = 1, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Rekrutiert alle drei berühmten Freibeuter auf Stros M\'Kai.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Rekrutiert alle drei berühmten Freibeuter auf Stros M\'Kai.", ["Category_ID"] = 7, } , [416] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Ruinen von Aldunz", +["achievementIndex"] = 21, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Aldunz.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Aldunz.", ["Category_ID"] = 6, } , [417] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger von Selenes Netz", +["achievementIndex"] = 24, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt Langkralle, Faulfell und Selene in Selenes Netz.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Langkralle, Faulfell und Selene in Selenes Netz.", ["Category_ID"] = 4, } , [2466] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Sunspire", ["name"] = "Sieger von Sonnspitz", -["SubCategory_ID"] = 3, ["achievementIndex"] = 14, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen), nachdem Ihr alle ihre Opferfeuer gelöscht habt.", ["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen), nachdem Ihr alle ihre Opferfeuer gelöscht habt.", ["Category_ID"] = 11, } , [419] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Kaltfelsgrabungen", +["achievementIndex"] = 26, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Kaltfelsgrabungen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Kaltfelsgrabungen.", ["Category_ID"] = 6, } , [420] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Sandumtosten Mine", +["achievementIndex"] = 65, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Sandumtoste Mine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Sandumtoste Mine.", ["Category_ID"] = 6, } , [421] = { +["name"] = "Eroberer der Spindeltiefen II", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Spindeltiefen II", ["numCriteria"] = 3, +["description"] = "Besiegt den Blutgolem, Praxins Geist und Vorenor Winterkind in den Spindeltiefen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Blutgolem, Praxins Geist und Vorenor Winterkind in den Spindeltiefen II (Veteranen).", -["achievementIndex"] = 20, +["Category_ID"] = 5, } , [2470] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Sunspire", ["name"] = "Sturmjäger", -["SubCategory_ID"] = 3, ["achievementIndex"] = 6, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Lokkestiiz in Sonnspitz (Veteranen), nachdem Ihr dessen Opferfeuer gelöscht habt.", ["Category"] = "Elsweyr", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Lokkestiiz in Sonnspitz (Veteranen), nachdem Ihr dessen Opferfeuer gelöscht habt.", ["Category_ID"] = 11, } , [423] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Ruinen von Yldzuun", +["achievementIndex"] = 81, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Yldzuun.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Yldzuun.", ["Category_ID"] = 6, } , [424] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Höhlenforscher von Ostmarsch", +["achievementIndex"] = 52, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 38, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Ostmarsch.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Ostmarsch.", ["Category_ID"] = 6, } , [425] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Todsangfäller", +["achievementIndex"] = 30, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 70, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Zerstört die verdorbenen Pflanzenwesen in der Todsanggrube in Schnittermark.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Zerstört die verdorbenen Pflanzenwesen in der Todsanggrube in Schnittermark.", ["Category_ID"] = 6, } , [426] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Fluch des großen Ozur", +["achievementIndex"] = 23, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den großen Ozur den Oger im nach ihm benannten Tal.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den großen Ozur den Oger im nach ihm benannten Tal.", ["Category_ID"] = 6, } , [427] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Gnadenmörder", +["achievementIndex"] = 48, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 73, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Königin der Drei Gnaden und ihre Gefolgschaft an den Wassertänzerfällen in Schnittermark.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Königin der Drei Gnaden und ihre Gefolgschaft an den Wassertänzerfällen in Schnittermark.", ["Category_ID"] = 6, } , [428] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Unheil des Grabrufers", +["achievementIndex"] = 38, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 71, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Grabrufer Niramo und seine dunkle „Tochter“ Varien am Schnitterhenge.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Grabrufer Niramo und seine dunkle „Tochter“ Varien am Schnitterhenge.", ["Category_ID"] = 6, } , [429] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Ysolmarrs Fall", -["SubCategory_ID"] = 1, ["achievementIndex"] = 79, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Daedroth Ysolmarr den wandelnden Scheiterhaufen nahe dem alten Steg von S\'ren-ja in Schnittermark.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Daedroth Ysolmarr den wandelnden Scheiterhaufen nahe dem alten Steg von S\'ren-ja in Schnittermark.", ["Category_ID"] = 6, } , [430] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Nur-dros Niedergang", +["achievementIndex"] = 54, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 74, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Befehlshaber Nur-dro, einen Vampir, bei Ushmals Ruhe in Schnittermark.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Befehlshaber Nur-dro, einen Vampir, bei Ushmals Ruhe in Schnittermark.", ["Category_ID"] = 6, } , [432] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Erforscher von Aba-Loria", +["achievementIndex"] = 5, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Aba-Loria-Höhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Aba-Loria-Höhle.", ["Category_ID"] = 6, } , [433] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Erforscher der Grotte der Laster", +["achievementIndex"] = 11, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Grotte der Laster.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Grotte der Laster.", ["Category_ID"] = 6, } , [434] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Erforscher der Höhle der Trophäen", +["achievementIndex"] = 6, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Höhle der Trophäen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Höhle der Trophäen.", ["Category_ID"] = 6, } , [435] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Erforscher des Schmiedefeuer-Gewölbes", +["achievementIndex"] = 10, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Gewölbe von Haman Schmiedefeuer.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Gewölbe von Haman Schmiedefeuer.", ["Category_ID"] = 6, } , [436] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Erforscher von Mal Sorras Grabmal", +["achievementIndex"] = 13, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Mal Sorras Grabmal.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Mal Sorras Grabmal.", ["Category_ID"] = 6, } , [437] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Erforscher des Wehklagenden Schlunds", +["achievementIndex"] = 15, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Höhle des Wehklagenden Schlunds.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Höhle des Wehklagenden Schlunds.", ["Category_ID"] = 6, } , [438] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Höhlenforscher von Kalthafen", -["SubCategory_ID"] = 4, ["achievementIndex"] = 3, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Kalthafen.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Kalthafen.", ["Category_ID"] = 6, } , [439] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Sthorhas Unheil", +["achievementIndex"] = 14, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Daedroth Sthorha die Rasende in Aba-Darre.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Daedroth Sthorha die Rasende in Aba-Darre.", ["Category_ID"] = 6, } , [440] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Eisgeistjäger", +["achievementIndex"] = 12, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Eisgeist Duriatundur auf Duriatundurs Schlachtfeld.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Eisgeist Duriatundur auf Duriatundurs Schlachtfeld.", ["Category_ID"] = 6, } , [441] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Untergang des Zenturios", +["achievementIndex"] = 7, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den uralten Dwemerzenturio Zemarek-thul in Zemareks Senke.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den uralten Dwemerzenturio Zemarek-thul in Zemareks Senke.", ["Category_ID"] = 6, } , [442] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Jäger dreier Daedroth", +["achievementIndex"] = 9, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt das Daedratrio Nolagha, Keggagiha und Rsolignag bei der Daedroth-Fütterung.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt das Daedratrio Nolagha, Keggagiha und Rsolignag bei der Daedroth-Fütterung.", ["Category_ID"] = 6, } , [443] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Brolsgerbwds Fluch", +["achievementIndex"] = 1, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Dremora-Nekromantin Brolsgerbwd beim erhobenen Hof.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Dremora-Nekromantin Brolsgerbwd beim erhobenen Hof.", ["Category_ID"] = 6, } , [444] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Cynhamoths Ende", +["achievementIndex"] = 8, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Ernterin Cynhamoth in Cynhamoths Hain.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Ernterin Cynhamoth in Cynhamoths Hain.", ["Category_ID"] = 6, } , [445] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in Rulanyils Fall", +["achievementIndex"] = 27, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die untoten Horden von Hergor dem Gefallenen in Rulanyils Fall.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die untoten Horden von Hergor dem Gefallenen in Rulanyils Fall.", ["Category_ID"] = 4, } , [446] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Spindeltiefen II", -["SubCategory_ID"] = 4, ["achievementIndex"] = 7, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [2495] = { -["prevId"] = 0, -["firstID"] = 2493, -["SubCategory"] = "Quests", ["name"] = "Monsterauslöscher von Anequina", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2493, ["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Aufgaben gegen Anführer der offenen Welt für Ri\'hirr von den Verteidigungsstreitkräften des nördlichen Elsweyr ab.", ["Category"] = "Elsweyr", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Kopfgeldaufgaben für Ri\'hirr von den Verteidigungsstreitkräften des nördlichen Elsweyr ab.", ["Category_ID"] = 11, } , [448] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Barmherziger Held", +["achievementIndex"] = 7, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Vorenor Winterkind in den Spindeltiefen II (Veteranen), ohne unschuldige Opfer, die in seinen Gemächern gefangen sind, zu töten.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Vorenor Winterkind in den Spindeltiefen II (Veteranen), ohne unschuldige Opfer, die in seinen Gemächern gefangen sind, zu töten.", ["Category_ID"] = 5, } , [449] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Verbannungszellen II", +["achievementIndex"] = 3, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [2498] = { -["prevId"] = 0, -["firstID"] = 2496, -["SubCategory"] = "Quests", ["name"] = "Drachenauslöscher", -["SubCategory_ID"] = 2, ["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2496, ["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Drachenjagden für Schlachtenvogt Tanerline im nördlichen Elsweyr ab.", ["Category"] = "Elsweyr", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Drachenjagden für Schlachtenvogt Tanerline im nördlichen Elsweyr ab.", ["Category_ID"] = 11, } , [451] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Verfluchter Held", +["achievementIndex"] = 3, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Sippenhochfürst Rilis in den Verbannungszellen II (Veteranen), solange noch mindestens drei Daedroth leben.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Sippenhochfürst Rilis in den Verbannungszellen II (Veteranen), solange noch mindestens drei Daedroth leben.", ["Category_ID"] = 5, } , [452] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Höhlenforscher von Schnittermark", +["achievementIndex"] = 12, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Schnittermark.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Schnittermark.", ["Category_ID"] = 6, } , [453] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Kunas Grabung", +["achievementIndex"] = 45, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Kunas Grabung.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Kunas Grabung.", ["Category_ID"] = 6, } , [454] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Thibauts Steingrab", +["achievementIndex"] = 69, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Thibauts Steingrab.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Thibauts Steingrab.", ["Category_ID"] = 6, } , [455] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Heulwindhöhle", +["achievementIndex"] = 77, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Heulwindhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Heulwindhöhle.", ["Category_ID"] = 6, } , [456] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Krallenhieb", +["achievementIndex"] = 28, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Krallenhieb.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Krallenhieb.", ["Category_ID"] = 6, } , [457] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Fardirs Torheit", +["achievementIndex"] = 35, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Fardirs Torheit.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Fardirs Torheit.", ["Category_ID"] = 6, } , [458] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Jodeslicht", +["achievementIndex"] = 43, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Jodeslicht.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Jodeslicht.", ["Category_ID"] = 6, } , [459] = { +["name"] = "Eroberer des Eldengrunds II", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer des Eldengrunds II", ["numCriteria"] = 3, +["description"] = "Besiegt Dunkelwurz, Düsterlicht und Bogdan die Nachtflamme in Eldengrund II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Dunkelwurz, Düsterlicht und Bogdan die Nachtflamme in Eldengrund II (Veteranen).", -["achievementIndex"] = 21, +["Category_ID"] = 5, } , [460] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in den Blutgrotten", +["achievementIndex"] = 21, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Flachzahn und seine Vasallen in den Blutgrotten.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Flachzahn und seine Vasallen in den Blutgrotten.", ["Category_ID"] = 4, } , [461] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine des Eldengrunds II", +["achievementIndex"] = 9, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [463] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Geschlossenes Kapitel", +["achievementIndex"] = 9, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Bogdan die Nachtflamme nachdem Ihr das Opus der Qual im Eldengrund II (Veteranen) gelesen habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Bogdan die Nachtflamme nachdem Ihr das Opus der Qual im Eldengrund II (Veteranen) gelesen habt.", ["Category_ID"] = 5, } , [464] = { +["name"] = "Eroberer der Dunkelschattenkavernen II", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Dunkelschattenkavernen II", ["numCriteria"] = 3, +["description"] = "Besiegt den verwandelten Schwarmfürst, Grobull den Verwandelten und den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den verwandelten Schwarmfürst, Grobull den Verwandelten und den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen).", -["achievementIndex"] = 16, +["Category_ID"] = 5, } , [465] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Dunkelschattenkavernen II", +["achievementIndex"] = 11, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [467] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Tödlicher Ingenieur", +["achievementIndex"] = 11, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen), ohne dass ein Gruppenmitglied einen Maschinenhebel umlegt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen), ohne dass ein Gruppenmitglied einen Maschinenhebel umlegt.", ["Category_ID"] = 5, } , [468] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in der Zahnbrecherrinne", +["achievementIndex"] = 28, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vernichtet Blutwurz und ihre Wächterinnen in der Zahnbrecherrinne.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vernichtet Blutwurz und ihre Wächterinnen in der Zahnbrecherrinne.", ["Category_ID"] = 4, } , [469] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis im Düsteren Herrenhaus", +["achievementIndex"] = 29, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die verdammten Kreaturen aus Graccus Frostexperimenten im Düsteren Herrenhaus.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die verdammten Kreaturen aus Graccus Frostexperimenten im Düsteren Herrenhaus.", ["Category_ID"] = 4, } , [470] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in Wurzelbruch", +["achievementIndex"] = 26, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Knochenkrämer und dessen Häscher in den Ruinen von Wurzelbruch.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Knochenkrämer und dessen Häscher in den Ruinen von Wurzelbruch.", ["Category_ID"] = 4, } , [471] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Glenumbra", -["SubCategory_ID"] = 8, ["achievementIndex"] = 14, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Glenumbra.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Glenumbra.", ["Category_ID"] = 6, } , [472] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Sturmhafen", -["SubCategory_ID"] = 8, ["achievementIndex"] = 24, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Sturmhafen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Sturmhafen.", ["Category_ID"] = 6, } , [473] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Kluftspitze", -["SubCategory_ID"] = 8, ["achievementIndex"] = 21, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Kluftspitze.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Kluftspitze.", ["Category_ID"] = 6, } , [474] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler der Alik\'r-Wüste", -["SubCategory_ID"] = 8, ["achievementIndex"] = 6, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in der Alik\'r-Wüste.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in der Alik\'r-Wüste.", ["Category_ID"] = 6, } , [475] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Bangkorai", -["SubCategory_ID"] = 8, ["achievementIndex"] = 8, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Bangkorai.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Bangkorai.", ["Category_ID"] = 6, } , [476] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Fischer des Bündnisses", -["SubCategory_ID"] = 8, ["achievementIndex"] = 2, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Schließt alle Fischerei-Errungenschaften im Dolchsturz-Bündnis ab.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt alle Fischerei-Errungenschaften im Dolchsturz-Bündnis ab.", ["Category_ID"] = 6, } , [477] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Steinfälle", -["SubCategory_ID"] = 8, ["achievementIndex"] = 23, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Steinfälle.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Steinfälle.", ["Category_ID"] = 6, } , [478] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Deshaan", -["SubCategory_ID"] = 8, ["achievementIndex"] = 12, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Deshaan.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Deshaan.", ["Category_ID"] = 6, } , [479] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Schattenfenn", -["SubCategory_ID"] = 8, ["achievementIndex"] = 22, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Schattenfenn.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Schattenfenn.", ["Category_ID"] = 6, } , [480] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Ostmarsch", -["SubCategory_ID"] = 8, ["achievementIndex"] = 13, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Ostmarsch.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Ostmarsch.", ["Category_ID"] = 6, } , [481] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Rift", -["SubCategory_ID"] = 8, ["achievementIndex"] = 20, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Rift.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Rift.", ["Category_ID"] = 6, } , [482] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Fischer des Paktes", -["SubCategory_ID"] = 8, ["achievementIndex"] = 4, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Schließt alle Fischerei-Errungenschaften im Ebenherz-Pakt ab.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt alle Fischerei-Errungenschaften im Ebenherz-Pakt ab.", ["Category_ID"] = 6, } , [483] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Auridon", -["SubCategory_ID"] = 8, ["achievementIndex"] = 7, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische auf Auridon.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische auf Auridon.", ["Category_ID"] = 6, } , [484] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Grahtwald", -["SubCategory_ID"] = 8, ["achievementIndex"] = 15, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Grahtwald.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Grahtwald.", ["Category_ID"] = 6, } , [485] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Grünschatten", -["SubCategory_ID"] = 8, ["achievementIndex"] = 16, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Grünschatten.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Grünschatten.", ["Category_ID"] = 6, } , [486] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Malabal Tor", -["SubCategory_ID"] = 8, ["achievementIndex"] = 18, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Malabal Tor.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Malabal Tor.", ["Category_ID"] = 6, } , [487] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Schnittermark", -["SubCategory_ID"] = 8, ["achievementIndex"] = 19, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Schnittermark.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Schnittermark.", ["Category_ID"] = 6, } , [488] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Fischer des Dominions", -["SubCategory_ID"] = 8, ["achievementIndex"] = 3, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Schließt alle Fischerei-Errungenschaften im Aldmeri-Dominion ab.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt alle Fischerei-Errungenschaften im Aldmeri-Dominion ab.", ["Category_ID"] = 6, } , [489] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler Cyrodiils", -["SubCategory_ID"] = 8, ["achievementIndex"] = 5, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Cyrodiil.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Cyrodiil.", ["Category_ID"] = 6, } , [490] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Kalthafen", -["SubCategory_ID"] = 8, ["achievementIndex"] = 10, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Kalthafen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Kalthafen.", ["Category_ID"] = 6, } , [491] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Stros M\'Kai", -["SubCategory_ID"] = 8, ["achievementIndex"] = 25, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Fangt einen seltenen eltherischen Zackenbarsch in den Salzgewässern von Stros M\'Kai.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt einen seltenen eltherischen Zackenbarsch in den Salzgewässern von Stros M\'Kai.", ["Category_ID"] = 6, } , [492] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Khenartis Rast", -["SubCategory_ID"] = 8, ["achievementIndex"] = 17, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Fangt einen seltenen Pyandonesischen Rochen in den Salzgewässern von Khenartis Rast.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt einen seltenen Pyandonesischen Rochen in den Salzgewässern von Khenartis Rast.", ["Category_ID"] = 6, } , [493] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Ödfels", -["SubCategory_ID"] = 8, ["achievementIndex"] = 9, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Fangt einen seltenen Vvardenfell-Parma in den Salzgewässern von Ödfels.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt einen seltenen Vvardenfell-Parma in den Salzgewässern von Ödfels.", ["Category_ID"] = 6, } , [494] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Meisterfischer", -["SubCategory_ID"] = 8, ["achievementIndex"] = 1, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 8, +["description"] = "Schließt alle Fischerei-Errungenschaften ab.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt alle Fischerei-Errungenschaften ab.", ["Category_ID"] = 6, } , [495] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Sturz der Dünenbrecherin", +["achievementIndex"] = 34, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Dünenbrecher Mutter Sande bei der vergessenen Karawane.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Dünenbrecher Mutter Sande bei der vergessenen Karawane.", ["Category_ID"] = 6, } , [496] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Unheil des einsamen Vaters", +["achievementIndex"] = 53, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Riesen einsamer Vater im Riesenlager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Riesen einsamer Vater im Riesenlager.", ["Category_ID"] = 6, } , [497] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Vettelaufruhr", +["achievementIndex"] = 43, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Vettelschwestern Igazkad, Orochar und Ukha im Vettellager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Vettelschwestern Igazkad, Orochar und Ukha im Vettellager.", ["Category_ID"] = 6, } , [498] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Korignahs Fluch", +["achievementIndex"] = 49, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Korignah die Ernterin in der Höhle der Einsamen Herzen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Korignah die Ernterin in der Höhle der Einsamen Herzen.", ["Category_ID"] = 6, } , [499] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Mörder des Mumienkönigs", +["achievementIndex"] = 56, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Mumienkönig bei der Ruhe des Königs.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Mumienkönig bei der Ruhe des Königs.", ["Category_ID"] = 6, } , [500] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Heiligenschlächter", +["achievementIndex"] = 64, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 31, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Goldene Heilige Staada im Niederen Kreis.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Goldene Heilige Staada im Niederen Kreis.", ["Category_ID"] = 6, } , -[2557] = { +[2549] = { +["name"] = "Sieger des Unheiligen Grabs", +["achievementIndex"] = 4, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Exploration", +["numCriteria"] = 5, +["description"] = "Besiegt Hakgrym den Heuler, die Bewahrerin der Feuerkammer, die ewige Ägis, Ondagore den Verrückten und Kjalnar Grabskalde im Unheiligen Grab.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2550] = { +["name"] = "Eroberer des Unheiligen Grabs", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Besiegt Hakgrym den Heuler, die Bewahrerin der Feuerkammer, die ewige Ägis, Ondagore den Verrückten und Kjalnar Grabskalde im Unheiligen Grab (Veteranen).", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2551] = { +["name"] = "Schädelschmetterer", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt im Unheiligen Grab (Veteranen) Kjalnar Grabskalde, nachdem Ihr Kjalnars Schädeltotem zerstört habt.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2552] = { +["name"] = "Grabräuber", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt alle Widersacher zusätzlich zu Hakgrym dem Heuler, der Bewahrerin der Feuerkammer, der ewigen Ägis, Ondagore dem Verrückten und Kjalnar Grabskalde innerhalb von 30 Minuten, nachdem Ihr das Unheilige Grab (Veteranen) betreten habt. Die Zeit läuft, sobald Ihr in einen Kampf verwickelt werdet. Ihr müsst Vorias Heiligtum nicht betreten.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2553] = { +["name"] = "Unversehrtes Grab", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt im Unheiligen Grab (Veteranen) alle Widersacher zusätzlich zu Hakgrym dem Heuler, der Bewahrerin der Feuerkammer, der ewigen Ägis, Ondagore dem Verrückten und Kjalnar Grabskalde, ohne dass ein Gruppenmitglied stirbt. Ihr müsst Vorias Heiligtum nicht betreten.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2554] = { +["name"] = "Herausforderer des Unheiligen Grabs", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für das Unheilige Grab (Veteranen).", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2555] = { +["name"] = "Dem Tod zum Trotz", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt im Unheiligen Grab (Veteranen) alle Widersacher zusätzlich zu Hakgrym dem Heuler, der Bewahrerin der Feuerkammer, der ewigen Ägis, Ondagore dem Verrückten und Kjalnar Grabskalde innerhalb von 30 Minuten und ohne dass ein Gruppenmitglied stirbt. Ihr müsst Vorias Heiligtum nicht betreten.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2556] = { +["name"] = "Höhlenforscher des Gramsturms", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Schließt sowohl Eiskap (Veteranen) als auch das Unheilige Grab (Veteranen) ab.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2557] = { ["name"] = "Erforscher der aufgegebenen Zitadelle", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die aufgegebene Zitadelle.", ["Category"] = "Dragonhold", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert die aufgegebene Zitadelle.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [510] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Waldläufer des Hofes", +["achievementIndex"] = 14, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Beschützt den Hof des Wildkönigs.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Beschützt den Hof des Wildkönigs.", ["Category_ID"] = 7, } , [511] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Schleierlüfter", +["achievementIndex"] = 16, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Beendet die Bedrohung durch das Schleiererbe in Grünschatten.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Beendet die Bedrohung durch das Schleiererbe in Grünschatten.", ["Category_ID"] = 7, } , [512] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Beschützer Valenwalds", +["achievementIndex"] = 15, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Merzt die Verderbnis in Valenwald aus.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Merzt die Verderbnis in Valenwald aus.", ["Category_ID"] = 7, } , [2561] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Pfadfinder von Pellitine", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt alle markanten Orte im südlichen Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte im südlichen Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [2562] = { +["name"] = "Himmelsscherbenjäger vom südlichen Elsweyr", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Himmelsscherbenjäger vom südlichen Elsweyr", ["numCriteria"] = 6, +["description"] = "Entdeckt alle 6 Himmelsscherben im südlichen Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle 6 Himmelsscherben im südlichen Elsweyr.", -["achievementIndex"] = 5, +["Category_ID"] = 15, } , [2563] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Verteidiger von Pellitine", -["SubCategory_ID"] = 1, ["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Besiegt beide Anführer der offenen Welt im südlichen Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt beide mächtigen Anführer der offenen Welt im südlichen Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [516] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Uwafas Niedergang", +["achievementIndex"] = 21, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Uwafa und holt die Wehr der Ansei zurück.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Uwafa und holt die Wehr der Ansei zurück.", ["Category_ID"] = 7, } , [517] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Alasans Vernichtung", +["achievementIndex"] = 19, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Alasan und bringt die Wehr der Ansei zurück.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Alasan und bringt die Wehr der Ansei zurück.", ["Category_ID"] = 7, } , [518] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Held der Ash\'abah", +["achievementIndex"] = 20, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Verdorrte Hand und holt alle Wehren der Ansei zurück.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Verdorrte Hand und holt alle Wehren der Ansei zurück.", ["Category_ID"] = 7, } , [2569] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Unblutige Tötung", -["SubCategory_ID"] = 2, ["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die erwachten Trümmer in der Mondgrab-Tempelstadt (Veteranen), ohne dass Ihr einen Hämoheloten mithilfe der Synergie „Sangiin-Opfer“ erschafft.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["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"] = 15, +["Category_ID"] = 16, } , [2570] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Blutige Tötung", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Dro\'zakar in der Mondgrab-Tempelstadt, nachdem Ihr einen Hämoheloten, den er verschlingt, zerschlagen habt.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Dro\'zakar in der Mondgrab-Tempelstadt, nachdem Ihr einen Hämoheloten, den er verschlingt, zerschlagen habt.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2571] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Würfel", -["SubCategory_ID"] = 2, ["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Kujo Kethba in der Mondgrab-Tempelstadt (Veteranen) und blockt drei Geysire mit jeweils höchstens 3 Sekunden Abstand.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Kujo Kethba in der Mondgrab-Tempelstadt (Veteranen) und blockt drei Geysire mit jeweils höchstens 3 Sekunden Abstand.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [524] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Meridias Lichtträger", +["achievementIndex"] = 3, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sammelt alle Lichter von Meridia in Kalthafen.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Sammelt alle Lichter von Meridia in Kalthafen.", ["Category_ID"] = 7, } , [525] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Fluch der Maormer", +["achievementIndex"] = 1, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Verhindert, dass die Maormer einen Orkan heraufbeschwören, der Khenartis Rast zerstört.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Verhindert, dass die Maormer einen Orkan heraufbeschwören, der Khenartis Rast zerstört.", ["Category_ID"] = 7, } , [526] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Keine Macht dem Skooma", +["achievementIndex"] = 64, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 68, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Schreitet bei jedem Fall von Skoomamißbrauch in Khenartis Rast ein.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Schreitet bei jedem Fall von Skoomamißbrauch in Khenartis Rast ein.", ["Category_ID"] = 6, } , [2575] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Fallenlassen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erschlagt in der Mondgrab-Tempelstadt (Veteranen), nachdem Ihr den Sangiin-Hämoheloten verwendet habt, gefräßige Reifzecken mit dem verschiebbaren Stein.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erschlagt in der Mondgrab-Tempelstadt (Veteranen), nachdem Ihr den Sangiin-Hämoheloten verwendet habt, gefräßige Reifzecken mit dem verschiebbaren Stein.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2576] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Ducken und wedeln", -["SubCategory_ID"] = 1, ["achievementIndex"] = 7, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Selene im Hort von Maarselok, ohne durch ihre „Giftbolzen“ Schaden zu erleiden", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Selene im Hort von Maarselok, ohne durch ihre „Giftbolzen“ Schaden zu erleiden", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2577] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Blutstürmer", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Trefft 150 Feinde mit Hämoheloten in der Mondgrab-Tempelstadt.", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Trefft 150 Feinde mit Hämoheloten in der Mondgrab-Tempelstadt.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2578] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Augen zum Himmel", -["SubCategory_ID"] = 1, ["achievementIndex"] = 8, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Maarselok im Flug im Hort von Maarselok, ohne dass ein Gruppenmitglied durch Fäuleodem-Bombardieren getroffen wird.", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Maarselok im Flug im Hort von Maarselok, ohne dass ein Gruppenmitglied durch Fäuleodem-Bombardieren getroffen wird.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2579] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Gartenmeister", -["SubCategory_ID"] = 2, ["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Azurfäule-Schlurfer im Hort von Maarselok (Veteranen), während er von Maarseloks Fäuleodem-Bombardieren erzürnt ist", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Azurfäule-Schlurfer im Hort von Maarselok (Veteranen), während er von Maarseloks Fäuleodem-Bombardieren erzürnt ist", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2580] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Getreidewechsel", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Azurfäule-Kankroid im Hort von Maarselok, während jedes Gruppenmitglied eine Saat der Verderbnis mit sich trägt.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Azurfäule-Kankroid im Hort von Maarselok, während jedes Gruppenmitglied eine Saat der Verderbnis mit sich trägt.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2581] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Shagraths Schild", -["SubCategory_ID"] = 2, ["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Maarselok in seinem Ausblick im Hort von Maarselok (Veteranen), ohne dass einer von Shagraths Wirten stirbt.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Maarselok in seinem Ausblick im Hort von Maarselok (Veteranen), ohne dass einer von Shagraths Wirten stirbt.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2582] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Freund der Bäume", -["SubCategory_ID"] = 2, ["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Maarselok in seinem Ausblick im Hort von Maarselok (Veteranen), ohne einen der Azurfäule-Schlürfer zu zerstören.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Maarselok in seinem Ausblick im Hort von Maarselok (Veteranen), ohne einen der Azurfäule-Schlürfer zu zerstören.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2583] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Geißeleliminierer", -["SubCategory_ID"] = 2, ["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["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"] = 15, +["Category_ID"] = 16, } , [536] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Helfer der Klanmutter", +["achievementIndex"] = 24, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Verhelft der Klanmutter von Arenthia zu neuer Macht.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Verhelft der Klanmutter von Arenthia zu neuer Macht.", ["Category_ID"] = 7, } , [537] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Einkerkerer der Dunklen Mähne", +["achievementIndex"] = 25, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Bindet die Dunkle Mähne an sein Gefängnis unterhalb von Mondhöhe.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Bindet die Dunkle Mähne an sein Gefängnis unterhalb von Mondhöhe.", ["Category_ID"] = 7, } , [538] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Pfadgänger der Zwei Monde", +["achievementIndex"] = 26, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Beschreitet den Pfad der Zwei Monde mit der nächsten Mähne.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Beschreitet den Pfad der Zwei Monde mit der nächsten Mähne.", ["Category_ID"] = 7, } , [539] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher vom Trollzahnstocher", +["achievementIndex"] = 76, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert den Trollzahnstocher.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert den Trollzahnstocher.", ["Category_ID"] = 6, } , [540] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher von Torogstrotz", +["achievementIndex"] = 73, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Torogstrotz.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Torogstrotz.", ["Category_ID"] = 6, } , [541] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Krypta der Verstoßenen", +["achievementIndex"] = 29, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Krypta der Verstoßenen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Krypta der Verstoßenen.", ["Category_ID"] = 6, } , [542] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher der Immergrünen Wacht", +["achievementIndex"] = 77, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Immergrüne Wacht.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Immergrüne Wacht.", ["Category_ID"] = 6, } , [543] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher des Trümmersporns", +["achievementIndex"] = 63, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert den Trümmersporn.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert den Trümmersporn.", ["Category_ID"] = 6, } , [544] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher von Klathzgar", +["achievementIndex"] = 47, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Klathzgar.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Klathzgar.", ["Category_ID"] = 6, } , [545] = { +["name"] = "Eroberer der Verbannungszellen II", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Verbannungszellen II", ["numCriteria"] = 3, +["description"] = "Besiegt den Schlund des Infernalen, Hüterin Imiril und Sippenhochfürst Rilis in den Verbannungszellen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Schlund des Infernalen, Hüterin Imiril und Sippenhochfürst Rilis in den Verbannungszellen II (Veteranen).", -["achievementIndex"] = 17, +["Category_ID"] = 5, } , [548] = { -["prevId"] = 0, -["firstID"] = 0, +["name"] = "Ozzozachars Verderben", +["achievementIndex"] = 2, ["SubCategory"] = "Dark Anchors", -["name"] = "Ozzozachars Tür", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Ozzozachar, den liebsten Titan von Molag Bal.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet Ozzozachar, den liebsten Titan von Molag Bal.", ["Category_ID"] = 6, } , [2597] = { -["prevId"] = 0, -["firstID"] = 2596, -["SubCategory"] = "Quests", ["name"] = "Khenarthis Führung", -["SubCategory_ID"] = 2, ["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2596, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Unbehagliche Allianzen“ im südlichen Elsweyr ab.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 2598, -["description"] = "Schließt die Quest „Unbehagliche Allianzen“ im südlichen Elsweyr ab.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [550] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Unterwurz", +["achievementIndex"] = 72, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 32, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Unterwurz.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Unterwurz.", ["Category_ID"] = 6, } , [551] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Stadt der Asche I", +["achievementIndex"] = 2, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I.", ["Category_ID"] = 4, } , [2600] = { -["prevId"] = 0, -["firstID"] = 2596, -["SubCategory"] = "Quests", ["name"] = "Rückkehr der Drachengarde", -["SubCategory_ID"] = 2, ["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2596, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Die Drachengarde“ im südlichen Elsweyr ab.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Die Drachengarde“ im südlichen Elsweyr ab.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [553] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Carac Dena", +["achievementIndex"] = 27, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 39, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Carac Dena.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Carac Dena.", ["Category_ID"] = 6, } , [2602] = { -["prevId"] = 0, -["firstID"] = 2602, -["SubCategory"] = "Quests", ["name"] = "Zorn des Drachen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2602, ["numCriteria"] = 1, +["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"] = "Dragonhold", ["points"] = 10, ["nextId"] = 2603, -["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"] = 14, +["Category_ID"] = 15, } , [555] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Gurzags Mine", +["achievementIndex"] = 40, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 37, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Gurzags Mine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Gurzags Mine.", ["Category_ID"] = 6, } , [2604] = { -["prevId"] = 0, -["firstID"] = 2602, -["SubCategory"] = "Quests", ["name"] = "Helle Monde über Elsweyr", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2602, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Das Rudel von Elsweyr“ im südlichen Elsweyr ab.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Das Rudel von Elsweyr“ im südlichen Elsweyr ab.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [558] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher des Zankweiberbaus", +["achievementIndex"] = 41, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 38, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert den Zankweiberbau.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert den Zankweiberbau.", ["Category_ID"] = 6, } , [559] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Hügelgrabung", +["achievementIndex"] = 21, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 33, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Hügelgrabung.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Hügelgrabung.", ["Category_ID"] = 6, } , [560] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Gathongors Jäger", +["achievementIndex"] = 36, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 35, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den argonischen Behemoth Gathongor den Zermalmer in Gathongors Morast.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den argonischen Behemoth Gathongor den Zermalmer in Gathongors Morast.", ["Category_ID"] = 6, } , [561] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "König des Hügels", +["achievementIndex"] = 44, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Oger Thodundor bei Thodundors Blick.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Oger Thodundor bei Thodundors Blick.", ["Category_ID"] = 6, } , [562] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Meereselfensorge", +["achievementIndex"] = 61, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Meereselfin Jahlasri und ihre Maormer-Gefährten im Maormer-Lager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Meereselfin Jahlasri und ihre Maormer-Gefährten im Maormer-Lager.", ["Category_ID"] = 6, } , [563] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Wurzwassers Vergehen", +["achievementIndex"] = 59, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 36, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Schlurfer, der als das Herz von Wurzwasser bekannt ist, in der Wurzwasserquelle.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Schlurfer, der als das Herz von Wurzwasser bekannt ist, in der Wurzwasserquelle.", ["Category_ID"] = 6, } , [564] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Gegenspionage", +["achievementIndex"] = 67, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 76, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Maheelius und seine Spione.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet Maheelius und seine Spione.", ["Category_ID"] = 6, } , [565] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Zymels Verfolger", -["SubCategory_ID"] = 1, ["achievementIndex"] = 80, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Sturmatronachen Zymel Etitan in Pelda Tarn.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Sturmatronachen Zymel Etitan in Pelda Tarn.", ["Category_ID"] = 6, } , [2614] = { -["prevId"] = 0, -["firstID"] = 2613, -["SubCategory"] = "Quests", ["name"] = "Vorhut von Senchal", -["SubCategory_ID"] = 2, ["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2613, ["numCriteria"] = 1, +["description"] = "Schließt 10 tägliche Aufgaben gegen Anführer von Bruccius Baenius ab.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 2615, -["description"] = "Schließt 10 tägliche Aufgaben gegen Anführer von Bruccius Baenius ab.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [567] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscht Naril Nagaia", +["achievementIndex"] = 51, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 34, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Naril Nagaia.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Naril Nagaia.", ["Category_ID"] = 6, } , [568] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Höhlenforscher von Grünschatten", +["achievementIndex"] = 10, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 31, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Grünschatten.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Grünschatten.", ["Category_ID"] = 6, } , [2617] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Pellitines Stolz und Freude", -["SubCategory_ID"] = 2, ["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 16 Quests der Hauptgeschichte im südlichen Elsweyr ab.", ["Category"] = "Dragonhold", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 16 Quests der Hauptgeschichte im südlichen Elsweyr ab.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [570] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Kammern des Wahnsinns", +["achievementIndex"] = 27, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt Ulguna Seelenplünderer, Grothdarr, Iskra das Omen und den verrückten Architekten in den Kammern des Wahnsinns.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Ulguna Seelenplünderer, Grothdarr, Iskra das Omen und den verrückten Architekten in den Kammern des Wahnsinns.", ["Category_ID"] = 4, } , [2619] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Theaterkritiker", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Findet die 10 verlorenen Teile von Julius Cruilius\' Schauspiel „Elsweyr, meine Liebe“.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Findet die 10 verlorenen Teile von Julius Cruilius\' Schauspiel „Elsweyr, meine Liebe“.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [572] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Höhlenforscher von Grahtwald", +["achievementIndex"] = 9, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 41, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Grahtwald.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Grahtwald.", ["Category_ID"] = 6, } , [573] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher von Ne Salas", -["SubCategory_ID"] = 1, ["achievementIndex"] = 52, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Ne Salas.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Ne Salas.", ["Category_ID"] = 6, } , [574] = { +["name"] = "Erforscher der Krabblergrube", +["achievementIndex"] = 60, +["SubCategory"] = "Aldmeri Dominion", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", -["name"] = "Erforscher der Krabblergrube", -["SubCategory_ID"] = 1, -["achievementIndex"] = 53, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Krabblergrube.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Krabblergrube.", ["Category_ID"] = 6, } , [575] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Rankentodhöhle", +["achievementIndex"] = 74, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 45, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Rankentodhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Rankentodhöhle.", ["Category_ID"] = 6, } , [576] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Kettenwurz-Kwamamine", +["achievementIndex"] = 26, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 48, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Klettenwurz-Kwamamine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Klettenwurz-Kwamamine.", ["Category_ID"] = 6, } , [577] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Wurmwurzeltiefen", +["achievementIndex"] = 78, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 42, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Wurmwurzeltiefen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Wurmwurzeltiefen.", ["Category_ID"] = 6, } , [578] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Erforscher der Mobarmine", +["achievementIndex"] = 49, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 51, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Mobarmine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Mobarmine.", ["Category_ID"] = 6, } , [579] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Ankerzerschmetterer des Dominions", +["achievementIndex"] = 13, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 15, +["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Aldmeri-Dominions.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Aldmeri-Dominions.", ["Category_ID"] = 6, } , [2628] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Meister des Stils des Mondgrabs", -["SubCategory_ID"] = 1, ["achievementIndex"] = 11, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Mondgrabs“, die Ihr in der Mondgrab-Tempelstadt findet.", ["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil des Mondgrabs“, die Ihr in der Mondgrab-Tempelstadt findet.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2629] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", ["name"] = "Meister der Stile der Hirsche von Z\'en", -["SubCategory_ID"] = 1, ["achievementIndex"] = 10, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Die Hirsche von Z\'en“, die Ihr im Hort von Maarselok findet.", ["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Die Hirsche von Z\'en“, die Ihr im Hort von Maarselok findet.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2630] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Meister des Stils der Drachengarde", -["SubCategory_ID"] = 2, ["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Drachengarde“, die Ihr als Belohnung für das Abschließen täglicher Quests für die Drachengarde von Dirge Truptor und Chizbari die Hauerin im südlichen Elsweyr erhaltet.", ["Category"] = "Dragonhold", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erlernt jedes Kapitel des Buchs „Stil der Drachengarde“. Die Kapitel können gelegentlich in den Behältern gefunden werden, die Ihr als Belohnung für das Abschließen täglicher Quests von Dirge Truptor und Chizbari die Hauerin im südlichen Elsweyr erhaltet.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [2631] = { +["name"] = "Drachentöter von Pellitine", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 2631, -["Category_ID"] = 14, -["name"] = "Drachentöter von Pellitine", ["numCriteria"] = 1, +["description"] = "Tötet einen Drachen in der Wildnis des südlichen Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 5, ["nextId"] = 2636, -["description"] = "Tötet einen Drachen in der Wildnis des südlichen Elsweyr.", -["achievementIndex"] = 3, +["Category_ID"] = 15, } , [584] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Ankerzerschmetterer des Bündnisses", +["achievementIndex"] = 12, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 15, +["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Dolchsturz-Bündnisses.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Dolchsturz-Bündnisses.", ["Category_ID"] = 6, } , [585] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Ankerzerschmetterer des Paktes", +["achievementIndex"] = 14, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 15, +["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Ebenherz-Paktes.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Zerstört jeden Dunklen Anker im Herrschaftsbereich des Ebenherz-Paktes.", ["Category_ID"] = 6, } , [586] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Kaiserlicher Ankerzerschmetterer", +["achievementIndex"] = 15, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Zerstört jeden Dunklen Anker in den umkämpften Landstrichen von Cyrodiil.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Zerstört jeden Dunklen Anker in den umkämpften Landstrichen von Cyrodiil.", ["Category_ID"] = 6, } , [587] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Dark Anchors", ["name"] = "Ankerzerschmetterer", +["achievementIndex"] = 10, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Zerstört jeden Dunklen Anker in Tamriel.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Zerstört jeden Dunklen Anker in Tamriel.", ["Category_ID"] = 6, } , [2636] = { +["name"] = "Drachenpirscher von Pellitine", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 2631, -["Category_ID"] = 14, -["name"] = "Drachenpirscher von Pellitine", ["numCriteria"] = 1, +["description"] = "Tötet 25 Drachen in der Wildnis des südlichen Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 2637, -["description"] = "Tötet 25 Drachen in der Wildnis des südlichen Elsweyr.", -["achievementIndex"] = 3, +["Category_ID"] = 15, } , [589] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Held des Hauses Tamrith", -["SubCategory_ID"] = 3, ["achievementIndex"] = 15, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Reezal-Jul im Tamrith-Lager und rettet die Flüchtlinge aus Schattenkamm.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet Reezal-Jul im Tamrith-Lager und rettet die Flüchtlinge aus Schattenkamm.", ["Category_ID"] = 7, } , [590] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Held des Hauses Dorell", -["SubCategory_ID"] = 3, ["achievementIndex"] = 14, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Fürstin Lleraya Montclair in Nordspitz und befreit Baron Dorells Stadt.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet Fürstin Lleraya Montclair in Nordspitz und befreit Baron Dorells Stadt.", ["Category_ID"] = 7, } , [591] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Schwert von Rabenwacht", +["achievementIndex"] = 16, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Baron Wylon Montclair und zerstört das lichtlose Überbleibsel an der Unheilsklippe, um Kluftspitze zu retten.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet Baron Wylon Montclair und zerstört das lichtlose Überbleibsel an der Unheilsklippe, um Kluftspitze zu retten.", ["Category_ID"] = 7, } , [593] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Abenteurer in Steinfälle", +["achievementIndex"] = 14, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 59 Quests in Steinfälle ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 59 Quests in Steinfälle ab.", ["Category_ID"] = 7, } , [595] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Abenteurer in Deshaan", +["achievementIndex"] = 8, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 55 Quests in Deshaan ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 55 Quests in Deshaan ab.", ["Category_ID"] = 7, } , [596] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Abenteurer in Schattenfenn", +["achievementIndex"] = 1, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 51 Quests in Schattenfenn ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 51 Quests in Schattenfenn ab.", ["Category_ID"] = 7, } , [597] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Riesenfreund", +["achievementIndex"] = 19, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Warf das Beil und freundet Euch mit den Riesen in der Arena von Wiegenbruch an.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet Warf das Beil und freundet Euch mit den Riesen in der Arena von Wiegenbruch an.", ["Category_ID"] = 7, } , [598] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erlösung des Skaldenkönigs", +["achievementIndex"] = 21, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rettet Jorunn den Skaldenkönig in den Ruinen von Nebelwacht.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Rettet Jorunn den Skaldenkönig in den Ruinen von Nebelwacht.", ["Category_ID"] = 7, } , [599] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Pfeil des Skaldenkönigs", +["achievementIndex"] = 20, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Fildgor Orkthane in Skuldafn und verdient Euch den Titel Pfeil von Jorunn dem Skaldenkönig.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Fildgor Orkthane in Skuldafn und verdient Euch den Titel Pfeil von Jorunn dem Skaldenkönig.", ["Category_ID"] = 7, } , [600] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Abenteurer in Ostmarsch", +["achievementIndex"] = 17, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 43 Quests in Ostmarsch ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 43 Quests in Ostmarsch ab.", ["Category_ID"] = 7, } , [602] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Abenteurer in Schnittermark", +["achievementIndex"] = 22, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 45 Quests in Schnittermark ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 45 Quests in Schnittermark ab.", ["Category_ID"] = 7, } , [603] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Abenteurer in Rift", +["achievementIndex"] = 22, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 61 Quests in Rift ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 61 Quests in Rift ab.", ["Category_ID"] = 7, } , [604] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Abenteurer auf Auridon", +["achievementIndex"] = 2, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 37 Quests auf Auridon ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 37 Quests auf Auridon ab.", ["Category_ID"] = 7, } , [605] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Retter von Südspitz", +["achievementIndex"] = 11, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Befreit Südspitz vom Einfluss des Daedrafürsten Sheogorath.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Befreit Südspitz vom Einfluss des Daedrafürsten Sheogorath.", ["Category_ID"] = 7, } , [606] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Zurück aus dem Reliquiar", +["achievementIndex"] = 10, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Holt das Herz von Anumaril aus dem Reliquiar der Sterne zurück.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Holt das Herz von Anumaril aus dem Reliquiar der Sterne zurück.", ["Category_ID"] = 7, } , [607] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Held von Falinesti", +["achievementIndex"] = 9, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Befreit Nairume aus ihrem Gefängnis holt Rajhins Umhang zurück.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Befreit Nairume aus ihrem Gefängnis holt Rajhins Umhang zurück.", ["Category_ID"] = 7, } , [608] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Abenteurer in Grahtwald", +["achievementIndex"] = 7, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 38 Quests in Grahtwald ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 38 Quests in Grahtwald ab.", ["Category_ID"] = 7, } , [610] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Abenteurer in Grünschatten", +["achievementIndex"] = 12, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 40 Quests in Grünschatten ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 40 Quests in Grünschatten ab.", ["Category_ID"] = 7, } , [611] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Abenteurer in Malabal Tor", +["achievementIndex"] = 17, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 40 Quests in Malabal Tor ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 40 Quests in Malabal Tor ab.", ["Category_ID"] = 7, } , [612] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Licht des Ayleïdenkönigs", -["SubCategory_ID"] = 5, ["achievementIndex"] = 5, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, +["SubCategory_ID"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rettet Laloriaran Dynar, den letzten Ayleïdenkönig, aus dem lichtlosen Kerkerloch.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Rettet Laloriaran Dynar, den letzten Ayleïdenkönig, aus dem lichtlosen Kerkerloch.", ["Category_ID"] = 7, } , [613] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Wächter des großen Magiers", +["achievementIndex"] = 4, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rettet den großen Magier Vanus Galerion, und helft ihm, Molag Bals Große Fessel zu zerstören.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Rettet den großen Magier Vanus Galerion, und helft ihm, Molag Bals Große Fessel zu zerstören.", ["Category_ID"] = 7, } , [614] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Trenner der Ebenenverschmelzung", +["achievementIndex"] = 6, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Haltet die Ebenenverschmelzung auf und vereitelt Molag Bals Eroberungsplan an der endlosen Treppe.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Haltet die Ebenenverschmelzung auf und vereitelt Molag Bals Eroberungsplan an der endlosen Treppe.", ["Category_ID"] = 7, } , [616] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Abenteurer in Kalthafen", +["achievementIndex"] = 1, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 29 Quests in Kalthafen ab.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 29 Quests in Kalthafen ab.", ["Category_ID"] = 7, } , [617] = { +["name"] = "Held des Ebenherz-Paktes", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Held des Ebenherz-Paktes", ["numCriteria"] = 5, +["description"] = "Beweist Euch als Abenteurer im Ebenherz-Pakt.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Beweist Euch als Abenteurer im Ebenherz-Pakt.", -["achievementIndex"] = 4, +["Category_ID"] = 7, } , [618] = { +["name"] = "Held des Aldmeri-Dominions", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Held des Aldmeri-Dominions", ["numCriteria"] = 5, +["description"] = "Beweist Euch als Abenteurer im Aldmeri-Dominion.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Beweist Euch als Abenteurer im Aldmeri-Dominion.", -["achievementIndex"] = 1, +["Category_ID"] = 7, } , [619] = { -["prevId"] = 324, -["firstID"] = 324, -["SubCategory"] = "Dark Anchors", ["name"] = "Ankerschädiger", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 324, ["SubCategory_ID"] = 7, -["achievementIndex"] = 3, +["firstID"] = 324, ["numCriteria"] = 1, +["description"] = "Zerstört 50 Dunkle Anker aus Kalthafen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 620, -["description"] = "Zerstört 50 Dunkle Anker aus Kalthafen.", ["Category_ID"] = 6, } , [620] = { -["prevId"] = 619, -["firstID"] = 324, -["SubCategory"] = "Dark Anchors", ["name"] = "Ankerdezimierer", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 619, ["SubCategory_ID"] = 7, -["achievementIndex"] = 3, +["firstID"] = 324, ["numCriteria"] = 1, +["description"] = "Zerstört 100 Dunkle Anker aus Kalthafen.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 621, -["description"] = "Zerstört 100 Dunkle Anker aus Kalthafen.", ["Category_ID"] = 6, } , [621] = { -["prevId"] = 620, -["firstID"] = 324, -["SubCategory"] = "Dark Anchors", ["name"] = "Ankervernichter", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 620, ["SubCategory_ID"] = 7, -["achievementIndex"] = 3, +["firstID"] = 324, ["numCriteria"] = 1, +["description"] = "Zerstört 250 Dunkle Anker aus Kalthafen.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Zerstört 250 Dunkle Anker aus Kalthafen.", ["Category_ID"] = 6, } , [622] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Höhlenforscher des Aldmeri-Dominions", +["achievementIndex"] = 2, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Aldmeri-Dominions ab.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Aldmeri-Dominions ab.", ["Category_ID"] = 6, } , -[625] = { +[2671] = { +["name"] = "Feuerbesen", +["achievementIndex"] = 7, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2672] = { +["name"] = "Drauf gespuckt", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt Schwester Skelga in Eiskap (Veteranen), ohne dass Spieler von den Eisspei-Projektilen der Würger getroffen werden.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[625] = { ["name"] = "Höhlenforscher des Dolchsturz-Bündnisses", +["achievementIndex"] = 2, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Dolchsturz-Bündnisses ab.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Dolchsturz-Bündnisses ab.", ["Category_ID"] = 6, } , [626] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Höhlenforscher des Ebenherz-Paktes", +["achievementIndex"] = 49, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Ebenherz-Paktes ab.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt alle Höhlenforscher-Errungenschaften des Ebenherz-Paktes ab.", ["Category_ID"] = 6, } , [627] = { +["name"] = "Höhlenforscher Tamriels", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Höhlenforscher Tamriels", ["numCriteria"] = 4, +["description"] = "Schließt alle Höhlenforscher-Errungenschaften Tamriels ab.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt alle Höhlenforscher-Errungenschaften Tamriels ab.", -["achievementIndex"] = 3, +["Category_ID"] = 6, } , [628] = { +["name"] = "Meisterabenteurer Tamriels", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Meisterabenteurer Tamriels", ["numCriteria"] = 4, +["description"] = "Beweist Euch als Abenteurer in ganz Tamriel.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Beweist Euch als Abenteurer in ganz Tamriel.", -["achievementIndex"] = 5, +["Category_ID"] = 7, } , -[678] = { +[2677] = { +["name"] = "Peitschendes Wiegenlied", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Kanalisation von Wegesruh II", -["numCriteria"] = 3, -["Category"] = "Veteran Dungeons", +["numCriteria"] = 1, +["description"] = "Benutzt, während Ihr auf höchster Schwierigkeitsstufe gegen den Eiskap-Zirkel in Eiskap (Veteranen) kämpft, Gohllas Riesen, um jede der Schwestern aus ihrem Erzürnt-Status zu schlagen.", +["Category"] = "Harrowstorm", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Malubeth die Auspeitscherin, Garron den Zurückgekehrten und Varaine und Allene Pellingare in der Kanalisation von Wegesruh II (Veteranen).", -["achievementIndex"] = 19, +["Category_ID"] = 14, } , -[679] = { +[2678] = { +["name"] = "Klopf, klopf", +["achievementIndex"] = 6, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Speed Challenges", -["name"] = "Assassine der Kanalisation von Wegesruh II", -["SubCategory_ID"] = 4, -["achievementIndex"] = 15, ["numCriteria"] = 1, -["Category"] = "Veteran Dungeons", +["description"] = "Erhaltet Zutritt zu Vorias Heiligtum im Unheiligen Grab und besiegt die Bestie darin.", +["Category"] = "Harrowstorm", ["points"] = 50, ["nextId"] = 0, -["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.", -["Category_ID"] = 5, +["Category_ID"] = 14, } , -[681] = { +[2679] = { +["name"] = "Unablässiger Hundefänger", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Death Challenges", -["name"] = "Pellingare-Ghulschlächter", +["numCriteria"] = 1, +["description"] = "Besiegt Hakgrym den Heuler im Unheiligen Grab (Veteranen), ohne eine seiner Fleischabscheulichkeiten zu besiegen.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2680] = { +["name"] = "Keramikpanik", +["achievementIndex"] = 8, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt die Bewahrerin der Feuerkammer, ohne auch nur einmal das korrekte Symbol zu enthüllen.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2681] = { +["name"] = "Zerschmetterte Schilde", +["achievementIndex"] = 9, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt die ewige Ägis, ohne dass der Ring der Klingen die Angriffe eines Gruppenmitglieds abblocken kann oder dass kleinere Ägiden explodieren.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2682] = { +["name"] = "Zweite letzte Trennung", +["achievementIndex"] = 10, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2683] = { +["name"] = "Pflegererleger", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Tötet, während Ihr gegen Ondagore den Verrückten in Eiskap (Veteranen) kämpft, alle Pfleger innerhalb von 5 Sekunden zueinander.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2684] = { +["name"] = "Freie Machtentfaltung", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt Kjalnar Grabskalde in Eiskap (Veteranen), ohne die getränkten Skelette zu zerstören, bevor sie die stärkenden Kreise erreichen.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2685] = { +["name"] = "Vernichtende Skelettniederlage", ["achievementIndex"] = 11, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt Kjalnar Grabskalde, ohne dass ein getränktes Skelett sich stärkt.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[678] = { +["name"] = "Eroberer der Kanalisation von Wegesruh II", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Besiegt Malubeth die Auspeitscherin, Garron den Zurückgekehrten und Varaine und Allene Pellingare in der Kanalisation von Wegesruh II (Veteranen).", +["Category"] = "Veteran Dungeons", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 5, +} +, +[679] = { +["name"] = "Assassine der Kanalisation von Wegesruh II", +["achievementIndex"] = 13, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, +["Category_ID"] = 5, +} +, +[681] = { +["name"] = "Pellingare-Ghulschlächter", +["achievementIndex"] = 13, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["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.", +["Category"] = "Veteran Dungeons", +["points"] = 50, +["nextId"] = 0, ["Category_ID"] = 5, } , [691] = { +["name"] = "Verliesbezwinger", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Verliesbezwinger", ["numCriteria"] = 1, +["description"] = "Tötet 100 berüchtigte Feinde in Verliesen.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet 100 berüchtigte Feinde in Verliesen.", -["achievementIndex"] = 11, +["Category_ID"] = 4, } , [696] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Shaguras Unheil", +["achievementIndex"] = 63, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 49, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den verrückten Orkjäger Shagura in Hircines Henge.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den verrückten Orkjäger Shagura in Hircines Henge.", ["Category_ID"] = 6, } , [697] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Monsunmarodeur", -["SubCategory_ID"] = 1, ["achievementIndex"] = 50, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Senchetigerin Nindaeril den Monsun in Nindaerils Zuflucht.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Senchetigerin Nindaeril den Monsun in Nindaerils Zuflucht.", ["Category_ID"] = 6, } , [698] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Wasserwacht", +["achievementIndex"] = 76, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 46, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Nereïde Fürstin Trostin in deren Fenn.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt die Nereïde Fürstin Trostin in deren Fenn.", ["Category_ID"] = 6, } , [699] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Wildererwilderer", +["achievementIndex"] = 57, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 44, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Otho Rufinus, den Anführer der Wilderer im Wildererlager.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Otho Rufinus, den Anführer der Wilderer im Wildererlager.", ["Category_ID"] = 6, } , [700] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Thugrubs Zerteiler", +["achievementIndex"] = 70, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 43, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet diesen riesigen Fleischatronachen Thugrub den Neugeformten in Thugrubs Höhle.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet diesen riesigen Fleischatronachen Thugrub den Neugeformten in Thugrubs Höhle.", ["Category_ID"] = 6, } , [701] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Valanirs Fluch", +["achievementIndex"] = 73, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 78, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Lich Valanir bei Valanirs Ruhe.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt den Lich Valanir bei Valanirs Ruhe.", ["Category_ID"] = 6, } , -[707] = { +[2750] = { +["name"] = "Meister des Stils der Schilde von Senchal", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Public Dungeons", +["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Schilde von Senchal“, die Ihr als Belohnung für das Abschließen täglicher Quests für Bruccius Baenius und Guybert Flaubert im südlichen Elsweyr erhaltet.", +["Category"] = "Dragonhold", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[707] = { ["name"] = "Gruppenwagnis in Na-Totambu", +["achievementIndex"] = 23, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Löst das Rätsel der Wächter in der Verlorenen Stadt der Na-Totambu.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Löst das Rätsel der Wächter in der Verlorenen Stadt der Na-Totambu.", ["Category_ID"] = 4, } , [708] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis bei Razaks Rad", +["achievementIndex"] = 25, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 46, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Fleischatronachen bei Razaks Rad.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Fleischatronachen bei Razaks Rad.", ["Category_ID"] = 4, } , [709] = { +["name"] = "Verliesherr", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Verliesherr", ["numCriteria"] = 1, +["description"] = "Besiegt 1,000 berüchtigte Feinde in Verliesen.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt 1,000 berüchtigte Feinde in Verliesen.", -["achievementIndex"] = 1, +["Category_ID"] = 4, } , [710] = { +["name"] = "Verliesmarodeur", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Verliesmarodeur", ["numCriteria"] = 1, +["description"] = "Besiegt 1,000 Feinde in Verliesen.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 1,000 Feinde in Verliesen.", -["achievementIndex"] = 13, +["Category_ID"] = 4, } , [711] = { +["name"] = "Verliesauslöscher", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Verliesauslöscher", ["numCriteria"] = 1, +["description"] = "Besiegt 10,000 Feinde in Verliesen.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt 10,000 Feinde in Verliesen.", -["achievementIndex"] = 6, +["Category_ID"] = 4, } , [713] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in der Obsidiannarbe", +["achievementIndex"] = 24, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Ork Zilbash den Betrüger in der Obsidiannarbe.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Ork Zilbash den Betrüger in der Obsidiannarbe.", ["Category_ID"] = 4, } , [714] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis in den Knochenknacker-Ruinen", +["achievementIndex"] = 20, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Ewigen in den Knochenknacker-Ruinen.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Ewigen in den Knochenknacker-Ruinen.", ["Category_ID"] = 4, } , [716] = { +["name"] = "Friedensschöpfer", +["achievementIndex"] = 56, +["SubCategory"] = "Aldmeri Dominion", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", -["name"] = "Friedensschöpfer", -["SubCategory_ID"] = 1, -["achievementIndex"] = 75, ["numCriteria"] = 1, +["description"] = "Helft bei der Annäherung der Kulturen und stärkt die Allianz in Grahtwald.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Helft bei der Annäherung der Kulturen und stärkt die Allianz in Grahtwald.", ["Category_ID"] = 6, } , [730] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Blutmähnenhöhle", +["achievementIndex"] = 5, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Erforscht und säubert die Blutmähnenhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Blutmähnenhöhle.", ["Category_ID"] = 6, } , [731] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Genickbruchhöhle", +["achievementIndex"] = 6, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Erforscht und säubert die Genickbruchhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Genickbruchhöhle.", ["Category_ID"] = 6, } , [732] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Hainödhöhle", +["achievementIndex"] = 9, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Erforscht und säubert die Hainödhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Hainödhöhle.", ["Category_ID"] = 6, } , [733] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Nisinhöhle", +["achievementIndex"] = 13, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Erforscht und säubert die Nisinhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Nisinhöhle.", ["Category_ID"] = 6, } , [734] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Strudellochkavernen", +["achievementIndex"] = 14, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Erforscht und säubert die Strudellochkavernen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Strudellochkavernen.", ["Category_ID"] = 6, } , [735] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Schlangengrubenhöhle", +["achievementIndex"] = 17, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Erforscht und säubert die Schlangengrubenhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Schlangengrubenhöhle.", ["Category_ID"] = 6, } , [736] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Kappsteinhöhle", +["achievementIndex"] = 1, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Kappsteinhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Kappsteinhöhle.", ["Category_ID"] = 6, } , [737] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Echohöhle", +["achievementIndex"] = 8, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Echohöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Echohöhle.", ["Category_ID"] = 6, } , [738] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher von Lipsand Tarn", +["achievementIndex"] = 10, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Erforscht und säubert Lipsand Tarn.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Lipsand Tarn.", ["Category_ID"] = 6, } , [739] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Rotrubinhöhle", +["achievementIndex"] = 16, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Erforscht und säubert die Rotrubinhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Rotrubinhöhle.", ["Category_ID"] = 6, } , [740] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Fliegenpilzgrube", +["achievementIndex"] = 18, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Erforscht und säubert die Fliegenpilzgrube.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Fliegenpilzgrube.", ["Category_ID"] = 6, } , [741] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Sargtuchhöhle", +["achievementIndex"] = 19, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Erforscht und säubert die Sargtuchhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Sargtuchhöhle.", ["Category_ID"] = 6, } , [742] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Berstholzhöhle", +["achievementIndex"] = 7, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Erforscht und säubert die Berstholzhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Berstholzhöhle.", ["Category_ID"] = 6, } , [743] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Königsbannerkaverne", +["achievementIndex"] = 2, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Königsbannerkaverne.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Königsbannerkaverne.", ["Category_ID"] = 6, } , [744] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Schlammtalkaverne", +["achievementIndex"] = 11, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Erkundet und säubert die Schlammtalkaverne.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erkundet und säubert die Schlammtalkaverne.", ["Category_ID"] = 6, } , [745] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Molchhöhle", +["achievementIndex"] = 12, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Erforscht und säubert die Molchhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Molchhöhle.", ["Category_ID"] = 6, } , [746] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher der Schnellwasserhöhle", +["achievementIndex"] = 15, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Erforscht und säubert die Schnellwasserhöhle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Schnellwasserhöhle.", ["Category_ID"] = 6, } , [747] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Erforscher von Vahtacen", +["achievementIndex"] = 3, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Vahtacen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Vahtacen.", ["Category_ID"] = 6, } , [749] = { +["name"] = "Verliesrüpel", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Verliesrüpel", ["numCriteria"] = 1, +["description"] = "Fügt 1,000,000 Schaden in Verliesen zu.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Fügt 1,000,000 Schaden in Verliesen zu.", -["achievementIndex"] = 12, +["Category_ID"] = 4, } , [750] = { +["name"] = "Verliesschläger", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Verliesschläger", ["numCriteria"] = 1, +["description"] = "Fügt 10,000,000 Schaden in Verliesen zu.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Fügt 10,000,000 Schaden in Verliesen zu.", -["achievementIndex"] = 9, +["Category_ID"] = 4, } , [751] = { +["name"] = "Verliesheiler", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Verliesheiler", ["numCriteria"] = 1, +["description"] = "Heilt 1,000,000 Leben in Verliesen.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Heilt 1,000,000 Leben in Verliesen.", -["achievementIndex"] = 7, +["Category_ID"] = 4, } , [752] = { +["name"] = "Guter Verliesheiler", +["achievementIndex"] = 12, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Guter Verliesheiler", ["numCriteria"] = 1, +["description"] = "Heilt 10,000,000 Leben in Verliesen.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Heilt 10,000,000 Leben in Verliesen.", -["achievementIndex"] = 2, +["Category_ID"] = 4, } , [753] = { +["name"] = "Verliesblocker", +["achievementIndex"] = 13, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Verliesblocker", ["numCriteria"] = 1, +["description"] = "Blockt 1,000,000 Schaden in Verliesen.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Blockt 1,000,000 Schaden in Verliesen.", -["achievementIndex"] = 8, +["Category_ID"] = 4, } , [754] = { +["name"] = "Guter Verliesblocker", +["achievementIndex"] = 14, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Guter Verliesblocker", ["numCriteria"] = 1, +["description"] = "Blockt 10,000,000 Schaden in Verliesen.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Blockt 10,000,000 Schaden in Verliesen.", -["achievementIndex"] = 5, +["Category_ID"] = 4, } , [758] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Abenteurer in Bruma", -["SubCategory_ID"] = 6, ["achievementIndex"] = 1, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, +["SubCategory_ID"] = 6, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Schließt alle Quests in Bruma ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt alle Quests in Bruma ab.", ["Category_ID"] = 7, } , [759] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Abenteurer in Cheydinhal", -["SubCategory_ID"] = 6, ["achievementIndex"] = 2, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, +["SubCategory_ID"] = 6, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Schließt alle Quests in Cheydinhal ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt alle Quests in Cheydinhal ab.", ["Category_ID"] = 7, } , [760] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Abenteurer in Chorrol und der Weynon-Priorei", -["SubCategory_ID"] = 6, ["achievementIndex"] = 3, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, +["SubCategory_ID"] = 6, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Schließt alle Quests in Chorrol und der Weynon-Priorei ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt alle Quests in Chorrol und der Weynon-Priorei ab.", ["Category_ID"] = 7, } , [761] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Abenteurer in Erntefurt", -["SubCategory_ID"] = 6, ["achievementIndex"] = 4, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, +["SubCategory_ID"] = 6, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Schließt alle Quests in Erntefurt ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt alle Quests in Erntefurt ab.", ["Category_ID"] = 7, } , [762] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Abenteurer in Vlastarus", -["SubCategory_ID"] = 6, ["achievementIndex"] = 5, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, +["SubCategory_ID"] = 6, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Schließt alle Quests in Vlastarus ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt alle Quests in Vlastarus ab.", ["Category_ID"] = 7, } , [766] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cyrodiil", ["name"] = "Höhlenforscher von Cyrodiil", +["achievementIndex"] = 4, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 18, +["description"] = "Erforscht und säubert alle 18 Höhlen in Cyrodiil.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erforscht und säubert alle 18 Höhlen in Cyrodiil.", ["Category_ID"] = 6, } , [767] = { +["name"] = "Champion Cyrodiils", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Champion Cyrodiils", ["numCriteria"] = 5, +["description"] = "Beweist Euch als Abenteurer in Cyrodiil.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Beweist Euch als Abenteurer in Cyrodiil.", -["achievementIndex"] = 6, +["Category_ID"] = 7, } , [768] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Pfadfinder von Khenarthis Rast", +["achievementIndex"] = 16, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 69, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Entdeckt alle markanten Orte auf Khanartis Rast.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte auf Khanartis Rast.", ["Category_ID"] = 6, } , [769] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Pfadfinder von Auridon", +["achievementIndex"] = 13, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 55, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte auf Auridon.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte auf Auridon.", ["Category_ID"] = 6, } , [770] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Pfadfinder von Ödfels", +["achievementIndex"] = 47, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 80, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Entdeckt alle markanten Orte auf Ödfels.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte auf Ödfels.", ["Category_ID"] = 6, } , [771] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Pfadfinder von Bal Foyen", +["achievementIndex"] = 44, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 79, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt alle markanten Orte in Bal Foyen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Bal Foyen.", ["Category_ID"] = 6, } , [772] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Pfadfinder von Steinfälle", +["achievementIndex"] = 33, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 67, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Steinfälle.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Steinfälle.", ["Category_ID"] = 6, } , [773] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Pfadfinder von Stros M\'Kai", +["achievementIndex"] = 14, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 80, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Entdeckt alle markanten Orte auf Stros M\'Kai.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte auf Stros M\'Kai.", ["Category_ID"] = 6, } , [774] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Pfadfinder von Betnikh", +["achievementIndex"] = 15, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 79, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt alle markanten Orte auf Betnikh.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte auf Betnikh.", ["Category_ID"] = 6, } , [775] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Pfadfinder von Glenumbra", +["achievementIndex"] = 16, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 70, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Glenumbra.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Glenumbra.", ["Category_ID"] = 6, } , [778] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Champion von Rahni\'Za", -["SubCategory_ID"] = 7, ["achievementIndex"] = 4, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Löst die Mysterien von Rahni\'Za, der Schule der Krieger.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Löst die Mysterien von Rahni\'Za, der Schule der Krieger.", ["Category_ID"] = 7, } , [832] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Pfadfinder von Grahtwald", +["achievementIndex"] = 14, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 47, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Grahtwald.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Grahtwald.", ["Category_ID"] = 6, } , [833] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Pfadfinder von Sturmhafen", +["achievementIndex"] = 17, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 44, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Sturmhafen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Sturmhafen.", ["Category_ID"] = 6, } , [834] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Pfadfinder von Deshaan", +["achievementIndex"] = 21, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 61, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Deshaan.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Deshaan.", ["Category_ID"] = 6, } , [835] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Pfadfinder von Schnittermark", +["achievementIndex"] = 18, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Schnittermark.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Schnittermark.", ["Category_ID"] = 6, } , [836] = { +["name"] = "Abgeschlachtet", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Abgeschlachtet", ["numCriteria"] = 1, +["description"] = "Sterbt durch einen Schlachterfisch.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sterbt durch einen Schlachterfisch.", -["achievementIndex"] = 2, +["Category_ID"] = 6, } , [839] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Pfadfinder von Grünschatten", +["achievementIndex"] = 15, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Grünschatten.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Grünschatten.", ["Category_ID"] = 6, } , [840] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Pfadfinder von Kluftspitze", +["achievementIndex"] = 18, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 38, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Kluftspitze.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Kluftspitze.", ["Category_ID"] = 6, } , [845] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Pfadfinder von Schattenfenn", +["achievementIndex"] = 2, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 54, +["firstID"] = 0, ["numCriteria"] = 8, +["description"] = "Entdeckt alle markanten Orte in Schattenfenn.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Schattenfenn.", ["Category_ID"] = 6, } , [849] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Pfadfinder der Alik\'r-Wüste", +["achievementIndex"] = 19, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Alik\'r.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Alik\'r.", ["Category_ID"] = 6, } , [850] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Arachniden", -["SubCategory_ID"] = 2, ["achievementIndex"] = 7, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 200 Spinnen in der Pilzgrotte II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 200 Spinnen in der Pilzgrotte II (Veteranen).", ["Category_ID"] = 5, } , [851] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben des Obsidians", -["SubCategory_ID"] = 2, ["achievementIndex"] = 8, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 425 Obsidiankrieger in der Pilzgrotte II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 425 Obsidiankrieger in der Pilzgrotte II (Veteranen).", ["Category_ID"] = 5, } , [852] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Knochenbrecherveteran II", -["SubCategory_ID"] = 2, ["achievementIndex"] = 4, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 120 Skelette in den Verbannungszellen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 120 Skelette in den Verbannungszellen II (Veteranen).", ["Category_ID"] = 5, } , [853] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Schlächter von Rilis\' Dremora", -["SubCategory_ID"] = 2, ["achievementIndex"] = 3, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 300 Dremora in den Verbannungszellen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 300 Dremora in den Verbannungszellen II (Veteranen).", ["Category_ID"] = 5, } , [854] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Schergen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 12, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 220 vampirische Schergen in den Spindeltiefen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 220 vampirische Schergen in den Spindeltiefen II (Veteranen).", ["Category_ID"] = 5, } , [855] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Fleischatronacheneroberer-Veteran", -["SubCategory_ID"] = 2, ["achievementIndex"] = 11, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 65 Fleischatronachen in den Spindeltiefen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 65 Fleischatronachen in den Spindeltiefen II (Veteranen).", ["Category_ID"] = 5, } , [856] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Kwama II", -["SubCategory_ID"] = 2, ["achievementIndex"] = 20, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 200 Kwama in den Dunkelschattenkavernen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 200 Kwama in den Dunkelschattenkavernen II (Veteranen).", ["Category_ID"] = 5, } , [857] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Konstrukte", -["SubCategory_ID"] = 2, ["achievementIndex"] = 19, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 800 Dwemerkonstrukte in den Dunkelschattenkavernen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 800 Dwemerkonstrukte in den Dunkelschattenkavernen II (Veteranen).", ["Category_ID"] = 5, } , [858] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Unheilsbruten", -["SubCategory_ID"] = 2, ["achievementIndex"] = 15, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 140 Unheilsbruten im Eldengrund II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 140 Unheilsbruten im Eldengrund II (Veteranen).", ["Category_ID"] = 5, } , [859] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Schlurfer", -["SubCategory_ID"] = 2, ["achievementIndex"] = 16, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 60 Schlurfer im Eldengrund II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 60 Schlurfer im Eldengrund II (Veteranen).", ["Category_ID"] = 5, } , [860] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Zombies", -["SubCategory_ID"] = 2, ["achievementIndex"] = 24, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 350 Zombies in der Kanalisation von Wegesruh II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 350 Zombies in der Kanalisation von Wegesruh II (Veteranen).", ["Category_ID"] = 5, } , [861] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Kolosse", -["SubCategory_ID"] = 2, ["achievementIndex"] = 23, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 40 Knochenkolosse in der Kanalisation von Wegesruh II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 40 Knochenkolosse in der Kanalisation von Wegesruh II (Veteranen).", ["Category_ID"] = 5, } , [862] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Pfadfinder von Malabal Tor", +["achievementIndex"] = 17, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Malabal Tor.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Malabal Tor.", ["Category_ID"] = 6, } , [863] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Pfadfinder von Rift", +["achievementIndex"] = 55, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Rift.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Rift.", ["Category_ID"] = 6, } , [864] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Pfadfinder von Kalthafen", +["achievementIndex"] = 4, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Kalthafen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Kalthafen.", ["Category_ID"] = 6, } , [865] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Pfadfinder von Bangkorai", +["achievementIndex"] = 20, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Bangkorai.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Bangkorai.", ["Category_ID"] = 6, } , [866] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Pfadfinder von Ostmarsch", +["achievementIndex"] = 54, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 44, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte in Ostmarsch.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Ostmarsch.", ["Category_ID"] = 6, } , [867] = { +["name"] = "Pionier Tamriels", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Pionier Tamriels", ["numCriteria"] = 21, +["description"] = "Entdeckt alle markanten Orte in den Kerngebieten des Aldmeri-Dominions, des Dolchsturz-Bündnisses, des Ebenherz-Paktes und von Kalthafen.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in den Kerngebieten des Aldmeri-Dominions, des Dolchsturz-Bündnisses, des Ebenherz-Paktes und von Kalthafen.", -["achievementIndex"] = 1, +["Category_ID"] = 6, } , [869] = { +["name"] = "Verbrechen zahlt sich aus", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Verbrechen zahlt sich aus", ["numCriteria"] = 15, +["description"] = "Erleichtert Händler in ganz Tamriel.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erleichtert Händler in ganz Tamriel.", -["achievementIndex"] = 4, +["Category_ID"] = 6, } , [870] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Zitadelle von Hel Ra: Das Kriegshorn", +["achievementIndex"] = 5, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Verwendet das Kriegshorn in der Zitadelle von Hel Ra (Veteranen) und besiegt die uralten Krieger, die dem Ruf folgen.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 0, -["description"] = "Verwendet das Kriegshorn in der Zitadelle von Hel Ra (Veteranen) und besiegt die uralten Krieger, die dem Ruf folgen.", ["Category_ID"] = 4, } , [871] = { +["name"] = "Gaben für die Armen", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Gaben für die Armen", ["numCriteria"] = 15, +["description"] = "Teilt Euren Reichtum mit bedürftigen Bettlern aus ganz Tamriel.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Teilt Euren Reichtum mit bedürftigen Bettlern aus ganz Tamriel.", -["achievementIndex"] = 5, +["Category_ID"] = 6, } , [872] = { +["name"] = "Auf M\'aiqs Spuren", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Auf M\'aiqs Spuren", ["numCriteria"] = 19, +["description"] = "Verfolgt M\'aiq den Lügner durch ganz Tamriel und darüber hinaus.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Verfolgt M\'aiq den Lügner durch ganz Tamriel und darüber hinaus.", -["achievementIndex"] = 6, +["Category_ID"] = 6, } , [873] = { +["name"] = "Lichtbringer", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Lichtbringer", ["numCriteria"] = 15, +["description"] = "Bringt Licht an dunkle Orte der Welt.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Bringt Licht an dunkle Orte der Welt.", -["achievementIndex"] = 7, +["Category_ID"] = 6, } , [874] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Gruppenwagnis im Dorf der Verlorenen", +["achievementIndex"] = 2, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 31, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Zatalguch im Dorf der Verlorenen.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Zatalguch im Dorf der Verlorenen.", ["Category_ID"] = 4, } , [876] = { +["name"] = "Eroberer der Krypta der Herzen II", +["achievementIndex"] = 20, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Krypta der Herzen II", ["numCriteria"] = 3, +["description"] = "Besiegt Ruzozuzalpamaz, die Ilambris-Zwillinge, das Ilambris-Amalgam und Nerien\'eth in der Krypta der Herzen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Ruzozuzalpamaz, die Ilambris-Zwillinge, das Ilambris-Amalgam und Nerien\'eth in der Krypta der Herzen II (Veteranen).", -["achievementIndex"] = 18, +["Category_ID"] = 5, } , [878] = { +["name"] = "Eroberer der Stadt der Asche II", +["achievementIndex"] = 14, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Stadt der Asche II", ["numCriteria"] = 3, +["description"] = "Schließt die Stadt der Asche II (Veteranen) ab, indem Ihr Horvantud den Feuerschlund, den Aschtitan und Valkyn Skoria besiegt.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt die Stadt der Asche II (Veteranen) ab, indem Ihr Horvantud den Feuerschlund, den Aschtitan und Valkyn Skoria besiegt.", -["achievementIndex"] = 24, +["Category_ID"] = 5, } , [880] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Eroberer des Gefängnisses der Kaiserstadt", +["achievementIndex"] = 2, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 6, +["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"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["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"] = 26, +["Category_ID"] = 27, } , [884] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher von Molavar", +["achievementIndex"] = 19, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Molavar.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Molavar.", ["Category_ID"] = 6, } , [885] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher von Rkundzelft", +["achievementIndex"] = 22, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Rkundzelft.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Rkundzelft.", ["Category_ID"] = 6, } , [886] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher des Schlangennests", +["achievementIndex"] = 24, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Schlangennest.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Schlangennest.", ["Category_ID"] = 6, } , [887] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher von Ilthags Unterturm", +["achievementIndex"] = 17, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Ilthags Unterturm.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Ilthags Unterturm.", ["Category_ID"] = 6, } , [888] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher der Ruinen von Kardala", +["achievementIndex"] = 23, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Ruinen von Kardala.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Ruinen von Kardala.", ["Category_ID"] = 6, } , [889] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher der Kavernen von Loth\'Na", +["achievementIndex"] = 18, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Kavernen von Loth\'Na.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Kavernen von Loth\'Na.", ["Category_ID"] = 6, } , [890] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher von Rkhardahrk", +["achievementIndex"] = 21, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Rkhardahrk.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Rkhardahrk.", ["Category_ID"] = 6, } , [891] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher von Haddocks Markt", +["achievementIndex"] = 15, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Haddocks Markt.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Haddocks Markt.", ["Category_ID"] = 6, } , [892] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher der Meißelkreischmine", +["achievementIndex"] = 12, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Meißelkreischmine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Meißelkreischmine.", ["Category_ID"] = 6, } , [893] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher der Vergrabenen Sande", +["achievementIndex"] = 11, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Vergrabenen Sande.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Vergrabenen Sande.", ["Category_ID"] = 6, } , [894] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher von Mtharnaz", +["achievementIndex"] = 20, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Mtharnaz.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Mtharnaz.", ["Category_ID"] = 6, } , [895] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher der Heulenden Grabkammern", +["achievementIndex"] = 25, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Heulenden Grabkammern.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Heulenden Grabkammern.", ["Category_ID"] = 6, } , [896] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher von Balamath", +["achievementIndex"] = 10, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Balamath.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Balamath.", ["Category_ID"] = 6, } , [897] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher der Furchtzahnkavernen", +["achievementIndex"] = 14, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Furchtzahnkavernen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Furchtzahnkavernen.", ["Category_ID"] = 6, } , [898] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher der Festung des Exarchen", +["achievementIndex"] = 13, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Festung des Exarchen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Festung des Exarchen.", ["Category_ID"] = 6, } , [899] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher von Zalgaz\' Versteck", -["SubCategory_ID"] = 5, ["achievementIndex"] = 27, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Zalgaz\' Versteck.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Zalgaz\' Versteck.", ["Category_ID"] = 6, } , [900] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher der Grabmäler der Na-Totambu", -["SubCategory_ID"] = 5, ["achievementIndex"] = 26, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Grabmäler der Na-Totambu.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Grabmäler der Na-Totambu.", ["Category_ID"] = 6, } , [901] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erforscher von Hircines Schlupfwinkel", +["achievementIndex"] = 16, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Hircines Schlupfwinkel.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert Hircines Schlupfwinkel.", ["Category_ID"] = 6, } , [902] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Pfadfinder des unteren Kargsteins", +["achievementIndex"] = 5, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 9, +["description"] = "Entdeckt alle markanten Orte im unteren Kargstein.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte im unteren Kargstein.", ["Category_ID"] = 6, } , [905] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Fluchbrecher von Shadas Träne", -["SubCategory_ID"] = 7, ["achievementIndex"] = 7, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Shada und reinigt die Wässer von Shadas Träne.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Shada und reinigt die Wässer von Shadas Träne.", ["Category_ID"] = 7, } , [906] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Hartnäckiger Sucher", -["SubCategory_ID"] = 7, ["achievementIndex"] = 10, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Lüftet die Geheimnisse, die im Archiv des Suchers verborgen liegen.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Lüftet die Geheimnisse, die im Archiv des Suchers verborgen liegen.", ["Category_ID"] = 7, } , [907] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Verteidiger der Zaubernarbe", -["SubCategory_ID"] = 7, ["achievementIndex"] = 9, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Verhindert eine katastrophale magische Explosion in der Zaubernarbe.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Verhindert eine katastrophale magische Explosion in der Zaubernarbe.", ["Category_ID"] = 7, } , [908] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Erhabener von Elinhir", -["SubCategory_ID"] = 7, ["achievementIndex"] = 6, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Yamanu-ko und beendet den Konflikt in Elinhir.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Yamanu-ko und beendet den Konflikt in Elinhir.", ["Category_ID"] = 7, } , [909] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Himmlischer Forscher", -["SubCategory_ID"] = 7, ["achievementIndex"] = 2, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Entdeckt, warum die Himmlischen in Kargstein erschienen sind.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt, warum die Himmlischen in Kargstein erschienen sind.", ["Category_ID"] = 7, } , [916] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Fishing", ["name"] = "Angler von Kargstein", -["SubCategory_ID"] = 8, ["achievementIndex"] = 11, +["SubCategory"] = "Fishing", +["prevId"] = 0, +["SubCategory_ID"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Kargstein.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Kargstein.", ["Category_ID"] = 6, } , [936] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Schlangen und Geheimnisse", -["SubCategory_ID"] = 7, ["achievementIndex"] = 3, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Zerstreut die Truppen der Schlange und vernichtet die Erhabene Viper.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Zerstreut die Truppen der Schlange und vernichtet die Erhabene Viper.", ["Category_ID"] = 7, } , [937] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Pfadfinder des oberen Kargsteins", +["achievementIndex"] = 6, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Entdeckt alle markanten Orte des oberen Kargsteins.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte des oberen Kargsteins.", ["Category_ID"] = 6, } , [939] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Spinnenkinder", -["SubCategory_ID"] = 2, ["achievementIndex"] = 34, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 250 Spinnenkinder in der Krypta der Herzen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 250 Spinnenkinder in der Krypta der Herzen II (Veteranen).", ["Category_ID"] = 5, } , [940] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Fleischatronachen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 33, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 50 Fleischatronachen in der Krypta der Herzen II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 50 Fleischatronachen in der Krypta der Herzen II (Veteranen).", ["Category_ID"] = 5, } , [941] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Krypta der Herzen II", +["achievementIndex"] = 18, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [942] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Tödlicher Überlebender der Krypta", -["SubCategory_ID"] = 3, ["achievementIndex"] = 17, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [943] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Zweifellose Herrschaft", +["achievementIndex"] = 3, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt eine verborgene Bedrohung für das Dominion auf Auridon.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt eine verborgene Bedrohung für das Dominion auf Auridon.", ["Category_ID"] = 7, } , [944] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Ikonoklast", +["achievementIndex"] = 8, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Ihr habt gefährliche daedrische Pläne in Grahtwald vereitelt.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Ihr habt gefährliche daedrische Pläne in Grahtwald vereitelt.", ["Category_ID"] = 7, } , [945] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Geist der Bosmer", +["achievementIndex"] = 13, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vertreibt die Verderbnis aus dem Herzen Valenwalds.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vertreibt die Verderbnis aus dem Herzen Valenwalds.", ["Category_ID"] = 7, } , [946] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Ehestifter", +["achievementIndex"] = 18, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Bringt den Silvenar und die Grüne Dame an ihren rechtmäßigen Platz in Malabal Tor.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Bringt den Silvenar und die Grüne Dame an ihren rechtmäßigen Platz in Malabal Tor.", ["Category_ID"] = 7, } , [947] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Geheiligte Monde", +["achievementIndex"] = 23, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Beschreitet den Pfad der Zwei Monde in Schnittermark.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Beschreitet den Pfad der Zwei Monde in Schnittermark.", ["Category_ID"] = 7, } , [948] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Herzen der Finsternis", +["achievementIndex"] = 11, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Sperrt die Brüder des Zwists in Steinfälle ein.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Sperrt die Brüder des Zwists in Steinfälle ein.", ["Category_ID"] = 7, } , [949] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Seuchenverschlinger", +["achievementIndex"] = 6, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Verhindert die Zerstörung von Deshaan.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Verhindert die Zerstörung von Deshaan.", ["Category_ID"] = 7, } , [950] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Eier und Fäulnis", +["achievementIndex"] = 2, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Ihr habt eine große Bedrohung für die Hist in Schattenfenn beseitigt.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Ihr habt eine große Bedrohung für die Hist in Schattenfenn beseitigt.", ["Category_ID"] = 7, } , [951] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Blutfehde", +["achievementIndex"] = 18, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Verhindert eine große Bedrohung für den Skaldenkönig.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Verhindert eine große Bedrohung für den Skaldenkönig.", ["Category_ID"] = 7, } , [952] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Zerschlagene Überbleibsel", +["achievementIndex"] = 23, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt den Wurmkult in Rift.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt den Wurmkult in Rift.", ["Category_ID"] = 7, } , [953] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Zerstörtes Ritual", +["achievementIndex"] = 3, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Durchkreuzt die heimtückische Pläne der Kultisten in Glenumbra.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Durchkreuzt die heimtückische Pläne der Kultisten in Glenumbra.", ["Category_ID"] = 7, } , [954] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Böses Erwachen", +["achievementIndex"] = 8, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Beendet die Albträume in Sturmhafen.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Beendet die Albträume in Sturmhafen.", ["Category_ID"] = 7, } , [955] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Fluchbrecher", +["achievementIndex"] = 13, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Merzt den Blutfluch aus und stellt die Ordnung in Kluftspitze wieder her.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Merzt den Blutfluch aus und stellt die Ordnung in Kluftspitze wieder her.", ["Category_ID"] = 7, } , [956] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Geweihter Grund", +["achievementIndex"] = 18, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Bettet die Toten der Alik\'r zur Ruhe.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Bettet die Toten der Alik\'r zur Ruhe.", ["Category_ID"] = 7, } , [957] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Strahlender Champion", +["achievementIndex"] = 2, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Trozt dem Willen Molag Bals in Kalthafen.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Trozt dem Willen Molag Bals in Kalthafen.", ["Category_ID"] = 7, } , [958] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Rand des Kaiserreichs", +["achievementIndex"] = 23, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vertreibt die kaiserlichen Truppen aus Bangkorai.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vertreibt die kaiserlichen Truppen aus Bangkorai.", ["Category_ID"] = 7, } , [964] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Meistererforscher von Glenumbra", +["achievementIndex"] = 4, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 66, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Glenumbra.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Glenumbra.", ["Category_ID"] = 6, } , [965] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Meistererforscher von Sturmhafen", +["achievementIndex"] = 5, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 43, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Sturmhafen.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Sturmhafen.", ["Category_ID"] = 6, } , [966] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Meistererforscher von Kluftspitze", +["achievementIndex"] = 6, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 34, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Kluftspitze.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Kluftspitze.", ["Category_ID"] = 6, } , [967] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Meistererforscher der Alik\'r-Wüste", +["achievementIndex"] = 7, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in der Alik\'r-Wüste.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in der Alik\'r-Wüste.", ["Category_ID"] = 6, } , [968] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Meistererforscher von Bangkorai", +["achievementIndex"] = 8, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Bangkorai.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Bangkorai.", ["Category_ID"] = 6, } , [969] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Meistererforscher des Dominions", +["achievementIndex"] = 1, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Aldmeri-Dominions.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Aldmeri-Dominions.", ["Category_ID"] = 6, } , [970] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Meistererforscher von Steinfälle", +["achievementIndex"] = 32, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Steinfälle.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Steinfälle.", ["Category_ID"] = 6, } , [971] = { +["name"] = "Meistererforscher von Deshaan", +["achievementIndex"] = 17, +["SubCategory"] = "Ebonheart Pact", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", -["name"] = "Meistererforscher von Deshaan", -["SubCategory_ID"] = 3, -["achievementIndex"] = 13, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Deshaan.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Deshaan.", ["Category_ID"] = 6, } , [972] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Meistererforscher von Schattenfenn", +["achievementIndex"] = 1, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 48, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Schattenfenn.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Schattenfenn.", ["Category_ID"] = 6, } , [973] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Meistererforscher von Ostmarsch", +["achievementIndex"] = 50, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 37, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Ostmarsch.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Ostmarsch.", ["Category_ID"] = 6, } , [974] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Meistererforscher von Rift", +["achievementIndex"] = 51, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Rift.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Rift.", ["Category_ID"] = 6, } , [975] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Erforscher von Ödfels und Bal Foyen", +["achievementIndex"] = 43, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 58, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt alle markanten Orte auf Ödfels und in Bal Foyen.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte auf Ödfels und in Bal Foyen.", ["Category_ID"] = 6, } , [976] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Meistererforscher von Auridon", +["achievementIndex"] = 3, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 54, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Auridon.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Auridon.", ["Category_ID"] = 6, } , [977] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Meistererforscher von Grahtwald", +["achievementIndex"] = 4, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 40, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Grahtwald.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Grahtwald.", ["Category_ID"] = 6, } , [978] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Meistererforscher von Grünschatten", +["achievementIndex"] = 5, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Grünschatten.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Grünschatten.", ["Category_ID"] = 6, } , [979] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Meistererforscher von Malabal Tor", +["achievementIndex"] = 6, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Malabal Tor.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Malabal Tor.", ["Category_ID"] = 6, } , [980] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Aldmeri Dominion", ["name"] = "Meistererforscher von Schnittermark", +["achievementIndex"] = 7, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Schnittermark.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Schnittermark.", ["Category_ID"] = 6, } , [981] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Erforscher von Stros M\'Kai und Betnikh", +["achievementIndex"] = 3, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 78, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle markanten Orte auf Stros M\'Kai und Betnikh.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle markanten Orte auf Stros M\'Kai und Betnikh.", ["Category_ID"] = 6, } , [982] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", ["name"] = "Meistererforscher des Bündnisses", +["achievementIndex"] = 1, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Dolchsturz-Bündnisses.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Dolchsturz-Bündnisses.", ["Category_ID"] = 6, } , [983] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Ebonheart Pact", ["name"] = "Meistererforscher des Pakts", +["achievementIndex"] = 48, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Ebenherz-Pakts.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im Territorium des Ebenherz-Pakts.", ["Category_ID"] = 6, } , [984] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Coldharbour", ["name"] = "Meistererforscher von Kalthafen", +["achievementIndex"] = 2, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Kalthafen.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Kalthafen.", ["Category_ID"] = 6, } , [985] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Höhlenforscher des unteren Kargsteins", +["achievementIndex"] = 3, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Entdeckt und säubert alle sechs Höhlen im unteren Kargstein.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen im unteren Kargstein.", ["Category_ID"] = 6, } , [986] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Meistererforscher des unteren Kargsteins", +["achievementIndex"] = 1, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im unteren Kargstein.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Höhlen und markanten Orte im unteren Kargstein.", ["Category_ID"] = 6, } , [990] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Ätherisches Archiv abgeschlossen", +["achievementIndex"] = 7, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Himmlische Magierin und befreit sie so vom Einfluss der Schlange.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Himmlische Magierin und befreit sie so vom Einfluss der Schlange.", ["Category_ID"] = 4, } , [991] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Zitadelle von Hel Ra abgeschlossen", +["achievementIndex"] = 3, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Himmlischen Krieger und befreit ihn so vom Einfluss der Schlange.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Himmlischen Krieger und befreit ihn so vom Einfluss der Schlange.", ["Category_ID"] = 4, } , [992] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Champion der Drachenstern-Arena", -["SubCategory_ID"] = 1, ["achievementIndex"] = 21, +["SubCategory"] = "Trials", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt alle Herausforderer und verdient Euch den Titel des Champions der Drachenstern-Arena.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Herausforderer und verdient Euch den Titel des Champions der Drachenstern-Arena.", ["Category_ID"] = 4, } , [993] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Seelenberaubt in Kalthafen", +["achievementIndex"] = 4, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 1 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 1 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [994] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Die Zuflucht", +["achievementIndex"] = 3, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 1,5 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 1,5 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [995] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Tochter der Riesen", +["achievementIndex"] = 2, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 2 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 2 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [996] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Auf Schattenjagd", +["achievementIndex"] = 1, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 2,5 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 2,5 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [997] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Das Schloss des Wurms", +["achievementIndex"] = 6, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 3 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 3 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [998] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Der Tharn spricht", +["achievementIndex"] = 7, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 3,5 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 3,5 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [999] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Die Hallen der Qual", +["achievementIndex"] = 8, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 4 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 4 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [1000] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Das Tal der Klingen", +["achievementIndex"] = 9, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 4,5 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 4,5 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [1001] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Der Schatten von Sancre Tor", +["achievementIndex"] = 10, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 5 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 5 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [1002] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Der Rat der Fünf Gefährten", +["achievementIndex"] = 11, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 5,5 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 5,5 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [1003] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", ["name"] = "Der Gott der Intrigen", +["achievementIndex"] = 12, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt Kapitel 6 der Hauptgeschichte ab.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt Kapitel 6 der Hauptgeschichte ab.", ["Category_ID"] = 7, } , [1014] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Zerschmetterer der Schuppen", -["SubCategory_ID"] = 7, ["achievementIndex"] = 8, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Exarch Arnoth und vertreibt den Schuppenhof und dessen Verbündete aus der Feste Himmelsgriff.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Exarch Arnoth und vertreibt den Schuppenhof und dessen Verbündete aus der Feste Himmelsgriff.", ["Category_ID"] = 7, } , [1015] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Sieger über Virmaril", -["SubCategory_ID"] = 7, ["achievementIndex"] = 11, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Virmaril den Verräter und seine untoten Legionen in den Katakomben von Himmelsgriff.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Virmaril den Verräter und seine untoten Legionen in den Katakomben von Himmelsgriff.", ["Category_ID"] = 7, } , [1016] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Wächter des Gipfels", -["SubCategory_ID"] = 7, ["achievementIndex"] = 12, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Aetherion und stellt die nedischen Schutzzauber im Gipfel von Himmelsgriff wieder her.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Aetherion und stellt die nedischen Schutzzauber im Gipfel von Himmelsgriff wieder her.", ["Category_ID"] = 7, } , [1049] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer von Wurzelbruch", +["achievementIndex"] = 37, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt alle Champions in Wurzelbruch.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in Wurzelbruch.", ["Category_ID"] = 4, } , [1050] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer von Rulanyils Fall", +["achievementIndex"] = 38, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt alle Champions von Rulanyils Fall.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions von Rulanyils Fall.", ["Category_ID"] = 4, } , [1051] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer der Blutgrotten", +["achievementIndex"] = 32, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Besiegt alle Champions der Blutgrotten.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions der Blutgrotten.", ["Category_ID"] = 4, } , [1052] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer des Düsteren Herrenhauses", +["achievementIndex"] = 39, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt alle Champions im Düsteren Herrenhaus.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions im Düsteren Herrenhaus.", ["Category_ID"] = 4, } , [1053] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer des Weihegrunds des Finsteren", +["achievementIndex"] = 30, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 35, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt alle Champions im Weihegrund des Finsteren.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions im Weihegrund des Finsteren.", ["Category_ID"] = 4, } , [1054] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer der Knochenknacker-Ruinen", +["achievementIndex"] = 31, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt alle Champions in den Knochenknacker-Ruinen.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in den Knochenknacker-Ruinen.", ["Category_ID"] = 4, } , [1055] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer von Razaks Rad", +["achievementIndex"] = 36, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt alle Champions in Razaks Rad.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in Razaks Rad.", ["Category_ID"] = 4, } , [1056] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer des Dorfs der Verlorenen", +["achievementIndex"] = 1, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Besiegt alle Champions im Dorf der Verlorenen.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions im Dorf der Verlorenen.", ["Category_ID"] = 4, } , [1057] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger von Wurzelbruch", +["achievementIndex"] = 48, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt drei der Champions in Wurzelbruch.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in Wurzelbruch.", ["Category_ID"] = 4, } , [1058] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger von Rulanyils Fall", +["achievementIndex"] = 49, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt drei der Champions von Rulanyils Fall.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions von Rulanyils Fall.", ["Category_ID"] = 4, } , [1059] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger der Blutgrotten", +["achievementIndex"] = 43, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Besiegt drei der Champions der Blutgrotten.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions der Blutgrotten.", ["Category_ID"] = 4, } , [1060] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger des Düsteren Herrenhauses", +["achievementIndex"] = 50, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt drei der Champions im Düsteren Herrenhaus.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions im Düsteren Herrenhaus.", ["Category_ID"] = 4, } , [1061] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger des Weihegrunds des Finsteren", +["achievementIndex"] = 41, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 36, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt drei der Champions im Weihegrund des Finsteren.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions im Weihegrund des Finsteren.", ["Category_ID"] = 4, } , [1062] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger der Knochenknacker-Ruinen", +["achievementIndex"] = 42, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt drei der Champions in den Knochenknacker-Ruinen.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in den Knochenknacker-Ruinen.", ["Category_ID"] = 4, } , [1063] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger von Razaks Rad", -["SubCategory_ID"] = 2, ["achievementIndex"] = 47, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt drei der Champions in Razaks Rad", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in Razaks Rad", ["Category_ID"] = 4, } , [1064] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Sieger des Dorfs der Verlorenen", +["achievementIndex"] = 3, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 32, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Besiegt drei der Champions im Dorf der Verlorenen.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions im Dorf der Verlorenen.", ["Category_ID"] = 4, } , [1068] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer des Ebenherz-Pakts", +["achievementIndex"] = 18, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions der offenen Verliese im Ebenherz-Pakt.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions der offenen Verliese im Ebenherz-Pakt.", ["Category_ID"] = 4, } , [1069] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer des Aldmeri-Dominions", +["achievementIndex"] = 16, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions der offenen Verliese im Aldmeri-Dominion.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions der offenen Verliese im Aldmeri-Dominion.", ["Category_ID"] = 4, } , [1070] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Public Dungeons", ["name"] = "Eroberer des Dolchsturz-Bündnisses", -["SubCategory_ID"] = 2, ["achievementIndex"] = 17, -["numCriteria"] = 5, -["Category"] = "Dungeons", +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Besiegt alle Champions der offenen Verliese im Dolchsturz-Bündnis.", +["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions der offenen Verliese im Dolchsturz-Bündnis.", ["Category_ID"] = 4, } , [1071] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Gegen die Uhr", +["achievementIndex"] = 1, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Bewältigt die angegebenen Zeit-Herausforderungen.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Zeit-Herausforderungen.", ["Category_ID"] = 5, } , [1072] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Bewältigt alle Verliesherausforderungen", +["achievementIndex"] = 1, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 8, +["description"] = "Bewältigt die angegebenen Verliesherausforderungen.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Verliesherausforderungen.", ["Category_ID"] = 5, } , [1073] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger des Pakts", +["achievementIndex"] = 13, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Anführer der Gruppenverliese im Ebenherz-Pakt.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Anführer der Gruppenverliese im Ebenherz-Pakt.", ["Category_ID"] = 4, } , [1074] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger des Bündnisses", -["SubCategory_ID"] = 3, ["achievementIndex"] = 11, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Anführer der Gruppenverliese im Dolchsturz-Bündnis.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Anführer der Gruppenverliese im Dolchsturz-Bündnis.", ["Category_ID"] = 4, } , [1075] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger des Dominions", +["achievementIndex"] = 12, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Anführer der Gruppenverliese im Aldmeri-Dominion.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Anführer der Gruppenverliese im Aldmeri-Dominion.", ["Category_ID"] = 4, } , [1078] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Prüfung der Woche", +["achievementIndex"] = 17, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt eine Prüfung der Woche ab.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt eine Prüfung der Woche ab.", ["Category_ID"] = 4, } , [1079] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Gegen die Uhr: Prüfung der Woche", +["achievementIndex"] = 16, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt eine Prüfung der Woche innerhalb von 33 Minuten ab.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt eine Prüfung der Woche innerhalb von 33 Minuten ab.", ["Category_ID"] = 4, } , [1080] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Gegen die Uhr: Zitadelle von Hel Ra", +["achievementIndex"] = 6, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Zitadelle von Hel Ra innerhalb des Zeitlimits von 33 Minuten ab.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Zitadelle von Hel Ra innerhalb des Zeitlimits von 33 Minuten ab.", ["Category_ID"] = 4, } , [1081] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Gegen die Uhr: Ätherisches Archiv", +["achievementIndex"] = 9, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt das Ätherische Archive innerhalb des Zeitlimits von 33 Minuten ab.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt das Ätherische Archive innerhalb des Zeitlimits von 33 Minuten ab.", ["Category_ID"] = 4, } , [1082] = { +["name"] = "Unerschrockener Retter", +["achievementIndex"] = 17, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Unerschrockener Retter", ["numCriteria"] = 12, +["description"] = "Rettet alle Mitglieder der fehlgeschlagenen Expedition der Unerschrockenen in die Totenländer von Mehrunes Dagon.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Rettet alle Mitglieder der fehlgeschlagenen Expedition der Unerschrockenen in die Totenländer von Mehrunes Dagon.", -["achievementIndex"] = 26, +["Category_ID"] = 5, } , [1084] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Auf Klinges Schneide", +["achievementIndex"] = 18, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1105] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Schlächter von Mehrunes Dremora", -["SubCategory_ID"] = 2, ["achievementIndex"] = 27, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 300 Dremora in der Stadt der Asche II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 300 Dremora in der Stadt der Asche II (Veteranen).", ["Category_ID"] = 5, } , [1106] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Flammenkolosse", -["SubCategory_ID"] = 2, ["achievementIndex"] = 28, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 50 Flammenkolosse in der Stadt der Asche II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 50 Flammenkolosse in der Stadt der Asche II (Veteranen).", ["Category_ID"] = 5, } , [1107] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Tödlicher Überlebender der Totenländer", -["SubCategory_ID"] = 3, ["achievementIndex"] = 14, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1108] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Stadt der Asche II", +["achievementIndex"] = 15, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1109] = { +["name"] = "Unterwerfer der Kanalisation", +["achievementIndex"] = 17, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Unterwerfer der Kanalisation", ["numCriteria"] = 12, +["description"] = "Tötet alle benannten Champions der daedrischen Truppen in der Kanalisation der Kaiserstadt.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tötet alle benannten Champions der daedrischen Truppen in der Kanalisation der Kaiserstadt.", -["achievementIndex"] = 18, +["Category_ID"] = 27, } , [1111] = { +["name"] = "Ein Zuckerschlecken", +["achievementIndex"] = 16, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Ein Zuckerschlecken", ["numCriteria"] = 1, +["description"] = "Erforscht die kulinarischen Traditionen der Dremora.", ["Category"] = "Veteran Dungeons", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht die kulinarischen Traditionen der Dremora.", -["achievementIndex"] = 1, +["Category_ID"] = 5, } , [1112] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Pilger in Kargstein", -["SubCategory_ID"] = 7, ["achievementIndex"] = 5, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Pilgerreise durch den Grauen Lauf innerhalb der vorgegebenen Zeit ab.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt die Pilgerreise durch den Grauen Lauf innerhalb der vorgegebenen Zeit ab.", ["Category_ID"] = 7, } , [1113] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Sanctum Ophidia: Futtergrube", +["achievementIndex"] = 14, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Verwendet den Futterhaufen im Sanctum Ophidia und überlebt den darauf folgenden Kampf.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 0, -["description"] = "Verwendet den Futterhaufen im Sanctum Ophidia und überlebt den darauf folgenden Kampf.", ["Category_ID"] = 4, } , [1114] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Eine Welt in Brand", +["achievementIndex"] = 15, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt einen Pakt mit dem Eisigen Folianten und besiegt dann Valkyn Skoria in der Stadt der Asche II (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt einen Pakt mit dem Eisigen Folianten und besiegt dann Valkyn Skoria in der Stadt der Asche II (Veteranen).", ["Category_ID"] = 5, } , [1115] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Prüfungsrüpel", +["achievementIndex"] = 19, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Verursacht 1,000,000 Schaden in Prüfungen.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Verursacht 1,000,000 Schaden in Prüfungen.", ["Category_ID"] = 4, } , [1116] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Prüfungsheiler", -["SubCategory_ID"] = 1, ["achievementIndex"] = 20, +["SubCategory"] = "Trials", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Heilt 1,000,000 Leben in Prüfungen.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Heilt 1,000,000 Leben in Prüfungen.", ["Category_ID"] = 4, } , [1117] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Prüfungsblocker", +["achievementIndex"] = 18, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Blockt 1,000,000 Schaden in Prüfungen.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Blockt 1,000,000 Schaden in Prüfungen.", ["Category_ID"] = 4, } , [1120] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Eroberer des Weißgoldturms", +["achievementIndex"] = 10, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt die Richtmeisterin, die Elitewache, die Ebenenhemmerin und Molag Kena im Weißgoldturm (Veteranen).", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt die Richtmeisterin, die Elitewache, die Ebenenhemmerin und Molag Kena im Weißgoldturm (Veteranen).", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1121] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Weltliche Besitztümer", -["SubCategory_ID"] = 5, ["achievementIndex"] = 28, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Findet Geldrion Schneisenschlags Lager in Belkarth.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Findet Geldrion Schneisenschlags Lager in Belkarth.", ["Category_ID"] = 6, } , [1122] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Gesprengte Ketten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 1, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Befreit die Gefangenen aus den Zellenblöcken des Gefängnisbezirks der Kaiserstadt.", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Befreit die Gefangenen aus den Zellenblöcken des Gefängnisbezirks der Kaiserstadt.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1123] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Sanctum Ophidia abgeschlossen", +["achievementIndex"] = 11, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Himmlische Schlange.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Himmlische Schlange.", ["Category_ID"] = 4, } , [1124] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Gegen die Uhr: Sanctum Ophidia", +["achievementIndex"] = 15, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt das Sanctum Ophidia innerhalb des Zeitlimits von 33 Minuten ab.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt das Sanctum Ophidia innerhalb des Zeitlimits von 33 Minuten ab.", ["Category_ID"] = 4, } , [1126] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Meistererforscher des oberen Kargstein", +["achievementIndex"] = 2, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte im oberen Kargstein.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte im oberen Kargstein.", ["Category_ID"] = 6, } , [1127] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Höhlenforscher des oberen Kargstein", +["achievementIndex"] = 4, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen im oberen Kargstein.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen im oberen Kargstein.", ["Category_ID"] = 6, } , [1128] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Kein Gefängnis hält mich", -["SubCategory_ID"] = 1, ["achievementIndex"] = 7, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["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"] = 26, +["Category_ID"] = 27, } , [1129] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Lebenslänglich", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["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"] = 26, +["Category_ID"] = 27, } , [1130] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Schlächter wachsamer Beobachter", -["SubCategory_ID"] = 1, ["achievementIndex"] = 10, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 50 wachsame Beobachter im Gefängnis der Kaiserstadt (Veteranen).", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 50 wachsame Beobachter im Gefängnis der Kaiserstadt (Veteranen).", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1131] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Schlächter der Geistberaubten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 6, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 300 Geistberaubte im Gefängnis der Kaiserstadt (Veteranen).", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 300 Geistberaubte im Gefängnis der Kaiserstadt (Veteranen).", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1132] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Herausforderer der Kaiserstadt", +["achievementIndex"] = 5, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Bewältigt die angegebenen Herausforderungen für die Verliese der Kaiserstadt (Veteranen).", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Herausforderungen für die Verliese der Kaiserstadt (Veteranen).", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1133] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Außer Sicht", -["SubCategory_ID"] = 1, ["achievementIndex"] = 8, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["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"] = 26, +["Category_ID"] = 27, } , [1136] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Schwierigkeiten der Zitadelle von Hel Ra", +["achievementIndex"] = 4, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Himmlischen Krieger, nachdem Ihr ihn durch die Zerstörung seiner Statuenarmee erzürnt habt.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Himmlischen Krieger, nachdem Ihr ihn durch die Zerstörung seiner Statuenarmee erzürnt habt.", ["Category_ID"] = 4, } , [1137] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Schwierigkeiten im Ätherischen Archiv", +["achievementIndex"] = 8, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Himmlische Magierin, nachdem Ihr sie durch das Zerschlagen der Ätherischen Kugeln verspottet habt.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Himmlische Magierin, nachdem Ihr sie durch das Zerschlagen der Ätherischen Kugeln verspottet habt.", ["Category_ID"] = 4, } , [1138] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Schwierigkeiten im Sanctum Ophidia", +["achievementIndex"] = 13, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Himmlische Schlange, nachdem Ihr die heiligen Banner des Schuppenhofs entweiht habt.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Himmlische Schlange, nachdem Ihr die heiligen Banner des Schuppenhofs entweiht habt.", ["Category_ID"] = 4, } , [1139] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Eroberer der Prüfungen von Kargstein", +["achievementIndex"] = 2, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Schließt die Zitadelle von Hel Ra, das Ätherische Archiv und das Sanctum Ophidia auf der schwierigsten Stufe ab.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Zitadelle von Hel Ra, das Ätherische Archiv und das Sanctum Ophidia auf der schwierigsten Stufe ab.", ["Category_ID"] = 4, } , [1140] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Eroberer der Drachenstern-Arena", -["SubCategory_ID"] = 1, ["achievementIndex"] = 22, +["SubCategory"] = "Trials", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt alle Herausforderer im Veteranenmodus der Drachenstern-Arena.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Herausforderer im Veteranenmodus der Drachenstern-Arena.", ["Category_ID"] = 4, } , [1142] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Dunkellicht-Tänzer", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["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"] = 26, +["Category_ID"] = 27, } , [1143] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Kargstein komplettiert", -["SubCategory_ID"] = 7, ["achievementIndex"] = 1, +["SubCategory"] = "Craglorn", +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Beseitigt die Bedrohung durch die Schlange und ihren Schuppenhof in ganz Kargstein.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Beseitigt die Bedrohung durch die Schlange und ihren Schuppenhof in ganz Kargstein.", ["Category_ID"] = 7, } , [1150] = { +["name"] = "Gelöbniserfüller", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 1150, -["Category_ID"] = 4, -["name"] = "Gelöbniserfüller", ["numCriteria"] = 1, +["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Maj al-Ragath.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 1151, -["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Maj al-Ragath.", -["achievementIndex"] = 4, +["Category_ID"] = 4, } , [1151] = { -["prevId"] = 1150, -["firstID"] = 1150, -["Category_ID"] = 4, ["name"] = "Wiederkehrender Unerschrockener", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, +["description"] = "Erfüllt 10 Gelöbnisse der Unerschrockenen von Maj al-Ragath.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 1152, -["description"] = "Erfüllt 10 Gelöbnisse der Unerschrockenen von Maj al-Ragath.", -["achievementIndex"] = 4, +["Category_ID"] = 4, } , [1152] = { -["prevId"] = 1151, -["firstID"] = 1150, -["Category_ID"] = 4, ["name"] = "Täglich Unerschrocken", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, +["description"] = "Erfüllt 50 Gelöbnisse der Unerschrockenen von Maj al-Ragath.", ["Category"] = "Dungeons", ["points"] = 15, ["nextId"] = 1153, -["description"] = "Erfüllt 50 Gelöbnisse der Unerschrockenen von Maj al-Ragath.", -["achievementIndex"] = 4, +["Category_ID"] = 4, } , [1153] = { +["name"] = "Majs Helfer", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 1150, -["Category_ID"] = 4, -["name"] = "Majs Helfer", ["numCriteria"] = 1, +["description"] = "Erfüllt 100 Gelöbnisse der Unerschrockenen von Maj al-Ragath.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erfüllt 100 Gelöbnisse der Unerschrockenen von Maj al-Ragath.", -["achievementIndex"] = 4, +["Category_ID"] = 4, } , [1154] = { +["name"] = "Bewiesenes Gegenteil", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 1154, -["Category_ID"] = 4, -["name"] = "Bewiesenes Gegenteil", ["numCriteria"] = 1, +["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Glirion dem Rotbart.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 1155, -["description"] = "Erfüllt ein Gelöbnis der Unerschrockenen von Glirion dem Rotbart.", -["achievementIndex"] = 3, +["Category_ID"] = 4, } , [1155] = { -["prevId"] = 1154, -["firstID"] = 1154, -["Category_ID"] = 4, ["name"] = "Noch nicht der letzte Atemzug", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, +["description"] = "Erfüllt 10 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 1156, -["description"] = "Erfüllt 10 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.", -["achievementIndex"] = 3, +["Category_ID"] = 4, } , [1156] = { -["prevId"] = 1155, -["firstID"] = 1154, -["Category_ID"] = 4, ["name"] = "Erneut dem Tod entkommen", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, +["description"] = "Erfüllt 50 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.", ["Category"] = "Dungeons", ["points"] = 15, ["nextId"] = 1157, -["description"] = "Erfüllt 50 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.", -["achievementIndex"] = 3, +["Category_ID"] = 4, } , [1157] = { +["name"] = "Glirions Vasall", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 1154, -["Category_ID"] = 4, -["name"] = "Glirions Vasall", ["numCriteria"] = 1, +["description"] = "Erfüllt 100 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erfüllt 100 Gelöbnisse der Unerschrockenen von Glirion dem Rotbart.", -["achievementIndex"] = 3, +["Category_ID"] = 4, } , [1158] = { +["name"] = "Ruf der Unerschrockenen", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Ruf der Unerschrockenen", ["numCriteria"] = 1, +["description"] = "Erreicht Stufe 45 und sichert Euch die Aufmerksamkeit der Unerschrockenen Elite.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erreicht Stufe 45 und sichert Euch die Aufmerksamkeit der Unerschrockenen Elite.", -["achievementIndex"] = 10, +["Category_ID"] = 4, } , [1159] = { +["name"] = "Vertrautheit mit den Totenländern", +["achievementIndex"] = 15, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Vertrautheit mit den Totenländern", ["numCriteria"] = 8, +["description"] = "Schließt die folgenden Errungenschaften der Stadt der Asche II ab.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die folgenden Errungenschaften der Stadt der Asche II ab.", -["achievementIndex"] = 25, +["Category_ID"] = 5, } , [1160] = { +["name"] = "Himmelsscherbenjäger der Kaiserstadt", +["achievementIndex"] = 12, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Himmelsscherbenjäger der Kaiserstadt", ["numCriteria"] = 13, +["description"] = "Findet alle 13 Himmelsscherben in der Kaiserstadt.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Findet alle 13 Himmelsscherben in der Kaiserstadt.", -["achievementIndex"] = 14, +["Category_ID"] = 27, } , [1169] = { +["name"] = "Pfadfinder der Kanalisation der Kaiserstadt", +["achievementIndex"] = 14, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Pfadfinder der Kanalisation der Kaiserstadt", ["numCriteria"] = 6, +["description"] = "Entdeckt alle markanten Orte der Kanalisation der Kaiserstadt.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte der Kanalisation der Kaiserstadt.", -["achievementIndex"] = 15, +["Category_ID"] = 27, } , [1171] = { +["name"] = "Schlosser der Kaiserstadt", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Schlosser der Kaiserstadt", ["numCriteria"] = 6, +["description"] = "Stellt die Schlüssel für alle Tröphäentruhen in der Kaiserstadt her.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Stellt die Schlüssel für alle Tröphäentruhen in der Kaiserstadt her.", -["achievementIndex"] = 13, +["Category_ID"] = 27, } , [1172] = { +["name"] = "Schlüsselsammler", +["achievementIndex"] = 15, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Schlüsselsammler", ["numCriteria"] = 1, +["description"] = "Stellt insgesamt 25 Schlüssel für die Trophäenkammern der Kaiserstadt her.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Stellt insgesamt 25 Schlüssel für die Trophäenkammern der Kaiserstadt her.", -["achievementIndex"] = 16, +["Category_ID"] = 27, } , [1174] = { +["name"] = "Patrouillenschreck", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Patrouillenschreck", ["numCriteria"] = 12, +["description"] = "Besiegt jeden der patrouillierenden Schrecken in der Kaiserstadt.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt jeden der patrouillierenden Schrecken in der Kaiserstadt.", -["achievementIndex"] = 9, +["Category_ID"] = 27, } , [1175] = { +["name"] = "Der Hohe Beschützer", +["achievementIndex"] = 19, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Der Hohe Beschützer", ["numCriteria"] = 7, +["description"] = "Setzt Molag Bals geheimen Plan in der Kaiserstadt ein Ende.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Setzt Molag Bals geheimen Plan in der Kaiserstadt ein Ende.", -["achievementIndex"] = 19, +["Category_ID"] = 27, } , [1176] = { +["name"] = "Rekrut der Kaiserstadt", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 1176, -["Category_ID"] = 26, -["name"] = "Rekrut der Kaiserstadt", ["numCriteria"] = 1, +["description"] = "Tötet 1 Spieler in der Kaiserstadt.", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 1177, -["description"] = "Tötet 1 Spieler in der Kaiserstadt.", -["achievementIndex"] = 3, +["Category_ID"] = 27, } , [1177] = { -["prevId"] = 1176, -["firstID"] = 1176, -["Category_ID"] = 26, ["name"] = "Veteran der Kaiserstadt", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 1176, ["numCriteria"] = 1, +["description"] = "Tötet 50 Spieler in der Kaiserstadt.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1178, -["description"] = "Tötet 50 Spieler in der Kaiserstadt.", -["achievementIndex"] = 3, +["Category_ID"] = 27, } , [1178] = { +["name"] = "Kriegsherr der Kaiserstadt", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 1176, -["Category_ID"] = 26, -["name"] = "Kriegsherr der Kaiserstadt", ["numCriteria"] = 1, +["description"] = "Tötet 100 Spieler in der Kaiserstadt.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tötet 100 Spieler in der Kaiserstadt.", -["achievementIndex"] = 3, +["Category_ID"] = 27, } , [1179] = { +["name"] = "Volltreffer", +["achievementIndex"] = 18, ["prevId"] = 0, ["firstID"] = 1314, -["Category_ID"] = 26, -["name"] = "Volltreffer", ["numCriteria"] = 1, +["description"] = "Erhaltet 900 Tel\'Var-Steine auf einmal.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erhaltet 900 Tel\'Var-Steine auf einmal.", -["achievementIndex"] = 2, +["Category_ID"] = 27, } , [1181] = { +["name"] = "Meister des Stils der Xivkyn", +["achievementIndex"] = 20, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Meister des Stils der Xivkyn", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Xivkyn“, die Ihr in daedrischen Truhen in der Kaiserstadt finden könnt.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Xivkyn“, die Ihr in daedrischen Truhen in der Kaiserstadt finden könnt.", -["achievementIndex"] = 20, +["Category_ID"] = 27, } , [1182] = { +["name"] = "Verfolger der Gierskampen", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 1182, -["Category_ID"] = 26, -["name"] = "Verfolger der Gierskampen", ["numCriteria"] = 1, +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Gierskampen.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1269, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Gierskampen.", -["achievementIndex"] = 5, +["Category_ID"] = 27, } , [1184] = { +["name"] = "Champion der kaiserlichen Arena", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Champion der kaiserlichen Arena", ["numCriteria"] = 4, +["description"] = "Macht Euch einen Namen in der kaiserlichen Arena, indem Ihr gegen die Ringmeisterin und ihre Diener besteht.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Macht Euch einen Namen in der kaiserlichen Arena, indem Ihr gegen die Ringmeisterin und ihre Diener besteht.", -["achievementIndex"] = 10, +["Category_ID"] = 27, } , [1185] = { +["name"] = "Beschützer des Glaubens", +["achievementIndex"] = 16, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Beschützer des Glaubens", ["numCriteria"] = 1, +["description"] = "Schließt das Ereignis „Tempel der Kaiserstadt“ ab, indem Ihr den daedrischen Titan Uzuruz besiegt.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt das Ereignis „Tempel der Kaiserstadt“ ab, indem Ihr den daedrischen Titan Uzuruz besiegt.", -["achievementIndex"] = 17, +["Category_ID"] = 27, } , [1186] = { +["name"] = "Angler der Kaiserstadt", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Angler der Kaiserstadt", ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in der Kaiserstadt.", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in der Kaiserstadt.", -["achievementIndex"] = 11, +["Category_ID"] = 27, } , [1235] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Gruppenwagnis in Rkindaleft", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Aktiviert den uralten Zenturio in Rkindaleft.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Aktiviert den uralten Zenturio in Rkindaleft.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1236] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Eroberer von Rkindaleft", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt alle Champions in Rkindaleft.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in Rkindaleft.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1237] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Sieger von Rkindaleft", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt drei der Champions in dem offenen Verlies Rkindaleft.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in dem offenen Verlies Rkindaleft.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1238] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Gruppenwagnis im alten Orsinium", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Widersetzt Euch dem Ansturm der Kultisten im alten Orsinium.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Widersetzt Euch dem Ansturm der Kultisten im alten Orsinium.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1239] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Eroberer des alten Orsinium", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions im alten Orsinium.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions im alten Orsinium.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1240] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Sieger des alten Orsinium", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt einige der Champions im offenen Verlies des alten Orsiniums.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt einige der Champions im offenen Verlies des alten Orsiniums.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1241] = { -["prevId"] = 0, -["firstID"] = 1241, -["SubCategory"] = "Quests", ["name"] = "Neuankömmling Wrothgars", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Schließt 3 Quests in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1242, -["description"] = "Schließt 3 Quests in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1242] = { -["prevId"] = 1241, -["firstID"] = 1241, -["SubCategory"] = "Quests", ["name"] = "Erforscher Wrothgars", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Schließt 9 Quests in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1243, -["description"] = "Schließt 9 Quests in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1243] = { -["prevId"] = 1242, -["firstID"] = 1241, -["SubCategory"] = "Quests", ["name"] = "Pionier Wrothgars", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Schließt 15 Quests in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1244, -["description"] = "Schließt 15 Quests in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1244] = { -["prevId"] = 1243, -["firstID"] = 1241, -["SubCategory"] = "Quests", ["name"] = "Pfadfinder Wrothgars", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Schließt 21 Quests in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1245, -["description"] = "Schließt 21 Quests in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1245] = { -["prevId"] = 1244, -["firstID"] = 1241, -["SubCategory"] = "Quests", ["name"] = "Abenteurer Wrothgars", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Schließt 27 Quests in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt 27 Quests in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1247] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Ein letztes Handgemenge", +["achievementIndex"] = 25, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Gewährt 5 alternden Orkkriegern einen ruhmreichen Tod.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Gewährt 5 alternden Orkkriegern einen ruhmreichen Tod.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1248] = { +["name"] = "Held von Wrothgar", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Held von Wrothgar", ["numCriteria"] = 6, +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held Wrothgars zu werden.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held Wrothgars zu werden.", -["achievementIndex"] = 1, +["Category_ID"] = 26, } , [1249] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Verteidiger Orsiniums", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt 4 Anführer der offenen Welt in Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt 4 mächtige Gegner in Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1250] = { +["name"] = "Reliktjäger Wrothgars", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 1250, -["Category_ID"] = 25, -["name"] = "Reliktjäger Wrothgars", ["numCriteria"] = 20, +["description"] = "Sammelt 16 Relikte für das Museum: Haus des Ruhms der Orsimer.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 1324, -["description"] = "Sammelt 16 Relikte für das Museum: Haus des Ruhms der Orsimer.", -["achievementIndex"] = 2, +["Category_ID"] = 26, } , [1257] = { +["name"] = "Verliesschlächter Wrothgars", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Schließt in Wrothgar beide Errungenschaften für Anführer in offenen Verliesen ab.", +["Category"] = "Orsinium", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[2559] = { +["name"] = "Meistererforscher des südlichen Elsweyr", +["achievementIndex"] = 2, ["SubCategory"] = "Exploration", -["name"] = "Verliesschlächter Wrothgars", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 2, -["Category"] = "Orsinium", +["description"] = "Entdeckt und säubert alle Gewölbe und markanten Orte im südlichen Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt in Wrothgar beide Errungenschaften für Anführer in offenen Verliesen ab.", -["Category_ID"] = 25, +["Category_ID"] = 15, } , -[1260] = { +[2558] = { +["name"] = "Erforscher des Mondscheingewölbes", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", +["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Mondscheingewölbe.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[1260] = { ["name"] = "Königsmacher", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Schließt Wrothgars Hauptgeschichte ab.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt Wrothgars Hauptgeschichte ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1261] = { +["name"] = "Assassine der Xivkyn", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 1261, -["Category_ID"] = 26, -["name"] = "Assassine der Xivkyn", ["numCriteria"] = 1, +["description"] = "Bezwingt 1 Mitglied der Kalthafen-Elitegarde.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1262, -["description"] = "Bezwingt 1 Mitglied der Kalthafen-Elitegarde.", -["achievementIndex"] = 7, +["Category_ID"] = 27, } , [1262] = { +["name"] = "Geißel der Xivkyn", +["achievementIndex"] = 4, ["prevId"] = 1261, ["firstID"] = 1261, -["Category_ID"] = 26, -["name"] = "Geißel der Xivkyn", ["numCriteria"] = 1, +["description"] = "Bezwingt 50 Mitglieder der Kalthafen-Elitegarde.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 1263, -["description"] = "Bezwingt 50 Mitglieder der Kalthafen-Elitegarde.", -["achievementIndex"] = 7, +["Category_ID"] = 27, } , [1263] = { +["name"] = "Fluch der Xivkyn", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 1261, -["Category_ID"] = 26, -["name"] = "Fluch der Xivkyn", ["numCriteria"] = 1, +["description"] = "Bezwingt 100 Mitglieder der Kalthafen-Elitegarde.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bezwingt 100 Mitglieder der Kalthafen-Elitegarde.", -["achievementIndex"] = 7, +["Category_ID"] = 27, } , -[1267] = { +[2548] = { +["name"] = "Knochenkolossschlächter", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 26, +["numCriteria"] = 1, +["description"] = "Besiegt 10 Knochenkolosse im Unheiligen Grab (Veteranen).", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2547] = { +["name"] = "Draugrbrutschlächter", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt 200 Draugrbrutkrieger im Unheiligen Grab (Veteranen).", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2546] = { +["name"] = "Kein Frieden für das Böse", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt alle Widersacher zusätzlich zu Kjarg Hauerkratzer, Schwester Skelga, Vearogh dem Schlurfenden, dem sturmgeborenen Wiedergänger und dem Eiskap-Zirkel in Eiskap (Veteranen) innerhalb von 30 Minuten, ohne dass ein Gruppenmitglied stirbt.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[1267] = { ["name"] = "Gladiator der Allianz", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet 100 Spieler innerhalb der kaiserlichen Arena.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tötet 100 Spieler innerhalb der kaiserlichen Arena.", -["achievementIndex"] = 8, +["Category_ID"] = 27, } , [1268] = { +["name"] = "Verfolger der Listskampen", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 1268, -["Category_ID"] = 26, -["name"] = "Verfolger der Listskampen", ["numCriteria"] = 1, +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Listskampen.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1271, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 1 Listskampen.", -["achievementIndex"] = 6, +["Category_ID"] = 27, } , [1269] = { +["name"] = "Schläger der Gierskampen", +["achievementIndex"] = 3, ["prevId"] = 1182, ["firstID"] = 1182, -["Category_ID"] = 26, -["name"] = "Schläger der Gierskampen", ["numCriteria"] = 1, +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 50 Gierskampen.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 1270, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 50 Gierskampen.", -["achievementIndex"] = 5, +["Category_ID"] = 27, } , [1270] = { +["name"] = "Auslöscher der Gierskampen", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 1182, -["Category_ID"] = 26, -["name"] = "Auslöscher der Gierskampen", ["numCriteria"] = 1, +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 100 Gierskampen.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 100 Gierskampen.", -["achievementIndex"] = 5, +["Category_ID"] = 27, } , [1271] = { +["name"] = "Schlächter der Listskampen", +["achievementIndex"] = 2, ["prevId"] = 1268, ["firstID"] = 1268, -["Category_ID"] = 26, -["name"] = "Schlächter der Listskampen", ["numCriteria"] = 1, +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 50 Listskampen.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 1272, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 50 Listskampen.", -["achievementIndex"] = 6, +["Category_ID"] = 27, } , [1272] = { +["name"] = "Auslöscher der Listskampen", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 1268, -["Category_ID"] = 26, -["name"] = "Auslöscher der Listskampen", ["numCriteria"] = 1, +["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 100 Listskampen.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Tötet auf Euren Abenteuern in der Kanalisation der Kaiserstadt 100 Listskampen.", -["achievementIndex"] = 6, +["Category_ID"] = 27, } , [1273] = { +["name"] = "Kaiserlicher Lichtbringer", +["achievementIndex"] = 13, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Kaiserlicher Lichtbringer", ["numCriteria"] = 1, +["description"] = "Schließt das Ereignis „Barathrum Centrata“ tief unter der Kaiserstadt ab.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt das Ereignis „Barathrum Centrata“ tief unter der Kaiserstadt ab.", -["achievementIndex"] = 4, +["Category_ID"] = 27, } , -[1275] = { +[2545] = { +["name"] = "Herausforderer von Eiskap", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "White Gold Tower", +["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für das Eiskap (Veteranen).", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[1275] = { ["name"] = "Turmspitzenstürmer", +["achievementIndex"] = 3, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["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"] = 26, +["Category_ID"] = 27, } , [1276] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Einer Tharn zum Trotz", +["achievementIndex"] = 9, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["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"] = 26, +["Category_ID"] = 27, } , [1277] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Hornbrecher", +["achievementIndex"] = 4, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 100 Xivkyn im Weißgoldturm (Veteranen).", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 100 Xivkyn im Weißgoldturm (Veteranen).", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1278] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Daedrothrichter", +["achievementIndex"] = 1, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 75 Daedroth im Weißgoldturm (Veteranen).", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 75 Daedroth im Weißgoldturm (Veteranen).", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1279] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Auge des Sturms", +["achievementIndex"] = 7, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vollführt das Ritual aus dem Obeliskenwälzer und besiegt dann Molag Kena im Weißgoldturm (Veteranen).", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vollführt das Ritual aus dem Obeliskenwälzer und besiegt dann Molag Kena im Weißgoldturm (Veteranen).", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1280] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Kein Zutritt", +["achievementIndex"] = 2, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Zerstört alle Portale, um sicherzustellen, dass die Ebenenhemmerin im Weißgoldturm (Veteranen) keine Verstärkung erhält.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Zerstört alle Portale, um sicherzustellen, dass die Ebenenhemmerin im Weißgoldturm (Veteranen) keine Verstärkung erhält.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1281] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Kaiserliche Verfehlungen", +["achievementIndex"] = 6, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Findet und interagiert mit allen sprechenden Steinen im Weißgoldturm.", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Findet und interagiert mit allen sprechenden Steinen im Weißgoldturm.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , -[1285] = { +[2544] = { +["name"] = "Erforscher des Gramsturms", +["achievementIndex"] = 1, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Exploration", +["numCriteria"] = 1, +["description"] = "Betretet Eiskap oder das Unheilige Grab zum ersten Mal.", +["Category"] = "Harrowstorm", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2543] = { +["name"] = "Fluchgeprüft", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt alle Widersacher zusätzlich zu Kjarg Hauerkratzer, Schwester Skelga, Vearogh den Schlurfenden, dem sturmgeborenen Wiedergänger und dem Eiskap-Zirkel in Eiskap (Veteranen), ohne dass ein Gruppenmitglied stirbt.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2542] = { +["name"] = "Im Thanenschritt", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[1285] = { ["name"] = "Tötet die alte Snagara", -["SubCategory_ID"] = 1, ["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet die alte Snagara, die Echatere im Wildererlager.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet die alte Snagara, die Echatere im Wildererlager.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1286] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Tötet Zandadunoz den Wiedergeborenen", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Zandadunoz den Wiedergeborenen beim unvollendeten Dolmen.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Zandadunoz den Wiedergeborenen beim unvollendeten Dolmen.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1287] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Tötet Königshäuptling Edu", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Töten Königshäuptling Edu, den Regenten der Riekr beim Thron des Königshäuptlings.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Töten Königshäuptling Edu, den Regenten der Riekr beim Thron des Königshäuptlings.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1288] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Tötet Corintthac die Abscheulichkeit", -["SubCategory_ID"] = 1, ["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Corintthac die Abscheulichkeit, den Dornenherzen-Krieger der Winterkinder, in der verfluchten Kinderkrippe.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet Corintthac die Abscheulichkeit, den Dornenherzen-Krieger der Winterkinder, in der verfluchten Kinderkrippe.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1289] = { +["name"] = "Tötet den verrückten Oger Urkazbur", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Tötet den verrückten Urkazbur am Altar des verrückten Ogers.", +["Category"] = "Orsinium", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1290] = { +["name"] = "Tötet Nyzchaleft", +["achievementIndex"] = 23, ["SubCategory"] = "Exploration", -["name"] = "Tötet den verrückten Oger Urkazbur", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Nyzchaleft, den Dwemerzenturio, bei den Nyzchaleft-Fällen.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet den verrückten Urkazbur am Altar des verrückten Ogers.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , -[1290] = { +[2541] = { +["name"] = "Kaltblütiger Mörder", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Tötet Nyzchaleft", +["numCriteria"] = 1, +["description"] = "Besiegt in Eiskap den Eiskap-Zirkel, nachdem Ihr dessen heiliges Weidentotem niedergebrannt habt.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2540] = { +["name"] = "Eroberer von Eiskap", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Besiegt Kjarg Hauerkratzer, Schwester Skelga, Vearogh den Schlurfenden, den sturmgeborenen Wiedergänger und den Eiskap-Zirkel in Eiskap (Veteranen).", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2539] = { +["name"] = "Eiskap-Überwältiger", +["achievementIndex"] = 3, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Besiegt Kjarg Hauerkratzer, Schwester Skelga, Vearogh den Schlurfenden, den sturmgeborenen Wiedergänger und den Eiskap-Zirkel in Eiskap.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2538] = { +["name"] = "Frostatronachenschlächter", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Orsinium", +["description"] = "Besiegt 45 Frostatronachen in Eiskap (Veteranen).", +["Category"] = "Harrowstorm", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet Nyzchaleft, den Dwemerzenturio, bei den Nyzchaleft-Fällen.", -["Category_ID"] = 25, +["Category_ID"] = 14, } , -[1297] = { +[2537] = { +["name"] = "Reikmannenschlächter", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", +["numCriteria"] = 1, +["description"] = "Besiegt 200 Reikmannenkrieger in Eiskap (Veteranen).", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2615] = { +["name"] = "Retter von Senchal", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2613, +["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Aufgaben gegen Anführer von Bruccius Baenius ab.", +["Category"] = "Dragonhold", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[1297] = { ["name"] = "Erforscher von Nikolvaras Zwinger", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erkundet und säubert Nikolvaras Zwinger.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erkundet und säubert Nikolvaras Zwinger.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1298] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Kaltpferchkaverne", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erkundet und säubert die Kaltpferchkaverne.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erkundet und säubert die Kaltpferchkaverne.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1299] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Argentummine", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erkundet und säubert die Argentummine.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erkundet und säubert die Argentummine.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1300] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Thukhozods Heiligtum", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erkundet und säubert Thukhozods Heiligtum.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erkundet und säubert Thukhozods Heiligtum.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1301] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Spähwacht", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erkundet und säubert die Spähwacht.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erkundet und säubert die Spähwacht.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1302] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Zthenganaz", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Zthenganaz.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert Zthenganaz.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1303] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Vergeltung des Hochwärters", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Zerstört den Folianten des Hochwärters und besiegt dann Hochwärter Dämmer im Gefängnis der Kaiserstadt (Veteranen).", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Zerstört den Folianten des Hochwärters und besiegt dann Hochwärter Dämmer im Gefängnis der Kaiserstadt (Veteranen).", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1304] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maelstrom Arena", ["name"] = "Champion der Mahlstrom-Arena", -["SubCategory_ID"] = 3, ["achievementIndex"] = 1, +["SubCategory"] = "Maelstrom Arena", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 9, +["description"] = "Besiegt alle Herausforderer und verdient Euch den Titel des Champions der Mahlstrom-Arena.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt alle Herausforderer und verdient Euch den Titel des Champions der Mahlstrom-Arena.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1305] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maelstrom Arena", ["name"] = "Eroberer der Mahlstrom-Arena", -["SubCategory_ID"] = 3, ["achievementIndex"] = 2, +["SubCategory"] = "Maelstrom Arena", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 9, +["description"] = "Besiegt alle Herausforderer im Veteranenmodus der Mahlstrom-Arena.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Herausforderer im Veteranenmodus der Mahlstrom-Arena.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1306] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Raus aus der Pfanne", +["achievementIndex"] = 8, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["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"] = 26, +["Category_ID"] = 27, } , [1307] = { +["name"] = "Schlosser des Gefängnisses der Kaiserstadt", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Schlosser des Gefängnisses der Kaiserstadt", ["numCriteria"] = 2, +["description"] = "Stellt einen Schlüssel für jede der Trophäentruhen im Weißgoldturm und im Gefängnis der Kaiserstadt her.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Stellt einen Schlüssel für jede der Trophäentruhen im Weißgoldturm und im Gefängnis der Kaiserstadt her.", -["achievementIndex"] = 12, +["Category_ID"] = 27, +} +, +[2534] = { +["name"] = "Geschichtsfetzen", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Sammelt Fetzen des unbezahlbaren khajiitischen Wandteppichs, Khajiit der Monde, um die Geschichte zu ehren und die Bewohner Senchals zu inspirieren.", +["Category"] = "Dragonhold", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[2610] = { +["name"] = "Erneuerung des Ordens", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2609, +["numCriteria"] = 1, +["description"] = "Schließt 12 Drachengarde-Quests ab, inklusive täglicher Aufgaben von Dirge Truptor oder Chizbari der Hauerin, um den uralten Orden wiederherzustellen und zusätzliche Dienste im Drachengarde-Refugium freizuschalten.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2611, +["Category_ID"] = 15, +} +, +[2609] = { +["name"] = "Ruf zu den Waffen", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2609, +["numCriteria"] = 1, +["description"] = "Schließt 4 Drachengarde-Quests ab, inklusive täglicher Aufgaben von Dirge Truptor oder Chizbari der Hauerin, um den uralten Orden wiederherzustellen und zusätzliche Dienste im Drachengarde-Refugium freizuschalten.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2610, +["Category_ID"] = 15, } , [1311] = { +["name"] = "Tel\'Var-Sammler", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 1311, -["Category_ID"] = 26, -["name"] = "Tel\'Var-Sammler", ["numCriteria"] = 1, +["description"] = "Sammelt insgesamt 1,000 Tel\'Var-Steine.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1312, -["description"] = "Sammelt insgesamt 1,000 Tel\'Var-Steine.", -["achievementIndex"] = 1, +["Category_ID"] = 27, } , [1312] = { +["name"] = "Tel\'Var-Baron", +["achievementIndex"] = 1, ["prevId"] = 1311, ["firstID"] = 1311, -["Category_ID"] = 26, -["name"] = "Tel\'Var-Baron", ["numCriteria"] = 1, +["description"] = "Sammelt insgesamt 10,000 Tel\'Var-Steine.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 1313, -["description"] = "Sammelt insgesamt 10,000 Tel\'Var-Steine.", -["achievementIndex"] = 1, +["Category_ID"] = 27, } , [1313] = { -["prevId"] = 1312, -["firstID"] = 1311, -["Category_ID"] = 26, ["name"] = "Tel\'Var-Meister", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 1311, ["numCriteria"] = 1, +["description"] = "Sammelt insgesamt 100,000 Tel\'Var-Steine.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Sammelt insgesamt 100,000 Tel\'Var-Steine.", -["achievementIndex"] = 1, +["Category_ID"] = 27, } , [1314] = { +["name"] = "Überraschende Beute", +["achievementIndex"] = 18, ["prevId"] = 0, ["firstID"] = 1314, -["Category_ID"] = 26, -["name"] = "Überraschende Beute", ["numCriteria"] = 1, +["description"] = "Erhaltet 300 Tel\'Var-Steine auf einmal.", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 1315, -["description"] = "Erhaltet 300 Tel\'Var-Steine auf einmal.", -["achievementIndex"] = 2, +["Category_ID"] = 27, } , [1315] = { -["prevId"] = 1314, -["firstID"] = 1314, -["Category_ID"] = 26, ["name"] = "Ein Glücksfall", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 1314, ["numCriteria"] = 1, +["description"] = "Erhaltet 600 Tel\'Var-Steine auf einmal.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1179, -["description"] = "Erhaltet 600 Tel\'Var-Steine auf einmal.", -["achievementIndex"] = 2, +["Category_ID"] = 27, } , [1316] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Unterstützer Orsiniums", -["SubCategory_ID"] = 1, ["achievementIndex"] = 27, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Beteiligt Euch 15 Mal an Spenden für Orsinium.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Beteiligt Euch 15 Mal an Spenden für Orsinium.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , -[2059] = { -["prevId"] = 2058, -["firstID"] = 2050, +[2599] = { +["name"] = "Hallen der Hochmähne", +["achievementIndex"] = 4, ["SubCategory"] = "Quests", -["name"] = "Schall und Rauch", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 2596, ["numCriteria"] = 1, -["Category"] = "Clockwork City", +["description"] = "Schließt die Quest „Das Rudel von Alkosh“ im südlichen Elsweyr ab.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2060, -["description"] = "Schließt die Quest „Das Seltsame an Seht“ ab.", -["Category_ID"] = 20, +["nextId"] = 2600, +["Category_ID"] = 15, } , -[2100] = { +[2598] = { +["name"] = "Infiltration des Neuen Mondes", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Korken rein", -["SubCategory_ID"] = 3, -["achievementIndex"] = 1, -["numCriteria"] = 6, -["Category"] = "Summerset", -["points"] = 5, -["nextId"] = 0, -["description"] = "Zerstört die Kluftperlen aller Kluftgeysire auf Sommersend.", -["Category_ID"] = 12, +["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Der Orden des Neuen Mondes“ im südlichen Elsweyr ab.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2599, +["Category_ID"] = 15, } , -[1320] = { +[2596] = { +["name"] = "Hortverorter", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", +["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Der Drachenhort“ im südlichen Elsweyr ab.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2597, +["Category_ID"] = 15, +} +, +[1320] = { ["name"] = "Himmelsscherbenjäger von Wrothgar", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 17, +["description"] = "Findet alle 17 Himmelsscherben in Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Findet alle 17 Himmelsscherben in Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1321] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Höhlenforscher von Wrothgar", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt und säubert alle sechs Höhlen in Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen in Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1322] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Meistersucher Wrothgars", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt alle markanten Orte in Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1323] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Meistererforscher von Wrothgar", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte in Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1324] = { -["prevId"] = 1250, -["firstID"] = 1250, -["Category_ID"] = 25, ["name"] = "Meisterreliktjäger Wrothgars", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1250, ["numCriteria"] = 20, +["description"] = "Sammelt alle 20 Relikte für das Haus des Ruhms der Orsimer.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Sammelt alle 20 Relikte für das Haus des Ruhms der Orsimer.", -["achievementIndex"] = 2, +["Category_ID"] = 26, } , [1325] = { +["name"] = "Ratsherr des Orkkönigs", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Ratsherr des Orkkönigs", -["SubCategory_ID"] = 2, -["achievementIndex"] = 8, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Ein Problem von königlicher Größe“ in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Ein Problem von königlicher Größe“ in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1326] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Marschall des Orkkönigs", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Der Zorn eines Königs“ in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Der Zorn eines Königs“ in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1327] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Eroberer des Orkkönigs", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Blut an den Händen eines Königs“ in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Blut an den Händen eines Königs“ in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1328] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Großabenteurer Wrothgars", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 40 Quests in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 40 Quests in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , -[2101] = { +[2607] = { +["name"] = "Erblühender Makler", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Zurück in die Kluft", -["SubCategory_ID"] = 3, -["achievementIndex"] = 3, -["numCriteria"] = 10, -["Category"] = "Summerset", -["points"] = 15, -["nextId"] = 0, -["description"] = "Besiegt alle folgenden Anführer, die aus Kluftgeysiren erscheinen können.", -["Category_ID"] = 12, +["SubCategory_ID"] = 2, +["firstID"] = 2606, +["numCriteria"] = 1, +["description"] = "Schließt 10 tägliche Aufgaben von Guybert Flaubert ab.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2608, +["Category_ID"] = 15, } , [1330] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maelstrom Arena", ["name"] = "Mahlstrom-Arena: Der perfekte Durchlauf", -["SubCategory_ID"] = 3, ["achievementIndex"] = 3, +["SubCategory"] = "Maelstrom Arena", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Mahlstrom-Arena (Veteranen) während eines einzigen Aufenthalts ab, ohne zu sterben oder die Arena zu verlassen.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Mahlstrom-Arena (Veteranen) während eines einzigen Aufenthalts ab, ohne zu sterben oder die Arena zu verlassen.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1331] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Klippenspringer Wrothgars", +["achievementIndex"] = 26, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Springt von der Klippe westlich des Frostbruchkamms und überlebt.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Springt von der Klippe westlich des Frostbruchkamms und überlebt.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , -[2193] = { +[2078] = { +["name"] = "Streiter der Anstalt Sanctorium", +["achievementIndex"] = 3, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Retter von Sommersend", -["numCriteria"] = 7, -["Category"] = "Summerset", +["numCriteria"] = 1, +["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"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Sommersends zu werden.", -["achievementIndex"] = 3, +["Category_ID"] = 21, } , [1333] = { -["prevId"] = 0, -["firstID"] = 1333, -["SubCategory"] = "Quests", ["name"] = "Einer nach dem anderen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1333, ["numCriteria"] = 1, +["description"] = "Schließt eine tägliche Quest gegen Anführer in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 1334, -["description"] = "Schließt eine tägliche Quest gegen Anführer in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1334] = { -["prevId"] = 1333, -["firstID"] = 1333, -["SubCategory"] = "Quests", ["name"] = "Glückssieben", -["SubCategory_ID"] = 2, ["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1333, ["numCriteria"] = 1, +["description"] = "Schließt 7 tägliche Quests gegen Anführer in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1335, -["description"] = "Schließt 7 tägliche Quests gegen Anführer in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1335] = { -["prevId"] = 1334, -["firstID"] = 1333, -["SubCategory"] = "Quests", ["name"] = "Monsterjäger des Monats", -["SubCategory_ID"] = 2, ["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1333, ["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Quests gegen Anführer in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Quests gegen Anführer in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1336] = { -["prevId"] = 0, -["firstID"] = 1336, -["SubCategory"] = "Quests", ["name"] = "Gewölbeabstecher", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 1336, ["numCriteria"] = 1, +["description"] = "Schließt einen täglichen Gewölbelauf in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 1337, -["description"] = "Schließt einen täglichen Gewölbelauf in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1337] = { -["prevId"] = 1336, -["firstID"] = 1336, -["SubCategory"] = "Quests", ["name"] = "Gewölbewoche in Wrothgar", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 1336, ["numCriteria"] = 1, +["description"] = "Schließt 7 tägliche Gewölbeläufe in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1338, -["description"] = "Schließt 7 tägliche Gewölbeläufe in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1338] = { -["prevId"] = 1337, -["firstID"] = 1336, -["SubCategory"] = "Quests", ["name"] = "Gewölbemonat in Wrothgar", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 1336, ["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Gewölbeläufe in Wrothgar ab.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Gewölbeläufe in Wrothgar ab.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1339] = { +["name"] = "Wrothgars ganz großer Fang", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Wrothgars ganz großer Fang", ["numCriteria"] = 1, +["description"] = "Fangt den seltenen Krabbenknackschlächter in Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Fangt den seltenen Krabbenknackschlächter in Wrothgar.", -["achievementIndex"] = 5, +["Category_ID"] = 26, } , [1340] = { +["name"] = "Meisterangler von Wrothgar", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Meisterangler von Wrothgar", ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Wrothgar.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Wrothgar.", -["achievementIndex"] = 4, +["Category_ID"] = 26, } , [1341] = { +["name"] = "Meister des Stils der Orkahnen", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Meister des Stils der Orkahnen", ["numCriteria"] = 14, +["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"] = "Orsinium", ["points"] = 50, ["nextId"] = 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.", -["achievementIndex"] = 6, +["Category_ID"] = 26, } , [1342] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Himmelsscherbenjäger der Goldküste", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Findet alle 6 Himmelsscherben an der Goldküste.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Findet alle 6 Himmelsscherben an der Goldküste.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1343] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schlund von Lorkhaj abgeschlossen", -["SubCategory_ID"] = 3, ["achievementIndex"] = 2, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Treibt die dro-m\'Athra zurück in die Leere und schließt den Schlund von Lorkhaj im normalen Modus.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Treibt die dro-m\'Athra zurück in die Leere und schließt den Schlund von Lorkhaj im normalen Modus.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1344] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schwierigkeiten im Schlund von Lorkhaj", -["SubCategory_ID"] = 3, ["achievementIndex"] = 3, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Rakkhat, nachdem Ihr ihn an den Mondschreinen im Schlund von Lorkhaj (Veteranen) gestärkt habt.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Rakkhat, nachdem Ihr ihn an den Mondschreinen im Schlund von Lorkhaj (Veteranen) gestärkt habt.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1345] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Imperial City Prison", ["name"] = "Sieger des Gefängnisses der Kaiserstadt", +["achievementIndex"] = 3, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 6, +["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"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["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"] = 26, +["Category_ID"] = 27, } , [1346] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "White Gold Tower", ["name"] = "Sieger des Weißgoldturms", +["achievementIndex"] = 11, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Besiegt die Richtmeisterin, die Wachen der Kaiserinregentin, die Ebenenhemmerin und Molag Kena im Weißgoldturm.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Richtmeisterin, die Wachen der Kaiserinregentin, die Ebenenhemmerin und Molag Kena im Weißgoldturm.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1347] = { +["name"] = "Himmelsscherbenjäger von Hews Fluch", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Himmelsscherbenjäger von Hews Fluch", ["numCriteria"] = 6, +["description"] = "Findet alle 6 Himmelsscherben auf Hews Fluch.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Findet alle 6 Himmelsscherben auf Hews Fluch.", -["achievementIndex"] = 2, +["Category_ID"] = 25, } , -[2195] = { +[2525] = { +["name"] = "Drachenvasallenmörder", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2195, -["SubCategory"] = "Quests", -["name"] = "Göttlicher Vertreter", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 5, -["nextId"] = 2196, -["description"] = "Schließt Euren ersten Auftrag von Justiziar Tanorian für die Göttliche Strafbehörde ab.", -["Category_ID"] = 12, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Tötet 100 Flammenwyrme, Flammenatronachen und Eisenatronachen im Kampf gegen Drachen.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1349] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Aufbrechen und Eindringen", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Dringt in 7 geschützte Bereiche in Abahs Landung ein.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Dringt in 7 geschützte Bereiche in Abahs Landung ein.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1350] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Die Dame in der Zisterne", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Erfahrt jedes Gerücht über die Statue im Diebesnest.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erfahrt jedes Gerücht über die Statue im Diebesnest.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1351] = { +["name"] = "Meisterangler von Hews Fluch", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Meisterangler von Hews Fluch", ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische von Hews Fluch.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische von Hews Fluch.", -["achievementIndex"] = 5, +["Category_ID"] = 25, } , [1352] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Tiefste Untiefen", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Syvarra aus der Tiefe bei Ko Estaran.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet Syvarra aus der Tiefe bei Ko Estaran.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1353] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Den Kiel abschneiden", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet Kapitän Virindi Sklavennehmer in der Sklavenbucht.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet Kapitän Virindi Sklavennehmer in der Sklavenbucht.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1354] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Verteidiger von Hews Fluch", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Tötet die beiden Anführer der offenen Welt auf Hews Fluch.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tötet die beiden mächtigen Anführer auf Hews Fluch.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1355] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Bahrahas Düsternis", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erkundet und säubert Bahrahas Düsternis.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erkundet und säubert Bahrahas Düsternis.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1356] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Haizahngrotte", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erkundet und säubert die Haizahngrotte.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erkundet und säubert die Haizahngrotte.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1357] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Höhlenforscher von Hews Fluch", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert beide Höhlen auf Hews Fluch.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt und säubert beide Höhlen auf Hews Fluch.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1358] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Pfadfinder von Hews Fluch", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Entdeckt alle markanten Orte auf Hews Fluch.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte auf Hews Fluch.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1359] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Meistererforscher von Hews Fluch", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte auf Hews Fluch.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte auf Hews Fluch.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1360] = { -["prevId"] = 0, -["firstID"] = 1360, -["SubCategory"] = "Quests", ["name"] = "Stets getrennt reisen", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Hausräumung“ auf Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1370, -["description"] = "Schließt die Quest „Hausräumung“ auf Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1361] = { -["prevId"] = 1370, -["firstID"] = 1360, -["SubCategory"] = "Quests", ["name"] = "Niemals von der Gilde stehlen", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Ein todsicherer Plan“ auf Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1362, -["description"] = "Schließt die Quest „Ein todsicherer Plan“ auf Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1362] = { -["prevId"] = 1361, -["firstID"] = 1360, -["SubCategory"] = "Quests", ["name"] = "Hochzeitsstürmer", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Das ewige Schweigen“ auf Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1363, -["description"] = "Schließt die Quest „Das ewige Schweigen“ auf Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1363] = { -["prevId"] = 1362, -["firstID"] = 1360, -["SubCategory"] = "Quests", ["name"] = "Gebrochenes Rad", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Gefängnisausbruch“ auf Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Gefängnisausbruch“ auf Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1364] = { -["prevId"] = 0, -["firstID"] = 1364, -["SubCategory"] = "Quests", ["name"] = "Abenteurer von Hews Fluch", -["SubCategory_ID"] = 2, ["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1364, ["numCriteria"] = 1, +["description"] = "Schließt 12 Quests der Hauptgeschichte von Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 1366, -["description"] = "Schließt 12 Quests der Hauptgeschichte von Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1365] = { +["name"] = "Held von Hews Fluch", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Held von Hews Fluch", ["numCriteria"] = 5, +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Hews Fluch zu werden.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Hews Fluch zu werden.", -["achievementIndex"] = 1, +["Category_ID"] = 25, } , [1366] = { -["prevId"] = 1364, -["firstID"] = 1364, -["SubCategory"] = "Quests", ["name"] = "Großabenteurer von Hews Fluch", -["SubCategory_ID"] = 2, ["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1364, ["numCriteria"] = 1, +["description"] = "Schließt 16 Quests der Hauptgeschichte von Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 16 Quests der Hauptgeschichte von Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1367] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Gegen die Uhr: Schlund von Lorkhaj", -["SubCategory_ID"] = 3, ["achievementIndex"] = 4, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt den Schlund von Lorkhaj (Veteranen) innerhalb des Zeitlimits von 40 Minuten ab. Die Zeit läuft, sobald Ihr in den Tempel der sieben Rätsel betretet.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt den Schlund von Lorkhaj (Veteranen) innerhalb des Zeitlimits von 40 Minuten ab. Die Zeit läuft, sobald Ihr in den Tempel der sieben Rätsel betretet.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1368] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Eroberer des Schlunds von Lorkhaj", -["SubCategory_ID"] = 3, ["achievementIndex"] = 5, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Rakkhat, den Reißzahn Lorkhajs, und seine Legionen der dro-m\'Athra im Schlund von Lorkhaj (Veteranen).", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Rakkhat, den Reißzahn Lorkhajs, und seine Legionen der dro-m\'Athra im Schlund von Lorkhaj (Veteranen).", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1369] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schlund von Lorkhaj: Von der Kette gelassen", -["SubCategory_ID"] = 3, ["achievementIndex"] = 8, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Benutzt beide Kettenschalter innerhalb von zehn Sekunden im Schlund von Lorkhaj (Veteranen) und besiegt dann die dro-m\'Athra-Eindringlinge.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Benutzt beide Kettenschalter innerhalb von zehn Sekunden im Schlund von Lorkhaj (Veteranen) und besiegt dann die dro-m\'Athra-Eindringlinge.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1370] = { -["prevId"] = 1360, -["firstID"] = 1360, -["SubCategory"] = "Quests", ["name"] = "Unterwanderung des Eisenrads", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Das lange Spiel“ auf Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1361, -["description"] = "Schließt die Quest „Das lange Spiel“ auf Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1371] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Willkommen in der Diebesgilde", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tretet der Diebesgilde bei, indem Ihr auf Hews Fluch die Quest „Komplizen“ abschließt.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tretet der Diebesgilde bei, indem Ihr auf Hews Fluch die Quest „Komplizen“ abschließt.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1372] = { -["prevId"] = 0, -["firstID"] = 1372, -["SubCategory"] = "Quests", ["name"] = "Frischgebackener Dieb", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 1372, ["numCriteria"] = 1, +["description"] = "Schließt einen Beutezug vom Brett für Beutezüge für die Diebesgilde ab.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 1373, -["description"] = "Schließt einen Beutezug vom Brett für Beutezüge für die Diebesgilde ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1373] = { -["prevId"] = 0, -["firstID"] = 1372, -["SubCategory"] = "Quests", ["name"] = "Erfahrener Gelegenheitsdieb", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 1372, ["numCriteria"] = 1, +["description"] = "Schließt 7 Beutezüge vom Brett für Beutezüge für die Diebesgilde ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1374, -["description"] = "Schließt 7 Beutezüge vom Brett für Beutezüge für die Diebesgilde ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1374] = { -["prevId"] = 0, -["firstID"] = 1372, -["SubCategory"] = "Quests", ["name"] = "Professioneller Langfinger", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 1372, ["numCriteria"] = 1, +["description"] = "Schließt 15 Beutezüge vom Brett für Beutezüge für die Diebesgilde ab.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 15 Beutezüge vom Brett für Beutezüge für die Diebesgilde ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1375] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Ein verzögertes Leben", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Sein größter Schatz“ auf Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Sein größter Schatz“ auf Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1376] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Unbestellte Saat", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Was verloren ging“ auf Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Was verloren ging“ auf Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1377] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Zu welchem Preis, Freiheit?", -["SubCategory_ID"] = 2, ["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Jeder hat einen Preis“ auf Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Jeder hat einen Preis“ auf Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1378] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Keine halben Sachen", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Einsame Flucht“ auf Hews Fluch ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Einsame Flucht“ auf Hews Fluch ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1379] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Durchwühlt das Dominion", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Aldmeri-Dominions und bringt sie ins Diebesnest.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Aldmeri-Dominions und bringt sie ins Diebesnest.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1380] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Bestehlt das Bündnis", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Dolchsturz-Bündnisses und bringt sie ins Diebesnest.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Dolchsturz-Bündnisses und bringt sie ins Diebesnest.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1381] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Plündert den Pakt", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Ebenherz-Pakts und bringt sie ins Diebesnest.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Stehlt die Schätze von Karis Wunschliste aus jedem der Territorien des Ebenherz-Pakts und bringt sie ins Diebesnest.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1382] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Leert die Landung", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Stehlt die Schätze von Karis Wunschliste aus Abahs Landung und bringt sie ins Diebesnest.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Stehlt die Schätze von Karis Wunschliste aus Abahs Landung und bringt sie ins Diebesnest.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1383] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Überflieger unter den Taschendieben", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Stehlt alle Schätze von Karis Wunschliste und bringt sie ins Diebesnest.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Stehlt alle Schätze von Karis Wunschliste und bringt sie ins Diebesnest.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , -[2196] = { +[2524] = { +["name"] = "Fertigkeitsmeister der Dunklen Bruderschaft", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2195, -["SubCategory"] = "Quests", -["name"] = "Göttlicher Advokat", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2197, -["description"] = "Schließt zehn Aufträge von Justiziar Tanorian für die Göttliche Strafbehörde ab.", -["Category_ID"] = 12, +["description"] = "Erreicht den höchsten Rang der Fertigkeitslinie der Dunklen Bruderschaft.", +["Category"] = "Dark Brotherhood", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 24, } , [1385] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schlund von Lorkhaj: Schattenschlächter", -["SubCategory_ID"] = 3, ["achievementIndex"] = 9, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 25 Leerenrufer im Schlund von Lorkhaj.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 25 Leerenrufer im Schlund von Lorkhaj.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1386] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schlund von Lorkhaj: Reine Seelen", -["SubCategory_ID"] = 3, ["achievementIndex"] = 7, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Rakkhat, den Reißzahn Lorkhajs, ohne dass jemand unter dem Leerenfluch stirbt.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Rakkhat, den Reißzahn Lorkhajs, ohne dass jemand unter dem Leerenfluch stirbt.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , -[2197] = { +[2523] = { +["name"] = "Fertigkeitsmeister der Diebesgilde", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2195, -["SubCategory"] = "Quests", -["name"] = "Göttlicher Magistrat", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, +["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Diebesgilde.", +["Category"] = "Thieves Guild", +["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 30 Aufträge von Justiziar Tanorian für die Göttliche Strafbehörde ab.", -["Category_ID"] = 12, +["Category_ID"] = 25, } , [1388] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schlund von Lorkhaj: Tanz der Zwei Monde", -["SubCategory_ID"] = 3, ["achievementIndex"] = 10, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Zwingt Rakkhat innerhalb von zwei Mondzyklen im Schlund von Lorkhaj (Veteranen) in seine Endphase und besiegt ihn dann.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Zwingt Rakkhat innerhalb von zwei Mondzyklen im Schlund von Lorkhaj (Veteranen) in seine Endphase und besiegt ihn dann.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1389] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schlund von Lorkhaj: Leere abgewendet", -["SubCategory_ID"] = 3, ["achievementIndex"] = 11, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Rakkhat im Schlund von Lorkhaj (Veteranen) mit maximal zwei Spielern, die vom Odem von Lorkhaj betroffen sind.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Rakkhat im Schlund von Lorkhaj (Veteranen) mit maximal zwei Spielern, die vom Odem von Lorkhaj betroffen sind.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1390] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schlund von Lorkhaj: Reißzahns Helfer", -["SubCategory_ID"] = 3, ["achievementIndex"] = 12, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Rakkhat im Schlund von Lorkhaj (Veteranen) mit mindestens drei überlebenden dro-m\'Athra-Unheilsschreitern.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Rakkhat im Schlund von Lorkhaj (Veteranen) mit mindestens drei überlebenden dro-m\'Athra-Unheilsschreitern.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1391] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schlund von Lorkhaj: Champion der Monde", -["SubCategory_ID"] = 3, ["achievementIndex"] = 1, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Schließt alle Errungenschaften im Zusammenhang mit dem Sieg über Rakkhat, den Reißzahn Lorkhajs, im Schlund von Lorkhaj (Veteranen) ab.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt alle Errungenschaften im Zusammenhang mit dem Sieg über Rakkhat, den Reißzahn Lorkhajs, im Schlund von Lorkhaj (Veteranen) ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1392] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Maw of Lorkhaj", ["name"] = "Schlund von Lorkhaj: Klarer Sieg", -["SubCategory_ID"] = 3, ["achievementIndex"] = 6, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt den Schlund von Lorkhaj (Veteranen) ab, ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt den Schlund von Lorkhaj (Veteranen) ab, ohne dass ein Gruppenmitglied stirbt.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1393] = { +["name"] = "Ein Geschenk aus Orsinium", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Ein Geschenk aus Orsinium", ["numCriteria"] = 1, +["description"] = "Besucht die vor Kurzem wiederaufgebaute Hauptstadt der Orks: Orsinium!", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besucht die vor Kurzem wiederaufgebaute Hauptstadt der Orks: Orsinium!", -["achievementIndex"] = 3, +["Category_ID"] = 26, } , [1394] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Fünf-Finger-Rabatt", -["SubCategory_ID"] = 1, ["achievementIndex"] = 25, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Begeht in jedem der vier beliebtesten Läden von Abahs Landung erfolgreich Taschendiebstahl.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Begeht in jedem der vier beliebtesten Läden von Abahs Landung erfolgreich Taschendiebstahl.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1395] = { -["prevId"] = 0, -["firstID"] = 1395, -["SubCategory"] = "Exploration", ["name"] = "Finderlohn", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 1395, ["numCriteria"] = 1, +["description"] = "Entdeckt und leert ein Diebesgut der Diebesgilde.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 1396, -["description"] = "Entdeckt und leert ein Diebesgut der Diebesgilde.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1396] = { -["prevId"] = 1395, -["firstID"] = 1395, -["SubCategory"] = "Exploration", ["name"] = "Ein Auge für Kleinigkeiten", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 1395, ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 1395, ["numCriteria"] = 1, +["description"] = "Entdeckt und leert 5 Diebesgüter der Diebesgilde.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1397, -["description"] = "Entdeckt und leert 5 Diebesgüter der Diebesgilde.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1397] = { -["prevId"] = 1396, -["firstID"] = 1395, -["SubCategory"] = "Exploration", ["name"] = "Keine Gelegenheit ausgelassen", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 1396, ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 1395, ["numCriteria"] = 1, +["description"] = "Entdeckt und leert 15 Diebesgüter der Diebesgilde.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und leert 15 Diebesgüter der Diebesgilde.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1398] = { -["prevId"] = 0, -["firstID"] = 1398, -["SubCategory"] = "Quests", ["name"] = "Unerfahrener Strauchdieb", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 1398, ["numCriteria"] = 1, +["description"] = "Schließt einen Auftrag vom Brett für Aufträge für die Diebesgilde ab.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 1399, -["description"] = "Schließt einen Auftrag vom Brett für Aufträge für die Diebesgilde ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1399] = { -["prevId"] = 1398, -["firstID"] = 1398, -["SubCategory"] = "Quests", ["name"] = "Erprobter Vagabund", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 1398, ["numCriteria"] = 1, +["description"] = "Schließt 10 Aufträge vom Brett für Aufträge für die Diebesgilde ab.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1400, -["description"] = "Schließt 10 Aufträge vom Brett für Aufträge für die Diebesgilde ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1400] = { -["prevId"] = 1399, -["firstID"] = 1398, -["SubCategory"] = "Quests", ["name"] = "Erfahrener Schattenwandler", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 1398, ["numCriteria"] = 1, +["description"] = "Schließt 30 Aufträge vom Brett für Aufträge für die Diebesgilde ab.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 30 Aufträge vom Brett für Aufträge für die Diebesgilde ab.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1401] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Ehre unter Dieben", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Unterstützt jedes Mitglied der Diebesgilde bei ihren persönlichen Angelegenheiten.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Unterstützt jedes Mitglied der Diebesgilde bei ihren persönlichen Angelegenheiten.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1402] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Und weg waren sie", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Entkommt dem Gesetz, indem Ihr von der Fähigkeit „zeitiges Entkommen“ der Diebesgilde, sowie dem freundlichen Strauchdieb, gebrauch macht.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entkommt dem Gesetz, indem Ihr von der Fähigkeit „zeitiges Entkommen“ der Diebesgilde, sowie dem freundlichen Strauchdieb, gebrauch macht.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1403] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Meister der Schatten", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt einen Beutezug für die Diebesgilde ab, ohne dabei entdeckt zu werden.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt einen Beutezug für die Diebesgilde ab, ohne dabei entdeckt zu werden.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1404] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Große Taschen", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erhaltet die höchste Belohnung in 5 Beutezügen für die Diebesgilde.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erhaltet die höchste Belohnung in 5 Beutezügen für die Diebesgilde.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1405] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Das behütete Ei des Adlers", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Aldmeri-Dominions 4,000 Gold durch das Verkaufen von Gegenständen.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Aldmeri-Dominions 4,000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1406] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Der Hort des Drachen", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Ebenherz-Pakts 4,000 Gold durch das Verkaufen von Gegenständen.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Ebenherz-Pakts 4,000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1407] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Der goldene Stolz des Löwen", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Dolchsturz-Bündnisses 4,000 Gold durch das Verkaufen von Gegenständen.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf des Dolchsturz-Bündnisses 4,000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1408] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Handelsfürstliche Schatzkammer", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erhaltet im Diebesnest von Abahs Landung 4,000 Gold durch durch den Verkauf von Gegenständen bei Hehlern.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Erhaltet im Diebesnest von Abahs Landung 4,000 Gold durch durch den Verkauf von Gegenständen bei Hehlern.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1409] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Der großmütige Magnat", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf der Allianzgebiete und im Diebesnest 4,000 Gold durch das Verkaufen von Gegenständen.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erhaltet in jedem Gesetzlosenunterschlupf der Allianzgebiete und im Diebesnest 4,000 Gold durch das Verkaufen von Gegenständen.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1410] = { +["name"] = "Litanei des Bluts", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Litanei des Bluts", ["numCriteria"] = 16, +["description"] = "Erledigt alle Ziele aus der Litanei des Bluts und erhaltet Eure Belohnung.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erledigt alle Ziele aus der Litanei des Bluts und erhaltet Eure Belohnung.", -["achievementIndex"] = 2, +["Category_ID"] = 24, } , [1411] = { +["name"] = "Meister des Stils von Trinimac", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Meister des Stils von Trinimac", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Trinimac“ aus Wrothgar, die Ihr für den Abschluss von Tagesquests für Guruzug in Morkul erhalten könnt.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Trinimac“ aus Wrothgar, die Ihr für den Abschluss von Tagesquests für Guruzug in Morkul erhalten könnt.", -["achievementIndex"] = 8, +["Category_ID"] = 26, } , [1412] = { +["name"] = "Meister des Stils von Malacath", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Meister des Stils von Malacath", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Malacath“ aus Wrothgar, die Ihr für den Abschluss von Tagesquests für Arzorag in Skalars Herberge erhalten könnt.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Malacath“ aus Wrothgar, die Ihr für den Abschluss von Tagesquests für Arzorag in Skalars Herberge erhalten könnt.", -["achievementIndex"] = 7, +["Category_ID"] = 26, } , [1413] = { +["name"] = "Die Ausbeute von Abahs Landung", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Die Ausbeute von Abahs Landung", ["numCriteria"] = 1, +["description"] = "Reist in den berüchtigten Freihafen Abahs Landung!", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Reist in den berüchtigten Freihafen Abahs Landung!", -["achievementIndex"] = 3, +["Category_ID"] = 25, } , -[2198] = { -["prevId"] = 0, -["firstID"] = 2198, +[2522] = { +["name"] = "Champion von Anequina", +["achievementIndex"] = 1, ["SubCategory"] = "Quests", -["name"] = "Göttlicher Strafverfolger", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 5, -["nextId"] = 2199, -["description"] = "Schließt Euren ersten Auftrag von Justiziarin Farowel für die Göttliche Strafbehörde ab.", -["Category_ID"] = 12, +["firstID"] = 0, +["numCriteria"] = 8, +["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.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2199] = { +[2673] = { +["name"] = "Eine offene Anrufung", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2198, -["SubCategory"] = "Quests", -["name"] = "Göttlicher Richter", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Besiegt Vearogh den Schlurfenden in Eiskap (Veteranen), ohne Rissgeister zu töten.", +["Category"] = "Harrowstorm", ["points"] = 10, -["nextId"] = 2200, -["description"] = "Schließt zehn Aufträge von Justiziarin Farowel für die Göttliche Strafbehörde ab.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 14, } , -[2200] = { +[2520] = { +["name"] = "Peryite-Seuchenkleiderflicker", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["firstID"] = 2198, -["SubCategory"] = "Quests", -["name"] = "Göttlicher Henker", -["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, +["description"] = "Erlangt in Orkruh zehn Stücke seuchendurchtränkter Stoff und benutzt diese, um die Robe des Peryite-Widerlings herzustellen.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt 30 Aufträge von Justiziarin Farowel für die Göttliche Strafbehörde ab.", -["Category_ID"] = 12, +["Category_ID"] = 11, } , [1417] = { +["name"] = "Meister des Stils der Gesetzlosen", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Meister des Stils der Gesetzlosen", ["numCriteria"] = 14, +["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"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erlernt jedes Kapitel des Buchs „Stil der Gesetzlosen“ aus Hews Fluch, das Ihr für das Bezwingen von Anführern erhalten könnt.", -["achievementIndex"] = 8, +["Category_ID"] = 25, } , -[2201] = { +[2519] = { +["name"] = "Alfiqmumienmeister", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["firstID"] = 2201, -["SubCategory"] = "Quests", -["name"] = "Für die Königin", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Sammelt mumifizierte Alfiqteile aus der Nekropole von Krempen und belebt das grausige Mumienkätzchen wieder.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 2202, -["description"] = "Schließt die Quest „Der Erlass der Königin“ ab.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 11, } , [1419] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Besiegt Limenauruus", -["SubCategory_ID"] = 1, ["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Limenauruus den besessenen Minotauren und die Schatten in der Tribunentorheit.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Limenauruus den besessenen Minotauren und die Schatten in der Tribunentorheit.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1420] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erobert die Arena von Kvatch", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Stellt Euch der Arena von Kvatch und besiegt alle Herausforderer.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Stellt Euch der Arena von Kvatch und besiegt alle Herausforderer.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1421] = { +["name"] = "Goldküstenurlauber", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Goldküstenurlauber", ["numCriteria"] = 1, +["description"] = "Besucht die Goldküste und genießt die Sehenswürdigkeiten.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besucht die Goldküste und genießt die Sehenswürdigkeiten.", -["achievementIndex"] = 3, +["Category_ID"] = 24, } , [1422] = { +["name"] = "Meister des Stils von Abahs Wacht", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Meister des Stils von Abahs Wacht", ["numCriteria"] = 14, +["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"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 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.", -["achievementIndex"] = 6, +["Category_ID"] = 25, } , [1423] = { +["name"] = "Meister des Stils der Diebesgilde", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Meister des Stils der Diebesgilde", ["numCriteria"] = 14, +["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"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erlernt jedes Kapitel des Buchs „Stil der Diebesgilde“ aus Hews Fluch, das Ihr für den Abschluss von Beutezügen der Gilde erhalten könnt.", -["achievementIndex"] = 9, +["Category_ID"] = 25, } , [1424] = { +["name"] = "Meister des Stils des Assassinenbundes", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Meister des Stils des Assassinenbundes", ["numCriteria"] = 14, +["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"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erlernt jedes Kapitel des Buchs „Stil des Assassinenbundes“ von der Goldküste, das Ihr für das Bezwingen von Anführern erhalten könnt.", -["achievementIndex"] = 6, +["Category_ID"] = 24, } , [1425] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Verteidiger der Goldküste", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Besiegt die beiden Anführer der offenen Welt an der Goldküste.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt die beiden mächtigen Anführer der offenen Welt an der Goldküste.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1426] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Hrotahöhle", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Hrotahöhle.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Hrotahöhle.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1427] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Garlas Agea", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Garlas Agea.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert Garlas Agea.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1428] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Meistererforscher der Goldküste", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte der Goldküste.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte der Goldküste.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1429] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Höhlenforscher der Goldküste", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert beide Höhlen der Goldküste.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt und säubert beide Höhlen der Goldküste.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1430] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Pfadfinder der Goldküste", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt alle markanten Orte der Goldküste.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte der Goldküste.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1431] = { +["name"] = "Meisterangler der Goldküste", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Meisterangler der Goldküste", ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische der Goldküste.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische der Goldküste.", -["achievementIndex"] = 5, +["Category_ID"] = 24, } , [1432] = { -["prevId"] = 0, -["firstID"] = 1432, -["SubCategory"] = "Quests", ["name"] = "Abenteurer der Goldküste", -["SubCategory_ID"] = 2, ["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1432, ["numCriteria"] = 1, +["description"] = "Schließt 14 Quests der Hauptgeschichte der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 1433, -["description"] = "Schließt 14 Quests der Hauptgeschichte der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1433] = { -["prevId"] = 1432, -["firstID"] = 1432, -["SubCategory"] = "Quests", ["name"] = "Großabenteurer der Goldküste", -["SubCategory_ID"] = 2, ["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1432, ["numCriteria"] = 1, +["description"] = "Schließt 17 Quests der Hauptgeschichte der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 17 Quests der Hauptgeschichte der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1434] = { +["name"] = "Fluch der Goldküste", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Fluch der Goldküste", ["numCriteria"] = 5, +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Verliese, um der Fluch der Goldküste zu werden.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Verliese, um der Fluch der Goldküste zu werden.", -["achievementIndex"] = 1, +["Category_ID"] = 24, } , [1435] = { -["prevId"] = 0, -["firstID"] = 1435, -["SubCategory"] = "Quests", ["name"] = "Das erste Blut", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Tretet der Dunklen Bruderschaft bei und schließt die Quest „Stimmen im Dunkel“ ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1436, -["description"] = "Tretet der Dunklen Bruderschaft bei und schließt die Quest „Stimmen im Dunkel“ ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1436] = { -["prevId"] = 1435, -["firstID"] = 1435, -["SubCategory"] = "Quests", ["name"] = "Dunkler Initiand", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Gezeichnet in Blut“ der Dunklen Bruderschaft an der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1437, -["description"] = "Schließt die Quest „Gezeichnet in Blut“ der Dunklen Bruderschaft an der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1437] = { -["prevId"] = 1436, -["firstID"] = 1435, -["SubCategory"] = "Quests", ["name"] = "Neuklinge", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Willkommen daheim“ der Dunklen Bruderschaft an der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1438, -["description"] = "Schließt die Quest „Willkommen daheim“ der Dunklen Bruderschaft an der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1438] = { -["prevId"] = 1437, -["firstID"] = 1435, -["SubCategory"] = "Quests", ["name"] = "Unterdrücker der Prediger", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Eine Lektion im Schweigen“ der Dunklen Bruderschaft an der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1439, -["description"] = "Schließt die Quest „Eine Lektion im Schweigen“ der Dunklen Bruderschaft an der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1439] = { -["prevId"] = 1438, -["firstID"] = 1435, -["SubCategory"] = "Quests", ["name"] = "Wohltätiger Bruder", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Glaubensfragen“ der Dunklen Bruderschaft an der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Glaubensfragen“ der Dunklen Bruderschaft an der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1440] = { -["prevId"] = 0, -["firstID"] = 1440, -["SubCategory"] = "Quests", ["name"] = "Assassine", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Eine besondere Bitte“ der Dunklen Bruderschaft an der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1441, -["description"] = "Schließt die Quest „Eine besondere Bitte“ der Dunklen Bruderschaft an der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1441] = { -["prevId"] = 1440, -["firstID"] = 1440, -["SubCategory"] = "Quests", ["name"] = "Düstere Entdeckung", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Düstere Offenbarungen“ der Dunklen Bruderschaft an der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1442, -["description"] = "Schließt die Quest „Düstere Offenbarungen“ der Dunklen Bruderschaft an der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1442] = { -["prevId"] = 1441, -["firstID"] = 1440, -["SubCategory"] = "Quests", ["name"] = "Dunkler Ermittler", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Ein Geist aus der Vergangenheit“ der Dunklen Bruderschaft an der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1443, -["description"] = "Schließt die Quest „Ein Geist aus der Vergangenheit“ der Dunklen Bruderschaft an der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1443] = { -["prevId"] = 1442, -["firstID"] = 1440, -["SubCategory"] = "Quests", ["name"] = "Der Zorn von Sithis", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Der Zorn von Sithis“ der Dunklen Bruderschaft an der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1444, -["description"] = "Schließt die Quest „Der Zorn von Sithis“ der Dunklen Bruderschaft an der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1444] = { -["prevId"] = 1443, -["firstID"] = 1440, -["SubCategory"] = "Quests", ["name"] = "Schweigender", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Schließt die Quest „Das Füllen der Leere“ der Dunklen Bruderschaft an der Goldküste ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Das Füllen der Leere“ der Dunklen Bruderschaft an der Goldküste ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1445] = { -["prevId"] = 0, -["firstID"] = 1445, -["SubCategory"] = "Exploration", ["name"] = "Erstes Sakrament", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 1445, ["numCriteria"] = 1, +["description"] = "Schließt Euren ersten Auftrag des Schwarzen Sakraments ab, wie der Sprecher es befahl.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 1446, -["description"] = "Schließt Euren ersten Auftrag des Schwarzen Sakraments ab, wie der Sprecher es befahl.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1446] = { -["prevId"] = 1445, -["firstID"] = 1445, -["SubCategory"] = "Exploration", ["name"] = "Siebtes Sakrament", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 1445, ["numCriteria"] = 1, +["description"] = "Schließt 7 Kontrakte des Schwarzen Sakraments ab, wie der Sprecher es befahl.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1447, -["description"] = "Schließt 7 Kontrakte des Schwarzen Sakraments ab, wie der Sprecher es befahl.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1447] = { -["prevId"] = 0, -["firstID"] = 1445, -["SubCategory"] = "Exploration", ["name"] = "Fünfzehntes Sakrament", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 1445, ["numCriteria"] = 1, +["description"] = "Schließt 15 Kontrakte des Schwarzen Sakraments ab, wie der Sprecher es befahl.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 15 Kontrakte des Schwarzen Sakraments ab, wie der Sprecher es befahl.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1448] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Reibungsloses Sakrament", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 5 Kontrakte des Schwarzen Sakraments mit der höchstmöglichen Belohnung ab.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 5 Kontrakte des Schwarzen Sakraments mit der höchstmöglichen Belohnung ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1449] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Verborgenes Sakrament", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt ein Schwarzes Sakrament ab, ohne gesehen zu werden.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt ein Schwarzes Sakrament ab, ohne gesehen zu werden.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1450] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Blutiges Sakrament", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 21, +["description"] = "Schaltet alle Ziele der Schwarzen Sakramente aus, so wie es der Sprecher befohlen hat.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schaltet alle Ziele der Schwarzen Sakramente aus, so wie es der Sprecher befohlen hat.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1451] = { -["prevId"] = 0, -["firstID"] = 1451, -["SubCategory"] = "Exploration", ["name"] = "Erster Kontrakt", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 1451, ["numCriteria"] = 1, +["description"] = "Schließt Euren ersten Auftragsmord aus dem Folianten „Zum Tode auserkoren“ ab.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 1452, -["description"] = "Schließt Euren ersten Auftragsmord aus dem Folianten „Zum Tode auserkoren“ ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1452] = { -["prevId"] = 1451, -["firstID"] = 1451, -["SubCategory"] = "Exploration", ["name"] = "Zehnter Kontrakt", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 1451, ["numCriteria"] = 1, +["description"] = "Schließt 10 Auftragsmorde aus dem Folianten „Zum Tode auserkoren“ ab.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1453, -["description"] = "Schließt 10 Auftragsmorde aus dem Folianten „Zum Tode auserkoren“ ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1453] = { -["prevId"] = 1452, -["firstID"] = 1451, -["SubCategory"] = "Exploration", ["name"] = "Dreißigster Kontrakt", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 1451, ["numCriteria"] = 1, +["description"] = "Schließt 30 Auftragsmorde aus dem Folianten „Zum Tode auserkoren“ ab.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 30 Auftragsmorde aus dem Folianten „Zum Tode auserkoren“ ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1454] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Einsamer Wächter", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Beobachtet die stumme Wacht des Ayleïden-Wachpostens in Beldaburo an der Goldküste aus der Nähe.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Beobachtet die stumme Wacht des Ayleïden-Wachpostens in Beldaburo an der Goldküste aus der Nähe.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1455] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Mordserie in Kvatch", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Ermordet 20 Unschuldige an der Goldküste in Kvatch.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Ermordet 20 Unschuldige an der Goldküste in Kvatch.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1456] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Mordserie in Anwil", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Ermordet 20 Unschuldige an der Goldküste in Anwil.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Ermordet 20 Unschuldige an der Goldküste in Anwil.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1457] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Blutbad", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Ermordet in jeder Hauptstadt der Allianzen jeweils einen Unschuldigen mit der Leidensklinge.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Ermordet in jeder Hauptstadt der Allianzen jeweils einen Unschuldigen mit der Leidensklinge.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1458] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Goldküsten-Verbindungen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Helft allen besonderen Personen bei ihren Unternehmungen an der Goldküste.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Helft allen besonderen Personen bei ihren Unternehmungen an der Goldküste.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1459] = { -["prevId"] = 0, -["firstID"] = 1459, -["SubCategory"] = "Exploration", ["name"] = "Anschnitt", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 1459, ["numCriteria"] = 1, +["description"] = "Begeht Euren ersten Mord mit der Leidensklinge.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 1460, -["description"] = "Begeht Euren ersten Mord mit der Leidensklinge.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1460] = { -["prevId"] = 1459, -["firstID"] = 1459, -["SubCategory"] = "Exploration", ["name"] = "Fünfundzwanzigster Schnitt", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 1459, ["numCriteria"] = 1, +["description"] = "Ermordet 25 Unschuldige mit der Leidensklinge.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1461, -["description"] = "Ermordet 25 Unschuldige mit der Leidensklinge.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1461] = { -["prevId"] = 1460, -["firstID"] = 1459, -["SubCategory"] = "Exploration", ["name"] = "Einhundertster Schnitt", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 1459, ["numCriteria"] = 1, +["description"] = "Ermordet 100 Unschuldige mit der Leidensklinge.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Ermordet 100 Unschuldige mit der Leidensklinge.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1462] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Eroberer des Sanctum Ophidia", +["achievementIndex"] = 12, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Himmlische Schlange im Sanctum Ophidia (Veteranen).", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Himmlische Schlange im Sanctum Ophidia (Veteranen).", ["Category_ID"] = 4, } , [1463] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Makelloses Sakrament", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Schließt alle Errungenschaften rund um die Erfüllung der Kontrakte des Sprechers zu den Schwarzen Sakramenten ab.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt alle Errungenschaften rund um die Erfüllung der Kontrakte des Sprechers zu den Schwarzen Sakramenten ab.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , -[2611] = { +[2676] = { +["name"] = "Schnell Schweigender", +["achievementIndex"] = 5, +["SubCategory"] = "General", ["prevId"] = 0, -["firstID"] = 2609, -["SubCategory"] = "Quests", -["name"] = "Neuschmieden der Drachengarde", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["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"] = "Harrowstorm", ["points"] = 10, -["nextId"] = 2612, -["description"] = "Schließt 20 tägliche Aufgaben für die Drachengarde von Dirge Truptor oder Chizbari der Hauerin ab.", +["nextId"] = 0, ["Category_ID"] = 14, } , -[2607] = { +[2675] = { +["name"] = "Auge des Sturms", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2606, -["SubCategory"] = "Quests", -["name"] = "Erblühender Makler", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Besiegt den Eiskap-Zirkel in Eiskap (Veteranen), während ein Gruppenmitglied von jedem einzelnen Zauber der Hexen befallen ist.", +["Category"] = "Harrowstorm", ["points"] = 10, -["nextId"] = 2608, -["description"] = "Schließt 10 tägliche Aufgaben von Guybert Flaubert ab.", +["nextId"] = 0, ["Category_ID"] = 14, } , -[2210] = { +[2674] = { +["name"] = "Der Blitz schlägt dreimal ein", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2254, -["SubCategory"] = "Quests", -["name"] = "Psijik-Weiser", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["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"] = "Harrowstorm", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Der Sturz der Türme“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["Category_ID"] = 14, } , -[2211] = { +[2238] = { +["name"] = "Tapfere Verbrennung", +["achievementIndex"] = 11, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, +["SubCategory_ID"] = 4, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Flaschenpost", ["numCriteria"] = 1, +["description"] = "Verteilt im Kampf gegen Sirorias Schatten alleine in Wolkenruh jede einzelne lodernde Fackel auf jeweils mindestens 6 Spieler auf.", ["Category"] = "Summerset", -["points"] = 5, +["points"] = 10, ["nextId"] = 0, -["description"] = "Erfahrt vom Schicksal des verlorenen Seefahrers.", -["achievementIndex"] = 5, +["Category_ID"] = 12, } , -[2234] = { -["prevId"] = 0, -["firstID"] = 0, +[2236] = { +["name"] = "Eis des Mystikers", +["achievementIndex"] = 18, ["SubCategory"] = "Cloudrest", -["name"] = "Kernkoordination", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sorgt dafür, dass Galenwes Schatten in Wolkenruh 20 umherziehende Raureifzyklone mit dorniges Eis zerstört.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["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.", ["Category_ID"] = 12, } , -[2235] = { +[2509] = { +["name"] = "Retter von Elsweyr", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Yaghrablockkade", -["SubCategory_ID"] = 4, -["achievementIndex"] = 17, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, +["numCriteria"] = 7, +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Elsweyrs zu werden.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["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.", -["Category_ID"] = 12, +["Category_ID"] = 11, } , -[2236] = { +[2508] = { +["name"] = "Großabenteurer von Elsweyr", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Eis des Mystikers", -["SubCategory_ID"] = 4, -["achievementIndex"] = 18, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, +["description"] = "Schließt 32 Quests im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Sorgt dafür, dass Galenwes Schatten in Wolkenruh 20 umherziehende Raureifzyklone mit dorniges Eis zerstört.", -["Category_ID"] = 12, +["Category_ID"] = 11, } , -[2237] = { +[2507] = { +["name"] = "Meister des Stils von Sonnspitz", +["achievementIndex"] = 15, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Schockinstinkt", -["SubCategory_ID"] = 4, -["achievementIndex"] = 12, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Sonnspitz“, das Ihr in der Sonnspitz-Prüfung erhalten könnt.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Lasst nicht zu, dass ein Spieler im Kampf gegen Relequens Schatten durch voltaische Überladung getroffen wird oder voltaischer Strom überspringen lässt.", -["Category_ID"] = 12, +["Category_ID"] = 11, } , -[2238] = { +[2506] = { +["name"] = "Meister des Stils aus Pellitine", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Tapfere Verbrennung", -["SubCategory_ID"] = 4, -["achievementIndex"] = 11, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Pellitine“, die ihr für den Abschluss täglicher Drachenjagden erhaltet.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Verteilt im Kampf gegen Sirorias Schatten alleine in Wolkenruh jede einzelne lodernde Fackel auf jeweils mindestens 6 Spieler auf.", -["Category_ID"] = 12, +["Category_ID"] = 11, } , -[2240] = { +[2505] = { +["name"] = "Meister des Stils von Anequina", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Meisterangler von Artaeum", -["numCriteria"] = 3, -["Category"] = "Summerset", -["points"] = 5, +["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Anequina“, die ihr für den Abschluss täglicher Aufgaben für Ri\'hirr und Nisuzi erhaltet.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Fangt alle 3 seltenen Fische auf Artaeum.", -["achievementIndex"] = 7, +["Category_ID"] = 11, } , [1474] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Trials", ["name"] = "Eroberer der Zitadelle von Hel Ra", +["achievementIndex"] = 10, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Himmlischen Krieger in der Zitadelle von Hel Ra (Veteranen).", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Himmlischen Krieger in der Zitadelle von Hel Ra (Veteranen).", ["Category_ID"] = 4, } , -[2241] = { +[2504] = { +["name"] = "Meister des Stils von Meridia", +["achievementIndex"] = 14, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Tödliche Verlockung", -["SubCategory_ID"] = 3, -["achievementIndex"] = 10, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Meridia“, die Ihr gelegentlich bei der Bewältigung der Tiefen von Malatar erlangen könnt.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Dunkelsturm die Verlockende an einem Kluftgeysir.", -["Category_ID"] = 12, +["Category_ID"] = 17, } , -[2242] = { +[2503] = { +["name"] = "Meister des Stils der Kälteknacker", +["achievementIndex"] = 13, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Strahlende Randale", -["SubCategory_ID"] = 3, -["achievementIndex"] = 11, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Kälteknacker“, die Ihr gelegentlich bei der Bewältigung des Frostgewölbes erlangen könnt.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Eejoba die Strahlende an einem Kluftgeysir.", -["Category_ID"] = 12, +["Category_ID"] = 17, } , -[2243] = { +[2501] = { +["name"] = "Im Gleichschritt", +["achievementIndex"] = 12, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Gezeitengrab", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Besiegt Nahviintaas in Sonnspitz (Veteranen), ohne dass ein Gruppenmitglied mehr als einmal per Zeitverschiebung durch einen Zeitriss springt.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Gezeitenbruch an einem Kluftgeysir.", -["Category_ID"] = 12, -} -, -[2318] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Meister des Stils des Silbermorgens", -["SubCategory_ID"] = 1, -["achievementIndex"] = 9, -["numCriteria"] = 14, -["Category"] = "Wolfhunter", -["points"] = 50, -["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 11, } , -[2638] = { +[2500] = { +["name"] = "Schneller als der Blitz", +["achievementIndex"] = 11, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Main Quest", -["name"] = "Fertigkeitsmeister der Seelenmagie", -["SubCategory_ID"] = 1, -["achievementIndex"] = 1, ["numCriteria"] = 1, -["Category"] = "Quests", -["points"] = 50, +["description"] = "Besiegt Lokkestiiz in Sonnspitz, ohne dass ein Gruppenmitglied von Sturmodem getroffen wird.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Seelenmagie.", -["Category_ID"] = 7, +["Category_ID"] = 11, } , -[2317] = { +[2499] = { +["name"] = "Solange das Eisen heiß ist", +["achievementIndex"] = 10, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Meister des Stils des Jägers", -["SubCategory_ID"] = 1, -["achievementIndex"] = 8, -["numCriteria"] = 14, -["Category"] = "Wolfhunter", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Besiegt Yolnahkriin in Sonnspitz, während Ihr seine Eisendiener nur zerstört, wenn sie erzürnt werden.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 11, } , -[2312] = { +[2497] = { +["name"] = "Drachenassassine", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Perfekte Jagd", ["SubCategory_ID"] = 2, -["achievementIndex"] = 29, +["firstID"] = 2496, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", +["description"] = "Schließt 10 tägliche Drachenjagden für Schlachtenvogt Tanerline im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 0, -["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"] = 18, +["nextId"] = 2498, +["Category_ID"] = 11, } , -[2311] = { +[2496] = { +["name"] = "Drachenfolger", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Überraschungsmoment", ["SubCategory_ID"] = 2, -["achievementIndex"] = 28, +["firstID"] = 2496, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt Balorgh in der Marsch der Aufopferung (Veteranen) und vermeidet dabei sowohl das geladene Wasser als auch die giftigen Pflanzen.", -["Category_ID"] = 18, +["description"] = "Schließt eine tägliche Drachenjagd für Schlachtenvogt Tanerline im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2497, +["Category_ID"] = 11, } , -[2253] = { -["prevId"] = 0, -["firstID"] = 2249, +[2494] = { +["name"] = "Monsterschlächter von Anequina", +["achievementIndex"] = 5, ["SubCategory"] = "Quests", -["name"] = "Psijik-Förster", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2493, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Schließt 10 tägliche Aufgaben gegen Anführer der offenen Welt für Ri\'hirr von den Verteidigungsstreitkräften des nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 0, -["description"] = "Schließt die Quest „Ein Riss inmitten der Bäume“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["nextId"] = 2495, +["Category_ID"] = 11, } , -[2310] = { +[2493] = { +["name"] = "Monsterjäger von Anequina", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Standhafte Schwesternschaft", ["SubCategory_ID"] = 2, -["achievementIndex"] = 27, +["firstID"] = 2493, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt die Wyrdschwestern in der Marsch der Aufopferung (Veteranen), ohne dass sie sich mit ihren Auren gegenseitig stärken können.", -["Category_ID"] = 18, +["description"] = "Schließt eine tägliche Aufgabe gegen Anführer der offenen Welt für Ri\'hirr von den Verteidigungsstreitkräften des nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2494, +["Category_ID"] = 11, } , -[2255] = { -["prevId"] = 0, -["firstID"] = 2254, +[2492] = { +["name"] = "Baandari-Agent", +["achievementIndex"] = 7, ["SubCategory"] = "Quests", -["name"] = "Psijik-Beschaffer der Stäbe", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 2490, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2256, -["description"] = "Schließt die Quest „Die Überreste der Türme“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["description"] = "Erfüllt 30 Aufträge für die Baandari-Aufgabenverteilerin Nisuzi im nördlichen Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2256] = { -["prevId"] = 0, -["firstID"] = 2254, +[2491] = { +["name"] = "Baandari-Partner", +["achievementIndex"] = 7, ["SubCategory"] = "Quests", -["name"] = "Psijik-Schattenläufer", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 2490, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Erfüllt 10 Aufträge für die Baandari-Aufgabenverteilerin Nisuzi im nördlichen Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 2257, -["description"] = "Schließt die Quest „Die Zeit im Schatten der Unheilsklippe“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["nextId"] = 2492, +["Category_ID"] = 11, } , -[2257] = { -["prevId"] = 0, -["firstID"] = 2254, +[2490] = { +["name"] = "Baandari-Mietling", +["achievementIndex"] = 7, ["SubCategory"] = "Quests", -["name"] = "Psijik-Chronologe", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 2490, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2210, -["description"] = "Schließt die Quest „Ein Riss jenseits der Kargheit“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["description"] = "Erfüllt Euren ersten Auftrag für die Baandari-Aufgabenverteilerin Nisuzi im nördlichen Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2491, +["Category_ID"] = 11, } , -[2258] = { +[2489] = { +["name"] = "Königinnenmacher", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Verderben der Rieklinge", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 2486, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Schließt die Quest „Die Erbin von Anequina“ im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 200 Rieklinge im Frostgewölbe (Veteranen).", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2259] = { +[2488] = { +["name"] = "Mondschreiter", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Verderben der Zenturionen", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 2486, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Schließt die Quest „Jodes Kern“ im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt 20 Zenturionen im Frostgewölbe (Veteranen).", -["Category_ID"] = 16, +["nextId"] = 2489, +["Category_ID"] = 11, } , -[2260] = { +[2487] = { +["name"] = "Verräterbrecher", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Sieger des Frostgewölbes", -["SubCategory_ID"] = 1, -["achievementIndex"] = 3, -["numCriteria"] = 5, -["Category"] = "Wrathstone", +["SubCategory_ID"] = 2, +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Cadwell der Verräter“ im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe.", -["Category_ID"] = 16, +["nextId"] = 2488, +["Category_ID"] = 11, } , -[2261] = { +[2486] = { +["name"] = "Attentatsstopp", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Eroberer des Frostgewölbes", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, -["numCriteria"] = 5, -["Category"] = "Wrathstone", +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Der letzte Befehl“ im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe (Veteranen).", -["Category_ID"] = 16, +["nextId"] = 2487, +["Category_ID"] = 11, } , -[2262] = { +[2485] = { +["name"] = "Revolution in Krempen", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Gewölbeknacker", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 2482, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, +["description"] = "Schließt die Quest „Zwei Königinnen von Anequina“ im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Steinwahrer im Frostgewölbe (Veteranen), nachdem Ihr den Verazitätsverifizierer benutzt habt.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2309] = { +[2484] = { +["name"] = "Verteidiger von Stromfeste", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Wurzel des Übels", ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 2482, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, -["nextId"] = 0, -["description"] = "Besiegt den Wirrrankenwächter in der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied von seinen Wurzeln festgehalten wird.", -["Category_ID"] = 18, +["description"] = "Schließt die Quest „Die Schlacht um Stromfeste“ im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2485, +["Category_ID"] = 11, } , -[2308] = { +[2483] = { +["name"] = "Unsichere Unterredung", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Umgangene Würgepartie", ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 2482, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, -["nextId"] = 0, -["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"] = 18, +["description"] = "Schließt die Quest „Die Usurpatorkönigin“ im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2484, +["Category_ID"] = 11, } , -[2307] = { +[2482] = { +["name"] = "Tharns Adjutant", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Blutgelage", -["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["SubCategory_ID"] = 2, +["firstID"] = 2482, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, -["nextId"] = 0, -["description"] = "Besiegt Kerkermeister Melitus in der Mondjägerfeste, ohne durch seine blutigen Geysire Schaden zu erleiden.", -["Category_ID"] = 18, +["description"] = "Schließt die Quest „Die Wut der Drachen“ im nördlichen Elsweyr ab.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2483, +["Category_ID"] = 11, } , -[2306] = { +[2101] = { +["name"] = "Zurück in die Kluft", +["achievementIndex"] = 3, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Trick und Falle", -["SubCategory_ID"] = 2, -["achievementIndex"] = 20, -["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, +["numCriteria"] = 10, +["description"] = "Besiegt alle folgenden Anführer, die aus Kluftgeysiren erscheinen können.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["description"] = "Lockt Balorgh in der Marsch der Aufopferung (Veteranen) 10 mal in Tharas Falle.", -["Category_ID"] = 18, +["Category_ID"] = 12, } , -[2305] = { +[2476] = { +["name"] = "Drachenjäger von Anequina", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Nebelgänger", -["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 2474, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, +["description"] = "Tötet 50 Drachen in der Wildnis des nördlichen Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Tarcyr in der Marsch der Aufopferung (Veteranen), ohne dass ein Gruppenmitglied durch seinen verhüllenden Nebel teleportiert wird.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2304] = { +[2475] = { +["name"] = "Drachenpirscher von Anequina", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Leicht zu Fuß", -["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 2474, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, -["nextId"] = 0, -["description"] = "Besiegt Dagrund den Fülligen in der Marsch der Aufopferung, während Ihr immer seinem Umbruch ausweicht.", -["Category_ID"] = 18, +["description"] = "Tötet 25 Drachen in der Wildnis des nördlichen Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2476, +["Category_ID"] = 11, } , -[2303] = { +[2474] = { +["name"] = "Drachentöter von Anequina", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Jagdsaisons", -["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 2474, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", +["description"] = "Tötet einen Drachen in der Wildnis des nördlichen Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 5, -["nextId"] = 0, -["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"] = 18, +["nextId"] = 2475, +["Category_ID"] = 11, } , -[2302] = { +[2100] = { +["name"] = "Korken rein", +["achievementIndex"] = 1, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Die große Indrikjagd", -["SubCategory_ID"] = 1, -["achievementIndex"] = 6, -["numCriteria"] = 3, -["Category"] = "Wolfhunter", +["numCriteria"] = 6, +["description"] = "Zerstört die Kluftperlen aller Kluftgeysire auf Sommersend.", +["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt alle drei Jagden auf den Goldenen Indrik in der Marsch der Aufopferung ab und erhaltet ihre Segen.", -["Category_ID"] = 18, +["Category_ID"] = 12, } , -[2301] = { +[2471] = { +["name"] = "Grollstein-Vagabund", +["achievementIndex"] = 1, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Strangulierende Feigheit", -["SubCategory_ID"] = 2, -["achievementIndex"] = 10, -["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, +["numCriteria"] = 2, +["description"] = "Schließt sowohl das Frostgewölbe als auch die Tiefen von Malatar ab.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["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"] = 18, +["Category_ID"] = 17, } , -[2272] = { +[2469] = { +["name"] = "Das Feuer schüren", +["achievementIndex"] = 5, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Schattenwurf", -["SubCategory_ID"] = 2, -["achievementIndex"] = 16, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, +["description"] = "Besiegt Yolnahkriin in Sonnspitz (Veteranen), nachdem Ihr dessen Opferfeuer gelöscht habt.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 11, } , -[1503] = { +[2468] = { +["name"] = "Drachenbruch in Sonnspitz", +["achievementIndex"] = 1, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Trials", +["numCriteria"] = 10, +["description"] = "Bewältigt die angegebenen Errungenschaften für Sonnspitz.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, +} +, +[1503] = { ["name"] = "Eroberer des ätherischen Archivs", +["achievementIndex"] = 1, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Himmlische Magierin im Ätherischen Archiv (Veteranen).", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Himmlische Magierin im Ätherischen Archiv (Veteranen).", ["Category_ID"] = 4, } , [1504] = { +["name"] = "Sieger der Ruinen von Mazzatun", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Sieger der Ruinen von Mazzatun", ["numCriteria"] = 4, +["description"] = "Besiegt Zatzu die Schuppenspalterin, den Mächtigen Chudan, Xal-Nur den Sklaventreiber und die Baumhirtin Na-Kesh in den Ruinen von Mazzatun.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Zatzu die Schuppenspalterin, den Mächtigen Chudan, Xal-Nur den Sklaventreiber und die Baumhirtin Na-Kesh in den Ruinen von Mazzatun.", -["achievementIndex"] = 4, +["Category_ID"] = 23, } , [1505] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eroberer der Ruinen von Mazzatun", -["SubCategory_ID"] = 1, ["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["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"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["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"] = 22, +["Category_ID"] = 23, } , [1506] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Wahnsinn der Baumhirtin", -["SubCategory_ID"] = 1, ["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["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"] = 22, +["Category_ID"] = 23, } , [1507] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Zugrunderichten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["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"] = 22, +["Category_ID"] = 23, } , [1508] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Ungebeugt", -["SubCategory_ID"] = 1, ["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["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"] = 22, +["Category_ID"] = 23, } , [1509] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Schlammwerferschlächter", -["SubCategory_ID"] = 1, ["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 50 Xit-Xaht-Schlammwerfer in den Ruinen von Mazzatun (Veteranen).", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 50 Xit-Xaht-Schlammwerfer in den Ruinen von Mazzatun (Veteranen).", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1510] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Xit-Xaht-Schlächter", -["SubCategory_ID"] = 1, ["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 600 Mitglieder des Stammes der Xit-Xaht in den Ruinen von Mazzatun (Veteranen).", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 600 Mitglieder des Stammes der Xit-Xaht in den Ruinen von Mazzatun (Veteranen).", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1511] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Herausforderer der Ruinen von Mazzatun", -["SubCategory_ID"] = 1, ["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für die Ruinen von Mazzatun (Veteranen) .", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für die Ruinen von Mazzatun (Veteranen) .", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1512] = { +["name"] = "Mazzatun-Massaker", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Mazzatun-Massaker", ["numCriteria"] = 1, +["description"] = "Besiegt Baumhirtin Na-Kesh, nachdem Ihr zunächst alle anderen Feinde in den Ruinen von Mazzatun ausgelöscht habt.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Baumhirtin Na-Kesh, nachdem Ihr zunächst alle anderen Feinde in den Ruinen von Mazzatun ausgelöscht habt.", -["achievementIndex"] = 5, +["Category_ID"] = 23, } , [1513] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Retter der Su-Zahleel", -["SubCategory_ID"] = 1, ["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rettet alle sechs Ältesten der Su-Zahleel aus der Ritualkammer in den Ruinen von Mazzatun (Veteranen).", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Rettet alle sechs Ältesten der Su-Zahleel aus der Ritualkammer in den Ruinen von Mazzatun (Veteranen).", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1514] = { +["name"] = "Kein Freiwurf", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Kein Freiwurf", ["numCriteria"] = 1, +["description"] = "Schließt die Ruinen von Mazzatun ab, ohne dass ein Schlammwerfer einen seiner Verbündeten mit Bernsteinplasma stärken kann.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Ruinen von Mazzatun ab, ohne dass ein Schlammwerfer einen seiner Verbündeten mit Bernsteinplasma stärken kann.", -["achievementIndex"] = 6, +["Category_ID"] = 23, } , [1515] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Haj-Mota-Matador", -["SubCategory_ID"] = 1, ["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Mächtigen Chudan in den Ruinen von Mazzatun (Veteranen), ohne das ein Mitglied vom Moorlauf getroffen wird.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Mächtigen Chudan in den Ruinen von Mazzatun (Veteranen), ohne das ein Mitglied vom Moorlauf getroffen wird.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1516] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Gehorsamsübung", -["SubCategory_ID"] = 1, ["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Xal-Nur den Sklaventreiber in den Ruinen von Mazzatun (Veteranen), ohne dass Euch ein Wamasu beistehen muss.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Xal-Nur den Sklaventreiber in den Ruinen von Mazzatun (Veteranen), ohne dass Euch ein Wamasu beistehen muss.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1517] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Peinlichst reinlich", -["SubCategory_ID"] = 1, ["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["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"] = 22, +["Category_ID"] = 23, } , [1518] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Glückstreffer", -["SubCategory_ID"] = 1, ["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["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"] = 22, +["Category_ID"] = 23, } , [1519] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Köpfchen trotz klebriger Lage", -["SubCategory_ID"] = 1, ["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Baumhirtin Na-Kesh in den Ruinen von Mazzatun (Veteranen), ohne dass ein Gruppenmitglied vom glühenden Bernstein getroffen wird.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Baumhirtin Na-Kesh in den Ruinen von Mazzatun (Veteranen), ohne dass ein Gruppenmitglied vom glühenden Bernstein getroffen wird.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1520] = { +["name"] = "Erforscher der Schatten des Hist", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Erforscher der Schatten des Hist", ["numCriteria"] = 1, +["description"] = "Betretet die Ruinen von Mazzatun oder die Wiege der Schatten zum ersten Mal.", ["Category"] = "Shadows of the Hist", ["points"] = 5, ["nextId"] = 0, -["description"] = "Betretet die Ruinen von Mazzatun oder die Wiege der Schatten zum ersten Mal.", -["achievementIndex"] = 1, +["Category_ID"] = 23, } , -[2273] = { +[2467] = { +["name"] = "Gottschlächter von Sonnspitz", +["achievementIndex"] = 13, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Lichtgeschwindigkeit", -["SubCategory_ID"] = 2, -["achievementIndex"] = 17, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["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.", +["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 11, } , [1522] = { +["name"] = "Sieger der Wiege der Schatten", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Sieger der Wiege der Schatten", ["numCriteria"] = 5, +["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"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 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.", -["achievementIndex"] = 2, +["Category_ID"] = 23, } , [1523] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eroberer der Wiege der Schatten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["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"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 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 (Veteranen).", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1524] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Velidreths Vergeltung", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["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"] = 22, +["Category_ID"] = 23, } , [1525] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Kammerjäger", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 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 (Veteranen) innerhalb von 30 Minuten nach dem Betreten des Verlieses. Die Zeit läuft, sobald die erste Kaverne betretet.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1526] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Leuchtfeuer in der Nacht", -["SubCategory_ID"] = 1, ["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 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 (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1527] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Ketzer", -["SubCategory_ID"] = 1, ["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Zerstört 50 Statuen der Hingabe an Velidreth in der Wiege der Schatten (Veteranen).", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Zerstört 50 Statuen der Hingabe an Velidreth in der Wiege der Schatten (Veteranen).", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1528] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Spinnenkultschlächter", -["SubCategory_ID"] = 1, ["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 600 Mitglieder des Seidenrings oder ihre Verbündeten unter den Spinnenkindern in der Wiege der Schatten (Veteranen).", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 600 Mitglieder des Seidenrings oder ihre Verbündeten unter den Spinnenkindern in der Wiege der Schatten (Veteranen).", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1529] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Herausforderer der Wiege der Schatten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 2, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für die Wiege der Schatten (Veteranen).", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für die Wiege der Schatten (Veteranen).", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1530] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Keine Angst im Dunkeln", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Durchquert die Spinnenhöhlen in der Wiege der Schatten (Veteranen), ohne mehr als zwei Feuerschalen zu entzünden.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Durchquert die Spinnenhöhlen in der Wiege der Schatten (Veteranen), ohne mehr als zwei Feuerschalen zu entzünden.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1531] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Schattenspiel", -["SubCategory_ID"] = 1, ["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Khephidaen das Spinnenkind in der Wiege der Schatten (Veteranen), ohne eine erloschene Feuerschale erneut zu entzünden.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Khephidaen das Spinnenkind in der Wiege der Schatten (Veteranen), ohne eine erloschene Feuerschale erneut zu entzünden.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1532] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Getrennt gefallen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Dranos Velador in der Wiege der Schatten (Veteranen), ohne eine Kugel aufzunehmen.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Dranos Velador in der Wiege der Schatten (Veteranen), ohne eine Kugel aufzunehmen.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1533] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Netzläufer", -["SubCategory_ID"] = 1, ["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne dass Gruppenmitglieder in den Katakomben sterben.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne dass Gruppenmitglieder in den Katakomben sterben.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1534] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Umarmt die Schatten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne die Atronachenlicht-Synergie zu nutzen.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne die Atronachenlicht-Synergie zu nutzen.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1535] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Hier gibt es nichts zu sehen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne das ein Gruppenmitglied von ihrem Schattensinn erfasst wird.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Velidreth in der Wiege der Schatten (Veteranen), ohne das ein Gruppenmitglied von ihrem Schattensinn erfasst wird.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1536] = { +["name"] = "Gewieft gegen Gift", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Gewieft gegen Gift", ["numCriteria"] = 1, +["description"] = "Besiegt Velidreth in der Wiege der Schatten, ohne dass ein Gruppenmitglied von einem ihrer Giftbeutel getroffen wird.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Velidreth in der Wiege der Schatten, ohne dass ein Gruppenmitglied von einem ihrer Giftbeutel getroffen wird.", -["achievementIndex"] = 3, +["Category_ID"] = 23, } , -[2274] = { +[2463] = { +["name"] = "Reliefreparateur", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Geläutert", -["SubCategory_ID"] = 2, -["achievementIndex"] = 18, -["numCriteria"] = 1, -["Category"] = "Wrathstone", +["numCriteria"] = 17, +["description"] = "Sammelt alle Fragmente des Rithana-di-Renada, einem alten khajiitischen Wandrelief, und bringt sie ins Historienhaus.", +["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 11, } , [1538] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Höhlenforscher im Schatten des Hist", -["SubCategory_ID"] = 1, ["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Schließt die Wiege der Schatten (Veteranen) und die Ruinen von Mazzatun (Veteranen) ab.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Wiege der Schatten (Veteranen) und die Ruinen von Mazzatun (Veteranen) ab.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , -[2275] = { +[2462] = { +["name"] = "Gelehrter über die Drachengarde", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Herausforder der Tiefen von Malatar", -["SubCategory_ID"] = 2, -["achievementIndex"] = 13, -["numCriteria"] = 4, -["Category"] = "Wrathstone", -["points"] = 50, +["numCriteria"] = 13, +["description"] = "Lest alle 13 Drachengarde-Tafeln im verborgenen akavirischen Schrein, der als Dov-Vahl-Schrein bekannt ist.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für die Tiefen von Malatar (Veteranen).", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2276] = { +[2461] = { +["name"] = "Himmelsscherbenjäger des nördlichen Elsweyr", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Verächter der Tiefen", +["numCriteria"] = 18, +["description"] = "Entdeckt alle 18 Himmelsscherben im nördlichen Elsweyr", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, +} +, +[2059] = { +["name"] = "Schall und Rauch", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 2050, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, -["nextId"] = 0, -["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"] = 16, +["description"] = "Schließt die Quest „Das Seltsame an Seht“ ab.", +["Category"] = "Clockwork City", +["points"] = 10, +["nextId"] = 2060, +["Category_ID"] = 21, } , -[2277] = { +[2444] = { +["name"] = "Gruppenwagnis der Nekropole von Krempen", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Höhlenforscher des Grollsteins", -["SubCategory_ID"] = 2, -["achievementIndex"] = 1, -["numCriteria"] = 2, -["Category"] = "Wrathstone", +["numCriteria"] = 1, +["description"] = "Besiegt den Aspekt von Darloc Brae und den Champion von Mehrunnez in der Nekropole von Krempen.", +["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt sowohl das Frostgewölbe (Veteranen) als auch die Tiefen von Malatar (Veteranen) ab.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2293] = { +[2443] = { +["name"] = "Sieger von Orkruh", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Feind des Fenns", -["SubCategory_ID"] = 1, -["achievementIndex"] = 6, -["numCriteria"] = 1, -["Category"] = "Murkmire", +["numCriteria"] = 5, +["description"] = "Besiegt drei der Champions in Orkruh.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Nekromanten Baxilt-Gah in Bok-Xul.", -["Category_ID"] = 17, +["Category_ID"] = 11, } , -[2294] = { -["prevId"] = 0, -["firstID"] = 0, +[2441] = { +["name"] = "Sieger der Nekropole von Krempen", +["achievementIndex"] = 10, ["SubCategory"] = "Exploration", -["name"] = "Dämpfer des Donners", -["SubCategory_ID"] = 1, -["achievementIndex"] = 7, -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt den Morastmergler Schritte-wie-Donner in der hallenden Senke.", -["Category_ID"] = 17, -} -, -[2295] = { ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Meisterangler von Trübmoor", -["numCriteria"] = 12, -["Category"] = "Murkmire", -["points"] = 5, +["numCriteria"] = 5, +["description"] = "Besiegt drei der Champions der Nekropole von Krempen.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in Trübmoor.", -["achievementIndex"] = 6, +["Category_ID"] = 11, } , -[2297] = { +[2438] = { +["name"] = "Drachenzöglingvernichter", +["achievementIndex"] = 9, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Endloser Zorn", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", +["description"] = "Besiegt 200 Manifestationen von Alkoshs Schicksal, Alkoshs Wille, Alkoshs Raserei oder Alkoshs Verderben in Sonnspitz.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Mylenne Mondruferin in der Mondjägerfeste (Veteranen), ohne ihren Zorn aufzuheben.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2298] = { +[2437] = { +["name"] = "Senche-raht-Schlächter", +["achievementIndex"] = 8, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Schwerfällige Hilfe", -["SubCategory_ID"] = 1, -["achievementIndex"] = 3, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", +["description"] = "Besiegt 100 von Alkoshs Brüllen, Jones Sturmkrallen oder Jodes Feuerzähnen in Sonnspitz.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Archivar Ernarde in der Mondjägerfeste, ohne den ersten schwerfälligen Werwolf zu töten.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2299] = { +[2436] = { +["name"] = "Drachenfluch", +["achievementIndex"] = 7, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Bücherwissen", -["SubCategory_ID"] = 1, -["achievementIndex"] = 4, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, +["description"] = "Besiegt alle Feinde zusätzlich zu Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen), ohne dass ein Gruppenmitglied stirbt.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Archivar in der Mondjägerfeste, ohne dass ein Gruppenmitglied Schaden durch Zeichen von Xarxes erleidet.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2300] = { +[2435] = { +["name"] = "Eroberer von Sonnspitz", +["achievementIndex"] = 3, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "An der kurzen Leine", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, +["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen).", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied durch einen festgeketteten Wolf Schaden erleidet.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , [1549] = { +["name"] = "Eroberer der Verbannungszellen I", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Verbannungszellen I", ["numCriteria"] = 5, +["description"] = "Besiegt Zellenspuk, Schattenriss, Angata die Clannbannzähmerin, den Skelett-Zerstörer und Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Zellenspuk, Schattenriss, Angata die Clannbannzähmerin, den Skelett-Zerstörer und Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen).", -["achievementIndex"] = 10, +["Category_ID"] = 5, } , [1550] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Skelettschlächterveteran I", -["SubCategory_ID"] = 2, ["achievementIndex"] = 1, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 350 Skelette in den Verbannungszellen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 350 Skelette in den Verbannungszellen I (Veteranen).", ["Category_ID"] = 5, } , [1551] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Daedra", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 100 Daedra in den Verbannungszellen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 100 Daedra in den Verbannungszellen I (Veteranen).", ["Category_ID"] = 5, } , [1552] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Verbannungszellen I", +["achievementIndex"] = 2, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1553] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Verbannungszellen I", +["achievementIndex"] = 1, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Zellenspuk, Schattenriss, Angata die Clannbannzähmerin, den Skelett-Zerstörer, und Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Zellenspuk, Schattenriss, Angata die Clannbannzähmerin, den Skelett-Zerstörer, und Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1554] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Seelenspalter", +["achievementIndex"] = 2, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Sippenhochfürst Rilis in den Verbannungszellen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1555] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Verbannungszellen II", +["achievementIndex"] = 14, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 6, +["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.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["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.", ["Category_ID"] = 4, } , [1556] = { +["name"] = "Eroberer der Pilzgrotte I", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Pilzgrotte I", ["numCriteria"] = 5, +["description"] = "Besiegt Tazkad den Rudelführer, Kriegshäuptling Ozozai, die Brutbringerin, Klapperschere und Kra\'gh den Dreughkönig in der Pilzgrotte I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Tazkad den Rudelführer, Kriegshäuptling Ozozai, die Brutbringerin, Klapperschere und Kra\'gh den Dreughkönig in der Pilzgrotte I.", -["achievementIndex"] = 15, +["Category_ID"] = 5, } , [1557] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Goblins", -["SubCategory_ID"] = 2, ["achievementIndex"] = 6, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 450 Goblins in der Pilzgrotte I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 450 Goblins in der Pilzgrotte I (Veteranen).", ["Category_ID"] = 5, } , [1558] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Dreugh", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 50 Dreugh in der Pilzgrotte I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 50 Dreugh in der Pilzgrotte I (Veteranen).", ["Category_ID"] = 5, } , [1559] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Pilzgrotte I", +["achievementIndex"] = 4, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1560] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Pilzgrotte I", +["achievementIndex"] = 3, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1561] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Fang des Tages", +["achievementIndex"] = 4, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Dreughkönig in der Pilzgrotte I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Dreughkönig in der Pilzgrotte I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1562] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Pilzgrotte II", +["achievementIndex"] = 15, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt Mephalas Biss, Gamye Bandu, Ciirenas die Hirtin, Mephalas Brut, Reggr Dunkeldämmern und Vila Theran in der Pilzgrotte II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Mephalas Biss, Gamye Bandu, Ciirenas die Hirtin, Mephalas Brut, Reggr Dunkeldämmern und Vila Theran in der Pilzgrotte II.", ["Category_ID"] = 4, } , [1563] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Pilzgrotte II", +["achievementIndex"] = 4, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Mephalas Biss, Gamyne Bandu, Ciirenas die Hirtin, Mephalas Brut, Reggr Dunkeldämmern und Vila Theran in der Pilzgrotte II (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Mephalas Biss, Gamyne Bandu, Ciirenas die Hirtin, Mephalas Brut, Reggr Dunkeldämmern und Vila Theran in der Pilzgrotte II (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1564] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Verbannungszellen II", +["achievementIndex"] = 2, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt zuerst Hüterin Imiril, Areldur und Voranil, sowie den Schlund des Infernalen, die Schwestern Sihna und Vera in den Verbannungszellen II (Veteranen), bevor Ihr anschließend Sippenhochfürst Rilis besiegt, ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt zuerst Hüterin Imiril, Areldur und Voranil, sowie den Schlund des Infernalen, die Schwestern Sihna und Vera in den Verbannungszellen II (Veteranen), bevor Ihr anschließend Sippenhochfürst Rilis besiegt, ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1565] = { +["name"] = "Eroberer der Spindeltiefen I", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Spindeltiefen I", ["numCriteria"] = 5, +["description"] = "Besiegt Spindelbrut, die Schwarmmutter, Cerise die Witwenmacherin, Rabbu den Großen und die Flüsterin in den Spindeltiefen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Spindelbrut, die Schwarmmutter, Cerise die Witwenmacherin, Rabbu den Großen und die Flüsterin in den Spindeltiefen I (Veteranen).", -["achievementIndex"] = 8, +["Category_ID"] = 5, } , [1566] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Spinnen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 10, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 600 Spinnen in den Spindeltiefen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 600 Spinnen in den Spindeltiefen I (Veteranen).", ["Category_ID"] = 5, } , [1567] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Verdorbenen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 9, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 350 Verdorbene in den Spindeltiefen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 350 Verdorbene in den Spindeltiefen I (Veteranen).", ["Category_ID"] = 5, } , [1568] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Spindeltiefen I", +["achievementIndex"] = 6, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1569] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Spindeltiefen I", +["achievementIndex"] = 5, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Schwarmmutter und die Flüsterin in den Spindeltiefen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Schwarmmutter und die Flüsterin in den Spindeltiefen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1570] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Endlich Stille", +["achievementIndex"] = 6, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Flüsterin in den Spindeltiefen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Flüsterin in den Spindeltiefen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1571] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Spindeltiefen II", +["achievementIndex"] = 16, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt Mortine den Verrückten, Blutbrut, Praxin Douare, die drei Fleischatronachen, Urvan Veleth und Vorenor Winterkind in den Spindeltiefen II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Mortine den Verrückten, Blutbrut, Praxin Douare, die drei Fleischatronachen, Urvan Veleth und Vorenor Winterkind in den Spindeltiefen II.", ["Category_ID"] = 4, } , [1572] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Spindeltiefen II", +["achievementIndex"] = 6, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Mortine den Verrückten, die Blutbrut, Praxin Douare, das Trio aus Fleischatronachen, Urvan Veleth und Vorenor Winterkind in den Spindeltiefen II (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Mortine den Verrückten, die Blutbrut, Praxin Douare, das Trio aus Fleischatronachen, Urvan Veleth und Vorenor Winterkind in den Spindeltiefen II (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1573] = { +["name"] = "Eroberer des Eldengrunds I", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer des Eldengrunds I", ["numCriteria"] = 6, +["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth in Eldengrund I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth in Eldengrund I (Veteranen).", -["achievementIndex"] = 23, +["Category_ID"] = 5, } , [1574] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben des Dunkelfarns", -["SubCategory_ID"] = 2, ["achievementIndex"] = 14, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 400 Dunkelfarnorks im Eldengrund I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 400 Dunkelfarnorks im Eldengrund I (Veteranen).", ["Category_ID"] = 5, } , [1575] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Alit", -["SubCategory_ID"] = 2, ["achievementIndex"] = 13, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 100 Alit im Eldengrund I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 100 Alit im Eldengrund I (Veteranen).", ["Category_ID"] = 5, } , [1576] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine des Eldengrunds I", +["achievementIndex"] = 8, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth in Eldengrund I (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Thalmor angegriffen habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth in Eldengrund I (Veteranen) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Thalmor angegriffen habt.", ["Category_ID"] = 5, } , [1577] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender von Eldenwurz I", +["achievementIndex"] = 7, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth in Eldengrund I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Akash gra-Mal, den uralten Zweigling, Würgedorn, Nenesh gro-Mal, Blattgärer und Stiftsvogt Oraneth in Eldengrund I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1578] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Stiftsvogtsplünderer", +["achievementIndex"] = 8, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Stiftsvogt Oraneth in Eldengrund I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Stiftsvogt Oraneth in Eldengrund I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1579] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger des Eldengrunds II", +["achievementIndex"] = 17, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt Dubroze den Heimsucher, Dunkelwurz, Azara die Furchtbringerin, Düsterlicht, die Schattenwache und Bogdan die Nachtflamme in Eldengrund II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Dubroze den Heimsucher, Dunkelwurz, Azara die Furchtbringerin, Düsterlicht, die Schattenwache und Bogdan die Nachtflamme in Eldengrund II.", ["Category_ID"] = 4, } , [1580] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender von Eldengrund II", +["achievementIndex"] = 8, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Dubroze den Heimsucher, Dunkelwurz, Azara die Furchtbringerin, Düsterlicht, die Schattenwache und Bogdan die Nachtflamme in Eldenwurz II, ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Dubroze den Heimsucher, Dunkelwurz, Azara die Furchtbringerin, Düsterlicht, die Schattenwache und Bogdan die Nachtflamme in Eldenwurz II, ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1581] = { +["name"] = "Eroberer der Dunkelschattenkavernen I", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Dunkelschattenkavernen I", ["numCriteria"] = 6, +["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).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 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).", -["achievementIndex"] = 13, +["Category_ID"] = 5, } , [1582] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Grubenratten", -["SubCategory_ID"] = 2, ["achievementIndex"] = 18, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 175 Grubenratten-Haudraufe in den Dunkelschattenkavernen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 175 Grubenratten-Haudraufe in den Dunkelschattenkavernen I (Veteranen).", ["Category_ID"] = 5, } , [1583] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Kwama", -["SubCategory_ID"] = 2, ["achievementIndex"] = 17, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 300 Kwama in den Dunkelschattenkavernen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 300 Kwama in den Dunkelschattenkavernen I (Veteranen).", ["Category_ID"] = 5, } , [1584] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Dunkelschattenkavernen I", +["achievementIndex"] = 10, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 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 innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald ein Gruppenmitglied in die Kavernen hinabsteigt.", ["Category_ID"] = 5, } , [1585] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Dunkelschattenkavernen I", +["achievementIndex"] = 9, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Oberhirtin Neloren, Vorarbeiter Llothan, den Schwarmfürsten, den Höhlenpatriarchen, den Wachposten von Rkugamz und die Schnittersphäre in den Dunkelschattenkavernen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 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), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1586] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Garantie längst abgelaufen", +["achievementIndex"] = 10, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Wachposten von Rkugamz in den Dunkelschattenkavernen I, nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Wachposten von Rkugamz in den Dunkelschattenkavernen I, nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1587] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Dunkelschattenkavernen II", +["achievementIndex"] = 18, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["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.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["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.", ["Category_ID"] = 4, } , [1588] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Dunkelschattenkavernen II", +["achievementIndex"] = 10, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den gefallenen Vorarbeiter, den verwandelten Schwarmfürsten, den verwandelten Alit, Grobull den Verwandelten, die Maschinengarnison und den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den gefallenen Vorarbeiter, den verwandelten Schwarmfürsten, den verwandelten Alit, Grobull den Verwandelten, die Maschinengarnison und den Maschinenwächter in den Dunkelschattenkavernen II (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1589] = { +["name"] = "Eroberer der Kanalisation von Wegesruh I", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Kanalisation von Wegesruh I", ["numCriteria"] = 6, +["description"] = "Besiegt Schleimkropf, Ermittler Garron, den Rattenflüsterer, Uulgarg den Hungrigen, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Schleimkropf, Ermittler Garron, den Rattenflüsterer, Uulgarg den Hungrigen, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen).", -["achievementIndex"] = 5, +["Category_ID"] = 5, } , [1590] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Skeever", -["SubCategory_ID"] = 2, ["achievementIndex"] = 22, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 800 Skeever in der Kanalisation von Wegesruh I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 800 Skeever in der Kanalisation von Wegesruh I.", ["Category_ID"] = 5, } , [1591] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Söldner", -["SubCategory_ID"] = 2, ["achievementIndex"] = 21, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 500 Pellingare-Söldner in der Kanalisation von Wegesruh I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 500 Pellingare-Söldner in der Kanalisation von Wegesruh I (Veteranen).", ["Category_ID"] = 5, } , [1592] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Kanalisation von Wegesruh I", +["achievementIndex"] = 12, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1593] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Kanalisation von Wegesruh I", +["achievementIndex"] = 11, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Schleimkropf, Ermittler Garron, den Rattenflüsterer, Uulgarg den Hungrigen, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Schleimkropf, Ermittler Garron, den Rattenflüsterer, Uulgarg den Hungrigen, Varaine Pellingare und Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1594] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Ab in die Gosse", +["achievementIndex"] = 12, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Allene Pellingare in der Kanalisation von Wegesruh I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1595] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Kanalisation von Wegesruh II", +["achievementIndex"] = 19, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 6, +["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.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["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.", ["Category_ID"] = 4, } , [1596] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Kanalisation von Wegesruh II", +["achievementIndex"] = 12, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Malubeth die Auspeitscherin, Garron den Zurückgekehrten und Varaine und Allene Pellingare in der Kanalisation von Wegesruh II (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Malubeth die Auspeitscherin, Garron den Zurückgekehrten und Varaine und Allene Pellingare in der Kanalisation von Wegesruh II (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1597] = { +["name"] = "Eroberer der Stadt der Asche I", +["achievementIndex"] = 13, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Stadt der Asche I", ["numCriteria"] = 6, +["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).", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I (Veteranen).", -["achievementIndex"] = 4, +["Category_ID"] = 5, } , [1598] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Unheilsbruten der Totenländer", -["SubCategory_ID"] = 2, ["achievementIndex"] = 25, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 550 Unheilsbruten in der Stadt der Asche I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 550 Unheilsbruten in der Stadt der Asche I (Veteranen).", ["Category_ID"] = 5, } , [1599] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Flammenatronachen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 26, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 60 Flammenatronachen in der Stadt der Asche I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 60 Flammenatronachen in der Stadt der Asche I (Veteranen).", ["Category_ID"] = 5, } , [1600] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Stadt der Asche I", +["achievementIndex"] = 14, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1601] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Stadt der Asche I", +["achievementIndex"] = 13, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Infernalen Wächter, den Hüter des Schreins und Klingenmeister Erthas in der Stadt der Asche I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1602] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Feuerbrigade", +["achievementIndex"] = 14, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Klingenmeister Erthas in der Stadt der Asche I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Klingenmeister Erthas in der Stadt der Asche I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1603] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Stadt der Asche II", +["achievementIndex"] = 20, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Besiegt Horvantud den Feuerschlund, den Aschtitan und Valkyn Skoria in der Stadt der Asche II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Horvantud den Feuerschlund, den Aschtitan und Valkyn Skoria in der Stadt der Asche II.", ["Category_ID"] = 4, } , [1604] = { +["name"] = "Eroberer von Arx Corinium", +["achievementIndex"] = 18, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer von Arx Corinium", ["numCriteria"] = 6, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 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.", -["achievementIndex"] = 3, +["Category_ID"] = 5, } , [1605] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Lamien", -["SubCategory_ID"] = 2, ["achievementIndex"] = 29, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 400 Lamien in Arx Corinium (Veteranen)", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 400 Lamien in Arx Corinium (Veteranen)", ["Category_ID"] = 5, } , [1606] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Schlangen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 30, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 175 Riesenschlangen in Arx Corinium (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 175 Riesenschlangen in Arx Corinium (Veteranen).", ["Category_ID"] = 5, } , [1607] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine von Arx Corinium", +["achievementIndex"] = 16, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1608] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender von Arx Corinium", -["SubCategory_ID"] = 3, ["achievementIndex"] = 15, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die zahnbewehrte Bedrohung, Ganakton das Gewitter, Sliklenia die Sangesherrin, Matrone Ixniaa, den uralten Schlurfer, und Sellistrix die Lamienkönigin in Arx Corinium (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die zahnbewehrte Bedrohung, Ganakton das Gewitter, Sliklenia die Sangesherrin, Matrone Ixniaa, den uralten Schlurfer, und Sellistrix die Lamienkönigin in Arx Corinium (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1609] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Schlangenhäuter", +["achievementIndex"] = 16, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Sellistrix die Lamienkönigin in Arx Corinium (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Sellistrix die Lamienkönigin in Arx Corinium (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1610] = { +["name"] = "Eroberer der Krypta der Herzen I", +["achievementIndex"] = 19, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Krypta der Herzen I", ["numCriteria"] = 6, +["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).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 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).", -["achievementIndex"] = 12, +["Category_ID"] = 5, } , [1611] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Zombies der Krypta", -["SubCategory_ID"] = 2, ["achievementIndex"] = 32, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 400 Zombies in der Krypta der Herzen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 400 Zombies in der Krypta der Herzen I (Veteranen).", ["Category_ID"] = 5, } , [1612] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Kryptaskelette", -["SubCategory_ID"] = 2, ["achievementIndex"] = 31, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 400 Skelette in der Krypta der Herzen I (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 400 Skelette in der Krypta der Herzen I (Veteranen).", ["Category_ID"] = 5, } , [1613] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Krypta der Herzen I", +["achievementIndex"] = 17, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 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) innerhalb von 20 Minuten, nachdem das Verlies gestartet wurde. Die Zeit läuft, sobald Ihr die erste Gruppe Untoter angreift.", ["Category_ID"] = 5, } , [1614] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Krypta der Herzen I", -["SubCategory_ID"] = 3, ["achievementIndex"] = 16, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Magiermeister, Erzmeister Siniel, den Giganten des Todes, Uulkar Knochenhand, Dogas den Berserker und die Ilambris-Zwillinge in der Krypta der Herzen I (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 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), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1615] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Eine Krypta für Zwei", +["achievementIndex"] = 17, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Ilambriszwillinge in der Krypta der Herzen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Ilambriszwillinge in der Krypta der Herzen I (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1616] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Group Dungeons", ["name"] = "Sieger der Krypta der Herzen II", +["achievementIndex"] = 21, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt Ibelgast, Ruzozuzalpamaz, den Kammerwächter, die Ilambris-Zwillinge, das Ilambris-Amalgam, Mezeluth und Nerien\'eth in der Krypta der Herzen II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Ibelgast, Ruzozuzalpamaz, den Kammerwächter, die Ilambris-Zwillinge, das Ilambris-Amalgam, Mezeluth und Nerien\'eth in der Krypta der Herzen II.", ["Category_ID"] = 4, } , [1617] = { +["name"] = "Eroberer der Orkaninsel", +["achievementIndex"] = 21, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Orkaninsel", ["numCriteria"] = 6, +["description"] = "Schließt die Orkaninsel (Veteranen) ab, indem Ihr Sonolia die Matriarchin, Valaran Sturmrufer, Yalorasse die Sprecherin, Sturmfaust, Kommodore Ohmanil und Sturmvogt Neidir besiegt.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 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.", -["achievementIndex"] = 7, +["Category_ID"] = 5, } , [1618] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Lamien der Orkaninsel", -["SubCategory_ID"] = 2, ["achievementIndex"] = 36, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 600 Lamien auf der Orkaninsel (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 600 Lamien auf der Orkaninsel (Veteranen).", ["Category_ID"] = 5, } , [1619] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Seevipern", -["SubCategory_ID"] = 2, ["achievementIndex"] = 35, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 550 Seevipern auf der Orkaninsel (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 550 Seevipern auf der Orkaninsel (Veteranen).", ["Category_ID"] = 5, } , [1620] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Orkaninsel", -["SubCategory_ID"] = 4, ["achievementIndex"] = 19, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1621] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Orkaninsel", -["SubCategory_ID"] = 3, ["achievementIndex"] = 18, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Sonolia die Matriarchin, Valaran Sturmrufer, Yalorasse die Sprecherin, Sturmfaust, Kommodore Ohmanil und Sturmvogt Neidir auf der Orkaninsel (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Sonolia die Matriarchin, Valaran Sturmrufer, Yalorasse die Sprecherin, Sturmfaust, Kommodore Ohmanil und Sturmvogt Neidir auf der Orkaninsel (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1622] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Seebestattung", +["achievementIndex"] = 19, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Sturmvogt Neidir auf der Orkaninsel (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Sturmvogt Neidir auf der Orkaninsel (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1623] = { +["name"] = "Eroberer von Burg Grauenfrost", +["achievementIndex"] = 22, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer von Burg Grauenfrost", ["numCriteria"] = 6, +["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).", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 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).", -["achievementIndex"] = 2, +["Category_ID"] = 5, } , [1624] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Draugr", -["SubCategory_ID"] = 2, ["achievementIndex"] = 37, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 325 Draugr auf Burg Grauenfrost.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 325 Draugr auf Burg Grauenfrost.", ["Category_ID"] = 5, } , [1625] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Eisskelette", -["SubCategory_ID"] = 2, ["achievementIndex"] = 38, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 350 Eisskelette auf Burg Grauenfrost (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 350 Eisskelette auf Burg Grauenfrost (Veteranen).", ["Category_ID"] = 5, } , [1626] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Burg Grauenfrost", -["SubCategory_ID"] = 4, ["achievementIndex"] = 20, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1627] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Burg Grauenfrost", -["SubCategory_ID"] = 3, ["achievementIndex"] = 19, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Zahnknirscher den Frostgebundenen, den Wächter der Flamme, Droddas Lehrling, Droddas Schreckensfürsten, Eisherz und Drodda von Eiskap auf Burg Grauenfrost (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Zahnknirscher den Frostgebundenen, den Wächter der Flamme, Droddas Lehrling, Droddas Schreckensfürsten, Eisherz und Drodda von Eiskap auf Burg Grauenfrost (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1628] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Kalt abserviert", +["achievementIndex"] = 20, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Drodda von Eiskap auf Burg Grauenfrost (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Drodda von Eiskap auf Burg Grauenfrost (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1629] = { +["name"] = "Eroberer von Volenfell", +["achievementIndex"] = 23, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer von Volenfell", ["numCriteria"] = 6, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 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.", -["achievementIndex"] = 27, +["Category_ID"] = 5, } , [1630] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Schatzjäger", -["SubCategory_ID"] = 2, ["achievementIndex"] = 40, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 250 Schatzjäger in Volenfell (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 250 Schatzjäger in Volenfell (Veteranen).", ["Category_ID"] = 5, } , [1631] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Dwemerkonstrukte", -["SubCategory_ID"] = 2, ["achievementIndex"] = 39, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 300 Dwemerkonstrukte in Volenfell (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 300 Dwemerkonstrukte in Volenfell (Veteranen).", ["Category_ID"] = 5, } , [1632] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine von Volenfell", -["SubCategory_ID"] = 4, ["achievementIndex"] = 21, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1633] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender von Volenfell", -["SubCategory_ID"] = 3, ["achievementIndex"] = 20, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Wüstenlöwen, Quintus Verres und den monströsen Gargylen, Brühbiss, Bebenschuppe, das instabile Konstrukt und das Wächterkonzil in Volenfell (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Wüstenlöwen, Quintus Verres und den monströsen Gargylen, Brühbiss, Bebenschuppe, das instabile Konstrukt und das Wächterkonzil in Volenfell (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1634] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Die waren nur eingerostet", +["achievementIndex"] = 21, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Konstrukte des Wächters in Volenfell (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Konstrukte des Wächters in Volenfell (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1635] = { +["name"] = "Eroberer von Selenes Netz", +["achievementIndex"] = 24, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer von Selenes Netz", ["numCriteria"] = 6, +["description"] = "Schließt Selenes Netz (Veteranen) ab, indem Ihr Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene besiegt.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt Selenes Netz (Veteranen) ab, indem Ihr Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene besiegt.", -["achievementIndex"] = 14, +["Category_ID"] = 5, } , [1636] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben von Selenes Netz", -["SubCategory_ID"] = 2, ["achievementIndex"] = 41, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 250 Bosmer in Selenes Netz (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 250 Bosmer in Selenes Netz (Veteranen).", ["Category_ID"] = 5, } , [1637] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Spinnen von Selenes Netz", -["SubCategory_ID"] = 2, ["achievementIndex"] = 42, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 250 Spinnen in Selenes Netz (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 250 Spinnen in Selenes Netz (Veteranen).", ["Category_ID"] = 5, } , [1638] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine von Selenes Netz", -["SubCategory_ID"] = 4, ["achievementIndex"] = 22, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1639] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender von Selenes Netz", -["SubCategory_ID"] = 3, ["achievementIndex"] = 21, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene in Selenes Netz (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Baumthane Kerninn, Langkralle, Königin Aklayah, Faulfell, Mennir Vielbein und Selene in Selenes Netz (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1640] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Alles abgewickelt", +["achievementIndex"] = 22, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Selene in Selenes Netz (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Selene in Selenes Netz (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1641] = { +["name"] = "Eroberer der Gesegneten Feuerprobe", +["achievementIndex"] = 25, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Gesegneten Feuerprobe", ["numCriteria"] = 6, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 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.", -["achievementIndex"] = 9, +["Category_ID"] = 5, } , [1642] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Gladiatoren", -["SubCategory_ID"] = 2, ["achievementIndex"] = 44, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 500 Gladiatoren in der Gesegneten Feuerprobe (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 500 Gladiatoren in der Gesegneten Feuerprobe (Veteranen).", ["Category_ID"] = 5, } , [1643] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Durzog", -["SubCategory_ID"] = 2, ["achievementIndex"] = 43, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 150 Durzog in der Gesegneten Feuerprobe (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 150 Durzog in der Gesegneten Feuerprobe (Veteranen).", ["Category_ID"] = 5, } , [1644] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Gesegneten Feuerprobe", -["SubCategory_ID"] = 4, ["achievementIndex"] = 23, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1645] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Gesegneten Feuerprobe", -["SubCategory_ID"] = 3, ["achievementIndex"] = 22, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Grunzer den Gewitzten, das Rudel, Teranya die Gesichtslose, den Trollkönig, Hauptmann Thoran, die Bestienmeisterin und die Lavakönigin in der Gesegneten Feuerprobe (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Grunzer den Gewitzten, das Rudel, Teranya die Gesichtslose, den Trollkönig, Hauptmann Thoran, die Bestienmeisterin und die Lavakönigin in der Gesegneten Feuerprobe (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1646] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Feuerkrönung", +["achievementIndex"] = 23, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Lavakönigin in der Gesegneten Feuerprobe (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt die Lavakönigin in der Gesegneten Feuerprobe (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1647] = { +["name"] = "Eroberer des Schwarzherz-Unterschlupfs", +["achievementIndex"] = 26, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer des Schwarzherz-Unterschlupfs", ["numCriteria"] = 6, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 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.", -["achievementIndex"] = 6, +["Category_ID"] = 5, } , [1648] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Piraten", -["SubCategory_ID"] = 2, ["achievementIndex"] = 46, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 500 Unterschlupf-Piraten im Schwarzherz-Unterschlupf (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 500 Unterschlupf-Piraten im Schwarzherz-Unterschlupf (Veteranen).", ["Category_ID"] = 5, } , [1649] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Harpyien", -["SubCategory_ID"] = 2, ["achievementIndex"] = 45, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 400 Harpyien im Schwarzherz-Unterschlupf (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 400 Harpyien im Schwarzherz-Unterschlupf (Veteranen).", ["Category_ID"] = 5, } , [1650] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine des Schwarzherz-Unterschlupfs", -["SubCategory_ID"] = 4, ["achievementIndex"] = 24, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1651] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender des Schwarzherz-Unterschlupfs", -["SubCategory_ID"] = 3, ["achievementIndex"] = 23, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Eiserne-Ferse, Atarus, den ersten Maat Wellenschnitt, die Hortmutter, Leeres Herz und Kapitän Schwarzherz im Schwarzherz-Unterschlupf (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Eiserne-Ferse, Atarus, den ersten Maat Wellenschnitt, die Hortmutter, Leeres Herz und Kapitän Schwarzherz im Schwarzherz-Unterschlupf (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1652] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Sorgfältig geplündert", +["achievementIndex"] = 24, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Kapitän Schwarzherz im Schwarzherz-Unterschlupf (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Kapitän Schwarzherz im Schwarzherz-Unterschlupf (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1653] = { +["name"] = "Eroberer der Kammern des Wahnsinns", +["achievementIndex"] = 27, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Eroberer der Kammern des Wahnsinns", ["numCriteria"] = 8, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 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.", -["achievementIndex"] = 11, +["Category_ID"] = 5, } , [1654] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der Dremora", -["SubCategory_ID"] = 2, ["achievementIndex"] = 47, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 150 Dremora in den Kammern des Wahnsinns (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 150 Dremora in den Kammern des Wahnsinns (Veteranen).", ["Category_ID"] = 5, } , [1655] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Slayer Challenges", ["name"] = "Verderben der verwilderten Beraubten", -["SubCategory_ID"] = 2, ["achievementIndex"] = 48, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 750 verwilderte Beraubte in den Kammern des Wahnsinns (Veteranen).", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 750 verwilderte Beraubte in den Kammern des Wahnsinns (Veteranen).", ["Category_ID"] = 5, } , [1656] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Speed Challenges", ["name"] = "Assassine der Kammern des Wahnsinns", -["SubCategory_ID"] = 4, ["achievementIndex"] = 25, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 5, } , [1657] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Survivor Challenges", ["name"] = "Überlebender der Kammern des Wahnsinns", -["SubCategory_ID"] = 3, ["achievementIndex"] = 24, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Verfluchten, Ulguna Seelenplünderer, den Kopf des Todes, Grothdarr, Achaeraizur, den Uralten, Iskra das Omen und den Verrückten Architekten in den Kammern des Wahnsinns (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Verfluchten, Ulguna Seelenplünderer, den Kopf des Todes, Grothdarr, Achaeraizur, den Uralten, Iskra das Omen und den Verrückten Architekten in den Kammern des Wahnsinns (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 5, } , [1658] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Death Challenges", ["name"] = "Der neue Bürgermeister der verrückten Stadt", +["achievementIndex"] = 25, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Verrückten Architekten in den Kammern des Wahnsinns (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Verrückten Architekten in den Kammern des Wahnsinns (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category_ID"] = 5, } , [1659] = { +["name"] = "Meister des Stils der dro-m\'Athra", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Meister des Stils der dro-m\'Athra", ["numCriteria"] = 14, +["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"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 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.", -["achievementIndex"] = 7, +["Category_ID"] = 25, } , [1660] = { +["name"] = "Meister des Stils des Ordens der Stunde", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Meister des Stils des Ordens der Stunde", ["numCriteria"] = 14, +["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"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 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.", -["achievementIndex"] = 9, +["Category_ID"] = 24, } , [1661] = { +["name"] = "Meister des Stils der Dunklen Bruderschaft", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Meister des Stils der Dunklen Bruderschaft", ["numCriteria"] = 14, +["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"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 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.", -["achievementIndex"] = 7, +["Category_ID"] = 24, } , [1662] = { +["name"] = "Meister des Stils der Minotauren", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Meister des Stils der Minotauren", ["numCriteria"] = 14, +["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"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 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.", -["achievementIndex"] = 8, +["Category_ID"] = 24, } , [1663] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Anomaler Gelehrter", +["achievementIndex"] = 8, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Entdeckt und bewältigt alle fünf magischen Anomalien in Kargstein.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und bewältigt alle fünf magischen Anomalien in Kargstein.", ["Category_ID"] = 6, } , [1664] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Entweiher der Anka-Ra", +["achievementIndex"] = 7, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Entdeckt und bewältigt alle fünf Stätten der Anka-Ra in Kargstein.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und bewältigt alle fünf Stätten der Anka-Ra in Kargstein.", ["Category_ID"] = 6, } , [1665] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Craglorn", ["name"] = "Nirnkruxinspekteur", +["achievementIndex"] = 9, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Entdeckt und bewältigt alle fünf Nirnkruxminen der Eisenorks in Kargstein.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und bewältigt alle fünf Nirnkruxminen der Eisenorks in Kargstein.", ["Category_ID"] = 6, } , -[2320] = { +[2434] = { +["name"] = "Sonnspitzsprinter", +["achievementIndex"] = 4, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Chronik-Chronologe", -["numCriteria"] = 12, -["Category"] = "Murkmire", +["numCriteria"] = 1, +["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.", +["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Sammelt alle Steintafeln des Xinchei-Konu, einem alten argonischen Kalender, und bringt sie zurück.", -["achievementIndex"] = 3, +["Category_ID"] = 11, } , -[2330] = { +[2433] = { +["name"] = "Sonnspitz abgeschlossen", +["achievementIndex"] = 2, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Verstohlen beschattet", -["SubCategory_ID"] = 1, -["achievementIndex"] = 13, -["numCriteria"] = 5, -["Category"] = "Murkmire", -["points"] = 5, +["numCriteria"] = 1, +["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Trefft die Schattenschuppe, die besonderes Interesse an Euren Aktivitäten in Trübmoor gezeigt hat.", -["Category_ID"] = 17, +["Category_ID"] = 11, } , -[2331] = { +[2432] = { +["name"] = "Höhlenforscher der Schuppenbrecher", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Held von Trübmoor", -["numCriteria"] = 5, -["Category"] = "Murkmire", +["numCriteria"] = 2, +["description"] = "Schließt sowohl die Mondgrab-Tempelstadt (Veteranen) als auch den Hort von Maarselok (Veteranen) ab.", +["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Trübmoor zu werden.", -["achievementIndex"] = 2, +["Category_ID"] = 16, } , -[2332] = { +[2431] = { +["name"] = "Zorn der Natur", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Abenteurer in Trübmoor", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 15, +["description"] = "Besiegt alle Gegner zusätzlich zu Selene, Maarselok im Flug, dem Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok in seinem Nest innerhalb von 35 Minuten nach dem Betreten des Horts von Maarselok (Veteranen), nachdem Ihr die Azurfäule-Saat benutzt habt und ohne dass ein Gruppenmitglied getötet wird.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 20 Quests der Hauptgeschichte von Trübmoor ab.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2333] = { +[2430] = { +["name"] = "Herausforderer des Horts von Maarselok", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Fallen und Schätze", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für den Hort von Maarselok (Veteranen).", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Quest „Versunkene Schätze“ ab.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2334] = { +[2429] = { +["name"] = "Unvergängliche Beständigkeit", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Suche nach dem Vergessenen", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Besiegt alle Gegner zusätzlich zu Selene, Maarselok im Flug, dem Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok im Hort von Maarselok (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Quest „Vermisst in Trübmoor“ ab.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2335] = { +[2428] = { +["name"] = "Meisterjäter", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Mysterien des Überrests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Besiegt alle Gegner zusätzlich zu Selene, Maarselok im Flug, dem Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok in seinem Nest innerhalb von 35 Minuten nach dem Betreten des Horts von Maarselok (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe von Feinden angreift.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Quest „Flüstern im Wald“ ab.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2342] = { +[2427] = { +["name"] = "Selenes Retter", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Voriplasmaschlächter", -["SubCategory_ID"] = 1, -["achievementIndex"] = 10, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, +["description"] = "Besiegt Maarselok in seinem Nest im Hort von Maarselok (Veteranen), nachdem Ihr die Azurfäule-Saat benutzt habt.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt 100 Voriplasmen in Trübmoor.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2344] = { +[2426] = { +["name"] = "Eroberer des Horts von Maarselok", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2344, -["SubCategory"] = "Quests", -["name"] = "Kuriositäten sammeln", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, -["nextId"] = 2345, -["description"] = "Schließt eine tägliche Gewölbeaufgabe von Varo Hosidias ab.", -["Category_ID"] = 17, +["firstID"] = 0, +["numCriteria"] = 5, +["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"] = "Scalebreaker", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2345] = { +[2425] = { +["name"] = "Sieger des Horts von Maarselok", +["achievementIndex"] = 6, +["SubCategory"] = "General", ["prevId"] = 0, -["firstID"] = 2344, -["SubCategory"] = "Quests", -["name"] = "Antiquitäten akquirieren", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Murkmire", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Besiegt Selene, Maarselok im Flug, den Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok in seinem Nest im Hort von Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["nextId"] = 2346, -["description"] = "Schließt 10 tägliche Gewölbeaufgaben von Varo Hosidias ab.", -["Category_ID"] = 17, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2346] = { +[2424] = { +["name"] = "Schlächter der Azurfäule-Konstrukte", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2344, -["SubCategory"] = "Quests", -["name"] = "Erbstücke erlangen", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 15, +["description"] = "Besiegt 50 Azurfäule-Schlurfer oder Azurfäule-Heimsucher im Hort von Maarselok (Veteranen).", +["Category"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Gewölbeaufgaben von Varo Hosidias ab.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2347] = { +[2423] = { +["name"] = "Schlächter der Azurfäule-Infizierten", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2347, -["SubCategory"] = "Quests", -["name"] = "Stark wie ein Naga", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, -["nextId"] = 2348, -["description"] = "Schließt eine tägliche Aufgabe gegen Anführer von Bolu ab.", -["Category_ID"] = 17, +["description"] = "Besiegt 400 Azurfäule-Infizierte im Hort von Maarselok (Veteranen).", +["Category"] = "Scalebreaker", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2348] = { +[2422] = { +["name"] = "Entzahnter Verschlinger", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2347, -["SubCategory"] = "Quests", -["name"] = "Mutig wie ein Naga", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, -["nextId"] = 2349, -["description"] = "Schließt 10 tägliche Aufgaben gegen Anführer von Bolu ab.", -["Category_ID"] = 17, +["description"] = "Besiegt alle Gegner zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf nach Benutzung des Sangiin-Hämoheloten innerhalb von 30 Minuten nach Betreten der Mondgrab-Tempelstadt (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe angreift, ohne dass ein Gruppenmitglied stirbt.", +["Category"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2349] = { +[2421] = { +["name"] = "Herausforderer der Mondgrab-Tempelstadt", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2347, -["SubCategory"] = "Quests", -["name"] = "Kühn wie ein Naga", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 15, +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für die Mondgrab-Tempelstadt (Veteranen).", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Aufgaben gegen Anführer von Bolu ab.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2353] = { +[2420] = { +["name"] = "Erforscher der Schuppenbrecher", +["achievementIndex"] = 1, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Die Nachkommen", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Betretet die Mondgrab-Tempelstadt oder den Hort von Maarselok zum ersten Mal.", +["Category"] = "Scalebreaker", +["points"] = 5, ["nextId"] = 0, -["description"] = "Helft den Hellhälsen dabei, die Zukunft ihres Stammes zu sichern.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2354] = { +[2419] = { +["name"] = "Grabesflucht", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Kaltblütig mit warmem Herz", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Besiegt alle Gegner zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf in der Mondgrab-Tempelstadt (Veteranen), ohne dass ein Gruppenmitglied stirbt.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Helft den Totwasser dabei, ihren Weg zu beschreiten.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2355] = { +[2418] = { +["name"] = "Blutrausch", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Freund von Trübmoor", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, -["numCriteria"] = 3, -["Category"] = "Murkmire", -["points"] = 15, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt alle Gegner zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf innerhalb von 30 Minuten nach Betreten der Mondgrab-Tempelstadt (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe angreift.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Freundet Euch mit dem Hellhalsstamm, dem Totwasserstamm und dem Wurzelflüsterstamm an, indem Ihr ihnen in Zeiten der Not beisteht.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2359] = { +[2417] = { +["name"] = "Trunken vor Macht", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Meister des Stils der Ehrengarde", -["SubCategory_ID"] = 3, -["achievementIndex"] = 16, -["numCriteria"] = 14, -["Category"] = "Murkmire", +["numCriteria"] = 1, +["description"] = "Besiegt Grundwulf in der Mondgrab-Tempelstadt (Veteranen), nachdem Ihr den Sangiin-Hämoheloten benutzt habt.", +["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Ehrengarde“, die Ihr gelegentlich bei der Bewältigung des Schwarzrosengefängnisses erlangen könnt.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2362] = { +[2416] = { +["name"] = "Eroberer der Mondgrab-Tempelstadt", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Sieger des Schwarzrosengefängnisses", -["SubCategory_ID"] = 3, -["achievementIndex"] = 1, ["numCriteria"] = 5, -["Category"] = "Murkmire", -["points"] = 15, +["description"] = "Besiegt die erwachten Trümmer, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf in der Mondgrab-Tempelstadt (Veteranen).", +["Category"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2363] = { +[2415] = { +["name"] = "Sieger der Mondgrab-Tempelstadt", +["achievementIndex"] = 3, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Eroberer des Schwarzrosengefängnisses", -["SubCategory_ID"] = 3, -["achievementIndex"] = 4, ["numCriteria"] = 5, -["Category"] = "Murkmire", -["points"] = 50, +["description"] = "Besiegt die erwachten Trümmer, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf in der Mondgrab-Tempelstadt.", +["Category"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis (Veteranen).", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2364] = { +[2413] = { +["name"] = "Hohlzahn-Klanschlächter", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Siegelstich", -["SubCategory_ID"] = 3, -["achievementIndex"] = 12, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 50, +["description"] = "Besiegt 200 Hohlzahn-Klanvampire in der Mondgrab-Tempelstadt (Veteranen). Hohlzahn-Schreckensschlunde und -Blutpanther zählen hierfür nicht.", +["Category"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis, ohne dabei Siegel einzusetzen.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2104] = { +[2412] = { +["name"] = "Meisterangler des nördlichen Elsweyr", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Erforscher der Drachenknochen", -["numCriteria"] = 1, -["Category"] = "Dragon Bones", +["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische im nördlichen Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 5, ["nextId"] = 0, -["description"] = "Betretet den Krallenhort oder den Gipfel der Schuppenruferin zum ersten Mal.", -["achievementIndex"] = 2, +["Category_ID"] = 11, } , -[2076] = { +[2411] = { +["name"] = "Verteidiger des nördlichen Elsweyr", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", -["name"] = "Anstalt Sanctorium abgeschlossen", -["SubCategory_ID"] = 3, -["achievementIndex"] = 2, -["numCriteria"] = 1, -["Category"] = "Clockwork City", +["numCriteria"] = 6, +["description"] = "Besiegt alle sechs Anführer der offenen Welt im nördlichen Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium.", -["Category_ID"] = 20, +["Category_ID"] = 11, } , -[2078] = { +[2410] = { +["name"] = "Rothändige Selbstjustiz", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", -["name"] = "Streiter der Anstalt Sanctorium", -["SubCategory_ID"] = 3, -["achievementIndex"] = 3, ["numCriteria"] = 1, -["Category"] = "Clockwork City", -["points"] = 50, +["description"] = "Besiegt das Verbrecherpärchen, Zav\'i und Akumjhargo, beim Rothandlauf.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["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"] = 20, +["Category_ID"] = 11, } , [1690] = { +["name"] = "Sieger der Blutquellschmiede", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Sieger der Blutquellschmiede", ["numCriteria"] = 6, +["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede.", -["achievementIndex"] = 2, +["Category_ID"] = 22, } , [1691] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eroberer der Blutquellschmiede", -["SubCategory_ID"] = 1, ["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen).", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Mathgamain, Caillaoife, Steinherz, Galchobhar, Gherig Bullenblut und seine Bediensteten sowie das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen).", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1692] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Feuerhäute", -["SubCategory_ID"] = 1, ["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 50 Grauenshorn-Feuerhäute in der Blutquellschmiede (Veteranen).", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 50 Grauenshorn-Feuerhäute in der Blutquellschmiede (Veteranen).", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1693] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Grauenshorn-Krieger", -["SubCategory_ID"] = 1, ["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 300 Grauenshorn-Klingenträger, Menschenjäger und Klanschlächter in der Blutquellschmiede (Veteranen).", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 300 Grauenshorn-Klingenträger, Menschenjäger und Klanschlächter in der Blutquellschmiede (Veteranen).", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1694] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Das Übel an der Wurzel packen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["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"] = 21, +["Category_ID"] = 22, } , [1695] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verdorrte Erde", -["SubCategory_ID"] = 1, ["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["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"] = 21, +["Category_ID"] = 22, } , [1696] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Gedämpfter Wutanfall", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen), nachdem Ihr die Schriftrolle der Ruhmreichen Schlacht aktiviert habt.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1697] = { +["name"] = "Blut, Schweiß und Feuer", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Blut, Schweiß und Feuer", ["numCriteria"] = 2, +["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"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 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.", -["achievementIndex"] = 3, +["Category_ID"] = 22, } , [1698] = { +["name"] = "Sieger von Falkenring", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Sieger von Falkenring", ["numCriteria"] = 5, +["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring.", -["achievementIndex"] = 4, +["Category_ID"] = 22, } , [1699] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eroberer von Falkenring", -["SubCategory_ID"] = 1, ["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring (Veteranen).", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Morrigh Bullenblut, das Belagerungsmammut, Cernunnon, Todesfürst Bjarfrud Skjoralmor und Domihaus den Blutgehörnten in Falkenring (Veteranen).", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1700] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Minotauren", -["SubCategory_ID"] = 1, ["achievementIndex"] = 22, -["numCriteria"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt 60 Grauenshorn-Trampler in Falkenring (Veteranen).", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 60 Grauenshorn-Trampler in Falkenring (Veteranen).", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1701] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Grauenshorn-Magier", -["SubCategory_ID"] = 1, ["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 150 Grauenshorn-Einreißer, Wildzähmer und Heißsporne in Falkenring (Veteranen).", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 150 Grauenshorn-Einreißer, Wildzähmer und Heißsporne in Falkenring (Veteranen).", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1702] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Im Bullengalopp", -["SubCategory_ID"] = 1, ["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["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"] = 21, +["Category_ID"] = 22, } , [1703] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Ohne Fehl und Tadel", -["SubCategory_ID"] = 1, ["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["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"] = 21, +["Category_ID"] = 22, } , [1704] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Den Bullen bei den Hörnern packen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), nachdem Ihr in der Halle das Jarls ins Kriegshorn geblasen habt.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), nachdem Ihr in der Halle das Jarls ins Kriegshorn geblasen habt.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1705] = { +["name"] = "Respekt für die geehrten Toten", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Respekt für die geehrten Toten", ["numCriteria"] = 1, +["description"] = "Reinigt 1,000 Leichname in der Halle der Toten von Falkenring.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Reinigt 1,000 Leichname in der Halle der Toten von Falkenring.", -["achievementIndex"] = 5, +["Category_ID"] = 22, } , -[2079] = { +[2409] = { +["name"] = "Schwerttrenner", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", -["name"] = "Sieger der Anstalt Sanctorium", -["SubCategory_ID"] = 3, -["achievementIndex"] = 6, ["numCriteria"] = 1, -["Category"] = "Clockwork City", -["points"] = 50, +["description"] = "Besiegt Schwertmeisterin Vhysradue auf dem Hügel der Zerschlagenen Schwerter.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["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"] = 20, +["Category_ID"] = 11, } , [1707] = { +["name"] = "Kein Grünschnabel mehr", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 1707, -["Category_ID"] = 4, -["name"] = "Kein Grünschnabel mehr", ["numCriteria"] = 1, +["description"] = "Schließt ein Gelöbnis der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 1708, -["description"] = "Schließt ein Gelöbnis der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", -["achievementIndex"] = 14, +["Category_ID"] = 4, } , [1708] = { +["name"] = "Ein blutiges Geschäft", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 1707, -["Category_ID"] = 4, -["name"] = "Ein blutiges Geschäft", ["numCriteria"] = 1, +["description"] = "Schließt 10 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 1709, -["description"] = "Schließt 10 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", -["achievementIndex"] = 14, +["Category_ID"] = 4, } , [1709] = { +["name"] = "Der nach dem Unbekannten sucht", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 1707, -["Category_ID"] = 4, -["name"] = "Der nach dem Unbekannten sucht", ["numCriteria"] = 1, +["description"] = "Schließt 50 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", ["Category"] = "Dungeons", ["points"] = 15, ["nextId"] = 1710, -["description"] = "Schließt 50 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", -["achievementIndex"] = 14, +["Category_ID"] = 4, } , [1710] = { +["name"] = "Urgarlags Kohorte", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 1707, -["Category_ID"] = 4, -["name"] = "Urgarlags Kohorte", ["numCriteria"] = 1, +["description"] = "Schließt 100 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 100 Gelöbnisse der Unerschrockenen von Urgarlag Häuptlingsfluch ab.", -["achievementIndex"] = 14, +["Category_ID"] = 4, } , -[2082] = { +[2408] = { +["name"] = "Grabwächter", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", -["name"] = "Glückselige Schlägerei", -["SubCategory_ID"] = 3, -["achievementIndex"] = 10, ["numCriteria"] = 1, -["Category"] = "Clockwork City", -["points"] = 50, +["description"] = "Besiegt den Nekromanten, Thannar der Grablotter, am Narbenrand.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["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"] = 20, +["Category_ID"] = 11, } , [1712] = { +["name"] = "Jäger der Ahnengräber", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Jäger der Ahnengräber", ["numCriteria"] = 30, +["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.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 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.", -["achievementIndex"] = 1, +["Category_ID"] = 13, } , -[2429] = { +[2405] = { +["name"] = "Schädelbrecher", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Unvergängliche Beständigkeit", -["SubCategory_ID"] = 2, -["achievementIndex"] = 20, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["description"] = "Besiegt die Schädelwache, Na\'ruzz den Knochenweber, in der Knochengrube.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt alle Gegner zusätzlich zu Selene, Maarselok im Flug, dem Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok im Hort von Maarselok (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["Category_ID"] = 15, +["Category_ID"] = 11, } , -[2430] = { +[2404] = { +["name"] = "Meistererforscher des nördlichen Elsweyr", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Herausforderer des Horts von Maarselok", -["SubCategory_ID"] = 2, -["achievementIndex"] = 15, -["numCriteria"] = 4, -["Category"] = "Scalebreaker", -["points"] = 50, +["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte im nördlichen Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für den Hort von Maarselok (Veteranen).", -["Category_ID"] = 15, +["Category_ID"] = 11, } , -[2431] = { +[2403] = { +["name"] = "Pfadfinder des nördlichen Elsweyr", +["achievementIndex"] = 25, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Zorn der Natur", -["SubCategory_ID"] = 2, -["achievementIndex"] = 16, -["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["numCriteria"] = 7, +["description"] = "Entdeckt alle markanten Orte im nördlichen Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt alle Gegner zusätzlich zu Selene, Maarselok im Flug, dem Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok in seinem Nest innerhalb von 35 Minuten nach dem Betreten des Horts von Maarselok (Veteranen), nachdem Ihr die Azurfäule-Saat benutzt habt und ohne dass ein Gruppenmitglied getötet wird.", -["Category_ID"] = 15, +["Category_ID"] = 11, } , -[2432] = { +[2402] = { +["name"] = "Höhlenforscher des nördlichen Elsweyr", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Scalebreaker-Höhlenforscher", -["SubCategory_ID"] = 2, -["achievementIndex"] = 1, -["numCriteria"] = 2, -["Category"] = "Scalebreaker", -["points"] = 50, +["numCriteria"] = 6, +["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen im nördlichen Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt sowohl die Mondgrab-Tempelstadt als auch den Hort von Maarselok im Veteranenmodus ab.", -["Category_ID"] = 15, +["Category_ID"] = 11, } , -[2433] = { +[2401] = { +["name"] = "Erforscher des Gestrüpps", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Sonnspitz abgeschlossen", -["SubCategory_ID"] = 3, -["achievementIndex"] = 2, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Gestrüpp.", ["Category"] = "Elsweyr", -["points"] = 10, +["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz.", ["Category_ID"] = 11, } , -[2434] = { +[2400] = { +["name"] = "Erforscher der Düsterbeckenmine", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Sonnspitzsprinter", -["SubCategory_ID"] = 3, -["achievementIndex"] = 4, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Düsterbeckenmine.", ["Category"] = "Elsweyr", -["points"] = 50, +["points"] = 5, ["nextId"] = 0, -["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.", ["Category_ID"] = 11, } , -[2435] = { +[2399] = { +["name"] = "Erforscher des Grabmals der Schlangen", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Eroberer von Sonnspitz", -["SubCategory_ID"] = 3, -["achievementIndex"] = 3, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Grabmal der Schlangen.", ["Category"] = "Elsweyr", -["points"] = 10, +["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen).", ["Category_ID"] = 11, } , -[2436] = { +[2398] = { +["name"] = "Erforscher der Wüstenwind-Kavernen", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Drachenfluch", -["SubCategory_ID"] = 3, -["achievementIndex"] = 7, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Wüstenwind-Kavernen.", ["Category"] = "Elsweyr", -["points"] = 50, +["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt alle Feinde zusätzlich zu Yolnahkriin, Lokkestiiz und Nahviintaas in Sonnspitz (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 11, } , -[2437] = { +[2397] = { +["name"] = "Erforscher der Raubtiermesa", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Senche-raht-Schlächter", -["SubCategory_ID"] = 3, -["achievementIndex"] = 8, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Raubtiermesa.", ["Category"] = "Elsweyr", -["points"] = 10, +["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt 100 von Alkoshs Brüllen, Jones Sturmkrallen oder Jodes Feuerzähnen in Sonnspitz.", ["Category_ID"] = 11, } , -[2438] = { +[2396] = { +["name"] = "Erforscher des Hortes der Schmach", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Drachenzöglingvernichter", -["SubCategory_ID"] = 3, -["achievementIndex"] = 9, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert den Hort der Schmach.", ["Category"] = "Elsweyr", -["points"] = 10, +["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt 200 Manifestationen von Alkoshs Schicksal, Alkoshs Wille, Alkoshs Raserei oder Alkoshs Verderben in Sonnspitz.", ["Category_ID"] = 11, } , -[2441] = { +[2395] = { +["name"] = "Mangelhaft", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Sieger der Nekropole von Krempen", -["SubCategory_ID"] = 1, -["achievementIndex"] = 10, -["numCriteria"] = 5, -["Category"] = "Elsweyr", +["numCriteria"] = 1, +["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.", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions der Nekropole von Krempen.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2443] = { +[2394] = { +["name"] = "Eisbrecher", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Sieger von Orkruh", -["SubCategory_ID"] = 1, -["achievementIndex"] = 12, -["numCriteria"] = 5, -["Category"] = "Elsweyr", +["numCriteria"] = 1, +["description"] = "Zerstört in den Tiefen von Malatar (Veteranen) im Kampf gegen die Sinfonie der Klingen fünf Eissäulen mit Sonenschwallmeteoren.", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in Orkruh.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2444] = { +[2393] = { +["name"] = "Formationslos", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Gruppenwagnis der Nekropole von Krempen", -["SubCategory_ID"] = 1, -["achievementIndex"] = 13, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 50, +["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"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Aspekt von Darloc Brae und den Champion von Mehrunnez in der Nekropole von Krempen.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2461] = { +[2391] = { +["name"] = "Seelengefährten", +["achievementIndex"] = 11, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Himmelsscherbenjäger des nördlichen Elsweyr", -["numCriteria"] = 18, -["Category"] = "Elsweyr", -["points"] = 10, +["numCriteria"] = 1, +["description"] = "Hindert Quintus in den Tiefen von Malatar daran, während des Kampfs mit König Narilmor jemals gegen Tharayya anzukommen.", +["Category"] = "Wrathstone", +["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben im nördlichen Elsweyr", -["achievementIndex"] = 2, +["Category_ID"] = 17, } , -[2462] = { +[2390] = { +["name"] = "Farbenblind", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Gelehrter über die Drachengarde", -["SubCategory_ID"] = 1, -["achievementIndex"] = 17, -["numCriteria"] = 13, -["Category"] = "Elsweyr", -["points"] = 15, +["numCriteria"] = 1, +["description"] = "Zerstört in den Tiefen von Malatar (Veteranen) keine der farbigen Sphären im Kampf gegen die Dunkle Sphäre.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["description"] = "Lest alle 13 Drachengarde-Tafeln im verborgenen akavirischen Schrein, der als Dov-Vahl-Schrein bekannt ist.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2463] = { +[2388] = { +["name"] = "Versteckspiel", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Reliefreparateur", -["numCriteria"] = 17, -["Category"] = "Elsweyr", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Verhindert in den Tiefen von Malatar (Veteranen), dass die Jagdrüssel des Raubschlunds zerspringen und lasst Euch nicht von dessen Schattenformen treffen.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["description"] = "Sammelt alle Fragmente des Rithana-di-Renada, einem alten khajiitischen Wandrelief, und bringt sie ins Historienhaus.", -["achievementIndex"] = 1, +["Category_ID"] = 17, } , -[2467] = { +[2385] = { +["name"] = "Falltest", +["achievementIndex"] = 8, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Gottschlächter von Sonnspitz", -["SubCategory_ID"] = 3, -["achievementIndex"] = 13, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 50, +["description"] = "Stoßt im Frostgewölbe 20 Feinde von der Plattform des Steinwahrers.", +["Category"] = "Wrathstone", +["points"] = 5, ["nextId"] = 0, -["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.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2468] = { +[2384] = { +["name"] = "Kalte Kartoffel", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Drachenbruch in Sonnspitz", -["SubCategory_ID"] = 3, -["achievementIndex"] = 1, -["numCriteria"] = 10, -["Category"] = "Elsweyr", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Besiegt Rizzuk und Lawine im Frostgewölbe (Veteranen), nachdem jedes Gruppenmitglied im Kampf mindestens einmal in Lawines Gletschergefängnis gefangen war.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für Sonnspitz.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2469] = { +[2383] = { +["name"] = "Kollateralschaden", +["achievementIndex"] = 7, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Das Feuer schüren", -["SubCategory_ID"] = 3, -["achievementIndex"] = 5, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 15, +["description"] = "Zerstört im Frostgewölbe 20 Konstrukte des Gewölbebeschützers, indem Ihr instabile Sphären in deren Nähe explodieren lasst.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Yolnahkriin in Sonnspitz (Veteranen), nachdem Ihr dessen Opferfeuer gelöscht habt.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2471] = { -["prevId"] = 0, -["firstID"] = 0, +[2382] = { +["name"] = "Drei Fähnchen im Wind", +["achievementIndex"] = 6, ["SubCategory"] = "General", -["name"] = "Grollstein-Vagabund", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, -["numCriteria"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Bringt im Frostgewölbe Kriegsfürst Tzogvin dazu, alle drei seiner Banner mit tobenden Winden zu zerstören.", ["Category"] = "Wrathstone", -["points"] = 50, +["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt sowohl das Frostgewölbe als auch die Tiefen von Malatar ab.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , -[2474] = { +[2381] = { +["name"] = "Im rechten Winkel", +["achievementIndex"] = 5, +["SubCategory"] = "General", ["prevId"] = 0, -["firstID"] = 2474, -["Category_ID"] = 11, -["name"] = "Drachentöter von Anequina", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Weicht im Frostgewölbe allen von Kriegsfürst Tzogvins ruchlosen Anstürmen aus.", +["Category"] = "Wrathstone", ["points"] = 5, -["nextId"] = 2475, -["description"] = "Tötet einen Drachen in der Wildnis des nördlichen Elsweyr.", -["achievementIndex"] = 5, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2475] = { +[2380] = { +["name"] = "Prüde Prügel", +["achievementIndex"] = 4, +["SubCategory"] = "General", ["prevId"] = 0, -["firstID"] = 2474, -["Category_ID"] = 11, -["name"] = "Drachenpirscher von Anequina", -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2476, -["description"] = "Tötet 25 Drachen in der Wildnis des nördlichen Elsweyr.", -["achievementIndex"] = 5, -} -, -[2476] = { -["prevId"] = 0, -["firstID"] = 2474, -["Category_ID"] = 11, -["name"] = "Drachenjäger von Anequina", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 15, +["description"] = "Sorgt im Frostgewölbe dafür, dass Eispirscher während seines erzürnten Prügelns seine Verbündeten trifft.", +["Category"] = "Wrathstone", +["points"] = 5, ["nextId"] = 0, -["description"] = "Tötet 50 Drachen in der Wildnis des nördlichen Elsweyr.", -["achievementIndex"] = 5, -} -, -[2482] = { -["prevId"] = 0, -["firstID"] = 2482, -["SubCategory"] = "Quests", -["name"] = "Tharns Adjutant", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2483, -["description"] = "Schließt die Quest „Die Wut der Drachen“ im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2483] = { +[2378] = { +["name"] = "Sumpfquallensammler", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["firstID"] = 2482, -["SubCategory"] = "Quests", -["name"] = "Unsichere Unterredung", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2484, -["description"] = "Schließt die Quest „Die Usurpatorkönigin“ im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["description"] = "Interagiert mit einer Sumpfqualle und erbeutet ihre Ressourcen.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2484] = { +[2376] = { +["name"] = "Reinigen der Verdammten", +["achievementIndex"] = 5, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2482, -["SubCategory"] = "Quests", -["name"] = "Verteidiger von Stromfeste", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["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"] = "Murkmire", ["points"] = 10, -["nextId"] = 2485, -["description"] = "Schließt die Quest „Die Schlacht um Stromfeste“ im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2485] = { +[2373] = { +["name"] = "Geistentzweiung", +["achievementIndex"] = 14, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2482, -["SubCategory"] = "Quests", -["name"] = "Revolution in Krempen", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Besiegt Drakeeh den Entfesselten im Schwarzrosengefängnis (Veteranen), nachdem er immer mindestens 2 Geister absorbiert hat, bevor ihr Geisterschrei eingesetzt habt.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Zwei Königinnen von Anequina“ im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2486] = { +[2372] = { +["name"] = "Aufregender Dreier", +["achievementIndex"] = 2, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2486, -["SubCategory"] = "Quests", -["name"] = "Attentatsstopp", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Besiegt Kampfmagierin Ennodius, Fürstin Minara und Zähmt-die-Bestien im Schwarzrosengefängnis (Veteranen) mit höchstens 20 Sekunden zwischen ihnen.", +["Category"] = "Murkmire", ["points"] = 10, -["nextId"] = 2487, -["description"] = "Schließt die Quest „Der letzte Befehl“ im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2487] = { +[2370] = { +["name"] = "Entwurzelt", +["achievementIndex"] = 10, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2486, -["SubCategory"] = "Quests", -["name"] = "Verräterbrecher", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Besiegt Zähmt-die-Bestien im Schwarzrosengefängnis (Veteranen), ohne dass ein Gruppenmitglied durch die erdrückenden Wurzeln gefangen wird.", +["Category"] = "Murkmire", ["points"] = 10, -["nextId"] = 2488, -["description"] = "Schließt die Quest „Cadwell der Verräter“ im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2488] = { +[2366] = { +["name"] = "Spießrutengalopp", +["achievementIndex"] = 7, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2486, -["SubCategory"] = "Quests", -["name"] = "Mondschreiter", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2489, -["description"] = "Schließt die Quest „Jodes Kern“ im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["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"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2489] = { +[2365] = { +["name"] = "Ungebunden und untot", +["achievementIndex"] = 15, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2486, -["SubCategory"] = "Quests", -["name"] = "Königinnenmacher", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["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"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Quest „Die Erbin von Anequina“ im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2490] = { +[2364] = { +["name"] = "Siegelstich", +["achievementIndex"] = 12, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2490, -["SubCategory"] = "Quests", -["name"] = "Baandari-Mietling", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, -["nextId"] = 2491, -["description"] = "Erfüllt Euren ersten Auftrag für die Baandari-Aufgabenverteilerin Nisuzi im nördlichen Elsweyr.", -["Category_ID"] = 11, +["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis, ohne dabei Siegel einzusetzen.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2491] = { +[2363] = { +["name"] = "Eroberer des Schwarzrosengefängnisses", +["achievementIndex"] = 4, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2490, -["SubCategory"] = "Quests", -["name"] = "Baandari-Partner", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2492, -["description"] = "Erfüllt 10 Aufträge für die Baandari-Aufgabenverteilerin Nisuzi im nördlichen Elsweyr.", -["Category_ID"] = 11, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis (Veteranen).", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2492] = { +[2362] = { +["name"] = "Sieger des Schwarzrosengefängnisses", +["achievementIndex"] = 1, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2490, -["SubCategory"] = "Quests", -["name"] = "Baandari-Agent", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, -["numCriteria"] = 1, -["Category"] = "Elsweyr", +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Besiegt Kampfmagierin Ennodius, Zähmt-die-Bestien, Fürstin Minara und Drakeeh den Entfesselten im Schwarzrosengefängnis.", +["Category"] = "Murkmire", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erfüllt 30 Aufträge für die Baandari-Aufgabenverteilerin Nisuzi im nördlichen Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2493] = { +[2361] = { +["name"] = "Meister des Stils der alten Argonier", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 2493, -["SubCategory"] = "Quests", -["name"] = "Monsterjäger von Anequina", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, -["nextId"] = 2494, -["description"] = "Schließt eine tägliche Kopfgeldaufgabe für Ri\'hirr von den Verteidigungsstreitkräften des nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["firstID"] = 0, +["numCriteria"] = 14, +["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 Aufgaben in Trübmoor gegen die Anführer der offenen Welt und für die Hilfe beim Wiederaufbau von Wurzelflüster erhaltet.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2494] = { +[2360] = { +["name"] = "Meister des Stils der Totwasser", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 2493, -["SubCategory"] = "Quests", -["name"] = "Monsterschlächter von Anequina", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2495, -["description"] = "Schließt 10 tägliche Kopfgeldaufgaben für Ri\'hirr von den Verteidigungsstreitkräften des nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["firstID"] = 0, +["numCriteria"] = 14, +["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 Aufgaben in Trübmoor gegen die Anführer der offenen Welt und für die Hilfe beim Wiederaufbau von Wurzelflüster erhaltet.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2496] = { +[2359] = { +["name"] = "Meister des Stils der Ehrengarde", +["achievementIndex"] = 16, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["firstID"] = 2496, -["SubCategory"] = "Quests", -["name"] = "Drachenfolger", -["SubCategory_ID"] = 2, -["achievementIndex"] = 6, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, -["nextId"] = 2497, -["description"] = "Schließt eine tägliche Drachenjagd für Schlachtenvogt Tanerline im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Ehrengarde“, die Ihr gelegentlich bei der Bewältigung des Schwarzrosengefängnisses erlangen könnt.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2497] = { +[2358] = { +["name"] = "Sumpfretter", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["firstID"] = 2496, -["SubCategory"] = "Quests", -["name"] = "Drachenassassine", -["SubCategory_ID"] = 2, -["achievementIndex"] = 6, -["numCriteria"] = 1, -["Category"] = "Elsweyr", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Rettet Dorfbewohner von vier verschiedenen Stämmen Trübmoors.", +["Category"] = "Murkmire", ["points"] = 10, -["nextId"] = 2498, -["description"] = "Schließt 10 tägliche Drachenjagden für Schlachtenvogt Tanerline im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2499] = { +[2357] = { +["name"] = "Rankenzungen-Reisender", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Solange das Eisen heiß ist", -["SubCategory_ID"] = 3, -["achievementIndex"] = 10, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["numCriteria"] = 6, +["description"] = "Lest die sechs Bücher über Rankenzungen, indem Ihr mit den verschiedenen Rankenzungen in ganz Trübmoor interagiert.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Yolnahkriin in Sonnspitz, während Ihr seine Eisendiener nur zerstört, wenn sie erzürnt werden.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2500] = { +[2355] = { +["name"] = "Freund von Trübmoor", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Schneller als der Blitz", -["SubCategory_ID"] = 3, -["achievementIndex"] = 11, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["numCriteria"] = 3, +["description"] = "Freundet Euch mit dem Hellhalsstamm, dem Totwasserstamm und dem Wurzelflüsterstamm an, indem Ihr ihnen in Zeiten der Not beisteht.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt Lokkestiiz in Sonnspitz, ohne dass ein Gruppenmitglied von Sturmodem getroffen wird.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2501] = { +[2354] = { +["name"] = "Kaltblütig mit warmem Herz", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Im Gleichschritt", -["SubCategory_ID"] = 3, -["achievementIndex"] = 12, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Helft den Totwasser dabei, ihren Weg zu beschreiten.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Nahviintaas in Sonnspitz (Veteranen), ohne dass ein Gruppenmitglied mehr als einmal per Zeitverschiebung durch einen Zeitriss springt.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2503] = { +[2353] = { +["name"] = "Die Nachkommen", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Meister des Stils der Kälteknacker", -["SubCategory_ID"] = 1, -["achievementIndex"] = 13, -["numCriteria"] = 14, -["Category"] = "Wrathstone", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Helft den Hellhälsen dabei, die Zukunft ihres Stammes zu sichern.", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 18, } , -[2504] = { +[2352] = { +["name"] = "Wurzelpflege", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Meister des Stils von Meridia", -["SubCategory_ID"] = 1, -["achievementIndex"] = 14, -["numCriteria"] = 14, -["Category"] = "Wrathstone", -["points"] = 50, +["SubCategory_ID"] = 2, +["firstID"] = 2350, +["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Aufgaben für Wurzelflüster von Tuwul ab.", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 18, } , -[2505] = { -["prevId"] = 0, -["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Meister des Stils von Anequina", -["numCriteria"] = 14, -["Category"] = "Elsweyr", -["points"] = 50, -["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Anequina“, die ihr für den Abschluss täglicher Aufgaben für Ri\'hirr und Nisuzi erhaltet.", +[2351] = { +["name"] = "Wurzelheilung", ["achievementIndex"] = 7, -} -, -[2506] = { +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Meister des Stils aus Pellitine", -["numCriteria"] = 14, -["Category"] = "Elsweyr", -["points"] = 50, -["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil aus Pellitine“, die ihr für den Abschluss täglicher Drachenjagden erhaltet.", -["achievementIndex"] = 8, +["SubCategory_ID"] = 2, +["firstID"] = 2350, +["numCriteria"] = 1, +["description"] = "Schließt 10 tägliche Aufgaben für Wurzelflüster von Tuwul ab.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2352, +["Category_ID"] = 18, } , -[2507] = { +[2349] = { +["name"] = "Kühn wie ein Naga", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Meister des Stils von Sonnspitz", -["SubCategory_ID"] = 3, -["achievementIndex"] = 15, -["numCriteria"] = 14, -["Category"] = "Elsweyr", -["points"] = 50, +["SubCategory_ID"] = 2, +["firstID"] = 2347, +["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Aufgaben gegen Anführer von Bolu ab.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil von Sonnspitz“, das Ihr in der Sonnspitz-Prüfung erhalten könnt.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2508] = { +[2348] = { +["name"] = "Mutig wie ein Naga", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2347, +["numCriteria"] = 1, +["description"] = "Schließt 10 tägliche Aufgaben gegen Anführer von Bolu ab.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 2349, +["Category_ID"] = 18, +} +, +[2347] = { +["name"] = "Stark wie ein Naga", +["achievementIndex"] = 6, ["SubCategory"] = "Quests", -["name"] = "Großabenteurer von Elsweyr", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 2347, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 50, -["nextId"] = 0, -["description"] = "Schließt 32 Quests im nördlichen Elsweyr ab.", -["Category_ID"] = 11, +["description"] = "Schließt eine tägliche Aufgabe gegen Anführer von Bolu ab.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2348, +["Category_ID"] = 18, } , -[2509] = { +[2346] = { +["name"] = "Erbstücke erlangen", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Retter von Elsweyr", -["numCriteria"] = 7, -["Category"] = "Elsweyr", -["points"] = 50, +["SubCategory_ID"] = 2, +["firstID"] = 2344, +["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Gewölbeaufgaben von Varo Hosidias ab.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Elsweyrs zu werden.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , -[2519] = { +[2345] = { +["name"] = "Antiquitäten akquirieren", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Alfiqmumienmeister", -["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["SubCategory_ID"] = 2, +["firstID"] = 2344, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Schließt 10 tägliche Gewölbeaufgaben von Varo Hosidias ab.", +["Category"] = "Murkmire", ["points"] = 10, -["nextId"] = 0, -["description"] = "Sammelt mumifizierte Alfiqteile aus der Nekropole von Krempen und belebt das grausige Mumienkätzchen wieder.", -["Category_ID"] = 11, +["nextId"] = 2346, +["Category_ID"] = 18, } , -[2520] = { +[2344] = { +["name"] = "Kuriositäten sammeln", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Peryite-Seuchenkleiderflicker", -["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["SubCategory_ID"] = 2, +["firstID"] = 2344, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 0, -["description"] = "Erlangt in Orkruh zehn Stücke seuchendurchtränkter Stoff und benutzt diese, um die Robe des Peryite-Widerlings herzustellen.", -["Category_ID"] = 11, +["description"] = "Schließt eine tägliche Gewölbeaufgabe von Varo Hosidias ab.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2345, +["Category_ID"] = 18, } , -[2522] = { +[2342] = { +["name"] = "Voriplasmaschlächter", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Champion von Anequina", -["SubCategory_ID"] = 2, -["achievementIndex"] = 1, -["numCriteria"] = 8, -["Category"] = "Elsweyr", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Besiegt 100 Voriplasmen in Trübmoor.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["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.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2523] = { +[2341] = { +["name"] = "Verse des Nichts", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Fertigkeitsmeister der Diebesgilde", -["numCriteria"] = 1, -["Category"] = "Thieves Guild", -["points"] = 50, +["numCriteria"] = 5, +["description"] = "Lest Nisswo Xeewulms fünf Reime nahe den Sithis-Schreinen Trübmoors.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Diebesgilde.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , -[2524] = { +[2340] = { +["name"] = "Das Faulige Juwel", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Fertigkeitsmeister der Dunklen Bruderschaft", ["numCriteria"] = 1, -["Category"] = "Dark Brotherhood", -["points"] = 50, +["description"] = "Reist nach Lilmoth in Trübmoor.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["description"] = "Erreicht den höchsten Rang der Fertigkeitslinie der Dunklen Bruderschaft.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , -[2525] = { +[2339] = { +["name"] = "Der Fluss der Wiedergeburt", +["achievementIndex"] = 14, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Drachenvasallenmörder", -["numCriteria"] = 3, -["Category"] = "Elsweyr", +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Mit Fluss und Wurzel“ ab.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet 100 Flammenwyrme, Flammenatronachen und Eisenatronachen im Kampf gegen Drachen.", -["achievementIndex"] = 6, +["Category_ID"] = 18, } , -[2534] = { +[2338] = { +["name"] = "Unerreichter Traum", +["achievementIndex"] = 13, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Geschichtsfetzen", -["numCriteria"] = 12, -["Category"] = "Dragonhold", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Das Residuum von Argon“ ab.", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["description"] = "Sammelt Fetzen des unbezahlbaren khajiitischen Wandteppichs, Khajiit der Monde, um die Geschichte zu ehren und die Bewohner Senchals zu inspirieren.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , -[2558] = { +[2337] = { +["name"] = "Schatten der Vergangenheit", +["achievementIndex"] = 12, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Erforscher des Mondscheingewölbes", -["SubCategory_ID"] = 1, -["achievementIndex"] = 5, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, +["description"] = "Schließt die Quest „Der Sumpf und die Schlange“ ab.", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Mondscheingewölbe.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2559] = { +[2336] = { +["name"] = "Saftschläfer", +["achievementIndex"] = 11, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Meistererforscher des südlichen Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 2, -["numCriteria"] = 2, -["Category"] = "Dragonhold", -["points"] = 15, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Tod und Träumen“ ab.", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Gewölbe und markanten Orte im südlichen Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2560] = { +[2335] = { +["name"] = "Mysterien des Überrests", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Höhlenforscher des südlichen Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 3, -["numCriteria"] = 2, -["Category"] = "Dragonhold", +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Flüstern im Wald“ ab.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt und säubert beide Höhlen des südlichen Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2564] = { +[2334] = { +["name"] = "Suche nach dem Vergessenen", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Tempelwächterschrecken", -["SubCategory_ID"] = 1, -["achievementIndex"] = 8, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Schließt die Quest „Vermisst in Trübmoor“ ab.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Tempelwächter Iratan den Lichtbringer am Schrein des Neugeschmiedeten.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2565] = { +[2333] = { +["name"] = "Fallen und Schätze", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Ende des Exils", -["SubCategory_ID"] = 1, -["achievementIndex"] = 7, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Schließt die Quest „Versunkene Schätze“ ab.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den ausgestoßenen Adepten Ri\'Atahrashi auf seinem Übungsgelände.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2566] = { +[2332] = { +["name"] = "Abenteurer in Trübmoor", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Meisterangler von Pellitine", -["numCriteria"] = 12, -["Category"] = "Dragonhold", -["points"] = 5, +["numCriteria"] = 1, +["description"] = "Schließt 20 Quests der Hauptgeschichte von Trübmoor ab.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische im südlichen Elsweyr.", -["achievementIndex"] = 6, +["Category_ID"] = 18, } , -[2572] = { +[2331] = { +["name"] = "Held von Trübmoor", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Den Durst stillen", -["SubCategory_ID"] = 2, -["achievementIndex"] = 11, -["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 5, +["numCriteria"] = 5, +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held von Trübmoor zu werden.", +["Category"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["description"] = "Erzielt mit einem Hämohelot einen Todesstoß gegen Sangiins Durst in der Mondgrab-Tempelstadt (Veteranen).", -["Category_ID"] = 15, +["Category_ID"] = 18, } , -[2573] = { +[2330] = { +["name"] = "Verstohlen beschattet", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Verfehlte Transfusion", -["SubCategory_ID"] = 2, -["achievementIndex"] = 12, -["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["numCriteria"] = 5, +["description"] = "Trefft die Schattenschuppe, die besonderes Interesse an Euren Aktivitäten in Trübmoor gezeigt hat.", +["Category"] = "Murkmire", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Nisaazda und Grundwulf in der Mondgrab-Tempelstadt (Veteranen), ohne dass Nisaazda ihr Leben mit „Blutbande“ ausgleicht", -["Category_ID"] = 15, +["Category_ID"] = 18, } , -[2574] = { +[2320] = { +["name"] = "Chronik-Chronologe", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Geteilte Erfahrung", -["SubCategory_ID"] = 2, -["achievementIndex"] = 13, -["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 5, +["numCriteria"] = 12, +["description"] = "Sammelt alle Steintafeln des Xinchei-Konu, einem alten argonischen Kalender, und bringt sie zurück.", +["Category"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["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"] = 15, +["Category_ID"] = 18, } , -[2584] = { +[2318] = { +["name"] = "Meister des Stils des Silbermorgens", +["achievementIndex"] = 9, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Blauer Daumen", -["SubCategory_ID"] = 2, -["achievementIndex"] = 28, -["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 5, +["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil des Silbermorgens“ aus der Mondjägerfeste, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", +["Category"] = "Wolfhunter", +["points"] = 50, ["nextId"] = 0, -["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"] = 15, +["Category_ID"] = 19, } , -[2590] = { -["prevId"] = 0, -["firstID"] = 0, +[2317] = { +["name"] = "Meister des Stils des Jägers", +["achievementIndex"] = 8, ["SubCategory"] = "General", -["name"] = "Scalebreaker-Späher", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, -["numCriteria"] = 2, -["Category"] = "Scalebreaker", +["firstID"] = 0, +["numCriteria"] = 14, +["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"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt sowohl den Hort von Maarselok als auch die Mondgrab-Tempelstadt in der normalen Version ab.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2596] = { +[2312] = { +["name"] = "Perfekte Jagd", +["achievementIndex"] = 29, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2596, -["SubCategory"] = "Quests", -["name"] = "Hortverorter", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["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"] = "Wolfhunter", ["points"] = 10, -["nextId"] = 2597, -["description"] = "Schließt die Quest „Der Drachenhort“ im südlichen Elsweyr ab.", -["Category_ID"] = 14, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2608] = { +[2311] = { +["name"] = "Überraschungsmoment", +["achievementIndex"] = 28, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2606, -["SubCategory"] = "Quests", -["name"] = "Furchterregender Freischaffender", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 15, +["description"] = "Besiegt Balorgh in der Marsch der Aufopferung (Veteranen) und vermeidet dabei sowohl das geladene Wasser als auch die giftigen Pflanzen.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Aufgaben von Guybert Flaubert ab.", -["Category_ID"] = 14, +["Category_ID"] = 19, } , -[2609] = { +[2310] = { +["name"] = "Standhafte Schwesternschaft", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2609, -["SubCategory"] = "Quests", -["name"] = "Ruf zu den Waffen", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, -["nextId"] = 2610, -["description"] = "Schließt 4 tägliche Aufgaben für die Drachengarde von Dirge Truptor oder Chizbari der Hauerin ab.", -["Category_ID"] = 14, +["description"] = "Besiegt die Wyrdschwestern in der Marsch der Aufopferung (Veteranen), ohne dass sie sich mit ihren Auren gegenseitig stärken können.", +["Category"] = "Wolfhunter", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2610] = { +[2309] = { +["name"] = "Wurzel des Übels", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2609, -["SubCategory"] = "Quests", -["name"] = "Erneuerung des Ordens", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 10, -["nextId"] = 2611, -["description"] = "Schließt 12 tägliche Aufgaben für die Drachengarde von Dirge Truptor oder Chizbari der Hauerin ab.", -["Category_ID"] = 14, +["description"] = "Besiegt den Wirrrankenwächter in der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied von seinen Wurzeln festgehalten wird.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2612] = { +[2308] = { +["name"] = "Umgangene Würgepartie", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2609, -["SubCategory"] = "Quests", -["name"] = "Drachengardefunktionär", ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt den Wirrrankenwächter in den Gärten der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied von einem Würger verlangsamt wird.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, +} +, +[2307] = { +["name"] = "Blutgelage", ["achievementIndex"] = 7, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 15, +["description"] = "Besiegt Kerkermeister Melitus in der Mondjägerfeste, ohne durch seine blutigen Geysire Schaden zu erleiden.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Aufgaben für die Drachengarde von Dirge Truptor oder Chizbari der Hauerin ab.", -["Category_ID"] = 14, +["Category_ID"] = 19, } , -[2613] = { +[2306] = { +["name"] = "Trick und Falle", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2613, -["SubCategory"] = "Quests", -["name"] = "Ein Schild von Senchal", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Lockt Balorgh in der Marsch der Aufopferung (Veteranen) 10 mal in Tharas Falle.", +["Category"] = "Wolfhunter", ["points"] = 5, -["nextId"] = 2614, -["description"] = "Schließt eine tägliche Aufgabe gegen Anführer von Bruccius Baenius ab.", -["Category_ID"] = 14, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2615] = { +[2305] = { +["name"] = "Nebelgänger", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2613, -["SubCategory"] = "Quests", -["name"] = "Retter von Senchal", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 15, +["description"] = "Besiegt Tarcyr in der Marsch der Aufopferung (Veteranen), ohne dass ein Gruppenmitglied durch seinen verhüllenden Nebel teleportiert wird.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Aufgaben gegen Anführer von Bruccius Baenius ab.", -["Category_ID"] = 14, +["Category_ID"] = 19, } , -[2618] = { +[2304] = { +["name"] = "Leicht zu Fuß", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Befreier der Ausgestoßenen", -["SubCategory_ID"] = 1, -["achievementIndex"] = 13, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 10, +["description"] = "Besiegt Dagrund den Fülligen in der Marsch der Aufopferung, während Ihr immer seinem Umbruch ausweicht.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Befreit 25 Sklaven und Flüchtlinge aus den Fängen der Piraten und Sklavenjäger im südlichen Elsweyr", -["Category_ID"] = 14, +["Category_ID"] = 19, } , -[2620] = { +[2303] = { +["name"] = "Jagdsaisons", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Kletterarmbrust-Pfadfinder", -["SubCategory_ID"] = 1, -["achievementIndex"] = 11, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 10, +["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"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Sucht ein Übungsgebiet der alten Drachengarde auf und absolviert es mit Eurer Kletterarmbrust.", -["Category_ID"] = 14, +["Category_ID"] = 19, } , -[2621] = { +[2302] = { +["name"] = "Die große Indrikjagd", +["achievementIndex"] = 6, +["SubCategory"] = "General", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Schlächter von Legenden", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, -["numCriteria"] = 4, -["Category"] = "Dragonhold", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Schließt alle drei Jagden auf den Goldenen Indrik in der Marsch der Aufopferung ab und erhaltet ihre Segen.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Findet und besiegt alle verbleibenden Mitglieder der berüchtigten Blaugiftpiraten, Meereselfenmarodeure, die im südlichen Elsweyr untergetaucht sind.", -["Category_ID"] = 14, +["Category_ID"] = 19, } , -[2623] = { +[2301] = { +["name"] = "Strangulierende Feigheit", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Held der Drachengarde", -["numCriteria"] = 5, -["Category"] = "Dragonhold", -["points"] = 50, +["numCriteria"] = 1, +["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"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Drachengarde zu werden.", -["achievementIndex"] = 2, +["Category_ID"] = 19, } , -[2102] = { +[2300] = { +["name"] = "An der kurzen Leine", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Hals und Gebeinbruch", -["SubCategory_ID"] = 1, -["achievementIndex"] = 2, ["numCriteria"] = 1, -["Category"] = "Dragon Bones", -["points"] = 50, +["description"] = "Besiegt Vykosa die Aufgestiegene in der Mondjägerfeste (Veteranen), ohne dass ein Gruppenmitglied durch einen festgeketteten Wolf Schaden erleidet.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["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"] = 19, } , -[2103] = { +[2299] = { +["name"] = "Bücherwissen", +["achievementIndex"] = 4, +["SubCategory"] = "General", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Höhlenforscher der Drachenknochen", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, -["numCriteria"] = 2, -["Category"] = "Dragon Bones", -["points"] = 50, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Besiegt den Archivar in der Mondjägerfeste, ohne dass ein Gruppenmitglied Schaden durch Zeichen von Xarxes erleidet.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Besteht den Krallenhort und den Gipfel der Schuppenruferin in der Veteranenfassung.", ["Category_ID"] = 19, } , -[2637] = { +[2298] = { +["name"] = "Schwerfällige Hilfe", +["achievementIndex"] = 3, +["SubCategory"] = "General", ["prevId"] = 0, -["firstID"] = 2631, -["Category_ID"] = 14, -["name"] = "Drachenjäger von Pellitine", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 15, +["description"] = "Besiegt Archivar Ernarde in der Mondjägerfeste, ohne den ersten schwerfälligen Werwolf zu töten.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet 50 Drachen in der Wildnis des südlichen Elsweyr.", -["achievementIndex"] = 3, +["Category_ID"] = 19, } , -[2656] = { +[2297] = { +["name"] = "Endloser Zorn", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Drachenvasallenschlächter", -["numCriteria"] = 3, -["Category"] = "Dragonhold", +["numCriteria"] = 1, +["description"] = "Besiegt Mylenne Mondruferin in der Mondjägerfeste (Veteranen), ohne ihren Zorn aufzuheben.", +["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet 100 untote Drachenvasallen, 25 Sturmatronachen und 25 Frostatronachen, während Ihr gegen Drachen kämpft.", -["achievementIndex"] = 1, +["Category_ID"] = 19, } , -[2658] = { +[2295] = { +["name"] = "Meisterangler von Trübmoor", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in Trübmoor.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 18, +} +, +[2294] = { +["name"] = "Dämpfer des Donners", +["achievementIndex"] = 7, ["SubCategory"] = "Exploration", -["name"] = "Lied eines Helden", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, +["description"] = "Besiegt den Morastmergler Schritte-wie-Donner in der hallenden Senke.", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["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"] = 14, +["Category_ID"] = 18, } , [1795] = { +["name"] = "Meister des Stils von Mazzatun", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Meister des Stils von Mazzatun", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil von Mazzatun“ aus Mazzatun, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erlernt jedes Kapitel des Buchs „Stil von Mazzatun“ aus Mazzatun, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", -["achievementIndex"] = 7, +["Category_ID"] = 23, } , [1796] = { +["name"] = "Meister des Stils des Seidenrings", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Meister des Stils des Seidenrings", ["numCriteria"] = 14, +["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"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erlernt jedes Kapitel des Buchs „Stil des Seidenrings“ aus der Wiege der Schatten, das Ihr gelegentlich beim Abschluss des Verlieses erhalten könnt.", -["achievementIndex"] = 8, +["Category_ID"] = 23, } , -[2635] = { +[2293] = { +["name"] = "Feind des Fenns", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Blätter im Wind", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Besiegt den Nekromanten Baxilt-Gah in Bok-Xul.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Helft dabei, die Mauer des Lebens in Schwarzhöhen wiederherzustellen.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2634] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Ein Neuanfang", -["SubCategory_ID"] = 2, +[2277] = { +["name"] = "Höhlenforscher des Grollsteins", ["achievementIndex"] = 1, -["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 10, -["nextId"] = 0, -["description"] = "Helft den Zwillingen aus Südwacht bei der Flucht aus dem südlichen Elsweyr.", -["Category_ID"] = 14, -} -, -[2633] = { +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Hilfe für die Hilflosen", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, -["Category"] = "Dragonhold", -["points"] = 10, +["description"] = "Schließt sowohl das Frostgewölbe (Veteranen) als auch die Tiefen von Malatar (Veteranen) ab.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Helft jenen in den Ruinen von Südwacht und in Schwarzhöhen.", -["Category_ID"] = 14, +["Category_ID"] = 17, } , -[2626] = { +[2276] = { +["name"] = "Verächter der Tiefen", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Willkommen in Pellitine", -["SubCategory_ID"] = 1, -["achievementIndex"] = 1, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, +["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"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, +} +, +[2275] = { +["name"] = "Herausforder der Tiefen von Malatar", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für die Tiefen von Malatar (Veteranen).", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Betretet zum ersten Mal das südliche Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 17, } , -[2625] = { +[2274] = { +["name"] = "Geläutert", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Fertigkeitsmeister des Psijik-Ordens", ["numCriteria"] = 1, -["Category"] = "Summerset", +["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"] = "Wrathstone", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie des Psijik-Ordens.", -["achievementIndex"] = 1, +["Category_ID"] = 17, } , [1802] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Bezwinger des Singvogels", -["SubCategory_ID"] = 1, ["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Nereïde Kimbrudhil der Singvogel in der Schiffwrackbucht.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Nereïde Kimbrudhil der Singvogel in der Schiffwrackbucht.", ["Category_ID"] = 13, } , [1803] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Salothans Fluchbrecher", -["SubCategory_ID"] = 1, ["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Orator Salothan, Regent Beleth, General Tanasa und Ratsherr Raynis im Rat von Salothan.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Orator Salothan, Regent Beleth, General Tanasa und Ratsherr Raynis im Rat von Salothan.", ["Category_ID"] = 13, } , [1804] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Gemahlsschlächter", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Gemahl der Königin in der Eiermine von Missir-Dadalit.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Gemahl der Königin in der Eiermine von Missir-Dadalit.", ["Category_ID"] = 13, } , [1805] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Brecher des Ungebrochenen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Nixochsen Nilthog den Ungebrochenen in Nilthogs Senke.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Nixochsen Nilthog den Ungebrochenen in Nilthogs Senke.", ["Category_ID"] = 13, } , [1806] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Wuyuvus\' Schlächter", -["SubCategory_ID"] = 1, ["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Wuyuvus den Hunger auf dem Sulipund-Gehöft.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Wuyuvus den Hunger auf dem Sulipund-Gehöft.", ["Category_ID"] = 13, } , [1807] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Einschüchter des Einschüchterers", -["SubCategory_ID"] = 1, ["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Skaafin, Mehz der Einschüchterer, am Turm von Dubdil-Alar und versiegelt den Riss ins Reich des Vergessens.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Skaafin, Mehz der Einschüchterer, am Turm von Dubdil-Alar und versiegelt den Riss ins Reich des Vergessens.", ["Category_ID"] = 13, } , [1808] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Abgefertigt", -["SubCategory_ID"] = 3, ["achievementIndex"] = 5, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Montagegeneral und helft Divayth Fyr, die Flut von Animunkuli aufzuhalten, die aus den Hallen der Fertigung strömt.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt den Montagegeneral und helft Divayth Fyr, die Flut von Animunkuli aufzuhalten, die aus den Hallen der Fertigung strömt.", ["Category_ID"] = 13, } , [1809] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Gegen die Uhr: Hallen der Fertigung", -["SubCategory_ID"] = 3, ["achievementIndex"] = 17, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["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.", ["Category_ID"] = 13, } , [1810] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Eroberer der Hallen der Fertigung", -["SubCategory_ID"] = 3, ["achievementIndex"] = 6, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung.", ["Category_ID"] = 13, } , [1811] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Gut geölte Maschine", -["SubCategory_ID"] = 3, ["achievementIndex"] = 18, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 13, } , -[2606] = { +[2273] = { +["name"] = "Lichtgeschwindigkeit", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2606, -["SubCategory"] = "Quests", -["name"] = "Mittelmäßiger Mittelsmann", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, -["nextId"] = 2607, -["description"] = "Schließt eine tägliche Aufgabe von Guybert Flaubert ab.", -["Category_ID"] = 14, +["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"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2603] = { +[2272] = { +["name"] = "Schattenwurf", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2602, -["SubCategory"] = "Quests", -["name"] = "Niedergang des Dunklen Äons", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 10, -["nextId"] = 2604, -["description"] = "Schließt die Quest „Aufstieg eines Neuen Mondes“ im südlichen Elsweyr ab.", -["Category_ID"] = 14, +["description"] = "Besiegt die Sinfonie der Klingen in den Tiefen von Malatar (Veteranen), nachdem Ihr die Diktate der Herrin des Lichts zerstört habt.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2599] = { +[2271] = { +["name"] = "Eroberer der Tiefen von Malatar", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2596, -["SubCategory"] = "Quests", -["name"] = "Hallen der Hochmähne", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, -["numCriteria"] = 1, -["Category"] = "Dragonhold", +["firstID"] = 0, +["numCriteria"] = 5, +["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"] = "Wrathstone", ["points"] = 10, -["nextId"] = 2600, -["description"] = "Schließt die Quest „Das Rudel von Alkosh“ im südlichen Elsweyr ab.", -["Category_ID"] = 14, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2598] = { +[2270] = { +["name"] = "Sieger der Tiefen von Malatar", +["achievementIndex"] = 10, +["SubCategory"] = "General", ["prevId"] = 0, -["firstID"] = 2596, -["SubCategory"] = "Quests", -["name"] = "Infiltration des Neuen Mondes", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, -["numCriteria"] = 1, -["Category"] = "Dragonhold", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Besiegt den Raubschlund, die Trauernde, die Dunkle Sphäre, König Narilmor und die Sinfonie der Klingen in den Tiefen von Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["nextId"] = 2599, -["description"] = "Schließt die Quest „Der Orden des Neuen Mondes“ im südlichen Elsweyr ab.", -["Category_ID"] = 14, +["nextId"] = 0, +["Category_ID"] = 17, } , [1816] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Kühlen Fuß bewahren", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["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"] = 21, +["Category_ID"] = 22, } , [1817] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Feuerball", -["SubCategory_ID"] = 1, ["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Blutquellschmiede (Veteranen) ab, ohne dass ein Mitglied Eurer Gruppe von einer Lavakugel getroffen wird, die ein Feuerschröter spuckt.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["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"] = 21, +["Category_ID"] = 22, } , [1818] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Magmamatscher", -["SubCategory_ID"] = 1, ["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Benutzt Galchobhars Mantelbrecher-Angriff, um in der Blutquellschmiede (Veteranen) den von einem Feuerschröter abgefeuerten Lavaball zu beseitigen.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Benutzt Galchobhars Mantelbrecher-Angriff, um in der Blutquellschmiede (Veteranen) den von einem Feuerschröter abgefeuerten Lavaball zu beseitigen.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1819] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Hort der Wildnis", -["SubCategory_ID"] = 1, ["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Caillaoife in der Blutquellschmiede (Veteranen), ohne dass eine Nirnblutkreatur länger als drei Sekunden innerhalb ihrer Erhaltung der Natur verbleibt.", ["Category"] = "Horns of the Reach", ["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt Caillaoife in der Blutquellschmiede (Veteranen), ohne dass eine Nirnblutkreatur länger als drei Sekunden innerhalb ihrer Erhaltung der Natur verbleibt.", -["Category_ID"] = 21, +["nextId"] = 0, +["Category_ID"] = 22, } , [1820] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Felsenducker", -["SubCategory_ID"] = 1, ["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["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"] = 21, +["Category_ID"] = 22, } , [1821] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Schröterschoner", -["SubCategory_ID"] = 1, ["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Galchobhar, ohne dass ein Mitglied Eurer Gruppe während des Kampfes in der Blutquellschmiede (Veteranen) einen Feuerschröter tötet.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Galchobhar, ohne dass ein Mitglied Eurer Gruppe während des Kampfes in der Blutquellschmiede (Veteranen) einen Feuerschröter tötet.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1822] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Handgemachter Sieg", -["SubCategory_ID"] = 1, ["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen), ohne dass ein Gruppenmitglied den Steinfeuertiegel oder den Flammenseekessel aktiviert.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen), ohne dass ein Gruppenmitglied den Steinfeuertiegel oder den Flammenseekessel aktiviert.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1823] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Schmerzenskünstler", -["SubCategory_ID"] = 1, ["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Benutzt selbst sowohl den Sternfeuertiegel als auch den Flammenseekessel, um das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen) zu besiegen.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Benutzt selbst sowohl den Sternfeuertiegel als auch den Flammenseekessel, um das Erdbluter-Amalgam in der Blutquellschmiede (Veteranen) zu besiegen.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1824] = { +["name"] = "Lehrenmeister", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Lehrenmeister", ["numCriteria"] = 36, +["description"] = "Lest alle 36 Lektionen Vivecs, die auf ganz Vvardenfell verstreut sind.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Lest alle 36 Lektionen Vivecs, die auf ganz Vvardenfell verstreut sind.", -["achievementIndex"] = 11, +["Category_ID"] = 13, } , [1825] = { -["prevId"] = 0, -["firstID"] = 1825, -["SubCategory"] = "Quests", ["name"] = "Partner der Aschländer", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1825, ["numCriteria"] = 1, +["description"] = "Schließt Eure erste tägliche Aufgabe für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 1878, -["description"] = "Schließt Eure erste tägliche Aufgabe für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.", ["Category_ID"] = 13, } , [1826] = { +["name"] = "Schreiterkarawanenreiter", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Schreiterkarawanenreiter", ["numCriteria"] = 7, +["description"] = "Besucht den Schlickschreiterführer an jedem der Halte auf Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besucht den Schlickschreiterführer an jedem der Halte auf Vvardenfell.", -["achievementIndex"] = 9, +["Category_ID"] = 13, } , [1827] = { +["name"] = "Der Pfad des Pilgers", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Der Pfad des Pilgers", ["numCriteria"] = 7, +["description"] = "Besucht die Schreine der Sieben Gnaden und lest deren Inschriften.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besucht die Schreine der Sieben Gnaden und lest deren Inschriften.", -["achievementIndex"] = 10, +["Category_ID"] = 13, } , [1828] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Daedrischer Erforscher", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 25, +["description"] = "Besucht alle daedrischen Ruinen Vvardenfells.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besucht alle daedrischen Ruinen Vvardenfells.", ["Category_ID"] = 13, } , [1829] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Sieger der Hallen der Fertigung", -["SubCategory_ID"] = 3, ["achievementIndex"] = 7, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Montagegeneral, nachdem Ihr die Sicherung in den Hallen der Fertigung (Veteranen) zurückgesetzt habt.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt den Montagegeneral, nachdem Ihr die Sicherung in den Hallen der Fertigung (Veteranen) zurückgesetzt habt.", ["Category_ID"] = 13, } , [1830] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Schlächter der Rekonstruktionen", -["SubCategory_ID"] = 3, ["achievementIndex"] = 12, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 100 Kalfaktoren, Kondensatoren und Zerteiler in den Hallen der Fertigung (Veteranen).", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 100 Kalfaktoren, Kondensatoren und Zerteiler in den Hallen der Fertigung (Veteranen).", ["Category_ID"] = 13, } , [1831] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Kraftwerk", -["SubCategory_ID"] = 3, ["achievementIndex"] = 11, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["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.", ["Category_ID"] = 13, } , [1832] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Geplante Überalterung", -["SubCategory_ID"] = 3, ["achievementIndex"] = 10, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["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.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["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.", ["Category_ID"] = 13, } , [1833] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Umweltbewusst", -["SubCategory_ID"] = 3, ["achievementIndex"] = 4, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung (Veteranen), ohne dass ein Gruppenmitglied durch Fallen oder andere Gefahren stirbt.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung (Veteranen), ohne dass ein Gruppenmitglied durch Fallen oder andere Gefahren stirbt.", ["Category_ID"] = 13, } , [1834] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Schalttafel-Ausschalter", -["SubCategory_ID"] = 3, ["achievementIndex"] = 16, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung (Veteranen), ohne dass auch nur eine Schalttafel ihre Aktivierungssequenz abschließen kann.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt den Montagegeneral in den Hallen der Fertigung (Veteranen), ohne dass auch nur eine Schalttafel ihre Aktivierungssequenz abschließen kann.", ["Category_ID"] = 13, } , [1835] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Keine Faxen mit Faksimiles", -["SubCategory_ID"] = 3, ["achievementIndex"] = 1, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt auf einer beliebigen Schwierigkeitsstufe jedes der 6 taktischen Faksimiles, die der Montagegeneral erschafft.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt auf einer beliebigen Schwierigkeitsstufe jedes der 6 taktischen Faksimiles, die der Montagegeneral erschafft.", ["Category_ID"] = 13, } , [1836] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Dynamo", -["SubCategory_ID"] = 3, ["achievementIndex"] = 3, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Schließt alle folgenden Errungenschaften ab, die mit dem Sieg über den Montagegeneral zu tun haben.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt alle folgenden Errungenschaften ab, die mit dem Sieg über den Montagegeneral zu tun haben.", ["Category_ID"] = 13, } , [1837] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Belastungstest bestanden", -["SubCategory_ID"] = 3, ["achievementIndex"] = 15, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, nachdem Ihr die Sicherung zurückgesetzt und den Montagegeneral gestärkt habt, ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, nachdem Ihr die Sicherung zurückgesetzt und den Montagegeneral gestärkt habt, ohne dass ein Gruppenmitglied stirbt.", ["Category_ID"] = 13, } , [1838] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Wie ein Uhrwerk", -["SubCategory_ID"] = 3, ["achievementIndex"] = 9, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, nachdem Ihr die Sicherung zurückgesetzt und den Montagegeneral gestärkt habt und ohne dass ein Gruppenmitglied stirbt. Ihr dürft dafür insgesamt nur 40 Minuten benötigen. Die Zeit läuft, sobald Ihr die Abanabihöhle betreten habt.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Hallen der Fertigung (Veteranen) ab, nachdem Ihr die Sicherung zurückgesetzt und den Montagegeneral gestärkt habt und ohne dass ein Gruppenmitglied stirbt. Ihr dürft dafür insgesamt nur 40 Minuten benötigen. Die Zeit läuft, sobald Ihr die Abanabihöhle betreten habt.", ["Category_ID"] = 13, } , [1839] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Tötungsvorgang", -["SubCategory_ID"] = 3, ["achievementIndex"] = 8, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tötet einen Abfänger-Mechanoiden, während der andere noch mindestens die Hälfte seines Lebens hat und bevor Ihr den verbliebenen Mechanoiden in den Hallen der Fertigung (Veteranen) besiegt.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tötet einen Abfänger-Mechanoiden, während der andere noch mindestens die Hälfte seines Lebens hat und bevor Ihr den verbliebenen Mechanoiden in den Hallen der Fertigung (Veteranen) besiegt.", ["Category_ID"] = 13, } , [1840] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Erzaufseher", -["SubCategory_ID"] = 3, ["achievementIndex"] = 2, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt in den Hallen der Fertigung (Veteranen) den Erzaufseher mit sechs Schockpylonen oder weniger und nutzt dabei jede Gelegenheit mit ihnen zu unterbrechen.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt in den Hallen der Fertigung (Veteranen) den Erzaufseher mit sechs Schockpylonen oder weniger und nutzt dabei jede Gelegenheit mit ihnen zu unterbrechen.", ["Category_ID"] = 13, } , [1841] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Gelehrter der Mysterien Sehts", -["SubCategory_ID"] = 3, ["achievementIndex"] = 14, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Entdeckt alle Notizen, die in den Hallen der Fertigung verteilt sind.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle Notizen, die in den Hallen der Fertigung verteilt sind.", ["Category_ID"] = 13, } , [1842] = { +["name"] = "Fluch der Klippenschreiter", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Fluch der Klippenschreiter", ["numCriteria"] = 1, +["description"] = "Tragt dazu bei, die Klippenschreiterplage zu beseitigen, indem Ihr 100 Klippenschreiter oder Klippenflitzer auf Vvardenfell tötet.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tragt dazu bei, die Klippenschreiterplage zu beseitigen, indem Ihr 100 Klippenschreiter oder Klippenflitzer auf Vvardenfell tötet.", -["achievementIndex"] = 4, +["Category_ID"] = 13, } , [1843] = { +["name"] = "Himmelsscherbenjäger von Vvardenfell", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Himmelsscherbenjäger von Vvardenfell", ["numCriteria"] = 18, +["description"] = "Entdeckt alle 18 Himmelsscherben auf Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben auf Vvardenfell.", -["achievementIndex"] = 7, +["Category_ID"] = 13, } , [1844] = { +["name"] = "Himmelsscherbenjäger der Stadt der Uhrwerke", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Himmelsscherbenjäger der Stadt der Uhrwerke", ["numCriteria"] = 6, +["description"] = "Entdeckt alle 6 Himmelsscherben in der Stadt der Uhrwerke.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle 6 Himmelsscherben in der Stadt der Uhrwerke.", -["achievementIndex"] = 4, +["Category_ID"] = 21, } , [1845] = { +["name"] = "Himmelsscherbenjäger von Sommersend", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Himmelsscherbenjäger von Sommersend", ["numCriteria"] = 18, +["description"] = "Entdeckt alle 18 Himmelsscherben auf Sommersend.", ["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Entdeckt alle 18 Himmelsscherben auf Sommersend.", -["achievementIndex"] = 2, +["nextId"] = 0, +["Category_ID"] = 12, } , [1846] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Nchuleftingth-Gruppenwagnis", -["SubCategory_ID"] = 1, ["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Nchulaeon den Ewigen in Nchuleftingth.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Nchulaeon den Ewigen in Nchuleftingth.", ["Category_ID"] = 13, } , [1847] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Schleifenstörer", -["SubCategory_ID"] = 1, ["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rettet Dubdil Alar vor den Konsequenzen seiner Zeitexperimente.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Rettet Dubdil Alar vor den Konsequenzen seiner Zeitexperimente.", ["Category_ID"] = 13, } , [1848] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Verteidiger Vvardenfells", -["SubCategory_ID"] = 1, ["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt alle sechs Anführer der offenen Welt auf Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt alle sechs mächtigen Anführer der offenen Welt auf Vvardenfell.", ["Category_ID"] = 13, } , [1849] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Stimme der gescheiterten Fleischgewordenen", -["SubCategory_ID"] = 2, ["achievementIndex"] = 17, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Entkräftet die gefährlichen Ansprüche des Aschländers Chodala.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entkräftet die gefährlichen Ansprüche des Aschländers Chodala.", ["Category_ID"] = 13, } , [1850] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Träger des gesegneten Stabes", -["SubCategory_ID"] = 2, ["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Nehmt dem Aschländer Chodala den gesegneten Stab, Sunna\'rah, ab und entlarvt die wahre Natur der Bedrohung für Fürst Vivec.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Nehmt dem Aschländer Chodala den gesegneten Stab, Sunna\'rah, ab und entlarvt die wahre Natur der Bedrohung für Fürst Vivec.", ["Category_ID"] = 13, } , [1851] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Hand eines lebenden Gottes", -["SubCategory_ID"] = 2, ["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Folgt einer ernsthaften Bedrohung in die Stadt der Uhrwerke und stellt Fürst Vivecs gestohlene Macht wieder her.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Folgt einer ernsthaften Bedrohung in die Stadt der Uhrwerke und stellt Fürst Vivecs gestohlene Macht wieder her.", ["Category_ID"] = 13, } , [1852] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Champion Vivecs", -["SubCategory_ID"] = 2, ["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Stellt Fürst Vivecs verlorene Macht wieder her, rettet die Stadt Vivec und werdet zum Champion Vivecs.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Stellt Fürst Vivecs verlorene Macht wieder her, rettet die Stadt Vivec und werdet zum Champion Vivecs.", ["Category_ID"] = 13, } , [1853] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Sieger von Nchuleftingth", -["SubCategory_ID"] = 1, ["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt drei der Champions in Nchuleftingth.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions in Nchuleftingth.", ["Category_ID"] = 13, } , [1854] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Eroberer von Nchuleftingth", -["SubCategory_ID"] = 1, ["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions in Nchuleftingth.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions in Nchuleftingth.", ["Category_ID"] = 13, } , [1855] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Gruppenwagnis im vergessenen Ödland", -["SubCategory_ID"] = 1, ["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Steinkocher Omalas, Einbrenner Releth und Bergruferin Hlaren im vergessenen Ödland.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Steinkocher Omalas, Einbrenner Releth und Bergruferin Hlaren im vergessenen Ödland.", ["Category_ID"] = 13, } , [1856] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Sieger des vergessenen Ödlands", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt drei der Champions im vergessenen Ödland.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt drei der Champions im vergessenen Ödland.", ["Category_ID"] = 13, } , [1857] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Eroberer des vergessenen Ödlands", -["SubCategory_ID"] = 1, ["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt alle Champions im vergessenen Ödland.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Champions im vergessenen Ödland.", ["Category_ID"] = 13, } , [1858] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Khartagspitz", -["SubCategory_ID"] = 1, ["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Khartagspitz.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert Khartagspitz.", ["Category_ID"] = 13, } , [1859] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Ashalmawia", -["SubCategory_ID"] = 1, ["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Ashalmawia.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert Ashalmawia.", ["Category_ID"] = 13, } , [1860] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Zainsipilu", -["SubCategory_ID"] = 1, ["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Zainsipilu.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert Zainsipilu.", ["Category_ID"] = 13, } , [1861] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Eiermine von Matus-Akin", -["SubCategory_ID"] = 1, ["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Eiermine von Matus-Akin.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Eiermine von Matus-Akin.", ["Category_ID"] = 13, } , [1862] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Pulk", -["SubCategory_ID"] = 1, ["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Pulk.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert Pulk.", ["Category_ID"] = 13, } , [1863] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Nchuleft", -["SubCategory_ID"] = 1, ["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Nchuleft", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert Nchuleft", ["Category_ID"] = 13, } , [1864] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Höhlenforscher von Vvardenfell", -["SubCategory_ID"] = 1, ["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen auf Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen auf Vvardenfell.", ["Category_ID"] = 13, } , [1865] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Pfadfinder von Vvardenfell", -["SubCategory_ID"] = 1, ["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 9, +["description"] = "Entdeckt alle markanten Orte auf Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte auf Vvardenfell.", ["Category_ID"] = 13, } , [1866] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Meistererforscher von Vvardenfell", -["SubCategory_ID"] = 1, ["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Vvardenfell.", ["Category_ID"] = 13, } , [1867] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Großabenteurer von Vvardenfell", -["SubCategory_ID"] = 2, ["achievementIndex"] = 11, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt 32 Quests auf Vvardenfell ab.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt 32 Quests auf Vvardenfell ab.", ["Category_ID"] = 13, } , [1868] = { +["name"] = "Retter Morrowinds", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Retter Morrowinds", ["numCriteria"] = 7, +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Morrowinds zu werden.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Morrowinds zu werden.", -["achievementIndex"] = 8, +["Category_ID"] = 13, } , [1869] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Aufgehende Sonne", -["SubCategory_ID"] = 2, ["achievementIndex"] = 15, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Helft der argonischen Sklavin Sonne-im-Schatten, ihre Freiheit zu erlangen.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Helft der argonischen Sklavin Sonne-im-Schatten, ihre Freiheit zu erlangen.", ["Category_ID"] = 13, } , [1870] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Naryus Vertrauter", -["SubCategory_ID"] = 2, ["achievementIndex"] = 13, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Helft Naryu Virian und der Morag Tong in und um Balmora.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Helft Naryu Virian und der Morag Tong in und um Balmora.", ["Category_ID"] = 13, } , [1871] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Scharlachroter Richter", -["SubCategory_ID"] = 2, ["achievementIndex"] = 16, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Helft dem Scharlachroten Richter, Marschall Hlarens Plan in Suran zu vereiteln.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Helft dem Scharlachroten Richter, Marschall Hlarens Plan in Suran zu vereiteln.", ["Category_ID"] = 13, } , [1872] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Kwamaminenarbeiter", -["SubCategory_ID"] = 2, ["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rettet die Bewohner von Gnisis vor dem wirtschaftlichen Ruin, indem Ihr die Zukunft ihrer Kwamamine sichert.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Rettet die Bewohner von Gnisis vor dem wirtschaftlichen Ruin, indem Ihr die Zukunft ihrer Kwamamine sichert.", ["Category_ID"] = 13, } , [1873] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Hand der Herrin", -["SubCategory_ID"] = 2, ["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vereitelt den Plan eines Eindringlings und helft Herrin Dratha bei der Umsetzung ihrer Pläne zur Verlängerung ihres Lebens.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vereitelt den Plan eines Eindringlings und helft Herrin Dratha bei der Umsetzung ihrer Pläne zur Verlängerung ihres Lebens.", ["Category_ID"] = 13, } , [1874] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Beschützer der Pilger", -["SubCategory_ID"] = 2, ["achievementIndex"] = 14, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Beendet die Bedrohung für die Pilger in Molag Mar.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Beendet die Bedrohung für die Pilger in Molag Mar.", ["Category_ID"] = 13, } , [1875] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Narsis\' Lehrling", -["SubCategory_ID"] = 2, ["achievementIndex"] = 12, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Helft Narsis Dren dabei, das Geheimnis des Veloth-Ahnengrabs zu lüften.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Helft Narsis Dren dabei, das Geheimnis des Veloth-Ahnengrabs zu lüften.", ["Category_ID"] = 13, } , [1876] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Ald\'ruhn-Chronist", -["SubCategory_ID"] = 2, ["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Enthüllt das Geheimnis des Hleran-Grabmals.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Enthüllt das Geheimnis des Hleran-Grabmals.", ["Category_ID"] = 13, } , [1877] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Ebenerzvollstrecker", -["SubCategory_ID"] = 2, ["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Deckt die Wahrheit hinter dem plötzlichen Anstieg der Produktion in der Ebenerzmine von Vassir-Didanat auf.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Deckt die Wahrheit hinter dem plötzlichen Anstieg der Produktion in der Ebenerzmine von Vassir-Didanat auf.", ["Category_ID"] = 13, } , [1878] = { -["prevId"] = 0, -["firstID"] = 1825, -["SubCategory"] = "Quests", ["name"] = "Aschschreiter", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1825, ["numCriteria"] = 1, +["description"] = "Schließt 10 tägliche Aufgaben für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 1879, -["description"] = "Schließt 10 tägliche Aufgaben für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.", ["Category_ID"] = 13, } , [1879] = { -["prevId"] = 0, -["firstID"] = 1825, -["SubCategory"] = "Quests", ["name"] = "Klanfreund", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 1825, ["numCriteria"] = 1, +["description"] = "Schließt 30 tägliche Aufgaben für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Aufgaben für Jagdmeister Sorim-Nakar oder Numani-Rasi ab.", ["Category_ID"] = 13, } , [1880] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Aschlande-Pirscher", -["SubCategory_ID"] = 2, ["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Schließt alle sieben täglichen Aufgaben für Jagdmeister Sorim-Nakar ab.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt alle sieben täglichen Aufgaben für Jagdmeister Sorim-Nakar ab.", ["Category_ID"] = 13, } , [1881] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", ["name"] = "Bewahrer der Aschlandrelikte", -["SubCategory_ID"] = 2, ["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Schließt alle sieben täglichen Aufgaben zur Bewahrung der Relikte ab, die Ihr von Numani-Rasi erhaltet.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt alle sieben täglichen Aufgaben zur Bewahrung der Relikte ab, die Ihr von Numani-Rasi erhaltet.", ["Category_ID"] = 13, } , [1882] = { +["name"] = "Meisterangler von Vvardenfell", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Meisterangler von Vvardenfell", ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische auf Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische auf Vvardenfell.", -["achievementIndex"] = 6, -} -, -[2428] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Meisterjäter", -["SubCategory_ID"] = 2, -["achievementIndex"] = 19, -["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, -["nextId"] = 0, -["description"] = "Besiegt alle Gegner zusätzlich zu Selene, Maarselok im Flug, dem Azurfäule-Kankroid, Maarselok in seinem Ausblick und Maarselok in seinem Nest innerhalb von 35 Minuten nach dem Betreten des Horts von Maarselok (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe von Feinden angreift.", -["Category_ID"] = 15, +["Category_ID"] = 13, } , -[2427] = { -["prevId"] = 0, -["firstID"] = 0, +[2269] = { +["name"] = "Verderben der Steinwächter", +["achievementIndex"] = 20, ["SubCategory"] = "Veteran", -["name"] = "Selenes Retter", -["SubCategory_ID"] = 2, -["achievementIndex"] = 18, -["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, -["nextId"] = 0, -["description"] = "Besiegt Maarselok in seinem Nest im Hort von Maarselok (Veteranen), nachdem Ihr die Azurfäule-Saat benutzt habt.", -["Category_ID"] = 15, -} -, -[2426] = { ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Eroberer des Horts von Maarselok", ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, -["numCriteria"] = 5, -["Category"] = "Scalebreaker", -["points"] = 10, -["nextId"] = 0, -["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"] = 15, -} -, -[2425] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Sieger des Horts von Maarselok", -["SubCategory_ID"] = 1, -["achievementIndex"] = 6, -["numCriteria"] = 5, -["Category"] = "Scalebreaker", -["points"] = 10, -["nextId"] = 0, -["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"] = 15, -} -, -[2424] = { -["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Schlächter der Azurfäule-Konstrukte", -["SubCategory_ID"] = 2, -["achievementIndex"] = 22, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Zerstört 150 Steinwächter in den Tiefen von Malatar (Veteranen).", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 50 Azurfäule-Schlurfer oder Azurfäule-Heimsucher im Hort von Maarselok (Veteranen).", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2423] = { -["prevId"] = 0, -["firstID"] = 0, +[2268] = { +["name"] = "Verderben der Geläuterten", +["achievementIndex"] = 19, ["SubCategory"] = "Veteran", -["name"] = "Schlächter der Azurfäule-Infizierten", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Besiegt 350 von Meridias Geläuterten in den Tiefen von Malatar (Veteranen).", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 400 Azurfäule-Infizierte im Hort von Maarselok (Veteranen).", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2422] = { -["prevId"] = 0, -["firstID"] = 0, +[2267] = { +["name"] = "Ruchloser Räuber", +["achievementIndex"] = 4, ["SubCategory"] = "Veteran", -["name"] = "Entzahnter Verschlinger", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Besiegt alle Gegner und Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe (Veteranen), nachdem Ihr den Verazitätsverifizierer benutzt habt, innerhalb von 30 Minuten und ohne dass ein Gruppenmitglied getötet wird.", +["Category"] = "Wrathstone", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Gegner zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf nach Benutzung des Sangiin-Hämoheloten innerhalb von 30 Minuten nach Betreten der Mondgrab-Tempelstadt (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe angreift, ohne dass ein Gruppenmitglied stirbt.", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2421] = { -["prevId"] = 0, -["firstID"] = 0, +[2266] = { +["name"] = "Herausforder des Frostgewölbes", +["achievementIndex"] = 2, ["SubCategory"] = "Veteran", -["name"] = "Herausforderer der Mondgrab-Tempelstadt", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 4, -["Category"] = "Scalebreaker", +["description"] = "Bewältigt die angegebenen Errungenschaften für das Frostgewölbe (Veteranen).", +["Category"] = "Wrathstone", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für die Mondgrab-Tempelstadt (Veteranen).", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2420] = { -["prevId"] = 0, -["firstID"] = 0, +[2265] = { +["name"] = "Erforscher des Grollsteins", +["achievementIndex"] = 2, ["SubCategory"] = "General", -["name"] = "Scalebreaker-Erforscher", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Betretet das Frostgewölbe oder die Tiefen von Malatar zum ersten Mal.", +["Category"] = "Wrathstone", ["points"] = 5, ["nextId"] = 0, -["description"] = "Betretet die Mondgrab-Tempelstadt oder den Hort von Maarselok zum ersten Mal.", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2419] = { -["prevId"] = 0, -["firstID"] = 0, +[2264] = { +["name"] = "Sicher verwahrt", +["achievementIndex"] = 7, ["SubCategory"] = "Veteran", -["name"] = "Grabesflucht", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Besiegt alle Gegner und Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", +["Category"] = "Wrathstone", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Gegner zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf in der Mondgrab-Tempelstadt (Veteranen), ohne dass ein Gruppenmitglied stirbt.", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2418] = { -["prevId"] = 0, -["firstID"] = 0, +[2263] = { +["name"] = "Doppelt zuschlagen", +["achievementIndex"] = 6, ["SubCategory"] = "Veteran", -["name"] = "Blutrausch", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Besiegt alle Gegner und Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe (Veteranen), innerhalb von 30 Minuten. Die Zeit läuft, sobald Ihr in einen Kampf verwickelt werdet.", +["Category"] = "Wrathstone", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt alle Gegner zusätzlich zu den erwachten Trümmern, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf innerhalb von 30 Minuten nach Betreten der Mondgrab-Tempelstadt (Veteranen). Die Zeit läuft, sobald Ihr die erste Gruppe angreift.", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2417] = { -["prevId"] = 0, -["firstID"] = 0, +[2262] = { +["name"] = "Gewölbeknacker", +["achievementIndex"] = 5, ["SubCategory"] = "Veteran", -["name"] = "Trunken vor Macht", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Besiegt den Steinwahrer im Frostgewölbe (Veteranen), nachdem Ihr den Verazitätsverifizierer benutzt habt.", +["Category"] = "Wrathstone", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Grundwulf in der Mondgrab-Tempelstadt (Veteranen), nachdem Ihr den Sangiin-Hämoheloten benutzt habt.", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2416] = { -["prevId"] = 0, -["firstID"] = 0, +[2261] = { +["name"] = "Eroberer des Frostgewölbes", +["achievementIndex"] = 3, ["SubCategory"] = "Veteran", -["name"] = "Eroberer der Mondgrab-Tempelstadt", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 5, -["Category"] = "Scalebreaker", +["description"] = "Besiegt Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe (Veteranen).", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die erwachten Trümmer, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf in der Mondgrab-Tempelstadt (Veteranen).", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2415] = { -["prevId"] = 0, -["firstID"] = 0, +[2260] = { +["name"] = "Sieger des Frostgewölbes", +["achievementIndex"] = 3, ["SubCategory"] = "General", -["name"] = "Sieger der Mondgrab-Tempelstadt", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 5, -["Category"] = "Scalebreaker", +["description"] = "Besiegt Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe.", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die erwachten Trümmer, Dro\'zakar, Kujo Kethba, Nisaazda und Grundwulf in der Mondgrab-Tempelstadt.", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2413] = { -["prevId"] = 0, -["firstID"] = 0, +[2259] = { +["name"] = "Verderben der Zenturionen", +["achievementIndex"] = 9, ["SubCategory"] = "Veteran", -["name"] = "Hohlzahn-Klanschlächter", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Besiegt 20 Zenturionen im Frostgewölbe (Veteranen).", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 200 Hohlzahn-Klanvampire in der Mondgrab-Tempelstadt (Veteranen). Hohlzahn-Schreckensschlunde und -Blutpanther zählen hierfür nicht.", -["Category_ID"] = 15, +["Category_ID"] = 17, } , -[2412] = { +[2258] = { +["name"] = "Verderben der Rieklinge", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Meisterangler des nördlichen Elsweyr", -["numCriteria"] = 12, -["Category"] = "Elsweyr", -["points"] = 5, +["numCriteria"] = 1, +["description"] = "Besiegt 200 Rieklinge im Frostgewölbe (Veteranen).", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische im nördlichen Elsweyr.", -["achievementIndex"] = 3, +["Category_ID"] = 17, } , -[2411] = { +[2257] = { +["name"] = "Psijik-Chronologe", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Verteidiger des nördlichen Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 15, -["numCriteria"] = 6, -["Category"] = "Elsweyr", -["points"] = 15, -["nextId"] = 0, -["description"] = "Besiegt alle sechs mächtigen Anführer der offenen Welt im nördlichen Elsweyr.", -["Category_ID"] = 11, +["SubCategory_ID"] = 2, +["firstID"] = 2254, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Ein Riss jenseits der Kargheit“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2210, +["Category_ID"] = 12, } , -[2410] = { +[2256] = { +["name"] = "Psijik-Schattenläufer", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Rothändige Selbstjustiz", -["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["SubCategory_ID"] = 2, +["firstID"] = 2254, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Schließt die Quest „Die Zeit im Schatten der Unheilsklippe“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt das Verbrecherpärchen, Zav\'i und Akumjhargo, beim Rothandlauf.", -["Category_ID"] = 11, +["nextId"] = 2257, +["Category_ID"] = 12, } , -[2409] = { +[2255] = { +["name"] = "Psijik-Beschaffer der Stäbe", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Schwerttrenner", -["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["SubCategory_ID"] = 2, +["firstID"] = 2254, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Schließt die Quest „Die Überreste der Türme“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt Schwertmeisterin Vhysradue auf dem Hügel der Zerschlagenen Schwerter.", -["Category_ID"] = 11, +["nextId"] = 2256, +["Category_ID"] = 12, } , -[2408] = { +[2254] = { +["name"] = "Psijik-Marschmarschierer", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Grabwächter", -["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["SubCategory_ID"] = 2, +["firstID"] = 2254, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Schließt die Quest „Eine Zeit für Schlamm und Pilze“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2255, +["Category_ID"] = 12, +} +, +[2253] = { +["name"] = "Psijik-Förster", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Ein Riss inmitten der Bäume“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Nekromanten, Thannar der Grablotter, am Narbenrand.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2405] = { +[2252] = { +["name"] = "Psijik-Wiederhersteller", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Schädelbrecher", -["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["SubCategory_ID"] = 2, +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Der zersplitterte Stab“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2253, +["Category_ID"] = 12, +} +, +[2251] = { +["name"] = "Psijik-Koordinator", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Risse von Frost und Feuer“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2252, +["Category_ID"] = 12, +} +, +[2250] = { +["name"] = "Psijik-Verfolger", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Schließt die Quest „Risse in der Bucht“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2251, +["Category_ID"] = 12, +} +, +[2249] = { +["name"] = "Psijik-Erhörender", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Schließt die Quest „Der Ruf der Psijiker“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt die Schädelwache, Na\'ruzz den Knochenweber, in der Knochengrube.", -["Category_ID"] = 11, +["nextId"] = 2250, +["Category_ID"] = 12, } , -[2404] = { +[2244] = { +["name"] = "Schlangenbeschwörer", +["achievementIndex"] = 13, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Meistererforscher des nördlichen Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 1, -["numCriteria"] = 2, -["Category"] = "Elsweyr", -["points"] = 15, +["numCriteria"] = 1, +["description"] = "Besiegt Vsskalvor an einem Kluftgeysir.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte im nördlichen Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2403] = { +[2243] = { +["name"] = "Gezeitengrab", +["achievementIndex"] = 12, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Pfadfinder des nördlichen Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 25, -["numCriteria"] = 7, -["Category"] = "Elsweyr", +["numCriteria"] = 1, +["description"] = "Besiegt Gezeitenbruch an einem Kluftgeysir.", +["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte im nördlichen Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2402] = { +[2242] = { +["name"] = "Strahlende Randale", +["achievementIndex"] = 11, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Höhlenforscher des nördlichen Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 2, -["numCriteria"] = 6, -["Category"] = "Elsweyr", -["points"] = 15, +["numCriteria"] = 1, +["description"] = "Besiegt Eejoba die Strahlende an einem Kluftgeysir.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen im nördlichen Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2401] = { +[2241] = { +["name"] = "Tödliche Verlockung", +["achievementIndex"] = 10, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Erforscher des Gestrüpps", -["SubCategory_ID"] = 1, -["achievementIndex"] = 8, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["description"] = "Besiegt Dunkelsturm die Verlockende an einem Kluftgeysir.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Gestrüpp.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2400] = { +[2240] = { +["name"] = "Meisterangler von Artaeum", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Erforscher der Düsterbeckenmine", -["SubCategory_ID"] = 1, -["achievementIndex"] = 7, -["numCriteria"] = 1, -["Category"] = "Elsweyr", +["numCriteria"] = 3, +["description"] = "Fangt alle 3 seltenen Fische auf Artaeum.", +["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Düsterbeckenmine.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2399] = { +[2237] = { +["name"] = "Schockinstinkt", +["achievementIndex"] = 12, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, +["SubCategory_ID"] = 4, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Erforscher des Grabmals der Schlangen", -["SubCategory_ID"] = 1, -["achievementIndex"] = 6, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["description"] = "Lasst nicht zu, dass ein Spieler im Kampf gegen Relequens Schatten durch voltaische Überladung getroffen wird oder voltaischer Strom überspringen lässt.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Grabmal der Schlangen.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2398] = { +[2748] = { +["name"] = "Meister des Stils des Priesters des Neuen Mondes", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Erforscher der Wüstenwind-Kavernen", -["SubCategory_ID"] = 1, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Priester des Neuen Mondes“, die Ihr in Drachengarde-Vorratstruhen findet.", +["Category"] = "Dragonhold", +["points"] = 50, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Wüstenwind-Kavernen.", -["Category_ID"] = 11, +["Category_ID"] = 15, } , -[2397] = { +[2235] = { +["name"] = "Yaghrablockkade", +["achievementIndex"] = 17, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, +["SubCategory_ID"] = 4, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Erforscher der Raubtiermesa", -["SubCategory_ID"] = 1, -["achievementIndex"] = 4, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["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.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Raubtiermesa.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2396] = { +[2234] = { +["name"] = "Kernkoordination", +["achievementIndex"] = 16, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, +["SubCategory_ID"] = 4, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Erforscher des Hortes der Schmach", -["SubCategory_ID"] = 1, -["achievementIndex"] = 3, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["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.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["description"] = "Erforscht und säubert den Hort der Schmach.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2395] = { +[2233] = { +["name"] = "Licht und tödliche Schatten", +["achievementIndex"] = 15, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, +["SubCategory_ID"] = 4, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Mangelhaft", -["SubCategory_ID"] = 2, -["achievementIndex"] = 25, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 10, +["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.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["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.", -["Category_ID"] = 16, +["Category_ID"] = 12, } , -[2394] = { +[2232] = { +["name"] = "Ein Unglück kommt selten allein", +["achievementIndex"] = 14, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, +["SubCategory_ID"] = 4, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Eisbrecher", -["SubCategory_ID"] = 2, -["achievementIndex"] = 24, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 10, +["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.", +["Category"] = "Summerset", +["points"] = 50, ["nextId"] = 0, -["description"] = "Zerstört in den Tiefen von Malatar (Veteranen) im Kampf gegen die Sinfonie der Klingen fünf Eissäulen mit Sonenschwallmeteoren.", -["Category_ID"] = 16, +["Category_ID"] = 12, } , -[2393] = { +[2211] = { +["name"] = "Flaschenpost", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Formationslos", -["SubCategory_ID"] = 2, -["achievementIndex"] = 23, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 10, +["description"] = "Erfahrt vom Schicksal des verlorenen Seefahrers.", +["Category"] = "Summerset", +["points"] = 5, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 12, } , -[2391] = { +[2210] = { +["name"] = "Psijik-Weiser", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Seelengefährten", -["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["SubCategory_ID"] = 2, +["firstID"] = 2254, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, +["description"] = "Schließt die Quest „Der Sturz der Türme“ des Psijik-Ordens auf Sommersend ab.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Hindert Quintus in den Tiefen von Malatar daran, während des Kampfs mit König Narilmor jemals gegen Tharayya anzukommen.", -["Category_ID"] = 16, +["Category_ID"] = 12, } , -[2390] = { +[2209] = { +["name"] = "Großabenteurer von Sommersend", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Farbenblind", ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 10, +["description"] = "Schließt 33 Quests auf Sommersend ab.", +["Category"] = "Summerset", +["points"] = 50, ["nextId"] = 0, -["description"] = "Zerstört in den Tiefen von Malatar (Veteranen) keine der farbigen Sphären im Kampf gegen die Dunkle Sphäre.", -["Category_ID"] = 16, +["Category_ID"] = 12, } , -[2388] = { +[2208] = { +["name"] = "Was getan werden muss", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Versteckspiel", ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 2205, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Schließt die Quest „Der Kristallturm“ ab.", +["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 12, } , -[2385] = { +[2207] = { +["name"] = "Der Feind meines Feindes", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Falltest", -["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["SubCategory_ID"] = 2, +["firstID"] = 2205, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, -["nextId"] = 0, -["description"] = "Stoßt im Frostgewölbe 20 Feinde von der Plattform des Steinwahrers.", -["Category_ID"] = 16, +["description"] = "Schließt die Quest „Eine notwendige Allianz“ ab.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2208, +["Category_ID"] = 12, } , -[2384] = { +[2206] = { +["name"] = "Unverlässliche Geschichten", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Kalte Kartoffel", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 2205, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Schließt die Quest „Stimmen aus vergessenen Zeiten“ ab.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt Rizzuk und Lawine im Frostgewölbe (Veteranen), nachdem jedes Gruppenmitglied im Kampf mindestens einmal in Lawines Gletschergefängnis gefangen war.", -["Category_ID"] = 16, +["nextId"] = 2207, +["Category_ID"] = 12, } , -[2383] = { +[2204] = { +["name"] = "Entschlossener Wächter", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Kollateralschaden", -["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["SubCategory_ID"] = 2, +["firstID"] = 2201, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Schließt die Quest „Die Turmwächter“ ab.", +["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 12, } , -[2382] = { +[2203] = { +["name"] = "Verstandesspiele", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Drei Fähnchen im Wind", -["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["SubCategory_ID"] = 2, +["firstID"] = 2201, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, -["nextId"] = 0, -["description"] = "Bringt im Frostgewölbe Kriegsfürst Tzogvin dazu, alle drei seiner Banner mit tobenden Winden zu zerstören.", -["Category_ID"] = 16, +["description"] = "Schließt die Quest „Begrabene Erinnerungen“ ab.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2204, +["Category_ID"] = 12, } , -[2381] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Im rechten Winkel", -["SubCategory_ID"] = 1, +[2202] = { +["name"] = "Perlenglanz", ["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2201, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, -["nextId"] = 0, -["description"] = "Weicht im Frostgewölbe allen von Kriegsfürst Tzogvins ruchlosen Anstürmen aus.", -["Category_ID"] = 16, +["description"] = "Schließt die Quest „Eine Perle von großem Wert“ ab.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2203, +["Category_ID"] = 12, } , -[2380] = { +[2201] = { +["name"] = "Für die Königin", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Prüde Prügel", -["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["SubCategory_ID"] = 2, +["firstID"] = 2201, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, -["nextId"] = 0, -["description"] = "Sorgt im Frostgewölbe dafür, dass Eispirscher während seines erzürnten Prügelns seine Verbündeten trifft.", -["Category_ID"] = 16, +["description"] = "Schließt die Quest „Der Erlass der Königin“ ab.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2202, +["Category_ID"] = 12, } , -[2378] = { +[2200] = { +["name"] = "Göttlicher Henker", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Sumpfquallensammler", -["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, +["description"] = "Schließt 30 Aufträge von Justiziarin Farowel für die Göttliche Strafbehörde ab.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["description"] = "Interagiert mit einer Sumpfqualle und erbeutet ihre Ressourcen.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , -[2376] = { +[2199] = { +["name"] = "Göttlicher Richter", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Reinigen der Verdammten", -["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Schließt zehn Aufträge von Justiziarin Farowel für die Göttliche Strafbehörde ab.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["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"] = 17, +["nextId"] = 2200, +["Category_ID"] = 12, } , -[2373] = { +[2198] = { +["name"] = "Göttlicher Strafverfolger", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Geistentzweiung", -["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt Drakeeh den Entfesselten im Schwarzrosengefängnis (Veteranen), nachdem er immer mindestens 2 Geister absorbiert hat, bevor ihr Geisterschrei eingesetzt habt.", -["Category_ID"] = 17, +["description"] = "Schließt Euren ersten Auftrag von Justiziarin Farowel für die Göttliche Strafbehörde ab.", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 2199, +["Category_ID"] = 12, } , -[2372] = { +[2197] = { +["name"] = "Göttlicher Magistrat", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Aufregender Dreier", -["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["SubCategory_ID"] = 2, +["firstID"] = 2195, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Schließt 30 Aufträge von Justiziar Tanorian für die Göttliche Strafbehörde ab.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["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"] = 17, +["Category_ID"] = 12, } , -[2370] = { +[2196] = { +["name"] = "Göttlicher Advokat", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Entwurzelt", -["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["SubCategory_ID"] = 2, +["firstID"] = 2195, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Schließt zehn Aufträge von Justiziar Tanorian für die Göttliche Strafbehörde ab.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Besiegt Zähmt-die-Bestien im Schwarzrosengefängnis (Veteranen), ohne dass ein Gruppenmitglied durch die erdrückenden Wurzeln gefangen wird.", -["Category_ID"] = 17, +["nextId"] = 2197, +["Category_ID"] = 12, } , -[2366] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Spießrutengalopp", -["SubCategory_ID"] = 3, +[2195] = { +["name"] = "Göttlicher Vertreter", ["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2195, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 50, -["nextId"] = 0, -["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"] = 17, +["description"] = "Schließt Euren ersten Auftrag von Justiziar Tanorian für die Göttliche Strafbehörde ab.", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 2196, +["Category_ID"] = 12, } , -[2365] = { +[2194] = { +["name"] = "Das Wohl der Vielen", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Ungebunden und untot", -["SubCategory_ID"] = 3, -["achievementIndex"] = 15, -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 50, +["numCriteria"] = 9, +["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.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["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"] = 17, +["Category_ID"] = 12, } , [1932] = { +["name"] = "Meister des Stils der Aschländer", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Meister des Stils der Aschländer", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Aschländer“. Die Kapitel können manchmal als Belohnung für das Abschließen täglicher Aufgaben der Jagdmeister Sorim-Nakar und Numani-Rasi ergattert werden.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 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 Aufgaben der Jagdmeister Sorim-Nakar und Numani-Rasi ergattert werden.", -["achievementIndex"] = 2, +["Category_ID"] = 13, } , [1933] = { +["name"] = "Meister des Stils der Morag Tong", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Meister des Stils der Morag Tong", ["numCriteria"] = 14, +["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.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 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.", -["achievementIndex"] = 5, +["Category_ID"] = 13, } , [1934] = { +["name"] = "Meister des Stils der Kriegswappenträger", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Meister des Stils der Kriegswappenträger", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Kriegswappenträger“. Die Kapitel können manchmal in Schatztruhen auf ganz Vvardenfell gefunden werden.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Kriegswappenträger“. Die Kapitel können manchmal in Schatztruhen auf ganz Vvardenfell gefunden werden.", -["achievementIndex"] = 3, +["Category_ID"] = 13, } , -[2361] = { +[2193] = { +["name"] = "Retter von Sommersend", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Meister des Stils der alten Argonier", -["numCriteria"] = 14, -["Category"] = "Murkmire", +["numCriteria"] = 7, +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Retter Sommersends zu werden.", +["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Erlernt 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 Aufgaben in Trübmoor gegen die Anführer der offenen Welt und für die Hilfe beim Wiederaufbau von Wurzelflüster erhaltet.", -["achievementIndex"] = 8, +["Category_ID"] = 12, } , -[2360] = { +[2670] = { +["name"] = "Eisiges Ende", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Meister des Stils der Totwasser", -["numCriteria"] = 14, -["Category"] = "Murkmire", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Besiegt Kjarg Hauerkratzer in Eiskap (Veteranen) mit mindestens drei vollständig ausgebildeten Frostatronachen.", +["Category"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, -["description"] = "Erlernt 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 Aufgaben in Trübmoor gegen die Anführer der offenen Welt und für die Hilfe beim Wiederaufbau von Wurzelflüster erhaltet.", -["achievementIndex"] = 7, +["Category_ID"] = 14, } , [1937] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Höhlenforscher der Hörner des Reik", -["SubCategory_ID"] = 1, ["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Schließt Falkenring und die Blutquellschmiede (Veteranen) ab.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt Falkenring und die Blutquellschmiede (Veteranen) ab.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , -[2358] = { +[2660] = { +["name"] = "Späher des Gramsturms", +["achievementIndex"] = 2, +["SubCategory"] = "General", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Sumpfretter", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, -["numCriteria"] = 6, -["Category"] = "Murkmire", +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Schließt sowohl Eiskap als auch das Unheilige Grab ab.", +["Category"] = "Harrowstorm", ["points"] = 10, ["nextId"] = 0, -["description"] = "Rettet Dorfbewohner von vier verschiedenen Stämmen Trübmoors.", -["Category_ID"] = 17, +["Category_ID"] = 14, } , -[2357] = { -["prevId"] = 0, -["firstID"] = 0, +[2658] = { +["name"] = "Lied eines Helden", +["achievementIndex"] = 10, ["SubCategory"] = "Exploration", -["name"] = "Rankenzungen-Reisender", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, -["numCriteria"] = 6, -["Category"] = "Murkmire", +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Dragonhold", ["points"] = 5, ["nextId"] = 0, -["description"] = "Lest die sechs Bücher über Rankenzungen, indem Ihr mit den verschiedenen Rankenzungen in ganz Trübmoor interagiert.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , [1940] = { +["name"] = "Erforscher der Hörner des Reik", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Hörner des Eroberers des Reik", ["numCriteria"] = 1, +["description"] = "Betretet Falkenring oder die Blutquellschmiede zum ersten Mal.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Betretet entweder Falkenring oder die Blutquellschmiede zum ersten Mal.", -["achievementIndex"] = 1, +["Category_ID"] = 22, } , [1941] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Herausforderer der Blutquellschmiede", -["SubCategory_ID"] = 1, ["achievementIndex"] = 2, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für die Blutquellschmiede (Veteranen).", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für die Blutquellschmiede (Veteranen).", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1942] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Herausforderer von Falkenring", -["SubCategory_ID"] = 1, ["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für Falkenring (Veteranen).", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für Falkenring (Veteranen).", -["Category_ID"] = 21, +["Category_ID"] = 22, } , -[2352] = { +[2656] = { +["name"] = "Drachenvasallenschlächter", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 2350, -["SubCategory"] = "Quests", -["name"] = "Wurzelpflege", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, -["numCriteria"] = 1, -["Category"] = "Murkmire", +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Tötet 100 untote Drachenvasallen, 25 Sturmatronachen und 25 Frostatronachen, während Ihr gegen Drachen kämpft.", +["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt 30 tägliche Aufgaben für Wurzelflüster von Tuwul ab.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , -[2351] = { +[2638] = { +["name"] = "Fertigkeitsmeister der Seelenmagie", +["achievementIndex"] = 5, +["SubCategory"] = "Main Quest", ["prevId"] = 0, -["firstID"] = 2350, -["SubCategory"] = "Quests", -["name"] = "Wurzelheilung", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, -["nextId"] = 2352, -["description"] = "Schließt 10 tägliche Aufgaben für Wurzelflüster von Tuwul ab.", -["Category_ID"] = 17, +["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie der Seelenmagie.", +["Category"] = "Quests", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 7, } , [1945] = { +["name"] = "Kriegschronist", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Kriegschronist", ["numCriteria"] = 4, +["description"] = "Entdeckt das dringende Sendschreiben, den unvollendeten Brief an Marika, „Bezüglich der Gerüchte“ und das Epitaph von Bjarfrud Skjoralmor in Falkenring.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entdeckt das dringende Sendschreiben, den unvollendeten Brief an Marika, „Bezüglich der Gerüchte“ und das Epitaph von Bjarfrud Skjoralmor in Falkenring.", -["achievementIndex"] = 6, +["Category_ID"] = 22, } , [1946] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Abtaucher", -["SubCategory_ID"] = 1, ["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["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"] = 21, +["Category_ID"] = 22, } , [1947] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eidbrecher", -["SubCategory_ID"] = 1, ["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["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"] = 21, +["Category_ID"] = 22, } , [1948] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Episches Unterfangen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Reinigt 15 Leichname innerhalb von fünf Sekunden, während Ihr in Falkenring (Veteranen) gegen Todesfürst Bjarfrud Skjoralmor kämpft.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Reinigt 15 Leichname innerhalb von fünf Sekunden, während Ihr in Falkenring (Veteranen) gegen Todesfürst Bjarfrud Skjoralmor kämpft.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1949] = { +["name"] = "Wild und wollig", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Wild und wollig", ["numCriteria"] = 1, +["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"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 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.", -["achievementIndex"] = 7, +["Category_ID"] = 22, } , [1950] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Den Elementen trotzen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), während mindestens ein Atronach jeder Art weiterhin besteht.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), während mindestens ein Atronach jeder Art weiterhin besteht.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1951] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Säulenbehüter", -["SubCategory_ID"] = 1, ["achievementIndex"] = 28, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), während in der Halle des Jarls mindestens zwei Säulen stehen bleiben.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Domihaus den Blutgehörnten in Falkenring (Veteranen), während in der Halle des Jarls mindestens zwei Säulen stehen bleiben.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , -[2341] = { +[2637] = { +["name"] = "Drachenjäger von Pellitine", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Verse des Nichts", -["SubCategory_ID"] = 1, -["achievementIndex"] = 12, -["numCriteria"] = 5, -["Category"] = "Murkmire", -["points"] = 5, +["firstID"] = 2631, +["numCriteria"] = 1, +["description"] = "Tötet 50 Drachen in der Wildnis des südlichen Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["description"] = "Lest Nisswo Xeewulms fünf Reime nahe den Sithis-Schreinen Trübmoors.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , -[2340] = { +[2635] = { +["name"] = "Blätter im Wind", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Das Faulige Juwel", ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, +["description"] = "Helft dabei, die Mauer des Lebens in Schwarzhöhen wiederherzustellen.", +["Category"] = "Dragonhold", +["points"] = 10, ["nextId"] = 0, -["description"] = "Reist nach Lilmoth in Trübmoor.", -["achievementIndex"] = 1, +["Category_ID"] = 15, } , -[2339] = { -["prevId"] = 0, -["firstID"] = 0, +[2634] = { +["name"] = "Ein Neuanfang", +["achievementIndex"] = 1, ["SubCategory"] = "Quests", -["name"] = "Der Fluss der Wiedergeburt", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Helft den Zwillingen aus Südwacht bei der Flucht aus dem südlichen Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Mit Fluss und Wurzel“ ab.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , -[2338] = { -["prevId"] = 0, -["firstID"] = 0, +[2633] = { +["name"] = "Hilfe für die Hilflosen", +["achievementIndex"] = 2, ["SubCategory"] = "Quests", -["name"] = "Unerreichter Traum", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, -["numCriteria"] = 1, -["Category"] = "Murkmire", +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Helft jenen in den Ruinen von Südwacht und in Schwarzhöhen.", +["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt die Quest „Das Residuum von Argon“ ab.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , -[2337] = { +[2626] = { +["name"] = "Willkommen in Pellitine", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Schatten der Vergangenheit", -["SubCategory_ID"] = 2, -["achievementIndex"] = 12, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Betretet das südliche Elsweyr zum ersten Mal.", +["Category"] = "Dragonhold", +["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt die Quest „Der Sumpf und die Schlange“ ab.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , -[2336] = { +[2625] = { +["name"] = "Fertigkeitsmeister des Psijik-Ordens", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Saftschläfer", -["SubCategory_ID"] = 2, -["achievementIndex"] = 11, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Erreicht den maximalen Rang in der Fertigkeitslinie des Psijik-Ordens.", +["Category"] = "Summerset", +["points"] = 50, ["nextId"] = 0, -["description"] = "Schließt die Quest „Tod und Träumen“ ab.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , [1958] = { +["name"] = "Vorläufermodell", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Vorläufermodell", ["numCriteria"] = 14, +["description"] = "Sammelt und montiert alle Teile, die es braucht, um das Vorläufer-Faktotum zu rekonstruieren.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Sammelt und montiert alle Teile, die es braucht, um das Vorläufer-Faktotum zu rekonstruieren.", -["achievementIndex"] = 3, +["Category_ID"] = 21, } , [1959] = { +["name"] = "Sieger des Krallenhortes", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Sieger des Krallenhortes", ["numCriteria"] = 5, +["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort.", ["Category"] = "Dragon Bones", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort.", -["achievementIndex"] = 1, +["Category_ID"] = 20, } , [1960] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eroberer des Krallenhorts", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort (Veteranen).", ["Category"] = "Dragon Bones", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Lizabet Charnis, die Kadavermenagerie, Caluurion, Ulfnor und Sabina Cedus sowie Orryn den Schwarzen und Thurvokun im Krallenhort (Veteranen).", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1961] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Skelette", -["SubCategory_ID"] = 1, ["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 500 Skelette im Krallenhort (Veteranen).", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 500 Skelette im Krallenhort (Veteranen).", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1962] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Nekromanten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 350 Schwarzmark-Nekromanten im Krallenhort (Veteranen).", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 350 Schwarzmark-Nekromanten im Krallenhort (Veteranen).", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1963] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Die Lebenden und die Toten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , [1964] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Keine Statistik", -["SubCategory_ID"] = 1, ["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , [1965] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Lasst die Vergangenheit ruhen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Orryn den Schwarzen und Thurvokun, nachdem Ihr Orryns Notizen im Krallenhort (Veteranen) gelesen habt.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Orryn den Schwarzen und Thurvokun, nachdem Ihr Orryns Notizen im Krallenhort (Veteranen) gelesen habt.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1966] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Herausforderer des Krallenhorts", -["SubCategory_ID"] = 1, ["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für den Krallenhort (Veteranen).", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für den Krallenhort (Veteranen).", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1967] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Minimale Animosität", -["SubCategory_ID"] = 1, ["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , [1968] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Pilzfrei", -["SubCategory_ID"] = 1, ["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Kadavermenagerie im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch instabile Pilze Schaden erleidet.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Kadavermenagerie im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch instabile Pilze Schaden erleidet.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1969] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Ausgehungerte Käfer", -["SubCategory_ID"] = 1, ["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Schließt den Kampf ab, ohne dass jemand im Krallenhort (Veteranen) von der degenerativen Säure des Riesenskarabäus getroffen wird.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Schließt den Kampf ab, ohne dass jemand im Krallenhort (Veteranen) von der degenerativen Säure des Riesenskarabäus getroffen wird.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , -[1970] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", +[1970] = { ["name"] = "Verstümmelnder Gehorsam", -["SubCategory_ID"] = 1, ["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Kadavermenagerie im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch den Todesgriff des Kadaversenches stirbt.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Kadavermenagerie im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch den Todesgriff des Kadaversenches stirbt.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1971] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Elementare Anatomie", -["SubCategory_ID"] = 1, ["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Deaktiviert jedes von Caluurions Relikten, indem Ihr die elementaren Knochenteufel im Krallenhort (Veteranen) nutzt.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Deaktiviert jedes von Caluurions Relikten, indem Ihr die elementaren Knochenteufel im Krallenhort (Veteranen) nutzt.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1972] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Nicht verdutzt", -["SubCategory_ID"] = 1, ["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Ulfnor und Sabina Cedus im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch Sabina Cedus\' spukendes Gespenst beeinträchtigt wird.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Ulfnor und Sabina Cedus im Krallenhort (Veteranen), ohne dass ein Gruppenmitglied durch Sabina Cedus\' spukendes Gespenst beeinträchtigt wird.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1973] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eiskaltes Streben", -["SubCategory_ID"] = 1, ["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , [1974] = { +["name"] = "Schrecklicher Mundgeruch", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Schrecklicher Mundgeruch", ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 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.", -["achievementIndex"] = 3, +["Category_ID"] = 20, } , [1975] = { +["name"] = "Sieger des Gipfels der Schuppenruferin", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Sieger des Gipfels der Schuppenruferin", ["numCriteria"] = 5, +["description"] = "Besiegt Rinaerus den Ranzigen und Orzun den Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan die Schuppenruferin am Gipfel der Schuppenruferin.", ["Category"] = "Dragon Bones", ["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt Rinaerus den Ranzigen und Orzun den Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan die Schuppenruferin am Gipfel der Schuppenruferin.", -["achievementIndex"] = 4, +["Category_ID"] = 20, } , [1976] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Eroberer des Gipfels der Schuppenruferin", -["SubCategory_ID"] = 1, ["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["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"] = "Dragon Bones", ["points"] = 5, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , [1977] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Oger", -["SubCategory_ID"] = 1, ["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 50 Oger am Gipfel der Schuppenruferin (Veteranen).", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 50 Oger am Gipfel der Schuppenruferin (Veteranen).", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1978] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Verderben der Kultisten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt 120 Kultisten am Gipfel der Schuppenruferin (Veteranen).", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 120 Kultisten am Gipfel der Schuppenruferin (Veteranen).", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1979] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Höchstleistung", -["SubCategory_ID"] = 1, ["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , [1980] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Ganz oben", -["SubCategory_ID"] = 1, ["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt zusätzlich zu Rinaerus dem Ranzigen und Orzun dem Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan der Schuppenruferin alle Gegner am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied stirbt.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt zusätzlich zu Rinaerus dem Ranzigen und Orzun dem Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan der Schuppenruferin alle Gegner am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied stirbt.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1981] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Zauberbrecher", -["SubCategory_ID"] = 1, ["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Zaan die Schuppenruferin, nachdem Ihr Zaans Ritualschriftrolle am Gipfel der Schuppenruferin (Veteranen) gelesen habt.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Zaan die Schuppenruferin, nachdem Ihr Zaans Ritualschriftrolle am Gipfel der Schuppenruferin (Veteranen) gelesen habt.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1982] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Herausforderer des Gipfels der Schuppenruferin", -["SubCategory_ID"] = 1, ["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Bewältigt die angegebenen Errungenschaften für den Gipfel der Schuppenruferin (Veteranen).", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für den Gipfel der Schuppenruferin (Veteranen).", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1983] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Berggott", -["SubCategory_ID"] = 1, ["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt zusätzlich zu Rinaerus dem Ranzigen und Orzun dem Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan der Schuppenruferin alle Gegner am Gipfel der Schuppenruferin (Veteranen), in weniger als 30 Minuten und ohne dass ein Gruppenmitglied stirbt, nachdem Ihr Zaans Ritualschriftrolle gelesen habt.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt zusätzlich zu Rinaerus dem Ranzigen und Orzun dem Übelriechenden, Doylemish Eisenherz, Matriarchin Aldis, Seuchenbrauer Mortieu und Zaan der Schuppenruferin alle Gegner am Gipfel der Schuppenruferin (Veteranen), in weniger als 30 Minuten und ohne dass ein Gruppenmitglied stirbt, nachdem Ihr Zaans Ritualschriftrolle gelesen habt.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1984] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Pesteiterprobleme", -["SubCategory_ID"] = 1, ["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , [1985] = { +["name"] = "Retter der Schuppenruferin", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Retter der Schuppenruferin", ["numCriteria"] = 1, +["description"] = "Sammelt beide notwendigen Zutaten und heilt Jorvuld Davaux von der Seuche des Kults.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Sammelt beide notwendigen Zutaten und heilt Jorvuld Davaux von der Seuche des Kults.", -["achievementIndex"] = 5, +["Category_ID"] = 20, } , [1986] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Steiniger Weg", -["SubCategory_ID"] = 1, ["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Doylemish Eisenherz am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied vom Steinblick versteinert wird.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Doylemish Eisenherz am Gipfel der Schuppenruferin (Veteranen), ohne dass ein Gruppenmitglied vom Steinblick versteinert wird.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1987] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Bebenbedrängnis", -["SubCategory_ID"] = 1, ["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , [1988] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Ärztliche Anweisungen", -["SubCategory_ID"] = 1, ["achievementIndex"] = 28, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Seuchenbrauer Mortieu am Gipfel der Schuppenruferin (Veteranen) mit vier lebenden Gruppenmitgliedern, die alle gleichzeitig an zwei der Seuchen Mortieus leiden.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Seuchenbrauer Mortieu am Gipfel der Schuppenruferin (Veteranen) mit vier lebenden Gruppenmitgliedern, die alle gleichzeitig an zwei der Seuchen Mortieus leiden.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1989] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Passt auf, wo Ihr hintretet", -["SubCategory_ID"] = 1, ["achievementIndex"] = 29, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , [1990] = { +["name"] = "Bleibt standhaft", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Bleibt standhaft", ["numCriteria"] = 1, +["description"] = "Besiegt Zaan die Schuppenruferin, ohne von ihrem Schild zurückgeschlagen zu werden.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Zaan die Schuppenruferin, ohne von ihrem Schild zurückgeschlagen zu werden.", -["achievementIndex"] = 6, +["Category_ID"] = 20, } , [1991] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", ["name"] = "Daedravermeidung", -["SubCategory_ID"] = 1, ["achievementIndex"] = 30, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["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"] = 19, +["Category_ID"] = 20, } , -[2271] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Eroberer der Tiefen von Malatar", -["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +[2623] = { +["name"] = "Held der Drachengarde", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, -["Category"] = "Wrathstone", -["points"] = 10, +["description"] = "Schließt Quests ab, besiegt Anführer und erkundet Gewölbe, um der Held der Drachengarde zu werden.", +["Category"] = "Dragonhold", +["points"] = 50, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 15, } , -[2270] = { +[2621] = { +["name"] = "Schlächter von Legenden", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Sieger der Tiefen von Malatar", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, -["numCriteria"] = 5, -["Category"] = "Wrathstone", +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Findet und besiegt alle verbleibenden Mitglieder der berüchtigten Blaugiftpiraten, Meereselfenmarodeure, die im südlichen Elsweyr untergetaucht sind.", +["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["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"] = 16, +["Category_ID"] = 15, } , -[2269] = { +[2620] = { +["name"] = "Kletterarmbrust-Pfadfinder", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Verderben der Steinwächter", -["SubCategory_ID"] = 2, -["achievementIndex"] = 20, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Sucht ein Übungsgebiet der alten Drachengarde auf und absolviert es mit Eurer Kletterarmbrust.", +["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Zerstört 150 Steinwächter in den Tiefen von Malatar (Veteranen).", -["Category_ID"] = 16, +["Category_ID"] = 15, } , -[2268] = { +[2618] = { +["name"] = "Befreier der Ausgestoßenen", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Verderben der Geläuterten", -["SubCategory_ID"] = 2, -["achievementIndex"] = 19, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Befreit 25 Sklaven und Flüchtlinge aus den Fängen der Piraten und Sklavenjäger im südlichen Elsweyr", +["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt 350 von Meridias Geläuterten in den Tiefen von Malatar (Veteranen).", -["Category_ID"] = 16, +["Category_ID"] = 15, } , -[2267] = { +[2104] = { +["name"] = "Erforscher der Drachenknochen", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Ruchloser Räuber", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, +["description"] = "Betretet den Krallenhort oder den Gipfel der Schuppenruferin zum ersten Mal.", +["Category"] = "Dragon Bones", +["points"] = 5, ["nextId"] = 0, -["description"] = "Besiegt alle Gegner und Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe (Veteranen), nachdem Ihr den Verazitätsverifizierer benutzt habt, innerhalb von 30 Minuten und ohne dass ein Gruppenmitglied getötet wird.", -["Category_ID"] = 16, +["Category_ID"] = 20, } , -[2266] = { +[2103] = { +["name"] = "Höhlenforscher der Drachenknochen", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Herausforder des Frostgewölbes", -["SubCategory_ID"] = 2, -["achievementIndex"] = 2, -["numCriteria"] = 4, -["Category"] = "Wrathstone", +["numCriteria"] = 2, +["description"] = "Besteht den Krallenhort und den Gipfel der Schuppenruferin in der Veteranenfassung.", +["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Bewältigt die angegebenen Errungenschaften für das Frostgewölbe (Veteranen).", -["Category_ID"] = 16, +["Category_ID"] = 20, } , -[2265] = { +[2102] = { +["name"] = "Hals und Gebeinbruch", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Erforscher des Grollsteins", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, +["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"] = "Dragon Bones", +["points"] = 50, ["nextId"] = 0, -["description"] = "Betretet das Frostgewölbe oder die Tiefen von Malatar zum ersten Mal.", -["Category_ID"] = 16, +["Category_ID"] = 20, } , -[2264] = { +[2613] = { +["name"] = "Ein Schild von Senchal", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Sicher verwahrt", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 2613, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, -["nextId"] = 0, -["description"] = "Besiegt alle Gegner und Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe (Veteranen), ohne dass ein Gruppenmitglied getötet wird.", -["Category_ID"] = 16, +["description"] = "Schließt eine tägliche Aufgabe gegen Anführer von Bruccius Baenius ab.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2614, +["Category_ID"] = 15, } , -[2263] = { +[2612] = { +["name"] = "Drachengardefunktionär", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Doppelt zuschlagen", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 2609, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, +["description"] = "Schließt 30 Drachengarde-Quests ab, inklusive täglicher Aufgaben von Dirge Truptor oder Chizbari der Hauerin, um den uralten Orden wiederherzustellen und zusätzliche Dienste im Drachengarde-Refugium freizuschalten.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt alle Gegner und Eispirscher, Kriegsfürst Tzogvin, den Gewölbebeschützer, Rizzuk Knochenkälte und den Steinwahrer im Frostgewölbe (Veteranen), innerhalb von 30 Minuten. Die Zeit läuft, sobald Ihr in einen Kampf verwickelt werdet.", -["Category_ID"] = 16, +["Category_ID"] = 15, } , [2001] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher des Königshafenpasses", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert den Königshafenpass.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert den Königshafenpass.", ["Category_ID"] = 12, } , [2002] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Grotte von Eton Nir", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Grotte von Eton Nir.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Grotte von Eton Nir.", ["Category_ID"] = 12, } , [2003] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher des Hains des Archonten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Gewölbe des Archonten.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Gewölbe des Archonten.", ["Category_ID"] = 12, } , [2004] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Tor-Hame-Khard", -["SubCategory_ID"] = 1, ["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Tor-Hame-Khard.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert Tor-Hame-Khard.", ["Category_ID"] = 12, } , [2005] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher von Korallwasten", -["SubCategory_ID"] = 1, ["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert Korallwasten.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert Korallwasten.", ["Category_ID"] = 12, } , [2006] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher des Verrätergewölbes", -["SubCategory_ID"] = 1, ["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert das Verrätergewölbe.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert das Verrätergewölbe.", ["Category_ID"] = 12, } , [2007] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Höhlenforscher von Sommersend", -["SubCategory_ID"] = 1, ["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen auf Sommersend.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Erforscht und säubert alle sechs zu erforschenden Höhlen auf Sommersend.", ["Category_ID"] = 12, } , [2008] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Pfadfinder von Sommersend", -["SubCategory_ID"] = 1, ["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Entdeckt alle markanten Orte auf Sommersend.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte auf Sommersend.", ["Category_ID"] = 12, } , -[2254] = { -["prevId"] = 0, -["firstID"] = 2254, +[2611] = { +["name"] = "Neuschmieden der Drachengarde", +["achievementIndex"] = 7, ["SubCategory"] = "Quests", -["name"] = "Psijik-Marschmarschierer", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 2609, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Schließt 20 Drachengarde-Quests ab, inklusive täglicher Aufgaben von Dirge Truptor oder Chizbari der Hauerin, um den uralten Orden wiederherzustellen und zusätzliche Dienste im Drachengarde-Refugium freizuschalten.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2255, -["description"] = "Schließt die Quest „Eine Zeit für Schlamm und Pilze“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["nextId"] = 2612, +["Category_ID"] = 15, } , [2010] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Meistererforscher von Sommersend", -["SubCategory_ID"] = 1, ["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Sommersend.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle sechs Höhlen und alle markanten Orte auf Sommersend.", ["Category_ID"] = 12, } , -[2252] = { -["prevId"] = 0, -["firstID"] = 2249, +[2608] = { +["name"] = "Furchterregender Freischaffender", +["achievementIndex"] = 8, ["SubCategory"] = "Quests", -["name"] = "Psijik-Wiederhersteller", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2606, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2253, -["description"] = "Schließt die Quest „Der zersplitterte Stab“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["description"] = "Schließt 30 tägliche Aufgaben von Guybert Flaubert ab.", +["Category"] = "Dragonhold", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2251] = { -["prevId"] = 0, -["firstID"] = 2249, +[2606] = { +["name"] = "Mittelmäßiger Mittelsmann", +["achievementIndex"] = 8, ["SubCategory"] = "Quests", -["name"] = "Psijik-Koordinator", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2606, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2252, -["description"] = "Schließt die Quest „Risse von Frost und Feuer“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["description"] = "Schließt eine tägliche Aufgabe von Guybert Flaubert ab.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2607, +["Category_ID"] = 15, } , -[2250] = { -["prevId"] = 0, -["firstID"] = 2249, +[2603] = { +["name"] = "Niedergang des Dunklen Äons", +["achievementIndex"] = 5, ["SubCategory"] = "Quests", -["name"] = "Psijik-Verfolger", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2602, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Schließt die Quest „Aufstieg eines Neuen Mondes“ im südlichen Elsweyr ab.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2251, -["description"] = "Schließt die Quest „Risse in der Bucht“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["nextId"] = 2604, +["Category_ID"] = 15, } , -[2249] = { +[2082] = { +["name"] = "Glückselige Schlägerei", +["achievementIndex"] = 10, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, -["firstID"] = 2249, -["SubCategory"] = "Quests", -["name"] = "Psijik-Erhörender", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2250, -["description"] = "Schließt die Quest „Der Ruf der Psijiker“ des Psijik-Ordens auf Sommersend ab.", -["Category_ID"] = 12, +["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"] = "Clockwork City", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 21, } , -[2244] = { +[2079] = { +["name"] = "Sieger der Anstalt Sanctorium", +["achievementIndex"] = 6, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Schlangenbeschwörer", ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["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"] = "Clockwork City", +["points"] = 50, ["nextId"] = 0, -["description"] = "Besiegt Vsskalvor an einem Kluftgeysir.", -["Category_ID"] = 12, +["Category_ID"] = 21, } , [2016] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Hallen der Regulierung", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Hallen der Regulierung.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Hallen der Regulierung.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2017] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Erforscher der Schattenklamm", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Erforscht und säubert die Schattenklamm.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Erforscht und säubert die Schattenklamm.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2018] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Meistererforscher der Stadt der Uhrwerke", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in der Stadt der Uhrwerke.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Entdeckt und säubert alle Höhlen und alle markanten Orte in der Stadt der Uhrwerke.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2019] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Höhlenforscher der Stadt der Uhrwerke", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Entdeckt und säubert beide Höhlen der Stadt der Uhrwerke.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt und säubert beide Höhlen der Stadt der Uhrwerke.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2020] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Pfadfinder der Stadt der Uhrwerke", -["SubCategory_ID"] = 1, ["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Entdeckt alle markanten Orte in der Stadt der Uhrwerke.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entdeckt alle markanten Orte in der Stadt der Uhrwerke.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2021] = { +["name"] = "Meister des Stils der Hlaalu", +["achievementIndex"] = 12, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Meister des Stils der Hlaalu", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Hlaalu“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Hlaalu“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", -["achievementIndex"] = 12, +["Category_ID"] = 13, } , [2022] = { +["name"] = "Meister des Stils der Redoran", +["achievementIndex"] = 13, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Meister des Stils der Redoran", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Redoran“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Redoran“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", -["achievementIndex"] = 13, +["Category_ID"] = 13, } , [2023] = { +["name"] = "Meister des Stils der Telvanni", +["achievementIndex"] = 14, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Meister des Stils der Telvanni", ["numCriteria"] = 14, +["description"] = "Lernt jedes Kapitel des Buchs „Stil der Telvanni“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Lernt jedes Kapitel des Buchs „Stil der Telvanni“, die Ihr aus den Heimen und Taschen der Bewohner Morrowinds stehlen könnt.", -["achievementIndex"] = 14, +["Category_ID"] = 13, } , [2024] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Halls of Fabrication", ["name"] = "Meister des Stils der Rekonstruktion", -["SubCategory_ID"] = 3, ["achievementIndex"] = 13, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Sammelt und erlernt jedes Kapitel des Buchs „Stil der Rekonstruktion“.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Sammelt und erlernt jedes Kapitel des Buchs „Stil der Rekonstruktion“.", ["Category_ID"] = 13, } , -[2233] = { +[2590] = { +["name"] = "Späher der Schuppenbrecher", +["achievementIndex"] = 2, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Licht und tödliche Schatten", -["SubCategory_ID"] = 4, -["achievementIndex"] = 15, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, +["numCriteria"] = 2, +["description"] = "Schließt sowohl den Hort von Maarselok als auch die Mondgrab-Tempelstadt ab.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["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.", -["Category_ID"] = 12, +["Category_ID"] = 16, } , -[2232] = { +[2076] = { +["name"] = "Anstalt Sanctorium abgeschlossen", +["achievementIndex"] = 2, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Ein Unglück kommt selten allein", -["SubCategory_ID"] = 4, -["achievementIndex"] = 14, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 50, +["description"] = "Besiegt den Heiligen Olms, den Gerechten, den Heiligen Llothis, den Frommen, und den Heiligen Felms, den Tapferen, in der Anstalt Sanctorium.", +["Category"] = "Clockwork City", +["points"] = 15, ["nextId"] = 0, -["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.", -["Category_ID"] = 12, +["Category_ID"] = 21, } , [2027] = { +["name"] = "Meisterangler der Uhrwerke", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Meisterangler der Uhrwerke", ["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische in der Stadt der Uhrwerke.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Fangt alle 12 seltenen Fische in der Stadt der Uhrwerke.", -["achievementIndex"] = 5, +["Category_ID"] = 21, } , [2028] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Unvollendet", -["SubCategory_ID"] = 1, ["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Unvollendeten im Hort der Verifikation.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Unvollendeten im Hort der Verifikation.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , -[2209] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Großabenteurer von Sommersend", +[2584] = { +["name"] = "Blauer Daumen", +["achievementIndex"] = 28, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 50, +["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"] = "Scalebreaker", +["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt 33 Quests auf Sommersend ab.", -["Category_ID"] = 12, +["Category_ID"] = 16, } , -[2208] = { +[2574] = { +["name"] = "Geteilte Erfahrung", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2205, -["SubCategory"] = "Quests", -["name"] = "Was getan werden muss", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["description"] = "Besiegt Grundwulf in der Mondgrab-Tempelstadt (Veteranen), während jedes Gruppenmitglied, das den verschiebbaren Stein bewegt, dies nicht mehr als einmal tut.", +["Category"] = "Scalebreaker", +["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt die Quest „Der Kristallturm“ ab.", -["Category_ID"] = 12, +["Category_ID"] = 16, } , -[2207] = { +[2573] = { +["name"] = "Verfehlte Transfusion", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2205, -["SubCategory"] = "Quests", -["name"] = "Der Feind meines Feindes", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2208, -["description"] = "Schließt die Quest „Eine notwendige Allianz“ ab.", -["Category_ID"] = 12, +["description"] = "Besiegt Nisaazda und Grundwulf in der Mondgrab-Tempelstadt (Veteranen), ohne dass Nisaazda ihr Leben mit „Blutbande“ ausgleicht", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2206] = { +[2572] = { +["name"] = "Den Durst stillen", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2205, -["SubCategory"] = "Quests", -["name"] = "Unverlässliche Geschichten", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2207, -["description"] = "Schließt die Quest „Stimmen aus vergessenen Zeiten“ ab.", -["Category_ID"] = 12, +["description"] = "Erzielt mit einem Hämohelot einen Todesstoß gegen Sangiins Durst in der Mondgrab-Tempelstadt (Veteranen).", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2204] = { +[2566] = { +["name"] = "Meisterangler von Pellitine", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 2201, -["SubCategory"] = "Quests", -["name"] = "Entschlossener Wächter", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Fangt alle 12 seltenen Fische im südlichen Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 5, ["nextId"] = 0, -["description"] = "Schließt die Quest „Die Turmwächter“ ab.", -["Category_ID"] = 12, +["Category_ID"] = 15, } , -[2203] = { +[2565] = { +["name"] = "Ende des Exils", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["firstID"] = 2201, -["SubCategory"] = "Quests", -["name"] = "Verstandesspiele", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Besiegt den ausgestoßenen Adepten Ri\'Atahrashi auf seinem Übungsgelände.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2204, -["description"] = "Schließt die Quest „Begrabene Erinnerungen“ ab.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2202] = { +[2564] = { +["name"] = "Tempelwächterschrecken", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["firstID"] = 2201, -["SubCategory"] = "Quests", -["name"] = "Perlenglanz", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Besiegt den Tempelwächter Iratan den Lichtbringer am Schrein des Neugeschmiedeten.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2203, -["description"] = "Schließt die Quest „Eine Perle von großem Wert“ ab.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 15, } , [2036] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Riffräuber", -["SubCategory_ID"] = 1, ["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt die Königin des Riffs in der Brutstätte der Königin.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt die Königin des Riffs in der Brutstätte der Königin.", ["Category_ID"] = 12, } , [2037] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Beendetes Matriarchat", -["SubCategory_ID"] = 1, ["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Caanerin bei der Indriktollerei.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Caanerin bei der Indriktollerei.", ["Category_ID"] = 12, } , [2038] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Seekreckenschläger", -["SubCategory_ID"] = 1, ["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt den Seekrecken B\'Korgen in der Wellsippenbucht.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt den Seekrecken B\'Korgen in der Wellsippenbucht.", ["Category_ID"] = 12, } , [2039] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Krallenklauer", -["SubCategory_ID"] = 1, ["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Haeliata und Nagravia in Greifenlauf.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Haeliata und Nagravia in Greifenlauf.", ["Category_ID"] = 12, } , [2040] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Amphibischer Agitator", -["SubCategory_ID"] = 1, ["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Graveld in Gravelds Versteck.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Graveld in Gravelds Versteck.", ["Category_ID"] = 12, } , [2041] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Kielhohler", -["SubCategory_ID"] = 1, ["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Biesiegt Kielspalter in Kielspalters Nest.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Biesiegt Kielspalter in Kielspalters Nest.", ["Category_ID"] = 12, } , [2042] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Verteidiger von Sommersend", -["SubCategory_ID"] = 1, ["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Besiegt alle sechs Anführer der offenen Welt auf Sommersend.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt alle sechs mächtigen Anführer der offenen Welt auf Sommersend.", ["Category_ID"] = 12, } , -[2194] = { +[2560] = { +["name"] = "Höhlenforscher des südlichen Elsweyr", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Das Wohl der Vielen", -["SubCategory_ID"] = 2, -["achievementIndex"] = 1, -["numCriteria"] = 9, -["Category"] = "Summerset", -["points"] = 15, +["numCriteria"] = 2, +["description"] = "Entdeckt und säubert beide Höhlen des südlichen Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, ["nextId"] = 0, -["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.", -["Category_ID"] = 12, +["Category_ID"] = 15, } , [2044] = { +["name"] = "Meister des Stils der Apostel", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Meister des Stils der Apostel", ["numCriteria"] = 14, +["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 Aufgaben für die Messingfeste in den Gewölben der Stadt der Uhrwerke und gegen die Anführer der offenen Welt erhaltet.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 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 Aufgaben für die Messingfeste in den Gewölben der Stadt der Uhrwerke und gegen die Anführer der offenen Welt erhaltet.", -["achievementIndex"] = 6, +["Category_ID"] = 21, } , [2045] = { +["name"] = "Meister der Ebenschattenstils", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Meister der Ebenschattenstils", ["numCriteria"] = 14, +["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 Aufgaben für den Schwarzfederhof in den Gewölben der Stadt der Uhrwerke und gegen die Anführer der offenen Welt erhaltet.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 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 Aufgaben für den Schwarzfederhof in den Gewölben der Stadt der Uhrwerke und gegen die Anführer der offenen Welt erhaltet.", -["achievementIndex"] = 7, +["Category_ID"] = 21, } , [2046] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Krähenschwarm", -["SubCategory_ID"] = 1, ["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Besiegt Ithoxis, Abathoth und Ssatinot im Austritt des Exarchen.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Besiegt Ithoxis, Abathoth und Ssatinot im Austritt des Exarchen.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2047] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", ["name"] = "Verteidiger der Stadt der Uhrwerke", -["SubCategory_ID"] = 1, ["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Besiegt die beiden Anführer der offenen Welt in der Stadt der Uhrwerke.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Besiegt die beiden mächtigen Anführer der offenen Welt in der Stadt der Uhrwerke.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , } diff --git a/data/de/de.lua b/data/de/de.lua index ead76d2..6fe08c5 100644 --- a/data/de/de.lua +++ b/data/de/de.lua @@ -190,4 +190,5 @@ Locations2 = { -- Used for WB and SQ, --Our Naming -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"}} +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"} diff --git a/data/en/en-data.lua b/data/en/en-data.lua index 452221f..dfe02c0 100644 --- a/data/en/en-data.lua +++ b/data/en/en-data.lua @@ -1,23510 +1,24091 @@ --Obtained from the game, Don't edit. Ach_Detail ={ [2048] = { +["name"] = "Treasure of the Brass Fortress", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Travel to the Brass Fortress in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["name"] = "Treasure of the Brass Fortress", +["Category_ID"] = 21, } , [2049] = { +["name"] = "Hero of Clockwork City", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["name"] = "Hero of Clockwork City", +["Category_ID"] = 21, } , [2050] = { -["numCriteria"] = 1, +["name"] = "Land of Gears and Cogs", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2050, +["numCriteria"] = 1, ["description"] = "Complete the \"To the Clockwork City\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Land of Gears and Cogs", -["SubCategory"] = "Quests", ["nextId"] = 2058, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 2050, +["Category_ID"] = 21, } , [2058] = { -["numCriteria"] = 1, +["name"] = "Clockwork Citizen", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2050, +["numCriteria"] = 1, ["description"] = "Complete the \"In Search of a Sponsor\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 2050, -["name"] = "Clockwork Citizen", -["SubCategory"] = "Quests", ["nextId"] = 2059, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 2050, +["Category_ID"] = 21, } , [11] = { -["numCriteria"] = 3, +["name"] = "Elden Hollow I Vanquisher", +["achievementIndex"] = 5, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Akash gra-Mal, Chokethorn, and Canonreeve Oraneth in Elden Hollow I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Elden Hollow I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 4, -["firstID"] = 0, } , [2060] = { -["numCriteria"] = 1, +["name"] = "Middle-Man", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2050, +["numCriteria"] = 1, ["description"] = "Complete the \"Deepening Shadows\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 2059, -["name"] = "Middle-Man", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 2050, +["Category_ID"] = 21, } , [2061] = { -["numCriteria"] = 1, +["name"] = "Birds of a Feather", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2061, +["numCriteria"] = 1, ["description"] = "Complete the \"Lost in the Gloam\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Birds of a Feather", -["SubCategory"] = "Quests", ["nextId"] = 2062, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 2061, +["Category_ID"] = 21, } , [2062] = { -["numCriteria"] = 1, +["name"] = "Shadow Boxing", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2061, +["numCriteria"] = 1, ["description"] = "Complete the \"Unto the Dark\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 2061, -["name"] = "Shadow Boxing", -["SubCategory"] = "Quests", ["nextId"] = 2063, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 2061, +["Category_ID"] = 21, } , [2063] = { -["numCriteria"] = 1, +["name"] = "The Real Sotha Sil", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2061, +["numCriteria"] = 1, ["description"] = "Complete the \"Where Shadows Lie\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Real Sotha Sil", -["SubCategory"] = "Quests", ["nextId"] = 2064, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 2061, +["Category_ID"] = 21, } , [2064] = { -["numCriteria"] = 1, +["name"] = "The Burden of Knowledge", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2061, +["numCriteria"] = 1, ["description"] = "Complete the \"The Light of Knowledge\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Burden of Knowledge", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 2061, +["Category_ID"] = 21, } , [2065] = { -["numCriteria"] = 1, +["name"] = "Courting the Crows", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2065, +["numCriteria"] = 1, ["description"] = "Complete one Blackfeather Court Daily.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Courting the Crows", -["SubCategory"] = "Quests", ["nextId"] = 2066, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 2065, +["Category_ID"] = 21, } , [2066] = { -["numCriteria"] = 1, +["name"] = "Blackfeather Attendent", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2065, +["numCriteria"] = 1, ["description"] = "Complete 7 Blackfeather Court Dailies.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blackfeather Attendent", -["SubCategory"] = "Quests", ["nextId"] = 2067, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 2065, +["Category_ID"] = 21, } , [2067] = { -["numCriteria"] = 1, +["name"] = "Honorary Blackfeather", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2065, +["numCriteria"] = 1, ["description"] = "Complete 30 Blackfeather Court Dailies.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Honorary Blackfeather", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 2065, +["Category_ID"] = 21, } , [2068] = { -["numCriteria"] = 1, +["name"] = "Clockwork City Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2068, +["numCriteria"] = 1, ["description"] = "Complete 20 Story Quests in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Clockwork City Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 2069, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["firstID"] = 2068, +["Category_ID"] = 21, } , [2069] = { -["numCriteria"] = 1, +["name"] = "Clockwork City Grand Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2068, +["numCriteria"] = 1, ["description"] = "Complete 24 Story Quests in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Clockwork City Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["firstID"] = 2068, +["Category_ID"] = 21, } , [2070] = { -["numCriteria"] = 1, +["name"] = "Brass Fortress Helper", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2070, +["numCriteria"] = 1, ["description"] = "Complete one Brass Fortress resupply daily.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Brass Fortress Helper", -["SubCategory"] = "Quests", ["nextId"] = 2071, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, -["firstID"] = 2070, +["Category_ID"] = 21, } , [2071] = { -["numCriteria"] = 1, +["name"] = "Brass Fortress Supplier", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2070, +["numCriteria"] = 1, ["description"] = "Complete 7 Brass Fortress resupply dailies.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Brass Fortress Supplier", -["SubCategory"] = "Quests", ["nextId"] = 2072, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, -["firstID"] = 2070, +["Category_ID"] = 21, } , [2072] = { -["numCriteria"] = 1, +["name"] = "Brass Fortress Quarter Master", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2070, +["numCriteria"] = 1, ["description"] = "Complete 30 Brass Fortress resupply dailies.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Brass Fortress Quarter Master", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, -["firstID"] = 2070, +["Category_ID"] = 21, } , [2073] = { -["numCriteria"] = 1, +["name"] = "Fortune and Fate", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Learn of things to come.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fortune and Fate", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 4, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2074] = { -["numCriteria"] = 1, +["name"] = "Wind-up Rodent Wrecker", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Slow the spread of secrets by destroying 100 Skeevatons.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wind-up Rodent Wrecker", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 9, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2075] = { -["numCriteria"] = 5, +["name"] = "Asylum Sanctorium Redeemer", +["achievementIndex"] = 1, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete the listed achievements for Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Asylum Sanctorium Redeemer", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [28] = { -["numCriteria"] = 1, +["name"] = "Faolchu\'s Bane", +["achievementIndex"] = 4, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Faolchu the Changeling and set the city of Camlorn free.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Faolchu\'s Bane", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 22, ["Category_ID"] = 7, -["firstID"] = 0, } , [2077] = { -["numCriteria"] = 1, +["name"] = "Asylum Sanctorium Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Asylum Sanctorium Conqueror", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [30] = { -["numCriteria"] = 1, +["name"] = "Wyrd Friend", +["achievementIndex"] = 6, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help the Wyresses remove Angof\'s corruption from their sacred groves and the Wyrd Tree.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wyrd Friend", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 25, ["Category_ID"] = 7, -["firstID"] = 0, } , [31] = { -["numCriteria"] = 1, +["name"] = "Savior of Glenumbra", +["achievementIndex"] = 5, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Stop Angof the Gravesinger\'s necromantic plan to conquer Glenumbra.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Savior of Glenumbra", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 23, ["Category_ID"] = 7, -["firstID"] = 0, } , [2080] = { -["numCriteria"] = 1, +["name"] = "Sanctified", +["achievementIndex"] = 7, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold without suffering a group member death in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanctified", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 7, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2081] = { -["numCriteria"] = 1, +["name"] = "Swift Mercy", +["achievementIndex"] = 4, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold within a time limit of 15 minutes in Veteran Asylum Sanctorium. Timer starts when players enter the Sanctuary Atrium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Swift Mercy", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 4, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [34] = { -["numCriteria"] = 1, +["name"] = "Glenumbra Adventurer", +["achievementIndex"] = 2, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 53 quests in Glenumbra.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Glenumbra Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 24, ["Category_ID"] = 7, -["firstID"] = 0, } , [2083] = { -["numCriteria"] = 1, +["name"] = "Placid Projections", +["achievementIndex"] = 8, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Felms the Bold without allowing either of his Pneuma Projections to enrage in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Placid Projections", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 8, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2084] = { -["numCriteria"] = 1, +["name"] = "Imperfect Attendance", +["achievementIndex"] = 9, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Llothis the Pious without dismantling his Imperfect Attendants in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Imperfect Attendance", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 9, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2085] = { -["numCriteria"] = 1, +["name"] = "Righteous Condemnation", +["achievementIndex"] = 11, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just and Saint Llothis the Pious in the same battle in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Righteous Condemnation", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 11, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2086] = { -["numCriteria"] = 1, +["name"] = "Executioners\' Judgement", +["achievementIndex"] = 12, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just and Saint Felms the Bold in the same battle in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Executioners\' Judgement", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 12, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2087] = { -["numCriteria"] = 1, +["name"] = "Perfect Purification", +["achievementIndex"] = 13, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same battle without suffering a group member death within 15 minutes of entering the Sanctuary Atrium in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Perfect Purification", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 13, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2093] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Defeat all of the champions in Sunhold.", -["points"] = 50, -["prevId"] = 0, ["name"] = "Sunhold Conqueror", +["achievementIndex"] = 14, ["SubCategory"] = "Exploration", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat all of the champions in Sunhold.", ["Category"] = "Summerset", -["achievementIndex"] = 14, +["points"] = 50, +["nextId"] = 0, ["Category_ID"] = 12, -["firstID"] = 0, } , [2094] = { -["numCriteria"] = 5, +["name"] = "Karnwasten Conqueror", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Karnwasten.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Karnwasten Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 11, ["Category_ID"] = 12, -["firstID"] = 0, } , [2095] = { -["numCriteria"] = 1, +["name"] = "Sunhold Group Event", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Interrupt the executioners and defeat Konnugil the Leviathan in Sunhold.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sunhold Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 13, ["Category_ID"] = 12, -["firstID"] = 0, } , [2096] = { -["numCriteria"] = 1, +["name"] = "Karnwasten Group Event", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Sea Sload K\'Garza in Karnwasten.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Karnwasten Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 10, ["Category_ID"] = 12, -["firstID"] = 0, } , [2097] = { +["name"] = "Dreadhorn Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Dreadhorn style book, occasionally found as rewards for completing the Falkreath Hold dungeon.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 8, -["Category_ID"] = 21, -["name"] = "Dreadhorn Style Master", +["Category_ID"] = 22, } , [2098] = { +["name"] = "Bloodforge Style Master", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Bloodforge style book, occasionally found as rewards for completing the Bloodroot Forge dungeon.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 9, -["Category_ID"] = 21, -["name"] = "Bloodforge Style Master", +["Category_ID"] = 22, } , [2099] = { +["name"] = "Relics of Summerset", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 20, ["description"] = "Retrieve the 20 dangerous relics stolen from the Vault of Moawita.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, ["Category_ID"] = 12, -["name"] = "Relics of Summerset", } , [52] = { +["name"] = "Quester", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 50 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 52, ["nextId"] = 53, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Quester", } , [53] = { +["name"] = "Explorer", +["achievementIndex"] = 1, +["prevId"] = 52, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 100 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 52, -["firstID"] = 52, ["nextId"] = 54, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Explorer", } , [54] = { +["name"] = "Adventurer", +["achievementIndex"] = 1, +["prevId"] = 53, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 250 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 53, -["firstID"] = 52, ["nextId"] = 55, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Adventurer", } , [55] = { +["name"] = "Master Adventurer", +["achievementIndex"] = 1, +["prevId"] = 54, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 500 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 54, -["firstID"] = 52, ["nextId"] = 56, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Master Adventurer", } , [56] = { +["name"] = "Indomitable Adventurer", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 1000 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 55, -["firstID"] = 52, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Indomitable Adventurer", } , [57] = { -["numCriteria"] = 1, +["name"] = "Stormhaven Adventurer", +["achievementIndex"] = 7, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 60 quests in Stormhaven.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stormhaven Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 17, ["Category_ID"] = 7, -["firstID"] = 0, } , [58] = { -["numCriteria"] = 1, +["name"] = "Rivenspire Adventurer", +["achievementIndex"] = 12, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 42 quests in Rivenspire.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rivenspire Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [59] = { -["numCriteria"] = 1, +["name"] = "Alik\'r Desert Adventurer", +["achievementIndex"] = 17, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 42 quests in Alik\'r Desert.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Alik\'r Desert Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [60] = { -["numCriteria"] = 1, +["name"] = "Bangkorai Adventurer", +["achievementIndex"] = 22, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 36 quests in Bangkorai.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bangkorai Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [61] = { +["name"] = "Hero of the Daggerfall Covenant", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete all Daggerfall Covenant quest achievements.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["name"] = "Hero of the Daggerfall Covenant", } , [78] = { -["numCriteria"] = 3, +["name"] = "Darkshade Caverns I Vanquisher", +["achievementIndex"] = 7, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Foreman Llothan, the Hive Lord, and the Sentinel of Rkugamz in Darkshade Caverns I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Darkshade Caverns I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 26, ["Category_ID"] = 4, -["firstID"] = 0, } , [79] = { -["numCriteria"] = 3, +["name"] = "Wayrest Sewers I Vanquisher", +["achievementIndex"] = 6, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Investigator Garron, Varain Pellingare and Allene Pellingare in Wayrest Sewers I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wayrest Sewers I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 4, -["firstID"] = 0, } , [80] = { -["numCriteria"] = 4, +["name"] = "Crypt of Hearts I Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat Archmaster Siniel, Death\'s Leviathan, and the Ilambris Twins in Crypt of Hearts I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crypt of Hearts I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 4, -["firstID"] = 0, } , [81] = { -["numCriteria"] = 3, +["name"] = "Tempest Island Vanquisher", +["achievementIndex"] = 22, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Valaran Stormcaller, Stormfist, and Stormreeve Neidir in Tempest Island.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tempest Island Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["firstID"] = 0, } , [2131] = { -["numCriteria"] = 1, +["name"] = "Cloudrest Completed", +["achievementIndex"] = 2, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in Cloudrest.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Cloudrest Completed", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["firstID"] = 0, } , [2132] = { -["numCriteria"] = 1, +["name"] = "Cloudrest Contender", +["achievementIndex"] = 6, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same fight in Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cloudrest Contender", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["firstID"] = 0, } , [2133] = { -["numCriteria"] = 1, +["name"] = "Cloudrest Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cloudrest Conqueror", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, ["Category_ID"] = 12, -["firstID"] = 0, } , [2134] = { -["numCriteria"] = 1, +["name"] = "A Sload and Her Shadow", +["achievementIndex"] = 4, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja with one Welkynar shade fighting by her side in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "A Sload and Her Shadow", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, ["Category_ID"] = 12, -["firstID"] = 0, } , [2135] = { -["numCriteria"] = 1, +["name"] = "Three\'s Deadly Company", +["achievementIndex"] = 5, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja with two Welkynar shades fighting by her side in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Three\'s Deadly Company", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, ["Category_ID"] = 12, -["firstID"] = 0, } , [2136] = { -["numCriteria"] = 1, +["name"] = "Cloudrest Vanquisher", +["achievementIndex"] = 7, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same fight in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cloudrest Vanquisher", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, ["Category_ID"] = 12, -["firstID"] = 0, } , [2137] = { -["numCriteria"] = 1, +["name"] = "Speedy Sload Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe within a time limit of 15 minutes in Veteran Cloudrest. Timer starts when players enter the Cloudrest Aerie.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Speedy Sload Slayer", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 10, ["Category_ID"] = 12, -["firstID"] = 0, } , [2138] = { -["numCriteria"] = 1, +["name"] = "Surviving the Shadows", +["achievementIndex"] = 9, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe without suffering a group member death in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Surviving the Shadows", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 9, ["Category_ID"] = 12, -["firstID"] = 0, } , [2139] = { -["numCriteria"] = 1, +["name"] = "The Path to Alaxon", +["achievementIndex"] = 8, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same battle without suffering a group member death within 15 minutes of entering the Cloudrest Aerie in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Path to Alaxon", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, ["Category_ID"] = 12, -["firstID"] = 0, } , [2140] = { -["numCriteria"] = 10, +["name"] = "Cloudrest Savior", +["achievementIndex"] = 1, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete the listed achievements for Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cloudrest Savior", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, ["Category_ID"] = 12, -["firstID"] = 0, } , [2150] = { -["numCriteria"] = 1, +["name"] = "Veteran Dire Wolf Slayer", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 200 Dire Wolves or Vicious Dire Wolves in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dire Wolf Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 11, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2151] = { -["numCriteria"] = 1, +["name"] = "Veteran Hulking Werewolf Slayer", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill 50 Hulking Werewolves in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Hulking Werewolf Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 12, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2152] = { -["numCriteria"] = 5, +["name"] = "Moon Hunter Keep Vanquisher", +["achievementIndex"] = 2, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Moon Hunter Keep Vanquisher", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 2, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2153] = { -["numCriteria"] = 5, +["name"] = "Moon Hunter Keep Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Moon Hunter Keep Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 5, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2154] = { -["numCriteria"] = 1, +["name"] = "The Alpha Predator", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Alpha Predator", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 6, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2155] = { -["numCriteria"] = 1, +["name"] = "Running with the Pack", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep in under 30 minutes. Timer starts when players engage the first group of Moon Hunter enemies.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Running with the Pack", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 8, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2156] = { -["numCriteria"] = 1, +["name"] = "Head of the Pack", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep without suffering a group member death.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Head of the Pack", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 9, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2157] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Enter either Moon Hunter Keep or March of Sacrifices for the first time.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Wolfhunter Explorer", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", ["achievementIndex"] = 1, -["Category_ID"] = 18, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Moon Hunter Keep or March of Sacrifices for the first time.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , [2158] = { -["numCriteria"] = 4, +["name"] = "Moon Hunter Keep Challenger", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Moon Hunter Keep Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 3, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2159] = { -["numCriteria"] = 1, +["name"] = "Pure Lunacy", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant after activating Hard Mode in Veteran Moon Hunter Keep in under 30 minutes without suffering a group member death.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Pure Lunacy", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 1, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2160] = { -["numCriteria"] = 1, +["name"] = "Veteran Bloodscent Slayer", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Bloodscent Guardians, Bloodscent Archers, Bloodscent Assassins, and Bloodscent Thundermauls in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Bloodscent Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 25, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2161] = { -["numCriteria"] = 1, +["name"] = "Veteran Wispmother Slayer", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Wispmothers in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Wispmother Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 26, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2162] = { -["numCriteria"] = 5, +["name"] = "March of Sacrifices Vanquisher", +["achievementIndex"] = 5, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "March of Sacrifices Vanquisher", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 5, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2163] = { -["numCriteria"] = 5, +["name"] = "March of Sacrifices Conqueror", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "March of Sacrifices Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 17, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2164] = { -["numCriteria"] = 1, +["name"] = "Hircine\'s Champion", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack\'s banner and driving him into a murderous rage in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hircine\'s Champion", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 19, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2165] = { -["numCriteria"] = 1, +["name"] = "Pure Instinct", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices in under 30 minutes. Timer starts when players jump or teleport into Bloodscent Pass.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Pure Instinct", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 21, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2166] = { -["numCriteria"] = 1, +["name"] = "Survival of the Fittest", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices without suffering a group member death.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Survival of the Fittest", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 23, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2167] = { -["numCriteria"] = 4, +["name"] = "March of Sacrifices Challenger", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "March of Sacrifices Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 13, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2168] = { -["numCriteria"] = 1, +["name"] = "Apex Predator", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh after desecrating the Moon Hunter Pack\'s Banner in Veteran March of Sacrifices within 30 minutes without suffering a group member death.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Apex Predator", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 15, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2170] = { -["numCriteria"] = 2, +["name"] = "Wolfhunter Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Complete Veteran Moon Hunter Keep and Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wolfhunter Delver", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 2, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2171] = { -["numCriteria"] = 5, +["name"] = "A Book and its Cover", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Completed Bailiff Naramin\'s investigation of Choixth.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "A Book and its Cover", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 24, ["Category_ID"] = 12, -["firstID"] = 0, } , [2178] = { -["numCriteria"] = 1, +["name"] = "Abyssal Assaulter", +["achievementIndex"] = 2, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 2178, +["numCriteria"] = 1, ["description"] = "Complete 10 Abyssal Geysers.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Abyssal Assaulter", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 2179, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["firstID"] = 2178, } , [2179] = { -["numCriteria"] = 1, +["name"] = "Abyssal Demolisher", +["achievementIndex"] = 2, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 2178, +["numCriteria"] = 1, ["description"] = "Complete 25 Abyssal Geysers.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Abyssal Demolisher", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 2180, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["firstID"] = 2178, } , [2180] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Complete 50 Abyssal Geysers.", -["points"] = 15, -["prevId"] = 0, ["name"] = "Abyssal Devastator", +["achievementIndex"] = 2, ["SubCategory"] = "Abyssal Geysers", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 2178, +["numCriteria"] = 1, +["description"] = "Complete 50 Abyssal Geysers.", ["Category"] = "Summerset", -["achievementIndex"] = 2, +["points"] = 15, +["nextId"] = 0, ["Category_ID"] = 12, -["firstID"] = 2178, } , [2181] = { -["numCriteria"] = 5, +["name"] = "Karnwasten Vanquisher", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Karnwasten.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Karnwasten Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 12, ["Category_ID"] = 12, -["firstID"] = 0, } , [2182] = { -["numCriteria"] = 5, +["name"] = "Sunhold Vanquisher", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Sunhold.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sunhold Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 15, ["Category_ID"] = 12, -["firstID"] = 0, } , [2183] = { +["name"] = "Wizard\'s Duel", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Win 5 PvP duels in the Colosseum of the Old Ways on Artaeum.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, ["Category_ID"] = 12, -["name"] = "Wizard\'s Duel", } , [2184] = { -["numCriteria"] = 1, +["name"] = "Declawed", +["achievementIndex"] = 4, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ruella Many-Claws at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Declawed", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, ["Category_ID"] = 12, -["firstID"] = 0, } , [2185] = { -["numCriteria"] = 1, +["name"] = "Churug\'s Chagrin", +["achievementIndex"] = 5, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Churug of the Abyss at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Churug\'s Chagrin", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, ["Category_ID"] = 12, -["firstID"] = 0, } , [2186] = { +["name"] = "Psijic Style Master", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Psijic Order style book, found by defeating bosses and opening treasure chests in Summerset.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 9, ["Category_ID"] = 12, -["name"] = "Psijic Style Master", } , [2187] = { +["name"] = "Sapiarch Style Master", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Sapiarch style book, occasionally found as rewards for completing daily quests for the Divine Prosecution.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 11, ["Category_ID"] = 12, -["name"] = "Sapiarch Style Master", } , [2189] = { +["name"] = "Scalecaller Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Scalecaller style book, occasionally found as rewards for completing the Scalecaller Peak dungeon.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 8, -["Category_ID"] = 19, -["name"] = "Scalecaller Style Master", +["Category_ID"] = 20, } , [2190] = { +["name"] = "Fang Lair Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Fang Lair style book, occasionally found as rewards for completing the Fang Lair dungeon.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 7, -["Category_ID"] = 19, -["name"] = "Fang Lair Style Master", +["Category_ID"] = 20, } , [2191] = { +["name"] = "Summerset Master Angler", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Summerset.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["name"] = "Summerset Master Angler", } , [145] = { -["numCriteria"] = 1, +["name"] = "Evermore Defender", +["achievementIndex"] = 25, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Stop the Reachmen from attacking Evermore.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Evermore Defender", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [146] = { -["numCriteria"] = 1, +["name"] = "Bangkorai Garrison Liberator", +["achievementIndex"] = 24, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Liberate the Bangkorai Garrison from the invaders.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bangkorai Garrison Liberator", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [147] = { -["numCriteria"] = 1, +["name"] = "High King Emeric\'s Savior", +["achievementIndex"] = 26, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Rescue High King Emeric from the clutches of Septima Tharn.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "High King Emeric\'s Savior", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [148] = { -["numCriteria"] = 1, +["name"] = "Woodblight Killer", +["achievementIndex"] = 80, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the spriggan Woodblight at Blighted Isle.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Woodblight Killer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [149] = { -["numCriteria"] = 1, +["name"] = "Dayarrus\' Deathbringer", +["achievementIndex"] = 32, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Dayarrus the Xivilai at Arlimahera\'s Sanctum.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dayarrus\' Deathbringer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [150] = { -["numCriteria"] = 1, +["name"] = "Nomeg Hyril\'s Executioner", +["achievementIndex"] = 57, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the frost atronach monarch Nomeg Hyril at Nilata Falls.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nomeg Hyril\'s Executioner", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [151] = { -["numCriteria"] = 1, +["name"] = "Lich Butcher", +["achievementIndex"] = 51, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the liches Qumehdi and Zaman at the Telesubi Ruins.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Lich Butcher", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [152] = { -["numCriteria"] = 1, +["name"] = "Summoner Slayer", +["achievementIndex"] = 71, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the summoner Caecilia Attius and her Daedra minions at the Summoner\'s Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Summoner Slayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [153] = { -["numCriteria"] = 1, +["name"] = "Wolf-Father Exorcist", +["achievementIndex"] = 79, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the ghost Garach Wolf-Father and his werewolf spirits at Lakewatch Tower.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wolf-Father Exorcist", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [154] = { -["numCriteria"] = 1, +["name"] = "Dreamslayer", +["achievementIndex"] = 10, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Omen of the Watchful Eye and lift the paranoia in Alcaire.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dreamslayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 20, ["Category_ID"] = 7, -["firstID"] = 0, } , [155] = { -["numCriteria"] = 1, +["name"] = "Spirit Warden Champion", +["achievementIndex"] = 11, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Return the Dream Shard to Pariah Abbey and restore peace to Menevia.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Spirit Warden Champion", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 18, ["Category_ID"] = 7, -["firstID"] = 0, } , [156] = { -["numCriteria"] = 1, +["name"] = "Azura\'s Ally", +["achievementIndex"] = 9, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Omen of Counting Stars and end the obsessions plaguing Gavaudon.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Azura\'s Ally", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 16, ["Category_ID"] = 7, -["firstID"] = 0, } , [2205] = { -["numCriteria"] = 1, +["name"] = "Sweet Dreams", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2205, +["numCriteria"] = 1, ["description"] = "Complete the \"The Dreaming Cave\" quest.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sweet Dreams", -["SubCategory"] = "Quests", ["nextId"] = 2206, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["firstID"] = 2205, } , [158] = { -["numCriteria"] = 1, +["name"] = "Hatespinner Hunter", +["achievementIndex"] = 44, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant spider, Aesar the Hatespinner, at Aesar\'s Web.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hatespinner Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 56, ["Category_ID"] = 6, -["firstID"] = 0, } , [159] = { -["numCriteria"] = 1, +["name"] = "Menhir Hunter", +["achievementIndex"] = 54, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the gargoyle, Menhir Stoneskin, at Valeguard Tower.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Menhir Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 55, ["Category_ID"] = 6, -["firstID"] = 0, } , [160] = { -["numCriteria"] = 1, +["name"] = "Darkblood Hunter", +["achievementIndex"] = 31, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the necromancer, Louna Darkblood, at Old Kalgon\'s Keep.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Darkblood Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 54, ["Category_ID"] = 6, -["firstID"] = 0, } , [161] = { -["numCriteria"] = 1, +["name"] = "Hag Hunter", +["achievementIndex"] = 42, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the hag, Magdelena, at Magdelena\'s Haunt.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hag Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 53, ["Category_ID"] = 6, -["firstID"] = 0, } , [162] = { -["numCriteria"] = 1, +["name"] = "Stroda\'s Assassin", +["achievementIndex"] = 70, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Orc, Stroda gra-Drom, at East-Rock Landing.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stroda\'s Assassin", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 52, ["Category_ID"] = 6, -["firstID"] = 0, } , [163] = { -["numCriteria"] = 1, +["name"] = "Siren Hunter", +["achievementIndex"] = 68, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the nereid, Desuuga the Siren, at Siren\'s Cove.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Siren Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 51, ["Category_ID"] = 6, -["firstID"] = 0, } , [2212] = { -["numCriteria"] = 1, +["name"] = "Asp Awareness", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Keelsplitter without stepping on any of the snakes.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Asp Awareness", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 23, ["Category_ID"] = 12, -["firstID"] = 0, } , [2213] = { -["numCriteria"] = 1, +["name"] = "To the Depths", +["achievementIndex"] = 6, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Sheefar of the Depths at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "To the Depths", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["firstID"] = 0, } , [2220] = { -["numCriteria"] = 1, +["name"] = "Calm and Calculated", +["achievementIndex"] = 7, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Girawell the Erratic at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Calm and Calculated", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, ["Category_ID"] = 12, -["firstID"] = 0, } , [2221] = { -["numCriteria"] = 1, +["name"] = "Wave Breaker", +["achievementIndex"] = 8, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Muustikar Wave-Eater at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wave Breaker", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, ["Category_ID"] = 12, -["firstID"] = 0, } , [2222] = { -["numCriteria"] = 1, +["name"] = "Hammer Meet Nail", +["achievementIndex"] = 9, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Reefhammer at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hammer Meet Nail", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 9, ["Category_ID"] = 12, -["firstID"] = 0, } , [176] = { -["numCriteria"] = 6, +["name"] = "Glenumbra Cave Delver", +["achievementIndex"] = 9, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Glenumbra.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Glenumbra Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 67, ["Category_ID"] = 6, -["firstID"] = 0, } , [177] = { -["numCriteria"] = 6, +["name"] = "Stormhaven Cave Delver", +["achievementIndex"] = 10, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Stormhaven.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stormhaven Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 45, ["Category_ID"] = 6, -["firstID"] = 0, } , [178] = { -["numCriteria"] = 6, +["name"] = "Rivenspire Cave Delver", +["achievementIndex"] = 11, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Rivenspire.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Rivenspire Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 35, ["Category_ID"] = 6, -["firstID"] = 0, } , [180] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 2, -["description"] = "Discover and clear all six caves in Bangkorai.", -["points"] = 15, -["prevId"] = 0, ["name"] = "Bangkorai Cave Delver", +["achievementIndex"] = 13, ["SubCategory"] = "Daggerfall Covenant", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Discover and clear all six caves in Bangkorai.", ["Category"] = "Exploration", -["achievementIndex"] = 10, +["points"] = 15, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [181] = { -["numCriteria"] = 6, +["name"] = "Stonefalls Cave Delver", +["achievementIndex"] = 34, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Stonefalls.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stonefalls Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 28, ["Category_ID"] = 6, -["firstID"] = 0, } , [2231] = { -["numCriteria"] = 1, +["name"] = "One Core, No More", +["achievementIndex"] = 13, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja with each group member picking up and destroying only one Malevolent Core in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "One Core, No More", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 13, ["Category_ID"] = 12, -["firstID"] = 0, } , [184] = { -["numCriteria"] = 1, +["name"] = "Skin-Stealer Destroyer", +["achievementIndex"] = 5, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the Dominion\'s ability to create Skin-Stealers.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skin-Stealer Destroyer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 17, ["Category_ID"] = 7, -["firstID"] = 0, } , [185] = { -["numCriteria"] = 1, +["name"] = "Egg Protector", +["achievementIndex"] = 4, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Protect the Argonian eggs so a new generation can be born.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Egg Protector", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 14, ["Category_ID"] = 7, -["firstID"] = 0, } , [186] = { -["numCriteria"] = 1, +["name"] = "Mnemic Egg Guardian", +["achievementIndex"] = 3, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Recover the Mnemic Egg from the Dominion.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mnemic Egg Guardian", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 13, ["Category_ID"] = 7, -["firstID"] = 0, } , [187] = { -["numCriteria"] = 1, +["name"] = "Haynekhtnamet Hunter", +["achievementIndex"] = 12, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the wamasu champion Haynekhtnamet in its lair.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Haynekhtnamet Hunter", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [188] = { -["numCriteria"] = 1, +["name"] = "Ogre Twin Tormentor", +["achievementIndex"] = 16, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the ogre twins Argalog and Vlaga at Xal Thak.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ogre Twin Tormentor", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 56, ["Category_ID"] = 6, -["firstID"] = 0, } , [189] = { -["numCriteria"] = 1, +["name"] = "Mummy Lord Murderer", +["achievementIndex"] = 10, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Ayleid Mummy Lord Talkynd at Nen Ria.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mummy Lord Murderer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 59, ["Category_ID"] = 6, -["firstID"] = 0, } , [190] = { -["numCriteria"] = 1, +["name"] = "Captain Bones Destroyer", +["achievementIndex"] = 15, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Captain Bones and his undead crew aboard the Captain\'s ship.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Captain Bones Destroyer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [191] = { -["numCriteria"] = 1, +["name"] = "Urrai\'s Bane", +["achievementIndex"] = 6, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Daedroth Urrai at Bitterroot Cave.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Urrai\'s Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [192] = { -["numCriteria"] = 1, +["name"] = "Slave Lord\'s Ruination", +["achievementIndex"] = 76, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Slave Lord Rendrasa at the Slaver\'s Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Slave Lord\'s Ruination", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [193] = { -["numCriteria"] = 6, +["name"] = "Shadowfen Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Shadowfen.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Shadowfen Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 49, ["Category_ID"] = 6, -["firstID"] = 0, } , [194] = { -["numCriteria"] = 15, +["name"] = "Hero of Bleakrock", +["achievementIndex"] = 16, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 15, ["description"] = "Find Bleakrock\'s missing villagers and send them home.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hero of Bleakrock", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 26, ["Category_ID"] = 7, -["firstID"] = 0, } , [195] = { -["numCriteria"] = 1, +["name"] = "Strifeswarm Eradicator", +["achievementIndex"] = 42, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the champion of the Strifeswarm kwama hive.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Strifeswarm Eradicator", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 73, ["Category_ID"] = 6, -["firstID"] = 0, } , [196] = { -["numCriteria"] = 1, +["name"] = "Memory Masher", +["achievementIndex"] = 7, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Enter the Cave of Memories and destroy the Ashlander Guardian.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Memory Masher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [197] = { -["numCriteria"] = 1, +["name"] = "Shellcracker", +["achievementIndex"] = 8, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Survive the mudcrabs of Shipwreck Strand and kill Shellcracker, the cannibal crab.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shellcracker", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 70, ["Category_ID"] = 6, -["firstID"] = 0, } , [198] = { -["numCriteria"] = 1, +["name"] = "Dreugh Destroyer", +["achievementIndex"] = 39, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Storm the beach at Matron\'s Clutch, slay the Dreugh Matrons, and end the threat of the Dreugh egg-tenders.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dreugh Destroyer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 72, ["Category_ID"] = 6, -["firstID"] = 0, } , [199] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Destroy the Golden Saint at the Shivering Shrine.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Saintly Slaughter", +["achievementIndex"] = 36, ["SubCategory"] = "Ebonheart Pact", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Destroy the Golden Saint at the Shivering Shrine.", ["Category"] = "Exploration", -["achievementIndex"] = 26, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [200] = { -["numCriteria"] = 1, +["name"] = "Netch Wrangler", +["achievementIndex"] = 38, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the bull netch Ozzacha in Brahma\'s Grove.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Netch Wrangler", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 30, ["Category_ID"] = 6, -["firstID"] = 0, } , [201] = { -["numCriteria"] = 1, +["name"] = "Balreth\'s Bane", +["achievementIndex"] = 15, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Balreth and return the Brother of Strife to slumber.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Balreth\'s Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 25, ["Category_ID"] = 7, -["firstID"] = 0, } , [202] = { -["numCriteria"] = 1, +["name"] = "Inner Sea Armature Explorer", +["achievementIndex"] = 46, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Inner Sea Armature.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Inner Sea Armature Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 78, ["Category_ID"] = 6, -["firstID"] = 0, } , [203] = { -["numCriteria"] = 1, +["name"] = "Emberflint Mine Explorer", +["achievementIndex"] = 45, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Emberflint Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Emberflint Mine Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 75, ["Category_ID"] = 6, -["firstID"] = 0, } , [204] = { -["numCriteria"] = 1, +["name"] = "General Serien\'s Demise", +["achievementIndex"] = 13, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Slay General Serien and stop the Covenant invasion of Stonefalls.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "General Serien\'s Demise", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 24, ["Category_ID"] = 7, -["firstID"] = 0, } , [205] = { -["numCriteria"] = 1, +["name"] = "Mephala\'s Nest Explorer", +["achievementIndex"] = 41, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mephala\'s Nest.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mephala\'s Nest Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 77, ["Category_ID"] = 6, -["firstID"] = 0, } , [206] = { -["numCriteria"] = 1, +["name"] = "Hightide Hollow Explorer", +["achievementIndex"] = 40, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Hightide Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hightide Hollow Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 76, ["Category_ID"] = 6, -["firstID"] = 0, } , [207] = { -["numCriteria"] = 1, +["name"] = "Softloam Cavern Explorer", +["achievementIndex"] = 37, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Softloam Cavern.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Softloam Cavern Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 29, ["Category_ID"] = 6, -["firstID"] = 0, } , [208] = { -["numCriteria"] = 1, +["name"] = "Sheogorath\'s Tongue Explorer", +["achievementIndex"] = 35, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Sheogorath\'s Tongue.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sheogorath\'s Tongue Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 74, ["Category_ID"] = 6, -["firstID"] = 0, } , [209] = { -["numCriteria"] = 1, +["name"] = "Sadal\'s Overthrower", +["achievementIndex"] = 12, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Sadal and save Stonefalls.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sadal\'s Overthrower", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 22, ["Category_ID"] = 7, -["firstID"] = 0, } , [210] = { -["numCriteria"] = 1, +["name"] = "Rageclaw Hunter", +["achievementIndex"] = 73, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the great werewolf, Rageclaw, at Rageclaw\'s Den.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rageclaw Hunter", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 41, ["Category_ID"] = 6, -["firstID"] = 0, } , [211] = { -["numCriteria"] = 1, +["name"] = "Armene\'s Bane", +["achievementIndex"] = 57, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Breton necromancer, Vivien Armene, at the Dragon Mound.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Armene\'s Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 42, ["Category_ID"] = 6, -["firstID"] = 0, } , [212] = { -["numCriteria"] = 1, +["name"] = "Ratmaster Crusher", +["achievementIndex"] = 74, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the vampire, Olveidi the Ratmaster, at the Ratmaster\'s Prowl.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ratmaster Crusher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 34, ["Category_ID"] = 6, -["firstID"] = 0, } , [213] = { -["numCriteria"] = 1, +["name"] = "Mannskadi\'s Mauler", +["achievementIndex"] = 71, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the wild mammoth, Mannskadi, at Dragon\'s Hallow.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mannskadi\'s Mauler", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 35, ["Category_ID"] = 6, -["firstID"] = 0, } , [214] = { -["numCriteria"] = 1, +["name"] = "Ammabani Ambusher", +["achievementIndex"] = 56, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the great sabre cat, Ammabani, at Ammabani\'s Pride.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ammabani Ambusher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [215] = { -["numCriteria"] = 1, +["name"] = "Ilessan Tower Explorer", +["achievementIndex"] = 46, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ilessan Tower.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ilessan Tower Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 77, ["Category_ID"] = 6, -["firstID"] = 0, } , [216] = { -["numCriteria"] = 1, +["name"] = "Silumm Explorer", +["achievementIndex"] = 67, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Silumm.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Silumm Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 75, ["Category_ID"] = 6, -["firstID"] = 0, } , [217] = { -["numCriteria"] = 1, +["name"] = "Enduum Explorer", +["achievementIndex"] = 36, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Enduum.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Enduum Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 72, ["Category_ID"] = 6, -["firstID"] = 0, } , [218] = { -["numCriteria"] = 1, +["name"] = "Mines of Khuras Explorer", +["achievementIndex"] = 55, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Mines of Khuras.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mines of Khuras Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 74, ["Category_ID"] = 6, -["firstID"] = 0, } , [219] = { -["numCriteria"] = 1, +["name"] = "Ebon Crypt Explorer", +["achievementIndex"] = 35, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Ebon Crypt.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ebon Crypt Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 69, ["Category_ID"] = 6, -["firstID"] = 0, } , [220] = { -["numCriteria"] = 1, +["name"] = "Cryptwatch Fort Explorer", +["achievementIndex"] = 30, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Cryptwatch Fort.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cryptwatch Fort Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 68, ["Category_ID"] = 6, -["firstID"] = 0, } , [221] = { -["numCriteria"] = 1, +["name"] = "Portdun Watch Explorer", +["achievementIndex"] = 62, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Portdun Watch.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Portdun Watch Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 49, ["Category_ID"] = 6, -["firstID"] = 0, } , [222] = { -["numCriteria"] = 1, +["name"] = "Koeglin Mine Explorer", +["achievementIndex"] = 48, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Koeglin Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Koeglin Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 63, ["Category_ID"] = 6, -["firstID"] = 0, } , [223] = { -["numCriteria"] = 1, +["name"] = "Pariah Catacombs Explorer", +["achievementIndex"] = 61, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Pariah Catacombs.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pariah Catacombs Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 48, ["Category_ID"] = 6, -["firstID"] = 0, } , [224] = { -["numCriteria"] = 1, +["name"] = "Farangel\'s Delve Explorer", +["achievementIndex"] = 38, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Farangel\'s Delve.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Farangel\'s Delve Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 50, ["Category_ID"] = 6, -["firstID"] = 0, } , [225] = { -["numCriteria"] = 1, +["name"] = "Bearclaw Mine Explorer", +["achievementIndex"] = 23, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Bearclaw Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bearclaw Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 46, ["Category_ID"] = 6, -["firstID"] = 0, } , [226] = { -["numCriteria"] = 1, +["name"] = "Norvolk Ruins Explorer", +["achievementIndex"] = 58, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Norvolk Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Norvolk Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 47, ["Category_ID"] = 6, -["firstID"] = 0, } , [227] = { -["numCriteria"] = 1, +["name"] = "Crestshade Mine Explorer", +["achievementIndex"] = 28, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Crestshade Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crestshade Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 40, ["Category_ID"] = 6, -["firstID"] = 0, } , [228] = { -["numCriteria"] = 1, +["name"] = "Flyleaf Catacombs Explorer", +["achievementIndex"] = 39, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Flyleaf Catacombs.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Flyleaf Catacombs Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 41, ["Category_ID"] = 6, -["firstID"] = 0, } , [229] = { -["numCriteria"] = 1, +["name"] = "Tribulation Crypt Explorer", +["achievementIndex"] = 75, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Tribulation Crypt.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tribulation Crypt Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 42, ["Category_ID"] = 6, -["firstID"] = 0, } , [230] = { -["numCriteria"] = 1, +["name"] = "Orc\'s Finger Ruins Explorer", +["achievementIndex"] = 60, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Orc\'s Finger Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Orc\'s Finger Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 39, ["Category_ID"] = 6, -["firstID"] = 0, } , [231] = { -["numCriteria"] = 1, +["name"] = "Erokii Ruins Explorer", +["achievementIndex"] = 37, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Erokii Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Erokii Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 36, ["Category_ID"] = 6, -["firstID"] = 0, } , [232] = { -["numCriteria"] = 1, +["name"] = "Hildune\'s Secret Refuge Explorer", +["achievementIndex"] = 45, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Hildune\'s Secret Refuge.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hildune\'s Secret Refuge Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 37, ["Category_ID"] = 6, -["firstID"] = 0, } , [2285] = { +["name"] = "Pyandonean Style Master", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Pyandonean style book, occasionally found by fishing in Summerset.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 10, ["Category_ID"] = 12, -["name"] = "Pyandonean Style Master", } , [2286] = { -["numCriteria"] = 1, +["name"] = "Tsofeer Cavern Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Tsofeer Cavern.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Tsofeer Cavern Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 3, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2287] = { -["numCriteria"] = 1, +["name"] = "Teeth of Sithis Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Teeth of Sithis.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Teeth of Sithis Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 4, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2288] = { -["numCriteria"] = 2, +["name"] = "Murkmire Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Murkmire.", +["Category"] = "Murkmire", ["points"] = 15, -["prevId"] = 0, -["name"] = "Murkmire Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 1, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2289] = { -["numCriteria"] = 2, +["name"] = "Murkmire Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear both explorable caves in Murkmire.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Murkmire Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 2, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2290] = { -["numCriteria"] = 6, +["name"] = "Murkmire Pathfinder", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in Murkmire.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Murkmire Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 8, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2291] = { +["name"] = "Murkmire Skyshard Hunter", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Discover all 6 Skyshards in Murkmire.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["name"] = "Murkmire Skyshard Hunter", +["Category_ID"] = 18, } , [2292] = { -["numCriteria"] = 2, +["name"] = "Defender of Murkmire", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both world bosses in Murkmire.", +["Category"] = "Murkmire", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Murkmire", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [245] = { -["numCriteria"] = 1, +["name"] = "Atanaz Ruins Explorer", +["achievementIndex"] = 14, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Atanaz Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Atanaz Ruins Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 51, ["Category_ID"] = 6, -["firstID"] = 0, } , [246] = { -["numCriteria"] = 1, +["name"] = "Broken Tusk Explorer", +["achievementIndex"] = 13, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Broken Tusk.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Broken Tusk Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 53, ["Category_ID"] = 6, -["firstID"] = 0, } , [247] = { -["numCriteria"] = 1, +["name"] = "Chid-Moska Ruins Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Chid-Moska Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chid-Moska Ruins Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 50, ["Category_ID"] = 6, -["firstID"] = 0, } , [248] = { -["numCriteria"] = 1, +["name"] = "Gandranen Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Gandranen.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gandranen Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 52, ["Category_ID"] = 6, -["firstID"] = 0, } , [249] = { -["numCriteria"] = 1, +["name"] = "Onkobra Kwama Mine Explorer", +["achievementIndex"] = 9, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Onkobra Kwama Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Onkobra Kwama Mine Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 55, ["Category_ID"] = 6, -["firstID"] = 0, } , [250] = { -["numCriteria"] = 1, +["name"] = "Black Maw Shrine Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Shrine of the Black Maw.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Black Maw Shrine Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 57, ["Category_ID"] = 6, -["firstID"] = 0, } , [251] = { -["numCriteria"] = 1, +["name"] = "Chill Hollow Explorer", +["achievementIndex"] = 62, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear The Chill Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chill Hollow Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 47, ["Category_ID"] = 6, -["firstID"] = 0, } , [252] = { -["numCriteria"] = 1, +["name"] = "Icehammer\'s Vault Explorer", +["achievementIndex"] = 69, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Icehammer\'s Vault.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Icehammer\'s Vault Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 46, ["Category_ID"] = 6, -["firstID"] = 0, } , [253] = { -["numCriteria"] = 1, +["name"] = "Old Sord\'s Cave Explorer", +["achievementIndex"] = 72, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Old Sord\'s Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Old Sord\'s Cave Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 43, ["Category_ID"] = 6, -["firstID"] = 0, } , [254] = { -["numCriteria"] = 1, +["name"] = "Frigid Grotto Explorer", +["achievementIndex"] = 65, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Frigid Grotto.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Frigid Grotto Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 45, ["Category_ID"] = 6, -["firstID"] = 0, } , [255] = { -["numCriteria"] = 1, +["name"] = "Stormcrag Crypt Explorer", +["achievementIndex"] = 78, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Stormcrag Crypt.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Stormcrag Crypt Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 40, ["Category_ID"] = 6, -["firstID"] = 0, } , [256] = { -["numCriteria"] = 1, +["name"] = "Bastard\'s Tomb Explorer", +["achievementIndex"] = 59, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Bastard\'s Tomb.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bastard\'s Tomb Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 39, ["Category_ID"] = 6, -["firstID"] = 0, } , [257] = { -["numCriteria"] = 1, +["name"] = "Beralagr Hunter", +["achievementIndex"] = 60, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the great bear, Beralagr, at Swiftblade\'s Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Beralagr Hunter", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 36, ["Category_ID"] = 6, -["firstID"] = 0, } , [258] = { -["numCriteria"] = 1, +["name"] = "Drowned Horde Decimator", +["achievementIndex"] = 32, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Thjormar and the Drowned Horde at Bitterpoint Strand.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Drowned Horde Decimator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 26, ["Category_ID"] = 6, -["firstID"] = 0, } , [259] = { -["numCriteria"] = 1, +["name"] = "Dugan\'s Demolisher", +["achievementIndex"] = 33, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Orc reaver Dugan the Red.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dugan\'s Demolisher", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [260] = { -["numCriteria"] = 1, +["name"] = "Bone Grappler\'s Bane", +["achievementIndex"] = 25, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the strangler Bone Grappler in its nest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bone Grappler\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [261] = { -["numCriteria"] = 1, +["name"] = "Tallatta\'s Annihilator", +["achievementIndex"] = 68, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the nereid queen Tallatta the Lustrous in the Jagged Grotto.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Tallatta\'s Annihilator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 77, ["Category_ID"] = 6, -["firstID"] = 0, } , [262] = { -["numCriteria"] = 1, +["name"] = "Skullbreaker", +["achievementIndex"] = 65, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Skullbreaker the sea troll at Windshriek Strand.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skullbreaker", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [263] = { -["numCriteria"] = 1, +["name"] = "Green Vanquisher", +["achievementIndex"] = 39, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Commander Faldethil of the Green Hunters at River Edge.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Green Vanquisher", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [264] = { -["numCriteria"] = 1, +["name"] = "Lady Llarel\'s Shelter Explorer", +["achievementIndex"] = 30, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Lady Llarel\'s Shelter.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lady Llarel\'s Shelter Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 71, ["Category_ID"] = 6, -["firstID"] = 0, } , [265] = { -["numCriteria"] = 1, +["name"] = "Lower Bthanual Explorer", +["achievementIndex"] = 29, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the ruins of Lower Bthanual.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lower Bthanual Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 68, ["Category_ID"] = 6, -["firstID"] = 0, } , [266] = { -["numCriteria"] = 1, +["name"] = "Triple Circle Mine Explorer", +["achievementIndex"] = 25, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Triple Circle Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Triple Circle Mine Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 64, ["Category_ID"] = 6, -["firstID"] = 0, } , [267] = { -["numCriteria"] = 1, +["name"] = "Taleon\'s Crag Explorer", +["achievementIndex"] = 27, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Taleon\'s Crag.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Taleon\'s Crag Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 66, ["Category_ID"] = 6, -["firstID"] = 0, } , [268] = { -["numCriteria"] = 1, +["name"] = "Knife Ear Grotto Explorer", +["achievementIndex"] = 19, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Knife Ear Grotto.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Knife Ear Grotto Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 65, ["Category_ID"] = 6, -["firstID"] = 0, } , [269] = { -["numCriteria"] = 1, +["name"] = "Corpse Garden Explorer", +["achievementIndex"] = 20, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Corpse Garden.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Corpse Garden Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [270] = { -["numCriteria"] = 6, +["name"] = "Deshaan Cave Delver", +["achievementIndex"] = 18, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Deshaan.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Deshaan Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [2319] = { -["numCriteria"] = 14, +["name"] = "Welkynar Style Master", +["achievementIndex"] = 19, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Learn every chapter in the Welkynar style book, occasionally found as rewards for completing the Cloudrest Trial.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Welkynar Style Master", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 19, ["Category_ID"] = 12, -["firstID"] = 0, } , [272] = { -["numCriteria"] = 3, +["name"] = "Arx Corinium Vanquisher", +["achievementIndex"] = 4, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Ganakton the Tempest, Sliklenia the Songstress, and Sellistrix the Lamia Queen in Arx Corinium.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Arx Corinium Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 4, -["firstID"] = 0, } , [2321] = { +["name"] = "Those Who Swallow Seasons", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Defeat the four miregaunts who have swallowed Xinchei-Konu tablets.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 4, -["Category_ID"] = 17, -["name"] = "Those Who Swallow Seasons", +["Category_ID"] = 18, } , [274] = { -["numCriteria"] = 1, +["name"] = "Dead Man\'s Drop Explorer", +["achievementIndex"] = 29, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Dead Man\'s Drop.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dead Man\'s Drop Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [275] = { -["numCriteria"] = 1, +["name"] = "Short-Tusk Hunter", +["achievementIndex"] = 31, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant kagouti, Short-Tusk, at Short-Tusk\'s Hillock.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Short-Tusk Hunter", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [276] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Kill the corpse husk, the Abomination, at the Grove of the Abomination.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Abomination Slayer", +["achievementIndex"] = 28, ["SubCategory"] = "Ebonheart Pact", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Kill the corpse husk, the Abomination, at the Grove of the Abomination.", ["Category"] = "Exploration", -["achievementIndex"] = 69, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [277] = { -["numCriteria"] = 1, +["name"] = "Sharpfang Killer", +["achievementIndex"] = 26, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant troll, Sharpfang, at the Dire Bramblepatch.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sharpfang Killer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [278] = { -["numCriteria"] = 1, +["name"] = "Mabrigash Shade Destroyer", +["achievementIndex"] = 24, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the Mabrigash Shade at the Mabrigash Burial Circle.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mabrigash Shade Destroyer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 62, ["Category_ID"] = 6, -["firstID"] = 0, } , [279] = { -["numCriteria"] = 1, +["name"] = "Druitularg\'s Bane", +["achievementIndex"] = 22, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Dremora ritualist, Druitularg, at Druitularg\'s Ritual Altar.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Druitularg\'s Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 63, ["Category_ID"] = 6, -["firstID"] = 0, } , [280] = { -["numCriteria"] = 1, +["name"] = "Bittergreen Obliterator", +["achievementIndex"] = 23, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant guar, Bittergreen the Wild, at Caravan Crest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bittergreen Obliterator", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 60, ["Category_ID"] = 6, -["firstID"] = 0, } , [281] = { -["numCriteria"] = 1, +["name"] = "Black Vine Ruins Explorer", +["achievementIndex"] = 24, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Black Vine Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Black Vine Ruins Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [282] = { -["numCriteria"] = 1, +["name"] = "Roots of Silvenar Explorer", +["achievementIndex"] = 58, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Roots of Silvenar.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Roots of Silvenar Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [283] = { -["numCriteria"] = 1, +["name"] = "Hound Hinderer", +["achievementIndex"] = 20, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Uncover the Hound\'s Plan to lure the Green Lady to Silvenar.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hound Hinderer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [284] = { -["numCriteria"] = 1, +["name"] = "Silvenar\'s Friend", +["achievementIndex"] = 21, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Save the Silvenar from his captors.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Silvenar\'s Friend", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [285] = { -["numCriteria"] = 1, +["name"] = "Hero of Frond and Leaf", +["achievementIndex"] = 19, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Unite the Silvenar with the Green Lady.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hero of Frond and Leaf", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [286] = { -["numCriteria"] = 1, +["name"] = "Shael Ruins Explorer", +["achievementIndex"] = 62, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Shael Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shael Ruins Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [287] = { -["numCriteria"] = 6, +["name"] = "Auridon Cave Delver", +["achievementIndex"] = 8, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Auridon.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Auridon Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 57, ["Category_ID"] = 6, -["firstID"] = 0, } , [288] = { -["numCriteria"] = 1, +["name"] = "Del\'s Claim Explorer", +["achievementIndex"] = 31, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Del\'s Claim.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Del\'s Claim Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 67, ["Category_ID"] = 6, -["firstID"] = 0, } , [289] = { -["numCriteria"] = 1, +["name"] = "Ondil Explorer", +["achievementIndex"] = 55, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ondil.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ondil Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 66, ["Category_ID"] = 6, -["firstID"] = 0, } , [290] = { -["numCriteria"] = 1, +["name"] = "Entila\'s Folly Explorer", +["achievementIndex"] = 34, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Entila\'s Folly.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Entila\'s Folly Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 65, ["Category_ID"] = 6, -["firstID"] = 0, } , [291] = { -["numCriteria"] = 1, +["name"] = "Wansalen Explorer", +["achievementIndex"] = 75, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Wansalen.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wansalen Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 64, ["Category_ID"] = 6, -["firstID"] = 0, } , [292] = { -["numCriteria"] = 1, +["name"] = "Mehrunes\' Spite Explorer", +["achievementIndex"] = 47, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mehrunes\' Spite.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mehrunes\' Spite Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 58, ["Category_ID"] = 6, -["firstID"] = 0, } , [293] = { -["numCriteria"] = 1, +["name"] = "Bewan Explorer", +["achievementIndex"] = 22, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Bewan.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bewan Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 61, ["Category_ID"] = 6, -["firstID"] = 0, } , [294] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 3, -["description"] = "Defeat the Goblin War Chief and the Dreugh King in Fungal Grotto I.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Fungal Grotto I Vanquisher", +["achievementIndex"] = 10, ["SubCategory"] = "Group Dungeons", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Defeat the Goblin War Chief and the Dreugh King in Fungal Grotto I.", ["Category"] = "Dungeons", -["achievementIndex"] = 27, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 4, -["firstID"] = 0, } , [2343] = { -["numCriteria"] = 5, +["name"] = "Fiendish Flora", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Harvest a Scuttle Bloom and disarm a Gas Blossom, Static Pitcher, Catapult Cabbage, and Lantern Mantis.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Fiendish Flora", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 11, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [296] = { -["numCriteria"] = 6, +["name"] = "Malabal Tor Cave Delver", +["achievementIndex"] = 11, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Malabal Tor.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Malabal Tor Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [297] = { -["numCriteria"] = 1, +["name"] = "Tomb of the Apostates Explorer", +["achievementIndex"] = 71, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Tomb of the Apostates.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tomb of the Apostates Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [298] = { -["numCriteria"] = 1, +["name"] = "Hoarvor Pit Explorer", +["achievementIndex"] = 42, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Hoarvor Pit.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hoarvor Pit Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [299] = { -["numCriteria"] = 6, +["name"] = "Sanguine\'s Demesne Vanquisher", +["achievementIndex"] = 8, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Sanguine\'s Demesne.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sanguine\'s Demesne Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 39, ["Category_ID"] = 4, -["firstID"] = 0, } , [300] = { -["numCriteria"] = 6, +["name"] = "Sanguine\'s Demesne Conqueror", +["achievementIndex"] = 7, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all six champions in Sanguine\'s Demesne.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanguine\'s Demesne Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 38, ["Category_ID"] = 4, -["firstID"] = 0, } , [301] = { -["numCriteria"] = 2, +["name"] = "Spindleclutch I Vanquisher", +["achievementIndex"] = 8, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat the Swarm Mother and the Whisperer in Spindleclutch I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Spindleclutch I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 4, -["firstID"] = 0, } , [2350] = { -["numCriteria"] = 1, +["name"] = "Whispering Roots", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2350, +["numCriteria"] = 1, ["description"] = "Complete 1 Root-Whisper Daily from Tuwul.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Whispering Roots", -["SubCategory"] = "Quests", ["nextId"] = 2351, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["firstID"] = 2350, +["Category_ID"] = 18, } , [303] = { -["numCriteria"] = 1, +["name"] = "Torturers\' Demise", +["achievementIndex"] = 7, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Kathutet, Amkaos, and Ranyu, Molag Bal\'s torturers, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Torturers\' Demise", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [304] = { -["numCriteria"] = 1, +["name"] = "Ogrim Brother Subjugator", +["achievementIndex"] = 17, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Glut, Hogshead, and Stumble, the three Ogrim Brothers, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ogrim Brother Subjugator", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [305] = { -["numCriteria"] = 1, +["name"] = "Dremora Pirate Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Velehk Sain, the Dremora pirate, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dremora Pirate Slayer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [306] = { -["numCriteria"] = 1, +["name"] = "Traveling Dremora Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Methats, Vonshala, and Sumeer, the Dremora travelers, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Traveling Dremora Slayer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [307] = { -["numCriteria"] = 1, +["name"] = "Favored Daedroth Destroyer", +["achievementIndex"] = 6, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Menta Na, Molag Bal\'s most favored Daedroth, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Favored Daedroth Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [308] = { -["numCriteria"] = 1, +["name"] = "Closer of the Ever-Open Eye", +["achievementIndex"] = 18, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Yggmanei the Ever-Open Eye, Molag Bal\'s greatest spy, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Closer of the Ever-Open Eye", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [309] = { -["numCriteria"] = 1, +["name"] = "Hrelvesuu\'s Bane", +["achievementIndex"] = 19, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Daedroth Hrelvesuu at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hrelvesuu\'s Bane", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [310] = { -["numCriteria"] = 1, +["name"] = "Devourer of Souls Subverter", +["achievementIndex"] = 20, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rhagothan, the Devourer of Souls, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Devourer of Souls Subverter", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [311] = { -["numCriteria"] = 1, +["name"] = "Frost Lord Destroyer", +["achievementIndex"] = 5, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Nomeg Haga, the giant Frost Atronach of Coldharbour, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Frost Lord Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [312] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 7, -["description"] = "Defeat Zymel Hriz, the giant Storm Atronach of Coldharbour, at a Dark Anchor.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Storm Lord Destroyer", +["achievementIndex"] = 3, ["SubCategory"] = "Dark Anchors", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Zymel Hriz, the giant Storm Atronach of Coldharbour, at a Dark Anchor.", ["Category"] = "Exploration", -["achievementIndex"] = 15, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [313] = { -["numCriteria"] = 1, +["name"] = "Xivilai Slavemaster Destroyer", +["achievementIndex"] = 21, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Anaxes and Medrike, the Xivilai torturers, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Xivilai Slavemaster Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [314] = { -["numCriteria"] = 1, +["name"] = "Seductive Sister Destroyer", +["achievementIndex"] = 22, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Vika, Dylora, and Jansa, the Dark Seducer sisters, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Seductive Sister Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [315] = { -["numCriteria"] = 1, +["name"] = "Verkarth Vampire Destroyer", +["achievementIndex"] = 4, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat King Styriche of Verkarth and his companions, Fangaril and Zayzahad, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Verkarth Vampire Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [316] = { -["numCriteria"] = 1, +["name"] = "Crescent Dremora Destroyer", +["achievementIndex"] = 23, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Lord Dregas Volar, the holder of the Daedric Crescent, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crescent Dremora Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [317] = { -["numCriteria"] = 1, +["name"] = "Mournhold Lich Destroyer", +["achievementIndex"] = 24, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Gedna Relvel, the Lich of Mournhold, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mournhold Lich Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [318] = { -["numCriteria"] = 16, +["name"] = "General Executioner", +["achievementIndex"] = 11, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 16, ["description"] = "Destroy all of Molag Bal\'s generals that appear at the Dark Anchors.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "General Executioner", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [2367] = { -["numCriteria"] = 1, +["name"] = "Blackrose Buccaneer", +["achievementIndex"] = 3, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Murkmire", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blackrose Buccaneer", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 3, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2368] = { -["numCriteria"] = 1, +["name"] = "God of the Gauntlet", +["achievementIndex"] = 8, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Murkmire", ["points"] = 50, -["prevId"] = 0, -["name"] = "God of the Gauntlet", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 8, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2369] = { -["numCriteria"] = 1, +["name"] = "Faster than Flames", +["achievementIndex"] = 6, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Battlemage Ennodius without group members taking flame damage while her Flame Spouts ability is active in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Faster than Flames", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [322] = { -["numCriteria"] = 1, +["name"] = "Chainbreaker", +["achievementIndex"] = 16, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Release the Dark Anchor pinions to send the chains back to Coldharbour.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chainbreaker", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [2371] = { -["numCriteria"] = 1, +["name"] = "Skeletal Summoning", +["achievementIndex"] = 13, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Lady Minara after three Bone Colossi are summoned within 30 seconds of the round beginning in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Skeletal Summoning", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 13, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [324] = { -["numCriteria"] = 1, +["name"] = "Anchor Destroyer", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 324, +["numCriteria"] = 1, ["description"] = "Destroy 10 Dark Anchors from Coldharbour.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Anchor Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 619, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 324, } , [325] = { -["numCriteria"] = 2, +["name"] = "Banished Cells I Vanquisher", +["achievementIndex"] = 9, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat Shadowrend and High Kinlord Rilis in Banished Cells I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Banished Cells I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 4, -["firstID"] = 0, } , [2374] = { -["numCriteria"] = 1, +["name"] = "Meteor Mayhem", +["achievementIndex"] = 9, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use Battlemage Ennodius\' Meteor ability to stun all four atronachs simultaneously in the first arena of Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Meteor Mayhem", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 9, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2375] = { -["numCriteria"] = 1, +["name"] = "Rise of the Fallen", +["achievementIndex"] = 11, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use a Sigil of Resurrection in any arena to revive three other group members at once in Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rise of the Fallen", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 11, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [328] = { -["numCriteria"] = 6, +["name"] = "The Rift Cave Delver", +["achievementIndex"] = 53, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in the Rift.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "The Rift Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [329] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Explore and clear Faldar\'s Tooth.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Faldar\'s Tooth Explorer", +["achievementIndex"] = 63, ["SubCategory"] = "Ebonheart Pact", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Faldar\'s Tooth.", ["Category"] = "Exploration", -["achievementIndex"] = 23, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [330] = { -["numCriteria"] = 1, +["name"] = "Broken Helm Hollow Explorer", +["achievementIndex"] = 61, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Broken Helm Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Broken Helm Hollow Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [331] = { -["numCriteria"] = 1, +["name"] = "Avanchnzel Explorer", +["achievementIndex"] = 58, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["description"] = "Explore and clear Avancheznel.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Avanchnzel.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Avancheznel Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [332] = { -["numCriteria"] = 1, +["name"] = "Fort Greenwall Explorer", +["achievementIndex"] = 64, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Fort Greenwall.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fort Greenwall Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 31, ["Category_ID"] = 6, -["firstID"] = 0, } , [333] = { -["numCriteria"] = 1, +["name"] = "Shroud Hearth Barrow Explorer", +["achievementIndex"] = 75, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Shroud Hearth Barrow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shroud Hearth Barrow Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 32, ["Category_ID"] = 6, -["firstID"] = 0, } , [334] = { -["numCriteria"] = 1, +["name"] = "Snapleg Cave Explorer", +["achievementIndex"] = 77, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Snapleg Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Snapleg Cave Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 33, ["Category_ID"] = 6, -["firstID"] = 0, } , [335] = { -["numCriteria"] = 1, +["name"] = "Reach Crusher", +["achievementIndex"] = 24, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Crush the Reach\'s presence in the Rift.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reach Crusher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [336] = { -["numCriteria"] = 1, +["name"] = "Wormsquasher", +["achievementIndex"] = 25, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Thallik Wormfather and scatter the Worm Cult.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wormsquasher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [337] = { -["numCriteria"] = 1, +["name"] = "Ysgramor\'s Prodigy", +["achievementIndex"] = 26, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Return Sinmur to his grave.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ysgramor\'s Prodigy", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [2386] = { -["numCriteria"] = 3, +["name"] = "A Variety of Vermin", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["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"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "A Variety of Vermin", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 12, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , [2387] = { -["numCriteria"] = 1, +["name"] = "Rat Race", +["achievementIndex"] = 9, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rat Race", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 9, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , [340] = { -["numCriteria"] = 1, +["name"] = "Fungal Grotto II Assassin", +["achievementIndex"] = 5, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Mephala\'s Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Spider Cultists.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fungal Grotto II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["firstID"] = 0, } , [2389] = { -["numCriteria"] = 1, +["name"] = "Skating the Ice", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Have no group members get hit by Glaciation during your battle with the Weeping Woman in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skating the Ice", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 11, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , [342] = { -["numCriteria"] = 1, +["name"] = "Fearless Assaulter", +["achievementIndex"] = 5, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Vila Theran in Veteran Fungal Grotto II without any member of your party using the protection of the Obsidian Husk.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fearless Assaulter", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["firstID"] = 0, } , [343] = { +["name"] = "Fungal Grotto II Conqueror", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat Gamyne Bandu, the Spawn of Mephala, and Vila Theran in Veteran Fungal Grotto II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["name"] = "Fungal Grotto II Conqueror", } , [2392] = { -["numCriteria"] = 1, +["name"] = "Reaping Rainbow", +["achievementIndex"] = 12, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat each color of Auroran during the battle with the Symphony of Blades in Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reaping Rainbow", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 12, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , [345] = { -["numCriteria"] = 1, +["name"] = "Khajiiti Hunters\' Bane", +["achievementIndex"] = 70, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Indur-sa and the Khajiiti Hunters at the Hunter Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Khajiiti Hunters\' Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [346] = { -["numCriteria"] = 1, +["name"] = "Troll Killer", +["achievementIndex"] = 79, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the trolls, Frostdrool and Sleetclaw, at the Troll Cave.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Troll Killer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [347] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat the Frost Atronach, Nomeg Rine, at the Frozen Ruins.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Frost Atronach Destroyer", +["achievementIndex"] = 66, ["SubCategory"] = "Ebonheart Pact", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Frost Atronach, Nomeg Rine, at the Frozen Ruins.", ["Category"] = "Exploration", -["achievementIndex"] = 21, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [348] = { -["numCriteria"] = 1, +["name"] = "Ghost Banisher", +["achievementIndex"] = 67, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Put Ghoragham to rest at Angarvunde Mound.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ghost Banisher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [349] = { -["numCriteria"] = 1, +["name"] = "Giant Slayer", +["achievementIndex"] = 68, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Longstride the Giant and his Mammoth at the Giant Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Giant Slayer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [350] = { -["numCriteria"] = 1, +["name"] = "Wispmother Vanquisher", +["achievementIndex"] = 80, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Banish Aereus the Wispmother from Wisplight Glen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wispmother Vanquisher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [351] = { -["numCriteria"] = 1, +["name"] = "Marines Avenger", +["achievementIndex"] = 46, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "End the threat of the necromancers at Soulfire Plateau and avenge the First Auridon Marines.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Marines Avenger", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 72, ["Category_ID"] = 6, -["firstID"] = 0, } , [352] = { -["numCriteria"] = 1, +["name"] = "Bandit Lord Bounty Hunter", +["achievementIndex"] = 20, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Quenyas, leader of Auridon\'s bandit gangs, in the camp at Seaside Scarp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bandit Lord Bounty Hunter", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 60, ["Category_ID"] = 6, -["firstID"] = 0, } , [353] = { -["numCriteria"] = 1, +["name"] = "Ghost Captain Crusher", +["achievementIndex"] = 37, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Ghost Captain Blanchete at the Wreck of the Raptor.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ghost Captain Crusher", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 62, ["Category_ID"] = 6, -["firstID"] = 0, } , [354] = { -["numCriteria"] = 1, +["name"] = "Snapjaw\'s Bane", +["achievementIndex"] = 66, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the clannfear champion, Snapjaw, and end the murder of innocents at Heretic\'s Summons.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Snapjaw\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 63, ["Category_ID"] = 6, -["firstID"] = 0, } , [355] = { -["numCriteria"] = 1, +["name"] = "Nestmother Eradicator", +["achievementIndex"] = 53, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the giant snake known as the Nestmother in her den.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nestmother Eradicator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 56, ["Category_ID"] = 6, -["firstID"] = 0, } , [356] = { -["numCriteria"] = 1, +["name"] = "Anarume Bounty Hunter", +["achievementIndex"] = 19, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Anarume at the Heritance Proving Ground and end his treason.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Anarume Bounty Hunter", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 59, ["Category_ID"] = 6, -["firstID"] = 0, } , [357] = { -["numCriteria"] = 3, +["name"] = "Direfrost Keep Vanquisher", +["achievementIndex"] = 1, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat the Guardian of the Flame, the Empowered Frost Atronach, and Drodda of Icereach at Direfrost Keep.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Direfrost Keep Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 4, -["firstID"] = 0, } , [2406] = { -["numCriteria"] = 1, +["name"] = "Flattened the Nightmare Plateau", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the dro-m\'Athra, Zalsheem, on the Nightmare Plateau.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Flattened the Nightmare Plateau", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 18, ["Category_ID"] = 11, -["firstID"] = 0, } , [2407] = { -["numCriteria"] = 1, +["name"] = "Terror Bird Terminator", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the terror bird, Wily Kee\'va, at Talon Gulch.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Terror Bird Terminator", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 19, ["Category_ID"] = 11, -["firstID"] = 0, } , [360] = { -["numCriteria"] = 1, +["name"] = "Sunder the First Veil", +["achievementIndex"] = 4, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Execute the traitor at Tanzelwil in the name of Queen Ayrenn.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sunder the First Veil", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 25, ["Category_ID"] = 7, -["firstID"] = 0, } , [361] = { -["numCriteria"] = 1, +["name"] = "Sunder the Second Veil", +["achievementIndex"] = 5, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Infiltrate the Veiled Heritance and discover its secret.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sunder the Second Veil", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 24, ["Category_ID"] = 7, -["firstID"] = 0, } , [362] = { -["numCriteria"] = 1, +["name"] = "Sunder the Third Veil", +["achievementIndex"] = 6, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Daedric army and their leader at Firsthold.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sunder the Third Veil", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 22, ["Category_ID"] = 7, -["firstID"] = 0, } , [363] = { -["numCriteria"] = 1, +["name"] = "Plague Ender", +["achievementIndex"] = 10, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Merdyndril the Alchemist at Obsidian Gorge and put an end to the Llodos plague.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Plague Ender", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 21, ["Category_ID"] = 7, -["firstID"] = 0, } , [364] = { -["numCriteria"] = 1, +["name"] = "Temple Knight", +["achievementIndex"] = 9, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Free the Tribunal Temple from invading Daedric forces.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Temple Knight", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 20, ["Category_ID"] = 7, -["firstID"] = 0, } , [365] = { -["numCriteria"] = 1, +["name"] = "Vox Slayer", +["achievementIndex"] = 7, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Magistrix Vox at Eidolon\'s Hollow and restore peace to Deshaan.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Vox Slayer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 18, ["Category_ID"] = 7, -["firstID"] = 0, } , [2414] = { -["numCriteria"] = 1, +["name"] = "Hollowfang Dire-Maw Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 25 Hollowfang Dire-Maws in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hollowfang Dire-Maw Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 10, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [367] = { -["numCriteria"] = 5, +["name"] = "Crow\'s Wood Vanquisher", +["achievementIndex"] = 15, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Crow\'s Wood.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crow\'s Wood Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 45, ["Category_ID"] = 4, -["firstID"] = 0, } , [368] = { -["numCriteria"] = 5, +["name"] = "Crow\'s Wood Conqueror", +["achievementIndex"] = 13, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of Crow\'s Wood\'s champions.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crow\'s Wood Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 29, ["Category_ID"] = 4, -["firstID"] = 0, } , [369] = { -["numCriteria"] = 4, +["name"] = "Forgotten Crypts Vanquisher", +["achievementIndex"] = 11, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat three of the champions in the Forgotten Crypts.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Forgotten Crypts Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 50, ["Category_ID"] = 4, -["firstID"] = 0, } , [370] = { -["numCriteria"] = 4, +["name"] = "Forgotten Crypts Conqueror", +["achievementIndex"] = 10, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat all of the champions in the Forgotten Crypts.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Forgotten Crypts Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 44, ["Category_ID"] = 4, -["firstID"] = 0, } , [371] = { -["numCriteria"] = 1, +["name"] = "Lion\'s Den Group Event", +["achievementIndex"] = 22, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Lonely Giant and his angry mammoths in the Lion\'s Den.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lion\'s Den Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 34, ["Category_ID"] = 4, -["firstID"] = 0, } , [372] = { -["numCriteria"] = 1, +["name"] = "Sanguine\'s Group Event", +["achievementIndex"] = 9, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Fight-Master Grel and his adepts at Sanguine\'s Demesne.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanguine\'s Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 40, ["Category_ID"] = 4, -["firstID"] = 0, } , [373] = { -["numCriteria"] = 7, +["name"] = "Lion\'s Den Vanquisher", +["achievementIndex"] = 44, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat three of the champions in the Lion\'s Den.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lion\'s Den Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 48, ["Category_ID"] = 4, -["firstID"] = 0, } , [374] = { -["numCriteria"] = 7, +["name"] = "Lion\'s Den Conqueror", +["achievementIndex"] = 33, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat all of the champions in the Lion\'s Den.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lion\'s Den Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 33, ["Category_ID"] = 4, -["firstID"] = 0, } , [375] = { -["numCriteria"] = 6, +["name"] = "Hall of the Dead Vanquisher", +["achievementIndex"] = 5, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in the Hall of the Dead.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hall of the Dead Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 49, ["Category_ID"] = 4, -["firstID"] = 0, } , [376] = { -["numCriteria"] = 6, +["name"] = "Hall of the Dead Conqueror", +["achievementIndex"] = 4, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in the Hall of the Dead.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hall of the Dead Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 42, ["Category_ID"] = 4, -["firstID"] = 0, } , [377] = { -["numCriteria"] = 7, +["name"] = "Obsidian Scar Vanquisher", +["achievementIndex"] = 46, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat three of the champions in Obsidian Scar.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Obsidian Scar Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 4, -["firstID"] = 0, } , [378] = { -["numCriteria"] = 7, +["name"] = "Obsidian Scar Conqueror", +["achievementIndex"] = 35, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat all of the champions in Obsidian Scar.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Obsidian Scar Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 4, -["firstID"] = 0, } , [379] = { -["numCriteria"] = 1, +["name"] = "Crow\'s Wood Group Event", +["achievementIndex"] = 14, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the Soul Wraiths to summon and slay Ghyslain in Crow\'s Wood.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crow\'s Wood Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 51, ["Category_ID"] = 4, -["firstID"] = 0, } , [380] = { -["numCriteria"] = 1, +["name"] = "Bad Man\'s Group Event", +["achievementIndex"] = 19, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Slay the Giant Snake Mother in Bad Man\'s Hallows.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bad Man\'s Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 37, ["Category_ID"] = 4, -["firstID"] = 0, } , [381] = { -["numCriteria"] = 1, +["name"] = "Hall of the Dead Group Event", +["achievementIndex"] = 6, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Reynir the Destroyer and his minions in the Hall of the Dead.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hall of the Dead Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 41, ["Category_ID"] = 4, -["firstID"] = 0, } , [382] = { -["numCriteria"] = 1, +["name"] = "Graufang Hunter", +["achievementIndex"] = 41, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant bear Graufang at Seaview Point.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Graufang Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 62, ["Category_ID"] = 6, -["firstID"] = 0, } , [383] = { -["numCriteria"] = 1, +["name"] = "Limbscather Slayer", +["achievementIndex"] = 52, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the lurcher Limbscather at the Western Overlook.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Limbscather Slayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 76, ["Category_ID"] = 6, -["firstID"] = 0, } , [384] = { -["numCriteria"] = 1, +["name"] = "Werewolf\'s Bane", +["achievementIndex"] = 78, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the werewolf, Salazar the Wolf, at the Wolf\'s Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Werewolf\'s Bane", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 73, ["Category_ID"] = 6, -["firstID"] = 0, } , [385] = { -["numCriteria"] = 1, +["name"] = "Asard\'s Assassin", +["achievementIndex"] = 22, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Bloodthorn zombie, Asard the Putrid, at North Shore Point.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Asard\'s Assassin", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 65, ["Category_ID"] = 6, -["firstID"] = 0, } , [386] = { -["numCriteria"] = 1, +["name"] = "Trapjaw Stalker", +["achievementIndex"] = 74, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the wamasu, Trapjaw, at Trapjaw\'s Cove.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Trapjaw Stalker", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 61, ["Category_ID"] = 6, -["firstID"] = 0, } , [387] = { -["numCriteria"] = 1, +["name"] = "Bloodcaller\'s Ruin", +["achievementIndex"] = 24, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the necromancer, Grivier Bloodcaller, at Balefire Island.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bloodcaller\'s Ruin", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 71, ["Category_ID"] = 6, -["firstID"] = 0, } , [388] = { -["numCriteria"] = 1, +["name"] = "Forgotten Crypts Group Event", +["achievementIndex"] = 12, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Eradicate the Kwama infestation and kill the Kwama Guardians in the Forgotten Crypts.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Forgotten Crypts Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 43, ["Category_ID"] = 4, -["firstID"] = 0, } , [389] = { -["numCriteria"] = 5, +["name"] = "Toothmaul Gully Vanquisher", +["achievementIndex"] = 51, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Toothmaul Gully.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Toothmaul Gully Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 4, -["firstID"] = 0, } , [390] = { -["numCriteria"] = 5, +["name"] = "Toothmaul Gully Conqueror", +["achievementIndex"] = 40, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Toothmaul Gully.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Toothmaul Gully Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 4, -["firstID"] = 0, } , [391] = { -["numCriteria"] = 3, +["name"] = "Volenfell Vanquisher", +["achievementIndex"] = 23, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Quintus Verres, Tremorscale, and the Guardian Council at Volenfell.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Volenfell Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 4, -["firstID"] = 0, } , [2440] = { -["numCriteria"] = 5, +["name"] = "Rimmen Necropolis Conqueror", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Rimmen Necropolis.", +["Category"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rimmen Necropolis Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 9, ["Category_ID"] = 11, -["firstID"] = 0, } , [393] = { -["numCriteria"] = 3, +["name"] = "Blessed Crucible Vanquisher", +["achievementIndex"] = 25, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat the Pack, the Beast Master, and the Lava Queen at the Blessed Crucible.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blessed Crucible Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 4, -["firstID"] = 0, } , [2442] = { -["numCriteria"] = 5, +["name"] = "Orcrest Conqueror", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Orcrest.", +["Category"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "Orcrest Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 11, ["Category_ID"] = 11, -["firstID"] = 0, } , [395] = { -["numCriteria"] = 5, +["name"] = "Lost City Vanquisher", +["achievementIndex"] = 45, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in the Lost City of the Na-Totambu.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lost City Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 27, ["Category_ID"] = 4, -["firstID"] = 0, } , [396] = { -["numCriteria"] = 5, +["name"] = "Lost City Conqueror", +["achievementIndex"] = 34, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in the Lost City of the Na-Totambu.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lost City Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 4, -["firstID"] = 0, } , [2445] = { -["numCriteria"] = 1, +["name"] = "Orcrest Group Event", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Plague of Crows in Orcrest.", +["Category"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "Orcrest Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 14, ["Category_ID"] = 11, -["firstID"] = 0, } , [399] = { -["numCriteria"] = 1, +["name"] = "Titanclaw Cracker", +["achievementIndex"] = 72, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Titanclaw the mudcrab at Mudcrab Beach.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Titanclaw Cracker", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 64, ["Category_ID"] = 6, -["firstID"] = 0, } , [400] = { -["numCriteria"] = 1, +["name"] = "Spider Slayer", +["achievementIndex"] = 69, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Old Widow Silk and the Bloodweaver spiders at the Spider Nest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Spider Slayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [401] = { -["numCriteria"] = 1, +["name"] = "Brood Queen Destroyer", +["achievementIndex"] = 25, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Dreugh Brood Queen at the Dreugh Waters.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Brood Queen Destroyer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 60, ["Category_ID"] = 6, -["firstID"] = 0, } , [402] = { -["numCriteria"] = 1, +["name"] = "Gar Xuu Gar\'s Bane", +["achievementIndex"] = 40, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Daedroth Gar Xuu Gar and his minions at the Abandoned Farm.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Gar Xuu Gar\'s Bane", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 59, ["Category_ID"] = 6, -["firstID"] = 0, } , [403] = { -["numCriteria"] = 1, +["name"] = "Cousin Scrag\'s Demolisher", +["achievementIndex"] = 27, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Ogre called Cousin Scrag at Scrag\'s Larder.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Cousin Scrag\'s Demolisher", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 58, ["Category_ID"] = 6, -["firstID"] = 0, } , [404] = { -["numCriteria"] = 1, +["name"] = "Kruz Control", +["achievementIndex"] = 50, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Zymel Kruz the Storm Atronach at the Ancient Altar.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Kruz Control", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 57, ["Category_ID"] = 6, -["firstID"] = 0, } , [406] = { -["numCriteria"] = 1, +["name"] = "Nose Diver", +["achievementIndex"] = 59, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Jump from the nose of the Weeping Giant.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nose Diver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 81, ["Category_ID"] = 6, -["firstID"] = 0, } , [410] = { -["numCriteria"] = 3, +["name"] = "Blackheart Haven Vanquisher", +["achievementIndex"] = 26, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Atarus, the Roost Mother, and Captain Blackheart in Blackheart Haven.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blackheart Haven Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 4, -["firstID"] = 0, } , [412] = { -["numCriteria"] = 1, +["name"] = "Santaki Ruins Explorer", +["achievementIndex"] = 66, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Santaki Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Santaki Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 33, ["Category_ID"] = 6, -["firstID"] = 0, } , [413] = { -["numCriteria"] = 6, +["name"] = "Alik\'r Desert Cave Delver", +["achievementIndex"] = 12, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in the Alik\'r Desert.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Alik\'r Desert Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [414] = { -["numCriteria"] = 1, +["name"] = "Divad\'s Chagrin Mine Explorer", +["achievementIndex"] = 33, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Divad\'s Chagrin Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Divad\'s Chagrin Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 32, ["Category_ID"] = 6, -["firstID"] = 0, } , [415] = { -["numCriteria"] = 3, +["name"] = "Famed Recruiter", +["achievementIndex"] = 1, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Recruit all three famous privateers on Stros M\'Kai.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Famed Recruiter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 26, ["Category_ID"] = 7, -["firstID"] = 0, } , [416] = { -["numCriteria"] = 1, +["name"] = "Aldunz Ruins Explorer", +["achievementIndex"] = 21, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Aldunz Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Aldunz Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 28, ["Category_ID"] = 6, -["firstID"] = 0, } , [417] = { -["numCriteria"] = 3, +["name"] = "Selene\'s Web Vanquisher", +["achievementIndex"] = 24, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Longclaw, Foulhide, and Selene in Selene\'s Web.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Selene\'s Web Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 4, -["firstID"] = 0, } , [2466] = { -["numCriteria"] = 1, +["name"] = "Sunspire Vanquisher", +["achievementIndex"] = 14, +["SubCategory"] = "Sunspire", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas after extinguishing all of their offering braziers in Veteran Sunspire.", +["Category"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sunspire Vanquisher", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 14, ["Category_ID"] = 11, -["firstID"] = 0, } , [419] = { -["numCriteria"] = 1, +["name"] = "Coldrock Diggings Explorer", +["achievementIndex"] = 26, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Coldrock Diggings.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Coldrock Diggings Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [420] = { -["numCriteria"] = 1, +["name"] = "Sandblown Mine Explorer", +["achievementIndex"] = 65, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Sandblown Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sandblown Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 27, ["Category_ID"] = 6, -["firstID"] = 0, } , [421] = { +["name"] = "Spindleclutch II Conqueror", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat the Blood Golem, Praxin\'s Ghost, and Vorenor Winterbourne in Veteran Spindleclutch II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["name"] = "Spindleclutch II Conqueror", } , [2470] = { -["numCriteria"] = 1, +["name"] = "Stormchaser", +["achievementIndex"] = 6, +["SubCategory"] = "Sunspire", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Lokkestiiz after extinguishing his offering braziers in Veteran Sunspire.", +["Category"] = "Elsweyr", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stormchaser", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, ["Category_ID"] = 11, -["firstID"] = 0, } , [423] = { -["numCriteria"] = 1, +["name"] = "Yldzuun Ruins Explorer", +["achievementIndex"] = 81, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Yldzuun Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Yldzuun Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 26, ["Category_ID"] = 6, -["firstID"] = 0, } , [424] = { -["numCriteria"] = 6, +["name"] = "Eastmarch Cave Delver", +["achievementIndex"] = 52, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Eastmarch.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Eastmarch Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 38, ["Category_ID"] = 6, -["firstID"] = 0, } , [425] = { -["numCriteria"] = 1, +["name"] = "Deathsong Deforester", +["achievementIndex"] = 30, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the tainted plant creatures at Deathsong Cleft in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Deathsong Deforester", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 70, ["Category_ID"] = 6, -["firstID"] = 0, } , [426] = { -["numCriteria"] = 1, +["name"] = "Big Ozur\'s Bane", +["achievementIndex"] = 23, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Big Ozur the Ogre in Big Ozur\'s Valley.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Big Ozur\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [427] = { -["numCriteria"] = 1, +["name"] = "Mercy Killer", +["achievementIndex"] = 48, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Queen of Three Mercies and her entourage at Waterdancer Falls in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mercy Killer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 73, ["Category_ID"] = 6, -["firstID"] = 0, } , [428] = { -["numCriteria"] = 1, +["name"] = "Gravecaller\'s Doom", +["achievementIndex"] = 38, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Gravecaller Niramo and his dark daughter Varien at the Reaper\'s Henge.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Gravecaller\'s Doom", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 71, ["Category_ID"] = 6, -["firstID"] = 0, } , [429] = { -["numCriteria"] = 1, +["name"] = "Ysolmarr\'s Ruin", +["achievementIndex"] = 79, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Daedroth, Ysolmarr the Roving Pyre, near the Old S\'ren-ja Docks in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ysolmarr\'s Ruin", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 79, ["Category_ID"] = 6, -["firstID"] = 0, } , [430] = { -["numCriteria"] = 1, +["name"] = "Nur-dro\'s Downfall", +["achievementIndex"] = 54, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the vampire, Overlord Nur-dro, at Ushmal\'s Rest in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nur-dro\'s Downfall", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 74, ["Category_ID"] = 6, -["firstID"] = 0, } , [432] = { -["numCriteria"] = 1, +["name"] = "Aba-Loria Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Aba-Loria.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Aba-Loria Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [433] = { -["numCriteria"] = 1, +["name"] = "Grotto of Depravity Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Grotto of Depravity.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Grotto of Depravity Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [434] = { -["numCriteria"] = 1, +["name"] = "Cave of Trophies Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Cave of Trophies.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cave of Trophies Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [435] = { -["numCriteria"] = 1, +["name"] = "Forgefire Vault Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Vault of Haman Forgefire.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Forgefire Vault Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [436] = { -["numCriteria"] = 1, +["name"] = "Mal Sorra\'s Tomb Explorer", +["achievementIndex"] = 13, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mal Sorra\'s Tomb.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mal Sorra\'s Tomb Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [437] = { -["numCriteria"] = 1, +["name"] = "Wailing Maw Explorer", +["achievementIndex"] = 15, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Wailing Maw.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wailing Maw Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [438] = { -["numCriteria"] = 6, +["name"] = "Coldharbour Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Coldharbour.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Coldharbour Cave Delver", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [439] = { -["numCriteria"] = 1, +["name"] = "Sthorha\'s Doom", +["achievementIndex"] = 14, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the daedroth, Sthorha the Crazed, at Aba-Darre.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sthorha\'s Doom", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [440] = { -["numCriteria"] = 1, +["name"] = "Ice Wraith Hunter", +["achievementIndex"] = 12, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the ice wraith, Duriatundur, at Duriatundur\'s Killing Field.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ice Wraith Hunter", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [441] = { -["numCriteria"] = 1, +["name"] = "Centurion\'s Ruin", +["achievementIndex"] = 7, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the ancient Dwarven Centurion, Zemarek-thul, at Zemarek\'s Hollow.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Centurion\'s Ruin", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [442] = { -["numCriteria"] = 1, +["name"] = "Daedroth Trio Hunter", +["achievementIndex"] = 9, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the daedroth trio, Nolagha, Keggagiha and Rsolignah, at the Daedroth Larder.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Daedroth Trio Hunter", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [443] = { -["numCriteria"] = 1, +["name"] = "Brolsgerbwd\'s Bane", +["achievementIndex"] = 1, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Dremora necromancer, Brolsgerbwd, at the Risen Court.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Brolsgerbwd\'s Bane", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [444] = { -["numCriteria"] = 1, +["name"] = "Cynhamoth\'s End", +["achievementIndex"] = 8, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the harvester, Cynhamoth, at Cynhamoth\'s Grove.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Cynhamoth\'s End", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [445] = { -["numCriteria"] = 1, +["name"] = "Rulanyil\'s Fall Group Event", +["achievementIndex"] = 27, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the undead hordes of Hergor the Fallen at Rulanyil\'s Fall.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rulanyil\'s Fall Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 4, -["firstID"] = 0, } , [446] = { -["numCriteria"] = 1, +["name"] = "Spindleclutch II Assassin", +["achievementIndex"] = 7, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Spindleclutch II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["firstID"] = 0, } , [2495] = { -["numCriteria"] = 1, +["name"] = "Anequina Monster Exterminator", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2493, +["numCriteria"] = 1, ["description"] = "Complete 30 world boss daily quests for Ri\'hirr of the Northern Elsweyr Defense Force.", +["Category"] = "Elsweyr", ["points"] = 15, -["prevId"] = 0, -["name"] = "Anequina Monster Exterminator", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, ["Category_ID"] = 11, -["firstID"] = 2493, } , [448] = { -["numCriteria"] = 1, +["name"] = "Compassionate Hero", +["achievementIndex"] = 7, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Vorenor Winterbourne in Veteran Spindleclutch II without killing any of the innocent victims held captive in his lair.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Compassionate Hero", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["firstID"] = 0, } , [449] = { -["numCriteria"] = 1, +["name"] = "Banished Cells II Assassin", +["achievementIndex"] = 3, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Banished Cells II, defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis, all within twenty minutes. Timer starts upon engaging the first group of Banished skeletons.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Banished Cells II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["firstID"] = 0, } , [2498] = { -["numCriteria"] = 1, +["name"] = "Dragon Exterminator", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2496, +["numCriteria"] = 1, ["description"] = "Complete 30 Dragon daily quests for Battlereeve Tanerline in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 15, -["prevId"] = 0, -["name"] = "Dragon Exterminator", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, ["Category_ID"] = 11, -["firstID"] = 2496, } , [451] = { -["numCriteria"] = 1, +["name"] = "Cursed Hero", +["achievementIndex"] = 3, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Banished Cells II, defeat High Kinlord Rilis while three or more Daedroth still live.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cursed Hero", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["firstID"] = 0, } , [452] = { -["numCriteria"] = 6, +["name"] = "Reaper\'s March Cave Delver", +["achievementIndex"] = 12, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Reaper\'s March Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [453] = { -["numCriteria"] = 1, +["name"] = "Kuna\'s Delve Explorer", +["achievementIndex"] = 45, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Kuna\'s Delve.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kuna\'s Delve Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [454] = { -["numCriteria"] = 1, +["name"] = "Thibaut\'s Cairn Explorer", +["achievementIndex"] = 69, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Thibaut\'s Cairn.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Thibaut\'s Cairn Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [455] = { -["numCriteria"] = 1, +["name"] = "Weeping Wind Cave Explorer", +["achievementIndex"] = 77, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Weeping Wind Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Weeping Wind Cave Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [456] = { -["numCriteria"] = 1, +["name"] = "Claw\'s Strike Explorer", +["achievementIndex"] = 28, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Claw\'s Strike.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Claw\'s Strike Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [457] = { -["numCriteria"] = 1, +["name"] = "Fardir\'s Folly Explorer", +["achievementIndex"] = 35, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Fardir\'s Folly.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fardir\'s Folly Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [458] = { -["numCriteria"] = 1, +["name"] = "Jode\'s Light Explorer", +["achievementIndex"] = 43, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Jode\'s Light.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Jode\'s Light Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [459] = { +["name"] = "Elden Hollow II Conqueror", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat Dark Root, Murklight, and Bogdan the Nightflame in Veteran Elden Hollow II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["name"] = "Elden Hollow II Conqueror", } , [460] = { -["numCriteria"] = 1, +["name"] = "Crimson Cove Group Event", +["achievementIndex"] = 21, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Flat Tooth and his minions at Crimson Cove.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crimson Cove Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 4, -["firstID"] = 0, } , [461] = { -["numCriteria"] = 1, +["name"] = "Elden Hollow II Assassin", +["achievementIndex"] = 9, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Veteran Elden Hollow II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Elden Hollow II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["firstID"] = 0, } , [463] = { -["numCriteria"] = 1, +["name"] = "Closing the Book", +["achievementIndex"] = 9, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Bogdan the Nightflame after reading the Opus of Torment in Veteran Elden Hollow II.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Closing the Book", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["firstID"] = 0, } , [464] = { +["name"] = "Darkshade Caverns II Conqueror", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat the Transmuted Hive Lord, Grobull the Transmuted, and the Engine Guardian in Veteran Darkshade Caverns II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["name"] = "Darkshade Caverns II Conqueror", } , [465] = { -["numCriteria"] = 1, +["name"] = "Darkshade Caverns II Assassin", +["achievementIndex"] = 11, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Fallen Foreman, the Hive Lord and its Scribs, the Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, all within twenty minutes. Timer starts upon engaging the first group of kwama.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darkshade Caverns II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["firstID"] = 0, } , [467] = { -["numCriteria"] = 1, +["name"] = "Deadly Engineer", +["achievementIndex"] = 11, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Engine Guardian in Veteran Darkshade Caverns II without anyone in your group activating an Engine Lever.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deadly Engineer", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["firstID"] = 0, } , [468] = { -["numCriteria"] = 1, +["name"] = "Toothmaul Gully Group Event", +["achievementIndex"] = 28, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Bloodroot and its guardians at Toothmaul Gully.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Toothmaul Gully Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["firstID"] = 0, } , [469] = { -["numCriteria"] = 1, +["name"] = "Vile Manse Group Event", +["achievementIndex"] = 29, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the damned creations of Graccus\' frost experiments at the Vile Manse.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vile Manse Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["firstID"] = 0, } , [470] = { -["numCriteria"] = 1, +["name"] = "Root Sunder Group Event", +["achievementIndex"] = 26, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Bonemonger and its captors in Root Sunder Ruins.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Root Sunder Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 4, -["firstID"] = 0, } , [471] = { -["numCriteria"] = 12, +["name"] = "Glenumbra Angler", +["achievementIndex"] = 14, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Glenumbra.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Glenumbra Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [472] = { -["numCriteria"] = 12, +["name"] = "Stormhaven Angler", +["achievementIndex"] = 24, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Stormhaven.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stormhaven Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [473] = { -["numCriteria"] = 12, +["name"] = "Rivenspire Angler", +["achievementIndex"] = 21, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Rivenspire.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rivenspire Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [474] = { -["numCriteria"] = 12, +["name"] = "Alik\'r Desert Angler", +["achievementIndex"] = 6, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Alik\'r Desert.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Alik\'r Desert Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [475] = { -["numCriteria"] = 12, +["name"] = "Bangkorai Angler", +["achievementIndex"] = 8, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Bangkorai.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bangkorai Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [476] = { -["numCriteria"] = 5, +["name"] = "Covenant Fisherman", +["achievementIndex"] = 2, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all Daggerfall Covenant fishing achievements.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Covenant Fisherman", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [477] = { -["numCriteria"] = 12, +["name"] = "Stonefalls Angler", +["achievementIndex"] = 23, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Stonefalls.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stonefalls Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [478] = { -["numCriteria"] = 12, +["name"] = "Deshaan Angler", +["achievementIndex"] = 12, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Deshaan.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Deshaan Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [479] = { -["numCriteria"] = 12, +["name"] = "Shadowfen Angler", +["achievementIndex"] = 22, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Shadowfen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shadowfen Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [480] = { -["numCriteria"] = 12, +["name"] = "Eastmarch Angler", +["achievementIndex"] = 13, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Eastmarch.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Eastmarch Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [481] = { -["numCriteria"] = 12, +["name"] = "Rift Angler", +["achievementIndex"] = 20, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in the Rift.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rift Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [482] = { -["numCriteria"] = 5, +["name"] = "Pact Fisherman", +["achievementIndex"] = 4, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all Ebonheart Pact fishing achievements.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pact Fisherman", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [483] = { -["numCriteria"] = 12, +["name"] = "Auridon Angler", +["achievementIndex"] = 7, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Auridon.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Auridon Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [484] = { -["numCriteria"] = 12, +["name"] = "Grahtwood Angler", +["achievementIndex"] = 15, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Grahtwood.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Grahtwood Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [485] = { -["numCriteria"] = 12, +["name"] = "Greenshade Angler", +["achievementIndex"] = 16, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Greenshade.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Greenshade Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [486] = { -["numCriteria"] = 12, +["name"] = "Malabal Tor Angler", +["achievementIndex"] = 18, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Malabal Tor.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Malabal Tor Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [487] = { -["numCriteria"] = 12, +["name"] = "Reaper\'s March Angler", +["achievementIndex"] = 19, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reaper\'s March Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [488] = { -["numCriteria"] = 5, +["name"] = "Dominion Fisherman", +["achievementIndex"] = 3, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all Aldmeri Dominion fishing achievements.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dominion Fisherman", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [489] = { -["numCriteria"] = 12, +["name"] = "Cyrodiil Angler", +["achievementIndex"] = 5, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Cyrodiil.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cyrodiil Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [490] = { -["numCriteria"] = 12, +["name"] = "Coldharbour Angler", +["achievementIndex"] = 10, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Coldharbour.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Coldharbour Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [491] = { -["numCriteria"] = 1, +["name"] = "Stros M\'Kai Angler", +["achievementIndex"] = 25, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Catch a rare Eltheric Grouper in the saltwaters of Stros M\'Kai.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stros M\'Kai Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [492] = { -["numCriteria"] = 1, +["name"] = "Khenarthi\'s Roost Angler", +["achievementIndex"] = 17, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Catch a rare Pyandonean Ray in the saltwaters of Khenarthi\'s Roost.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Khenarthi\'s Roost Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [493] = { -["numCriteria"] = 1, +["name"] = "Bleakrock Angler", +["achievementIndex"] = 9, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Catch a rare Inner Sea Scalyfin fish in the saltwaters of Bleakrock.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bleakrock Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [494] = { -["numCriteria"] = 8, +["name"] = "Master Fisher", +["achievementIndex"] = 1, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 8, ["description"] = "Complete all fishing achievements.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Master Fisher", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [495] = { -["numCriteria"] = 1, +["name"] = "Duneripper\'s Downfall", +["achievementIndex"] = 34, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the duneripper, Mother Sands, at the Lost Caravan.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Duneripper\'s Downfall", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 30, ["Category_ID"] = 6, -["firstID"] = 0, } , [496] = { -["numCriteria"] = 1, +["name"] = "Lonely Papa\'s Doom", +["achievementIndex"] = 53, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the giant, Lonely Papa, at the Giant Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Lonely Papa\'s Doom", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [497] = { -["numCriteria"] = 1, +["name"] = "Hag Upheaval", +["achievementIndex"] = 43, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Hag Sisters, Igazkad, Orochar and Ukha, at the Hag Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hag Upheaval", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 29, ["Category_ID"] = 6, -["firstID"] = 0, } , [498] = { -["numCriteria"] = 1, +["name"] = "Korignah\'s Bane", +["achievementIndex"] = 49, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Korignah the harvester in the Forsaken Hearts Cave.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Korignah\'s Bane", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [499] = { -["numCriteria"] = 1, +["name"] = "Mummy King Murderer", +["achievementIndex"] = 56, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mummy King at King\'s Rest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mummy King Murderer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [500] = { -["numCriteria"] = 1, +["name"] = "Saint Slayer", +["achievementIndex"] = 64, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the golden saint, Staada, at the Lesser Circle.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Saint Slayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 31, ["Category_ID"] = 6, -["firstID"] = 0, } , -[2557] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Forsaken Citadel.", -["points"] = 5, +[2549] = { +["name"] = "Unhallowed Grave Vanquisher", +["achievementIndex"] = 4, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Forsaken Citadel Explorer", -["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["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"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, ["Category_ID"] = 14, -["firstID"] = 0, } , -[510] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Protect the Court of the Wilderking.", -["points"] = 5, +[2550] = { +["name"] = "Unhallowed Grave Conqueror", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Court Ranger", -["SubCategory"] = "Aldmeri Dominion", -["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 15, -["Category_ID"] = 7, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in Veteran Unhallowed Grave.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2551] = { +["name"] = "Skull Smasher", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "In Veteran Unhallowed Grave, defeat Kjalnar Tombskald after destroying Kjalnar\'s Skull Totem.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2552] = { +["name"] = "Grave Robber", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[511] = { ["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2553] = { +["name"] = "Unscathed Grave", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "End the Veiled Heritance threat in Greenshade.", +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2554] = { +["name"] = "Unhallowed Grave Challenger", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Unhallowed Grave", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2555] = { +["name"] = "In Defiance of Death", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2556] = { +["name"] = "Harrowstorm Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Icereach and Unhallowed Grave in Veteran.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2557] = { +["name"] = "Forsaken Citadel Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear the Forsaken Citadel.", +["Category"] = "Dragonhold", ["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[510] = { +["name"] = "Court Ranger", +["achievementIndex"] = 14, +["SubCategory"] = "Aldmeri Dominion", ["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Protect the Court of the Wilderking.", +["Category"] = "Quests", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 7, +} +, +[511] = { ["name"] = "Veil Lifter", +["achievementIndex"] = 16, ["SubCategory"] = "Aldmeri Dominion", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "End the Veiled Heritance threat in Greenshade.", ["Category"] = "Quests", -["achievementIndex"] = 12, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 7, -["firstID"] = 0, } , [512] = { -["numCriteria"] = 1, +["name"] = "Valenwood Protector", +["achievementIndex"] = 15, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Cleanse the corruption from Valenwood.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Valenwood Protector", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 14, ["Category_ID"] = 7, -["firstID"] = 0, } , [2561] = { -["numCriteria"] = 6, +["name"] = "Pellitine Pathfinder", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pellitine Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 9, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [2562] = { +["name"] = "Southern Elsweyr Skyshard Hunter", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Discover all 6 Skyshards in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["name"] = "Southern Elsweyr Skyshard Hunter", +["Category_ID"] = 15, } , [2563] = { -["numCriteria"] = 2, +["name"] = "Defender of Pellitine", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both world bosses in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Pellitine", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 6, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [516] = { -["numCriteria"] = 1, +["name"] = "Uwafa\'s Ruination", +["achievementIndex"] = 21, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Uwafa and reclaim the Ansei Ward.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Uwafa\'s Ruination", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [517] = { -["numCriteria"] = 1, +["name"] = "Alasan\'s Devastation", +["achievementIndex"] = 19, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Alasan and restore the Ansei Ward.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Alasan\'s Devastation", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [518] = { -["numCriteria"] = 1, +["name"] = "Ash\'abah Hero", +["achievementIndex"] = 20, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Withered Hand and reclaim all the Ansei Wards.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ash\'abah Hero", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [2569] = { -["numCriteria"] = 1, +["name"] = "Bloodless Kill", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Risen Ruins without creating a Hemo Helot using the Sangiin Sacrifice Synergy in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bloodless Kill", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 23, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2570] = { -["numCriteria"] = 1, +["name"] = "Bloody Kill", +["achievementIndex"] = 5, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Dro\'zakar after smashing a Hemo Helot that he is consuming in Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bloody Kill", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 5, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2571] = { -["numCriteria"] = 1, +["name"] = "Cubed", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Kujo Kethba and block three geysers within three seconds of each other in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Cubed", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 4, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [524] = { -["numCriteria"] = 1, +["name"] = "Meridia\'s Lightbearer", +["achievementIndex"] = 3, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Gather all of the Lights of Meridia within Coldharbour.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Meridia\'s Lightbearer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [525] = { -["numCriteria"] = 1, +["name"] = "Maormer\'s Bane", +["achievementIndex"] = 1, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Stop the Maormer from summoning a hurricane to destroy Khenarthi\'s Roost.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Maormer\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 26, ["Category_ID"] = 7, -["firstID"] = 0, } , [526] = { -["numCriteria"] = 2, +["name"] = "Skooma Watch", +["achievementIndex"] = 64, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Intervene in all instances of skooma abuse on Khenarthi\'s Roost.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skooma Watch", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 68, ["Category_ID"] = 6, -["firstID"] = 0, } , [2575] = { -["numCriteria"] = 1, +["name"] = "Drop the Block", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "After using the Sangiin Hemo Helot, squash Ravenous Hoarvors with the Sliding Stone in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Drop the Block", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 14, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2576] = { -["numCriteria"] = 1, +["name"] = "Duck and Weave", +["achievementIndex"] = 7, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Selene without taking damage from her Poison Bolts in Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Duck and Weave", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 7, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2577] = { -["numCriteria"] = 1, +["name"] = "Blood Striker", +["achievementIndex"] = 4, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Hit 150 enemies with Hemo Helots within Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blood Striker", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 4, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2578] = { -["numCriteria"] = 1, +["name"] = "Eyes to the Sky", +["achievementIndex"] = 8, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Maarselok in flight without any member of your group being hit by his Blightbreath Strafe in Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Eyes to the Sky", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 8, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2579] = { -["numCriteria"] = 1, +["name"] = "Garden Master", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Azureblight Lurcher only while it is enraged by Maarselok\'s Blightbreath Strafe in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Garden Master", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 24, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2580] = { -["numCriteria"] = 1, +["name"] = "Crop Rotation", +["achievementIndex"] = 9, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Crop Rotation", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 9, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2581] = { -["numCriteria"] = 1, +["name"] = "Shagrath\'s Shield", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Maarselok on his perches without any of Shagrath\'s Host dying in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shagrath\'s Shield", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 25, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2582] = { -["numCriteria"] = 1, +["name"] = "Friend of the Trees", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Maarselok on his perches without defeating any Azureblight Lurchers in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Friend of the Trees", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 26, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2583] = { -["numCriteria"] = 1, +["name"] = "Scourge Purger", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Scourge Purger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 27, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [536] = { -["numCriteria"] = 1, +["name"] = "Clanmother Inaugurator", +["achievementIndex"] = 24, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Restore the Clanmother to power in Arenthia.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Clanmother Inaugurator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [537] = { -["numCriteria"] = 1, +["name"] = "Dark Mane Incarcerator", +["achievementIndex"] = 25, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Shackle the Dark Mane to his prison beneath Moonmont.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dark Mane Incarcerator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [538] = { -["numCriteria"] = 1, +["name"] = "Two Moons Pathwalker", +["achievementIndex"] = 26, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Walk the Two Moons Path with the next Mane.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Two Moons Pathwalker", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [539] = { -["numCriteria"] = 1, +["name"] = "Troll\'s Toothpick Explorer", +["achievementIndex"] = 76, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Troll\'s Toothpick.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Troll\'s Toothpick Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [540] = { -["numCriteria"] = 1, +["name"] = "Torog\'s Spite Explorer", +["achievementIndex"] = 73, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Torog\'s Spite.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Torog\'s Spite Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [541] = { -["numCriteria"] = 1, +["name"] = "Crypt of the Exiles Explorer", +["achievementIndex"] = 29, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Crypt of the Exiles.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crypt of the Exiles Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [542] = { -["numCriteria"] = 1, +["name"] = "Viridian Watch Explorer", +["achievementIndex"] = 77, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Viridian Watch.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Viridian Watch Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [543] = { -["numCriteria"] = 1, +["name"] = "Rubble Butte Explorer", +["achievementIndex"] = 63, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Rubble Butte.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rubble Butte Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [544] = { -["numCriteria"] = 1, +["name"] = "Klathzgar Explorer", +["achievementIndex"] = 47, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Klathzgar.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Klathzgar Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [545] = { +["name"] = "Banished Cells II Conqueror", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat the Maw of the Infernal, Keeper Imiril, and High Kinlord Rilis in Veteran Banished Cells II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["name"] = "Banished Cells II Conqueror", } , [548] = { -["numCriteria"] = 1, +["name"] = "Ozozzachar\'s Door", +["achievementIndex"] = 2, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Ozozzachar, the favored Titan of Molag Bal.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ozozzachar\'s Door", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [2597] = { -["numCriteria"] = 1, +["name"] = "Khenarthi\'s Guidance", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, ["description"] = "Complete the \"Uneasy Alliances\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Khenarthi\'s Guidance", -["SubCategory"] = "Quests", ["nextId"] = 2598, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["Category_ID"] = 15, } , [550] = { -["numCriteria"] = 1, +["name"] = "Underroot Explorer", +["achievementIndex"] = 72, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Underroot.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Underroot Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 32, ["Category_ID"] = 6, -["firstID"] = 0, } , [551] = { -["numCriteria"] = 3, +["name"] = "City of Ash I Vanquisher", +["achievementIndex"] = 2, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in City of Ash I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "City of Ash I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 4, -["firstID"] = 0, } , [2600] = { -["numCriteria"] = 1, +["name"] = "Return of the Dragonguard", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, ["description"] = "Complete \"The Dragonguard\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Return of the Dragonguard", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["Category_ID"] = 15, } , [553] = { -["numCriteria"] = 1, +["name"] = "Carac Dena Explorer", +["achievementIndex"] = 27, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Carac Dena.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Carac Dena Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 39, ["Category_ID"] = 6, -["firstID"] = 0, } , [2602] = { -["numCriteria"] = 1, +["name"] = "The Dragon\'s Wrath", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["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"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Dragon\'s Wrath", -["SubCategory"] = "Quests", ["nextId"] = 2603, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["firstID"] = 2602, +["Category_ID"] = 15, } , [555] = { -["numCriteria"] = 1, +["name"] = "Gurzag\'s Mine Explorer", +["achievementIndex"] = 40, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Gurzag\'s Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gurzag\'s Mine Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 37, ["Category_ID"] = 6, -["firstID"] = 0, } , [2604] = { -["numCriteria"] = 1, +["name"] = "Bright Moons Over Elsweyr", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2602, +["numCriteria"] = 1, ["description"] = "Complete the \"Pride of Elsweyr\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bright Moons Over Elsweyr", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["firstID"] = 2602, +["Category_ID"] = 15, } , [558] = { -["numCriteria"] = 1, +["name"] = "Harridan\'s Lair Explorer", +["achievementIndex"] = 41, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Harridan\'s Lair.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Harridan\'s Lair Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 38, ["Category_ID"] = 6, -["firstID"] = 0, } , [559] = { -["numCriteria"] = 1, +["name"] = "Barrow Trench Explorer", +["achievementIndex"] = 21, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Barrow Trench.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Barrow Trench Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 33, ["Category_ID"] = 6, -["firstID"] = 0, } , [560] = { -["numCriteria"] = 1, +["name"] = "Gathongor Hunter", +["achievementIndex"] = 36, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Argonian Behemoth, Gathongor the Mauler, at Gathongor\'s Mire.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Gathongor Hunter", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 35, ["Category_ID"] = 6, -["firstID"] = 0, } , [561] = { -["numCriteria"] = 1, +["name"] = "King of the Hill", +["achievementIndex"] = 44, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the ogre, Thodundor of the Hill, at Thodundor\'s View.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "King of the Hill", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 28, ["Category_ID"] = 6, -["firstID"] = 0, } , [562] = { -["numCriteria"] = 1, +["name"] = "Sea Elf\'s Woe", +["achievementIndex"] = 61, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Sea Elf, Jahlasri, and her Maormer companions at the Maormer Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sea Elf\'s Woe", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 27, ["Category_ID"] = 6, -["firstID"] = 0, } , [563] = { -["numCriteria"] = 1, +["name"] = "Rootwater\'s Demise", +["achievementIndex"] = 59, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the lurcher known as the Heart of Rootwater at Rootwater Spring.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rootwater\'s Demise", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 36, ["Category_ID"] = 6, -["firstID"] = 0, } , [564] = { -["numCriteria"] = 1, +["name"] = "Spy Smasher", +["achievementIndex"] = 67, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Argonian Maheelius and his force of spies at the Reconnaissance Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Spy Smasher", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 76, ["Category_ID"] = 6, -["firstID"] = 0, } , [565] = { -["numCriteria"] = 1, +["name"] = "Zymel Chaser", +["achievementIndex"] = 80, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Storm Atronach, Zymel Etitan, at Pelda Tarn.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Zymel Chaser", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 80, ["Category_ID"] = 6, -["firstID"] = 0, } , [2614] = { -["numCriteria"] = 1, +["name"] = "Vanguard of Senchal", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2613, +["numCriteria"] = 1, ["description"] = "Complete 10 Group Boss Dailies from Bruccius Baenius.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vanguard of Senchal", -["SubCategory"] = "Quests", ["nextId"] = 2615, -["Category"] = "Dragonhold", -["achievementIndex"] = 9, -["Category_ID"] = 14, -["firstID"] = 2613, +["Category_ID"] = 15, } , [567] = { -["numCriteria"] = 1, +["name"] = "Naril Nagaia Explorer", +["achievementIndex"] = 51, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Naril Nagaia.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Naril Nagaia Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 34, ["Category_ID"] = 6, -["firstID"] = 0, } , [568] = { -["numCriteria"] = 6, +["name"] = "Greenshade Cave Delver", +["achievementIndex"] = 10, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Greenshade.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Greenshade Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 31, ["Category_ID"] = 6, -["firstID"] = 0, } , [2617] = { -["numCriteria"] = 1, +["name"] = "Pellitine\'s Pride and Joy", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 16 Story Quests in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 15, -["prevId"] = 0, -["name"] = "Pellitine\'s Pride and Joy", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 6, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [570] = { -["numCriteria"] = 4, +["name"] = "Vaults of Madness Vanquisher", +["achievementIndex"] = 27, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat Ulguna Soul-Reaver, Grothdarr, Iskra the Omen, and the Mad Architect in the Vaults of Madness.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vaults of Madness Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 4, -["firstID"] = 0, } , [2619] = { -["numCriteria"] = 10, +["name"] = "Theater Critic", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Find the 10 parts of the lost play of Julius Cruilius, Elsweyr My Love.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Theater Critic", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 14, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [572] = { -["numCriteria"] = 6, +["name"] = "Grahtwood Cave Delver", +["achievementIndex"] = 9, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Grahtwood.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Grahtwood Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 41, ["Category_ID"] = 6, -["firstID"] = 0, } , [573] = { -["numCriteria"] = 1, +["name"] = "Ne Salas Explorer", +["achievementIndex"] = 52, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ne Salas.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ne Salas Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 52, ["Category_ID"] = 6, -["firstID"] = 0, } , [574] = { -["numCriteria"] = 1, +["name"] = "Scuttle Pit Explorer", +["achievementIndex"] = 60, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Scuttle Pit.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Scuttle Pit Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 53, ["Category_ID"] = 6, -["firstID"] = 0, } , [575] = { -["numCriteria"] = 1, +["name"] = "Vinedeath Cave Explorer", +["achievementIndex"] = 74, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Vinedeath Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vinedeath Cave Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 45, ["Category_ID"] = 6, -["firstID"] = 0, } , [576] = { -["numCriteria"] = 1, +["name"] = "Burroot Kwama Mine Explorer", +["achievementIndex"] = 26, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Burroot Kwama Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Burroot Kwama Mine Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 48, ["Category_ID"] = 6, -["firstID"] = 0, } , [577] = { -["numCriteria"] = 1, +["name"] = "Wormroot Depths Explorer", +["achievementIndex"] = 78, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Wormroot Depths.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wormroot Depths Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 42, ["Category_ID"] = 6, -["firstID"] = 0, } , [578] = { -["numCriteria"] = 1, +["name"] = "Mobar Mine Explorer", +["achievementIndex"] = 49, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mobar Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mobar Mine Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 51, ["Category_ID"] = 6, -["firstID"] = 0, } , [579] = { -["numCriteria"] = 15, +["name"] = "Dominion Anchor Shatterer", +["achievementIndex"] = 13, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 15, ["description"] = "Destroy every Dark Anchor in Aldmeri Dominion territory.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Dominion Anchor Shatterer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [2628] = { -["numCriteria"] = 14, +["name"] = "Moongrave Style Master", +["achievementIndex"] = 11, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Learn every chapter in the Moongrave style book, found in the Moongrave Fane dungeon.", +["Category"] = "Scalebreaker", ["points"] = 50, -["prevId"] = 0, -["name"] = "Moongrave Style Master", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 11, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2629] = { -["numCriteria"] = 14, +["name"] = "Stags of Z\'en Style Master", +["achievementIndex"] = 10, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Learn every chapter in the Stags of Z\'en style book, found in the Lair of Maarselok dungeon.", +["Category"] = "Scalebreaker", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stags of Z\'en Style Master", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 10, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2630] = { -["numCriteria"] = 14, +["name"] = "Dragonguard Style Master", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Learn every chapter in the Dragonguard style book, occasionally found as rewards for completing Dragonguard Daily Quests from Dirge Truptor and Chizbari the Chipper in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dragonguard Style Master", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 10, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [2631] = { +["name"] = "Pellitine Dragon Killer", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 2631, ["numCriteria"] = 1, ["description"] = "Kill 1 Dragon in the wilds of Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 2631, ["nextId"] = 2636, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, -["name"] = "Pellitine Dragon Killer", +["Category_ID"] = 15, } , [584] = { -["numCriteria"] = 15, +["name"] = "Covenant Anchor Shatterer", +["achievementIndex"] = 12, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 15, ["description"] = "Destroy every Dark Anchor in Daggerfall Covenant territory.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Covenant Anchor Shatterer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [585] = { -["numCriteria"] = 15, +["name"] = "Pact Anchor Shatterer", +["achievementIndex"] = 14, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 15, ["description"] = "Destroy every Dark Anchor in Ebonheart Pact territory.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Pact Anchor Shatterer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [586] = { -["numCriteria"] = 10, +["name"] = "Imperial Anchor Shatterer", +["achievementIndex"] = 15, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Destroy every Dark Anchor in the contested lands of Cyrodiil.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Imperial Anchor Shatterer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [587] = { -["numCriteria"] = 4, +["name"] = "Anchors Away", +["achievementIndex"] = 10, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Destroy every Dark Anchor in Tamriel.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Anchors Away", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [2636] = { +["name"] = "Pellitine Dragon Stalker", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 2631, ["numCriteria"] = 1, ["description"] = "Kill 25 Dragons in the wilds of Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 2631, ["nextId"] = 2637, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, -["name"] = "Pellitine Dragon Stalker", +["Category_ID"] = 15, } , [589] = { -["numCriteria"] = 1, +["name"] = "Hero of House Tamrith", +["achievementIndex"] = 15, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Reezal-Jul at Camp Tamrith and save the Crestshade refugees.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hero of House Tamrith", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 15, ["Category_ID"] = 7, -["firstID"] = 0, } , [590] = { -["numCriteria"] = 1, +["name"] = "Hero of House Dorell", +["achievementIndex"] = 14, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Lady Lleraya Montclair at Northpoint and set Baron Dorell\'s city free.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hero of House Dorell", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 14, ["Category_ID"] = 7, -["firstID"] = 0, } , [591] = { -["numCriteria"] = 1, +["name"] = "Sword of Ravenwatch", +["achievementIndex"] = 16, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Baron Wylon Montclair and destroy the Lightless Remnant at the Doomcrag to save Rivenspire.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sword of Ravenwatch", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 13, ["Category_ID"] = 7, -["firstID"] = 0, } , [593] = { -["numCriteria"] = 1, +["name"] = "Stonefalls Adventurer", +["achievementIndex"] = 14, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 59 quests in Stonefalls.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stonefalls Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 23, ["Category_ID"] = 7, -["firstID"] = 0, } , [595] = { -["numCriteria"] = 1, +["name"] = "Deshaan Adventurer", +["achievementIndex"] = 8, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 55 quests in Deshaan.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deshaan Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 19, ["Category_ID"] = 7, -["firstID"] = 0, } , [596] = { -["numCriteria"] = 1, +["name"] = "Shadowfen Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 51 quests in Shadowfen.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Shadowfen Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [597] = { -["numCriteria"] = 1, +["name"] = "Giant-Friend", +["achievementIndex"] = 19, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Lob the Cleaver and befriend the Giants at the Cradlecrush Arena.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Giant-Friend", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [598] = { -["numCriteria"] = 1, +["name"] = "Skald-King\'s Salvation", +["achievementIndex"] = 21, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Save Jorunn the Skald-King at Mistwatch Tower.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skald-King\'s Salvation", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [599] = { -["numCriteria"] = 1, +["name"] = "Skald-King\'s Arrow", +["achievementIndex"] = 20, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Fildgor Orcthane at Skuldafn and earn the title of Arrow of Jorunn the Skald-King.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skald-King\'s Arrow", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [600] = { -["numCriteria"] = 1, +["name"] = "Eastmarch Adventurer", +["achievementIndex"] = 17, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 43 quests in Eastmarch.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Eastmarch Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [602] = { -["numCriteria"] = 1, +["name"] = "Reaper\'s March Adventurer", +["achievementIndex"] = 22, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 45 quests in Reaper\'s March.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Reaper\'s March Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [603] = { -["numCriteria"] = 1, +["name"] = "The Rift Adventurer", +["achievementIndex"] = 22, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 61 quests in the Rift.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Rift Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [604] = { -["numCriteria"] = 1, +["name"] = "Auridon Adventurer", +["achievementIndex"] = 2, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 37 quests in Auridon.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Auridon Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 23, ["Category_ID"] = 7, -["firstID"] = 0, } , [605] = { -["numCriteria"] = 1, +["name"] = "Southpoint Savior", +["achievementIndex"] = 11, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Free Southpoint from the influence of the Daedric Prince, Sheogorath.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Southpoint Savior", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 20, ["Category_ID"] = 7, -["firstID"] = 0, } , [606] = { -["numCriteria"] = 1, +["name"] = "Reliquary Retriever", +["achievementIndex"] = 10, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Retrieve the Heart of Anumaril from the Reliquary of Stars.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reliquary Retriever", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 19, ["Category_ID"] = 7, -["firstID"] = 0, } , [607] = { -["numCriteria"] = 1, +["name"] = "Hero of Falinesti", +["achievementIndex"] = 9, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Free Nairume from her prison and retrieve Rajhin\'s Mantle.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hero of Falinesti", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 17, ["Category_ID"] = 7, -["firstID"] = 0, } , [608] = { -["numCriteria"] = 1, +["name"] = "Grahtwood Adventurer", +["achievementIndex"] = 7, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 38 quests in Grahtwood.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Grahtwood Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 16, ["Category_ID"] = 7, -["firstID"] = 0, } , [610] = { -["numCriteria"] = 1, +["name"] = "Greenshade Adventurer", +["achievementIndex"] = 12, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 40 quests in Greenshade.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Greenshade Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 13, ["Category_ID"] = 7, -["firstID"] = 0, } , [611] = { -["numCriteria"] = 1, +["name"] = "Malabal Tor Adventurer", +["achievementIndex"] = 17, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 40 quests in Malabal Tor.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Malabal Tor Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [612] = { -["numCriteria"] = 1, +["name"] = "Light of the Ayleid King", +["achievementIndex"] = 5, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Rescue the last Ayleid King, Laloriaran Dynar, from the Lightless Oubliette.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Light of the Ayleid King", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [613] = { -["numCriteria"] = 1, +["name"] = "Guardian of the Great Mage", +["achievementIndex"] = 4, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Rescue the Great Mage, Vanus Galerion, and help him destroy Molag Bal\'s Great Shackle.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Guardian of the Great Mage", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [614] = { -["numCriteria"] = 1, +["name"] = "Planemeld Sunderer", +["achievementIndex"] = 6, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Stop the Planemeld and defeat Molag Bal\'s plan of conquest at the Endless Stair.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Planemeld Sunderer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [616] = { -["numCriteria"] = 1, +["name"] = "Coldharbour Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 29 quests in Coldharbour.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Coldharbour Adventurer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [617] = { +["name"] = "Hero of the Ebonheart Pact", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete all Ebonheart Pact quest achievements.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["name"] = "Hero of the Ebonheart Pact", } , [618] = { +["name"] = "Hero of the Aldmeri Dominion", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete all Aldmeri Dominion quest achievements.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["name"] = "Hero of the Aldmeri Dominion", } , [619] = { -["numCriteria"] = 1, +["name"] = "Anchor Demolisher", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 324, ["SubCategory_ID"] = 7, +["firstID"] = 324, +["numCriteria"] = 1, ["description"] = "Destroy 50 Dark Anchors from Coldharbour.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 324, -["name"] = "Anchor Demolisher", -["SubCategory"] = "Dark Anchors", ["nextId"] = 620, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 324, } , [620] = { -["numCriteria"] = 1, +["name"] = "Anchor Decimator", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 619, ["SubCategory_ID"] = 7, +["firstID"] = 324, +["numCriteria"] = 1, ["description"] = "Destroy 100 Dark Anchors from Coldharbour.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 619, -["name"] = "Anchor Decimator", -["SubCategory"] = "Dark Anchors", ["nextId"] = 621, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 324, } , [621] = { -["numCriteria"] = 1, +["name"] = "Anchor Devastator", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 620, ["SubCategory_ID"] = 7, +["firstID"] = 324, +["numCriteria"] = 1, ["description"] = "Destroy 250 Dark Anchors from Coldharbour.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 620, -["name"] = "Anchor Devastator", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 324, } , [622] = { -["numCriteria"] = 5, +["name"] = "Dominion Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all of the Aldmeri Dominion cave exploration achievements.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dominion Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, +} +, +[2671] = { +["name"] = "Brush Fire", +["achievementIndex"] = 7, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Remove the Ice Armor from fifty Stranglers by using the Melting Torrent effect to deal Fiery Radiation damage to them.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2672] = { +["name"] = "Spit Take", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Sister Skelga without allowing the Stranglers ice spit projectiles to hit any player in Veteran Icereach.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, } , [625] = { -["numCriteria"] = 5, +["name"] = "Covenant Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all of the Daggerfall Covenant cave exploration achievements.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Covenant Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [626] = { -["numCriteria"] = 5, +["name"] = "Pact Cave Delver", +["achievementIndex"] = 49, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all of the Ebonheart Pact cave exploration achievements.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Pact Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [627] = { +["name"] = "Tamriel Master Cave Delver", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Complete every cave exploration achievement in Tamriel.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["name"] = "Tamriel Master Cave Delver", } , [628] = { +["name"] = "Tamriel Expert Adventurer", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Complete all of the quest achievements across Tamriel.", +["Category"] = "Quests", ["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 7, +} +, +[2677] = { +["name"] = "Lashing Lullaby", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "When fighting the Icereach Coven on Hard Mode in Veteran Icereach, use Gohlla\'s Giant to knock each sister out of the enraged state.", +["Category"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, -["Category_ID"] = 7, -["name"] = "Tamriel Expert Adventurer", +["Category_ID"] = 14, } , -[678] = { -["numCriteria"] = 3, -["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II.", +[2678] = { +["name"] = "Knock Knock", +["achievementIndex"] = 6, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Gain entry to Voria\'s Sanctum in Unhallowed Grave and defeat the beast within.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2679] = { +["name"] = "Relentless Dogcatcher", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Hakgrym the Howler without defeating any of his Flesh Abominations in Veteran Unhallowed Grave.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2680] = { +["name"] = "Ceramic Panic", +["achievementIndex"] = 8, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Keeper of the Kiln without ever revealing the correct symbol.", +["Category"] = "Harrowstorm", ["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2681] = { +["name"] = "Shattered Shields", +["achievementIndex"] = 9, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2682] = { +["name"] = "Last-Second Sundering", +["achievementIndex"] = 10, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2683] = { +["name"] = "Mender Wrender", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While fighting Ondagore the Mad in Veteran Unhallowed Grave, kill all menders within five seconds of each other.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2684] = { +["name"] = "Unchecked Empowerment", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Kjalnar Tombskald in Veteran Unhallowed Grave without destroying Imbued Skeletons before they reach the empowering circles.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2685] = { +["name"] = "Skeletal Shutout", +["achievementIndex"] = 11, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Kjalnar Tombskald without letting any Imbued Skeletons empower themselves.", +["Category"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, +["Category_ID"] = 14, +} +, +[678] = { +["name"] = "Wayrest Sewers II Conqueror", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II.", ["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 5, -["name"] = "Wayrest Sewers II Conqueror", } , [679] = { -["numCriteria"] = 1, +["name"] = "Wayrest Sewers II Assassin", +["achievementIndex"] = 13, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["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"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wayrest Sewers II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["firstID"] = 0, } , [681] = { -["numCriteria"] = 1, +["name"] = "Pellingare Ghoul Slayer", +["achievementIndex"] = 13, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 15 Zombies during the battle with Allene Pellingare and Varaine Pellingare before defeating the twins themselves in Veteran Wayrest Sewers II.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Pellingare Ghoul Slayer", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["firstID"] = 0, } , [691] = { +["name"] = "Dungeon Ruler", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Kill 100 named enemies in dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 4, -["name"] = "Dungeon Ruler", } , [696] = { -["numCriteria"] = 1, +["name"] = "Shagura\'s Doom", +["achievementIndex"] = 63, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the crazed Orc hunter Shagura at Hircine\'s Henge.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shagura\'s Doom", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 49, ["Category_ID"] = 6, -["firstID"] = 0, } , [697] = { -["numCriteria"] = 1, +["name"] = "Monsoon Marauder", +["achievementIndex"] = 50, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the senche-tigress Nindaeril the Monsoon atop Nindaeril\'s Perch.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Monsoon Marauder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 50, ["Category_ID"] = 6, -["firstID"] = 0, } , [698] = { -["numCriteria"] = 1, +["name"] = "Water Walloper", +["achievementIndex"] = 76, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the nereid Lady Solace in Lady Solace\'s Fen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Water Walloper", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 46, ["Category_ID"] = 6, -["firstID"] = 0, } , [699] = { -["numCriteria"] = 1, +["name"] = "Poacher Pounder", +["achievementIndex"] = 57, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Otho Rufinus, the poacher leader, at the Poacher Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Poacher Pounder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 44, ["Category_ID"] = 6, -["firstID"] = 0, } , [700] = { -["numCriteria"] = 1, +["name"] = "Thugrub Dissector", +["achievementIndex"] = 70, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the giant flesh atronach Thugrub the Reformed in Thugrub\'s Cave.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Thugrub Dissector", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 43, ["Category_ID"] = 6, -["firstID"] = 0, } , [701] = { -["numCriteria"] = 1, +["name"] = "Valanir\'s Bane", +["achievementIndex"] = 73, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the lich Valanir the Restless at Valanir\'s Rest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Valanir\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 78, ["Category_ID"] = 6, +} +, +[2750] = { +["name"] = "Shield of Senchal Style Master", +["achievementIndex"] = 5, +["prevId"] = 0, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Shield of Senchal style book, found by completing daily quests for Bruccius Baenius or Guybert Flaubert.", +["Category"] = "Dragonhold", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 15, } , [707] = { -["numCriteria"] = 1, +["name"] = "Na-Totambu Group Event", +["achievementIndex"] = 23, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Solve the puzzle of the Guardians in the Lost City of the Na-Totambu.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Na-Totambu Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 26, ["Category_ID"] = 4, -["firstID"] = 0, } , [708] = { -["numCriteria"] = 1, +["name"] = "Razak\'s Wheel Group Event", +["achievementIndex"] = 25, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the flesh atronach at Razak\'s Wheel.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Razak\'s Wheel Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 46, ["Category_ID"] = 4, -["firstID"] = 0, } , [709] = { +["name"] = "Dungeon Lord", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat 1000 named enemies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 4, -["name"] = "Dungeon Lord", } , [710] = { +["name"] = "Dungeon Marauder", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat 1000 enemies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 4, -["name"] = "Dungeon Marauder", } , [711] = { +["name"] = "Dungeon Annihilator", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat 10,000 enemies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 4, -["name"] = "Dungeon Annihilator", } , [713] = { -["numCriteria"] = 1, +["name"] = "Obsidian Scar Group Event", +["achievementIndex"] = 24, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Orc, Zilbash the Deceiver, at Obsidian Scar.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Obsidian Scar Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 4, -["firstID"] = 0, } , [714] = { -["numCriteria"] = 1, +["name"] = "Bonesnap Ruins Group Event", +["achievementIndex"] = 20, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Eternal One in the Bonesnap Ruins.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bonesnap Ruins Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 4, -["firstID"] = 0, } , [716] = { -["numCriteria"] = 1, +["name"] = "Peacemaker", +["achievementIndex"] = 56, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help ease cultural tensions and reconcile the allies in Grahtwood.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Peacemaker", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 75, ["Category_ID"] = 6, -["firstID"] = 0, } , [730] = { -["numCriteria"] = 3, +["name"] = "Bloodmayne Cave Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Explore and clear Bloodmayne Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bloodmayne Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [731] = { -["numCriteria"] = 2, +["name"] = "Breakneck Cave Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Breakneck Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Breakneck Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [732] = { -["numCriteria"] = 2, +["name"] = "Haynote Cave Explorer", +["achievementIndex"] = 9, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Haynote Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Haynote Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [733] = { -["numCriteria"] = 2, +["name"] = "Nisin Cave Explorer", +["achievementIndex"] = 13, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Nisin Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Nisin Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [734] = { -["numCriteria"] = 3, +["name"] = "Pothole Caverns Explorer", +["achievementIndex"] = 14, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Explore and clear the Pothole Caverns.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pothole Caverns Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [735] = { -["numCriteria"] = 2, +["name"] = "Serpent Hollow Explorer", +["achievementIndex"] = 17, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Serpent Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Serpent Hollow Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [736] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 6, -["description"] = "Explore and clear Capstone Cave.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Capstone Cave Explorer", +["achievementIndex"] = 1, ["SubCategory"] = "Cyrodiil", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Capstone Cave.", ["Category"] = "Exploration", -["achievementIndex"] = 10, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [737] = { -["numCriteria"] = 1, +["name"] = "Echo Cave Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Echo Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Echo Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [738] = { -["numCriteria"] = 2, +["name"] = "Lipsand Tarn Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Lipsand Tarn.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lipsand Tarn Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [739] = { -["numCriteria"] = 2, +["name"] = "Red Ruby Cave Explorer", +["achievementIndex"] = 16, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Red Ruby Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Red Ruby Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [740] = { -["numCriteria"] = 5, +["name"] = "Toadstool Hollow Explorer", +["achievementIndex"] = 18, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Explore and clear Toadstool Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Toadstool Hollow Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [741] = { -["numCriteria"] = 2, +["name"] = "Underpall Cave Explorer", +["achievementIndex"] = 19, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Underpall Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Underpall Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [742] = { -["numCriteria"] = 3, +["name"] = "Cracked Wood Cave Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Explore and clear Cracked Wood Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cracked Wood Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [743] = { -["numCriteria"] = 1, +["name"] = "Kingscrest Cavern Explorer", +["achievementIndex"] = 2, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Kingscrest Cavern.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kingscrest Cavern Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [744] = { -["numCriteria"] = 3, +["name"] = "Muck Valley Cavern Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Explore and clear Muck Valley Cavern.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Muck Valley Cavern Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [745] = { -["numCriteria"] = 2, +["name"] = "Newt Cave Explorer", +["achievementIndex"] = 12, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Newt Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Newt Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [746] = { -["numCriteria"] = 2, +["name"] = "Quickwater Cave Explorer", +["achievementIndex"] = 15, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Quickwater Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Quickwater Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [747] = { -["numCriteria"] = 1, +["name"] = "Vahtacen Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Vahtacen.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vahtacen Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [749] = { +["name"] = "Dungeon Damage Dealer", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Deal 1,000,000 points of damage in Dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 4, -["name"] = "Dungeon Damage Dealer", } , [750] = { +["name"] = "Dungeon Damage Dispenser", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Deal 10,000,000 points of damage in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 4, -["name"] = "Dungeon Damage Dispenser", } , [751] = { +["name"] = "Dungeon Healer", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Heal 1,000,000 points of damage to allies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 4, -["name"] = "Dungeon Healer", } , [752] = { +["name"] = "Greater Dungeon Healer", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Heal 10,000,000 points of damage to allies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 4, -["name"] = "Greater Dungeon Healer", } , [753] = { +["name"] = "Dungeon Blocker", +["achievementIndex"] = 13, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Block 1,000,000 points of damage in Dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 4, -["name"] = "Dungeon Blocker", } , [754] = { +["name"] = "Greater Dungeon Blocker", +["achievementIndex"] = 14, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Block 10,000,000 points of damage in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 4, -["name"] = "Greater Dungeon Blocker", } , [758] = { -["numCriteria"] = 10, +["name"] = "Bruma Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Bruma.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bruma Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [759] = { -["numCriteria"] = 10, +["name"] = "Cheydinhal Adventurer", +["achievementIndex"] = 2, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Cheydinhal.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cheydinhal Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [760] = { -["numCriteria"] = 10, +["name"] = "Chorrol Weynon Priory Adventurer", +["achievementIndex"] = 3, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Chorrol and Weynon Priory.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chorrol Weynon Priory Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [761] = { -["numCriteria"] = 10, +["name"] = "Cropsford Adventurer", +["achievementIndex"] = 4, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Cropsford.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cropsford Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [762] = { -["numCriteria"] = 10, +["name"] = "Vlastarus Adventurer", +["achievementIndex"] = 5, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Vlastarus.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vlastarus Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [766] = { -["numCriteria"] = 18, +["name"] = "Cyrodiil Cave Delver", +["achievementIndex"] = 4, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 18, ["description"] = "Explore and clear all 18 caves in Cyrodiil.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cyrodiil Cave Delver", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [767] = { +["name"] = "Cyrodiil Champion", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete all quest achievements in Cyrodiil.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["name"] = "Cyrodiil Champion", } , [768] = { -["numCriteria"] = 5, +["name"] = "Khenarthi\'s Roost Pathfinder", +["achievementIndex"] = 16, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover all of the striking locales on Khenarthi\'s Roost.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Khenarthi\'s Roost Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 69, ["Category_ID"] = 6, -["firstID"] = 0, } , [769] = { -["numCriteria"] = 7, +["name"] = "Auridon Pathfinder", +["achievementIndex"] = 13, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales on Auridon.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Auridon Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 55, ["Category_ID"] = 6, -["firstID"] = 0, } , [770] = { -["numCriteria"] = 3, +["name"] = "Bleakrock Isle Pathfinder", +["achievementIndex"] = 47, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Discover all of the striking locales on Bleakrock Isle.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bleakrock Isle Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 80, ["Category_ID"] = 6, -["firstID"] = 0, } , [771] = { -["numCriteria"] = 2, +["name"] = "Bal Foyen Pathfinder", +["achievementIndex"] = 44, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover all of the striking locales in Bal Foyen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bal Foyen Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 79, ["Category_ID"] = 6, -["firstID"] = 0, } , [772] = { -["numCriteria"] = 7, +["name"] = "Stonefalls Pathfinder", +["achievementIndex"] = 33, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Stonefalls.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stonefalls Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 67, ["Category_ID"] = 6, -["firstID"] = 0, } , [773] = { -["numCriteria"] = 3, +["name"] = "Stros M\'kai Pathfinder", +["achievementIndex"] = 14, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Discover all of the striking locales on Stros M\'kai.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stros M\'kai Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 80, ["Category_ID"] = 6, -["firstID"] = 0, } , [774] = { -["numCriteria"] = 2, +["name"] = "Betnikh Pathfinder", +["achievementIndex"] = 15, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover all of the striking locales on Betnikh.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Betnikh Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 79, ["Category_ID"] = 6, -["firstID"] = 0, } , [775] = { -["numCriteria"] = 7, +["name"] = "Glenumbra Pathfinder", +["achievementIndex"] = 16, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Glenumbra.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Glenumbra Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 70, ["Category_ID"] = 6, -["firstID"] = 0, } , [778] = { -["numCriteria"] = 1, +["name"] = "Champion of Rahni\'Za", +["achievementIndex"] = 4, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Unravel the mysteries of Rahni\'Za, School of Warriors.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Champion of Rahni\'Za", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [832] = { -["numCriteria"] = 7, +["name"] = "Grahtwood Pathfinder", +["achievementIndex"] = 14, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Grahtwood.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Grahtwood Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 47, ["Category_ID"] = 6, -["firstID"] = 0, } , [833] = { -["numCriteria"] = 7, +["name"] = "Stormhaven Pathfinder", +["achievementIndex"] = 17, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Stormhaven.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stormhaven Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 44, ["Category_ID"] = 6, -["firstID"] = 0, } , [834] = { -["numCriteria"] = 7, +["name"] = "Deshaan Pathfinder", +["achievementIndex"] = 21, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Deshaan.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Deshaan Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 61, ["Category_ID"] = 6, -["firstID"] = 0, } , [835] = { -["numCriteria"] = 7, +["name"] = "Reaper\'s March Pathfinder", +["achievementIndex"] = 18, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reaper\'s March Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [836] = { +["name"] = "Slaughtered", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeated by slaughterfish.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["name"] = "Slaughtered", } , [839] = { -["numCriteria"] = 7, +["name"] = "Greenshade Pathfinder", +["achievementIndex"] = 15, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Greenshade.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Greenshade Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 30, ["Category_ID"] = 6, -["firstID"] = 0, } , [840] = { -["numCriteria"] = 7, +["name"] = "Rivenspire Pathfinder", +["achievementIndex"] = 18, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Rivenspire.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rivenspire Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 38, ["Category_ID"] = 6, -["firstID"] = 0, } , [845] = { -["numCriteria"] = 8, +["name"] = "Shadowfen Pathfinder", +["achievementIndex"] = 2, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 8, ["description"] = "Discover all of the striking locales in Shadowfen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shadowfen Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 54, ["Category_ID"] = 6, -["firstID"] = 0, } , [849] = { -["numCriteria"] = 7, +["name"] = "Alik\'r Desert Pathfinder", +["achievementIndex"] = 19, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Alik\'r Desert.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Alik\'r Desert Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [850] = { -["numCriteria"] = 1, +["name"] = "Veteran Arachnid Slayer", +["achievementIndex"] = 7, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 200 Spiders in Veteran Fungal Grotto II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Arachnid Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["firstID"] = 0, } , [851] = { -["numCriteria"] = 1, +["name"] = "Veteran Obsidian Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 425 Obsidian Warriors in Veteran Fungal Grotto II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Obsidian Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["firstID"] = 0, } , [852] = { -["numCriteria"] = 1, +["name"] = "Veteran Bonebreaker II", +["achievementIndex"] = 4, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 120 Skeletons in Veteran Banished Cells II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Bonebreaker II", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["firstID"] = 0, } , [853] = { -["numCriteria"] = 1, +["name"] = "Rilis Dremora Slayer", +["achievementIndex"] = 3, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Dremora in Veteran Banished Cells II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rilis Dremora Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["firstID"] = 0, } , [854] = { -["numCriteria"] = 1, +["name"] = "Veteran Thrall Slayer", +["achievementIndex"] = 12, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 220 Vampire Thralls in Veteran Spindleclutch II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Thrall Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["firstID"] = 0, } , [855] = { -["numCriteria"] = 1, +["name"] = "Veteran Flesh Atronach Conqueror", +["achievementIndex"] = 11, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 65 Flesh Atronachs in Veteran Spindleclutch II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Flesh Atronach Conqueror", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["firstID"] = 0, } , [856] = { -["numCriteria"] = 1, +["name"] = "Veteran Kwama Slayer II", +["achievementIndex"] = 20, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 200 Kwama in Veteran Darkshade Caverns II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Kwama Slayer II", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["firstID"] = 0, } , [857] = { -["numCriteria"] = 1, +["name"] = "Veteran Construct Slayer", +["achievementIndex"] = 19, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 800 Dwarven Constructs in Veteran Darkshade Caverns II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Construct Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 5, -["firstID"] = 0, } , [858] = { -["numCriteria"] = 1, +["name"] = "Veteran Banekin Slayer", +["achievementIndex"] = 15, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 140 Banekin in Veteran Elden Hollow II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Banekin Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["firstID"] = 0, } , [859] = { -["numCriteria"] = 1, +["name"] = "Veteran Lurcher Slayer", +["achievementIndex"] = 16, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 60 Lurchers in Veteran Elden Hollow II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Lurcher Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["firstID"] = 0, } , [860] = { -["numCriteria"] = 1, +["name"] = "Veteran Zombie Slayer", +["achievementIndex"] = 24, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Zombies in Veteran Wayrest Sewers II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Zombie Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["firstID"] = 0, } , [861] = { -["numCriteria"] = 1, +["name"] = "Veteran Colossus Slayer", +["achievementIndex"] = 23, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 40 Bone Colossi in Veteran Wayrest Sewers II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Colossus Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["firstID"] = 0, } , [862] = { -["numCriteria"] = 7, +["name"] = "Malabal Tor Pathfinder", +["achievementIndex"] = 17, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Malabal Tor.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Malabal Tor Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [863] = { -["numCriteria"] = 7, +["name"] = "The Rift Pathfinder", +["achievementIndex"] = 55, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in the Rift.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "The Rift Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [864] = { -["numCriteria"] = 7, -["SubCategory_ID"] = 4, -["description"] = "Discover all of the striking locales in Coldharbour.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Coldharbour Pathfinder", +["achievementIndex"] = 4, ["SubCategory"] = "Coldharbour", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 7, +["description"] = "Discover all of the striking locales in Coldharbour.", ["Category"] = "Exploration", -["achievementIndex"] = 2, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [865] = { -["numCriteria"] = 7, +["name"] = "Bangkorai Pathfinder", +["achievementIndex"] = 20, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Bangkorai.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bangkorai Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [866] = { -["numCriteria"] = 7, +["name"] = "Eastmarch Pathfinder", +["achievementIndex"] = 54, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Eastmarch.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Eastmarch Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 44, ["Category_ID"] = 6, -["firstID"] = 0, } , [867] = { +["name"] = "Tamriel Trailblazer", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 21, ["description"] = "Discover all of the striking locales in the core regions of the Aldmeri Dominion, the Daggerfall Covenant, the Ebonheart Pact, and Coldharbour.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["name"] = "Tamriel Trailblazer", } , [869] = { +["name"] = "Crime Pays", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 15, ["description"] = "Extort gold from merchants across Tamriel.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["name"] = "Crime Pays", } , [870] = { -["numCriteria"] = 1, +["name"] = "Hel Ra Citadel: The War Horn", +["achievementIndex"] = 5, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Sound the war horn in Veteran Hel Ra Citadel and defeat the ancient warriors who answer.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hel Ra Citadel: The War Horn", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 4, -["firstID"] = 0, } , [871] = { +["name"] = "Give to the Poor", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 15, ["description"] = "Share your wealth with needy beggars across Tamriel.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["name"] = "Give to the Poor", } , [872] = { +["name"] = "I Like M\'aiq", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 19, ["description"] = "Track the movements of M\'aiq the Liar across Tamriel and beyond.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["name"] = "I Like M\'aiq", } , [873] = { +["name"] = "Lightbringer", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 15, ["description"] = "Bring light to the dark places of the world.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["name"] = "Lightbringer", } , [874] = { -["numCriteria"] = 1, +["name"] = "Village of the Lost Group Event", +["achievementIndex"] = 2, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Zatalguch in the Village of the Lost.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Village of the Lost Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 31, ["Category_ID"] = 4, -["firstID"] = 0, } , [876] = { +["name"] = "Crypt of Hearts II Conqueror", +["achievementIndex"] = 20, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat Ruzozuzalpamaz, the Brothers Ilambris and the Ilambris Amalgam, and Nerien\'eth in Veteran Crypt of Hearts II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["name"] = "Crypt of Hearts II Conqueror", } , [878] = { +["name"] = "City of Ash II Conqueror", +["achievementIndex"] = 14, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Complete Veteran City of Ash II by defeating Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["name"] = "City of Ash II Conqueror", } , [880] = { -["numCriteria"] = 6, +["name"] = "Imperial City Prison Conqueror", +["achievementIndex"] = 2, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Imperial City Prison Conqueror", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [884] = { -["numCriteria"] = 1, +["name"] = "Molavar Explorer", +["achievementIndex"] = 19, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Molavar.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Molavar Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [885] = { -["numCriteria"] = 1, +["name"] = "Rkundzelft Explorer", +["achievementIndex"] = 22, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Rkundzelft.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rkundzelft Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [886] = { -["numCriteria"] = 1, +["name"] = "Serpent\'s Nest Explorer", +["achievementIndex"] = 24, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Serpent\'s Nest.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Serpent\'s Nest Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [887] = { -["numCriteria"] = 1, +["name"] = "Ilthag\'s Undertower Explorer", +["achievementIndex"] = 17, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ilthag\'s Undertower.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ilthag\'s Undertower Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [888] = { -["numCriteria"] = 1, +["name"] = "Ruins of Kardala Explorer", +["achievementIndex"] = 23, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Ruins of Kardala.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ruins of Kardala Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [889] = { -["numCriteria"] = 1, +["name"] = "Loth\'Na Caverns Explorer", +["achievementIndex"] = 18, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Loth\'Na Caverns.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Loth\'Na Caverns Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [890] = { -["numCriteria"] = 1, +["name"] = "Rkhardahrk Explorer", +["achievementIndex"] = 21, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Rkhardahrk.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rkhardahrk Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [891] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 5, -["description"] = "Explore and clear Haddock\'s Market.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Haddock\'s Market Explorer", +["achievementIndex"] = 15, ["SubCategory"] = "Craglorn", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Haddock\'s Market.", ["Category"] = "Exploration", -["achievementIndex"] = 16, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [892] = { -["numCriteria"] = 1, +["name"] = "Chiselshriek Mine Explorer", +["achievementIndex"] = 12, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Chiselshriek Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chiselshriek Mine Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [893] = { -["numCriteria"] = 1, +["name"] = "Buried Sands Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Buried Sands.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Buried Sands Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [894] = { -["numCriteria"] = 1, +["name"] = "Mtharnaz Explorer", +["achievementIndex"] = 20, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mtharnaz.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mtharnaz Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [895] = { -["numCriteria"] = 1, +["name"] = "The Howling Sepulchers Explorer", +["achievementIndex"] = 25, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Howling Sepulchers.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Howling Sepulchers Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [896] = { -["numCriteria"] = 1, +["name"] = "Balamath Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Balamath.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Balamath Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [897] = { -["numCriteria"] = 1, +["name"] = "Fearfangs Cavern Explorer", +["achievementIndex"] = 14, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Fearfangs Cavern.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fearfangs Cavern Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [898] = { -["numCriteria"] = 1, +["name"] = "Exarch\'s Stronghold Explorer", +["achievementIndex"] = 13, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Exarch\'s Stronghold.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Exarch\'s Stronghold Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [899] = { -["numCriteria"] = 1, +["name"] = "Zalgaz\'s Den Explorer", +["achievementIndex"] = 27, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Zalgaz\'s Den.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Zalgaz\'s Den Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 27, ["Category_ID"] = 6, -["firstID"] = 0, } , [900] = { -["numCriteria"] = 1, +["name"] = "Tombs of the Na-Totambu Explorer", +["achievementIndex"] = 26, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Tombs of the Na-Totambu.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tombs of the Na-Totambu Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 26, ["Category_ID"] = 6, -["firstID"] = 0, } , [901] = { -["numCriteria"] = 1, +["name"] = "Hircine\'s Haunt Explorer", +["achievementIndex"] = 16, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Hircine\'s Haunt.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hircine\'s Haunt Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [902] = { -["numCriteria"] = 9, +["name"] = "Lower Craglorn Pathfinder", +["achievementIndex"] = 5, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 9, ["description"] = "Discover all of the striking locales in Lower Craglorn.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Lower Craglorn Pathfinder", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [905] = { -["numCriteria"] = 1, +["name"] = "Shada\'s Tear Curse-Breaker", +["achievementIndex"] = 7, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Shada and cleanse the waters of Shada\'s Tear.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Shada\'s Tear Curse-Breaker", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [906] = { -["numCriteria"] = 1, +["name"] = "Tenacious Seeker", +["achievementIndex"] = 10, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Uncover the secrets hidden within the Seeker\'s Archive.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Tenacious Seeker", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [907] = { -["numCriteria"] = 1, +["name"] = "Spellscar Defender", +["achievementIndex"] = 9, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Prevent a catastrophic explosion of magic from within the Spellscar.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Spellscar Defender", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [908] = { -["numCriteria"] = 1, +["name"] = "Exalted of Elinhir", +["achievementIndex"] = 6, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Yamanu-ko and end the strife in Elinhir.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Exalted of Elinhir", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [909] = { -["numCriteria"] = 5, +["name"] = "Celestial Investigator", +["achievementIndex"] = 2, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover why the Celestials have appeared in Craglorn.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Celestial Investigator", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [916] = { -["numCriteria"] = 12, +["name"] = "Craglorn Angler", +["achievementIndex"] = 11, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Craglorn.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Craglorn Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [936] = { -["numCriteria"] = 3, -["SubCategory_ID"] = 7, -["description"] = "Dismantle the Serpent\'s forces and vanquish the Exalted Viper.", -["points"] = 50, -["prevId"] = 0, ["name"] = "Serpents and Secrets", +["achievementIndex"] = 3, ["SubCategory"] = "Craglorn", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Dismantle the Serpent\'s forces and vanquish the Exalted Viper.", ["Category"] = "Quests", -["achievementIndex"] = 3, +["points"] = 50, +["nextId"] = 0, ["Category_ID"] = 7, -["firstID"] = 0, } , [937] = { -["numCriteria"] = 3, +["name"] = "Upper Craglorn Pathfinder", +["achievementIndex"] = 6, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Discover all of the striking locales in Upper Craglorn.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Upper Craglorn Pathfinder", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [939] = { -["numCriteria"] = 1, +["name"] = "Veteran Spiderkith Slayer", +["achievementIndex"] = 34, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 250 Spiderkith in Veteran Crypt of Hearts II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Spiderkith Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 34, ["Category_ID"] = 5, -["firstID"] = 0, } , [940] = { -["numCriteria"] = 1, +["name"] = "Veteran Flesh Atronach Slayer", +["achievementIndex"] = 33, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Flesh Atronachs in Veteran Crypt of Hearts II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Flesh Atronach Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 33, ["Category_ID"] = 5, -["firstID"] = 0, } , [941] = { -["numCriteria"] = 1, +["name"] = "Crypt of Hearts II Assassin", +["achievementIndex"] = 18, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien\'eth in Veteran Crypt of Hearts II within thirty minutes of starting the dungeon. Timer starts when the entrance gate opens.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crypt of Hearts II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["firstID"] = 0, } , [942] = { -["numCriteria"] = 1, +["name"] = "Deadly Crypt Survivor", +["achievementIndex"] = 17, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien\'eth in Veteran Crypt of Hearts II without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deadly Crypt Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["firstID"] = 0, } , [943] = { -["numCriteria"] = 3, +["name"] = "A Rule Unquestioned", +["achievementIndex"] = 3, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat a hidden threat to the Dominion in Auridon.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "A Rule Unquestioned", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 21, ["Category_ID"] = 7, -["firstID"] = 0, } , [944] = { -["numCriteria"] = 2, +["name"] = "Iconoclast", +["achievementIndex"] = 8, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "You thwarted perilous Daedric schemes in Grahtwood.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Iconoclast", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 18, ["Category_ID"] = 7, -["firstID"] = 0, } , [945] = { -["numCriteria"] = 3, +["name"] = "Spirit of the Bosmer", +["achievementIndex"] = 13, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Drive corruption from the heart of Valenwood in Greenshade.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Spirit of the Bosmer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [946] = { -["numCriteria"] = 3, +["name"] = "Matchmaker", +["achievementIndex"] = 18, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Restore the Silvenar and the Green Lady to their rightful place in Malabal Tor.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Matchmaker", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [947] = { -["numCriteria"] = 3, +["name"] = "Hallowed Moons", +["achievementIndex"] = 23, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Walk the Two Moons Path in Reaper\'s March.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Hallowed Moons", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [948] = { -["numCriteria"] = 3, +["name"] = "Hearts of Darkness", +["achievementIndex"] = 11, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Imprison the Brothers of Strife in Stonefalls.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Hearts of Darkness", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 15, ["Category_ID"] = 7, -["firstID"] = 0, } , [949] = { -["numCriteria"] = 3, +["name"] = "Plague Eater", +["achievementIndex"] = 6, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Avert the destruction of Deshaan.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Plague Eater", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 16, ["Category_ID"] = 7, -["firstID"] = 0, } , [950] = { -["numCriteria"] = 3, +["name"] = "Egg and Root", +["achievementIndex"] = 2, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "You defeated a great threat to the Hist in Shadowfen.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Egg and Root", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 12, ["Category_ID"] = 7, -["firstID"] = 0, } , [951] = { -["numCriteria"] = 3, +["name"] = "Blood Feud", +["achievementIndex"] = 18, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Prevent a great threat to the Skald-King in Eastmarch.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Blood Feud", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [952] = { -["numCriteria"] = 3, +["name"] = "Shattered Remnants", +["achievementIndex"] = 23, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat the Worm Cult in the Rift.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Shattered Remnants", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [953] = { -["numCriteria"] = 4, +["name"] = "Ritual Destruction", +["achievementIndex"] = 3, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Stop an insidious cultist plot in Glenumbra.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Ritual Destruction", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 21, ["Category_ID"] = 7, -["firstID"] = 0, } , [954] = { -["numCriteria"] = 3, +["name"] = "Rude Awakening", +["achievementIndex"] = 8, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "End the nightmares in Stormhaven.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Rude Awakening", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 19, ["Category_ID"] = 7, -["firstID"] = 0, } , [955] = { -["numCriteria"] = 3, +["name"] = "Curse Breaker", +["achievementIndex"] = 13, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "End the blood-curse and restore order in Rivenspire.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Curse Breaker", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 12, ["Category_ID"] = 7, -["firstID"] = 0, } , [956] = { -["numCriteria"] = 3, +["name"] = "Consecrated Ground", +["achievementIndex"] = 18, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Put the dead to rest in Alik\'r.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Consecrated Ground", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [957] = { -["numCriteria"] = 3, +["name"] = "Radiant Champion", +["achievementIndex"] = 2, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defy the will of Molag Bal in Coldharbour.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Radiant Champion", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [958] = { -["numCriteria"] = 3, +["name"] = "End of Empire", +["achievementIndex"] = 23, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Drive the Imperial forces out of Bangkorai.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "End of Empire", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [964] = { -["numCriteria"] = 2, +["name"] = "Glenumbra Master Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Glenumbra.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Glenumbra Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 66, ["Category_ID"] = 6, -["firstID"] = 0, } , [965] = { -["numCriteria"] = 2, +["name"] = "Stormhaven Master Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Stormhaven.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stormhaven Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 43, ["Category_ID"] = 6, -["firstID"] = 0, } , [966] = { -["numCriteria"] = 2, +["name"] = "Rivenspire Master Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Rivenspire.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rivenspire Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 34, ["Category_ID"] = 6, -["firstID"] = 0, } , [967] = { -["numCriteria"] = 2, +["name"] = "Alik\'r Desert Master Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in the Alik\'r Desert.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Alik\'r Desert Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [968] = { -["numCriteria"] = 2, +["name"] = "Bangkorai Master Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Bangkorai.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bangkorai Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [969] = { -["numCriteria"] = 6, +["name"] = "Aldmeri Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all caves and locales throughout the Aldmeri Dominion Territory.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aldmeri Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [970] = { -["numCriteria"] = 2, +["name"] = "Stonefalls Master Explorer", +["achievementIndex"] = 32, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Stonefalls.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stonefalls Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 27, ["Category_ID"] = 6, -["firstID"] = 0, } , [971] = { -["numCriteria"] = 2, +["name"] = "Deshaan Master Explorer", +["achievementIndex"] = 17, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Deshaan.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deshaan Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [972] = { -["numCriteria"] = 2, +["name"] = "Shadowfen Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Shadowfen.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Shadowfen Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 48, ["Category_ID"] = 6, -["firstID"] = 0, } , [973] = { -["numCriteria"] = 2, +["name"] = "Eastmarch Master Explorer", +["achievementIndex"] = 50, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Eastmarch.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Eastmarch Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 37, ["Category_ID"] = 6, -["firstID"] = 0, } , [974] = { -["numCriteria"] = 2, +["name"] = "The Rift Master Explorer", +["achievementIndex"] = 51, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in The Rift.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Rift Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [975] = { -["numCriteria"] = 2, +["name"] = "Bleakrock and Bal Foyen Explorer", +["achievementIndex"] = 43, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover all of the striking locales on Bleakrock and Bal Foyen.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Bleakrock and Bal Foyen Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 58, ["Category_ID"] = 6, -["firstID"] = 0, } , [976] = { -["numCriteria"] = 2, +["name"] = "Auridon Master Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Auridon.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Auridon Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 54, ["Category_ID"] = 6, -["firstID"] = 0, } , [977] = { -["numCriteria"] = 2, +["name"] = "Grahtwood Master Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Grahtwood.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Grahtwood Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 40, ["Category_ID"] = 6, -["firstID"] = 0, } , [978] = { -["numCriteria"] = 2, +["name"] = "Greenshade Master Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Greenshade.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Greenshade Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 29, ["Category_ID"] = 6, -["firstID"] = 0, } , [979] = { -["numCriteria"] = 2, +["name"] = "Malabal Tor Master Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Malabal Tor.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Malabal Tor Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [980] = { -["numCriteria"] = 2, +["name"] = "Reaper\'s March Master Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Reaper\'s March Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [981] = { -["numCriteria"] = 2, +["name"] = "Stros M\'kai and Betnikh Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover all of the striking locales on Stros M\'kai and Betnikh.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stros M\'kai and Betnikh Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 78, ["Category_ID"] = 6, -["firstID"] = 0, } , [982] = { -["numCriteria"] = 6, +["name"] = "Daggerfall Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all caves and locales throughout the Daggerfall Covenant Territory.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Daggerfall Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [983] = { -["numCriteria"] = 6, +["name"] = "Ebonheart Master Explorer", +["achievementIndex"] = 48, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all caves and locales throughout the Ebonheart Pact Territory.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ebonheart Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [984] = { -["numCriteria"] = 2, +["name"] = "Coldharbour Master Explorer", +["achievementIndex"] = 2, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Coldharbour.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Coldharbour Master Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [985] = { -["numCriteria"] = 12, +["name"] = "Lower Craglorn Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Discover and clear all twelve explorable caves in Lower Craglorn.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Lower Craglorn Cave Delver", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [986] = { -["numCriteria"] = 2, +["name"] = "Lower Craglorn Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and locales throughout Lower Craglorn.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lower Craglorn Master Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [990] = { -["numCriteria"] = 1, +["name"] = "Aetherian Archive Completed", +["achievementIndex"] = 7, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Mage, freeing her from the Serpent\'s control.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aetherian Archive Completed", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 4, -["firstID"] = 0, } , [991] = { -["numCriteria"] = 1, +["name"] = "Hel Ra Citadel Completed", +["achievementIndex"] = 3, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Warrior, freeing him from the Serpent\'s control.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hel Ra Citadel Completed", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 4, -["firstID"] = 0, } , [992] = { -["numCriteria"] = 1, +["name"] = "Dragonstar Arena Champion", +["achievementIndex"] = 21, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Conquer all challengers and earn the title of Dragonstar Arena Champion!", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dragonstar Arena Champion", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 4, -["firstID"] = 0, } , [993] = { -["numCriteria"] = 1, +["name"] = "Soul Shriven in Coldharbour", +["achievementIndex"] = 4, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 1.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Soul Shriven in Coldharbour", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [994] = { -["numCriteria"] = 1, +["name"] = "The Harborage", +["achievementIndex"] = 3, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 1.5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Harborage", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [995] = { -["numCriteria"] = 1, +["name"] = "Daughter of Giants", +["achievementIndex"] = 2, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 2.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Daughter of Giants", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [996] = { -["numCriteria"] = 1, +["name"] = "Chasing Shadows", +["achievementIndex"] = 1, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 2.5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chasing Shadows", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [997] = { -["numCriteria"] = 1, +["name"] = "Castle of the Worm", +["achievementIndex"] = 6, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 3.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Castle of the Worm", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [998] = { -["numCriteria"] = 1, +["name"] = "The Tharn Speaks", +["achievementIndex"] = 7, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 3.5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Tharn Speaks", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 12, ["Category_ID"] = 7, -["firstID"] = 0, } , [999] = { -["numCriteria"] = 1, +["name"] = "The Halls of Torment", +["achievementIndex"] = 8, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 4.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Halls of Torment", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [1000] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Complete Main Quest Chapter 4.5.", -["points"] = 10, -["prevId"] = 0, ["name"] = "The Valley of Blades", +["achievementIndex"] = 9, ["SubCategory"] = "Main Quest", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete Main Quest Chapter 4.5.", ["Category"] = "Quests", -["achievementIndex"] = 5, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 7, -["firstID"] = 0, } , [1001] = { -["numCriteria"] = 1, +["name"] = "The Shadow of Sancre Tor", +["achievementIndex"] = 10, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Shadow of Sancre Tor", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [1002] = { -["numCriteria"] = 1, +["name"] = "Council of the Five Companions", +["achievementIndex"] = 11, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 5.5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Council of the Five Companions", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [1003] = { -["numCriteria"] = 1, +["name"] = "The God of Schemes", +["achievementIndex"] = 12, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 6.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The God of Schemes", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [1014] = { -["numCriteria"] = 1, +["name"] = "Shatterer of Scales", +["achievementIndex"] = 8, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Exarch Arnoth and clear Skyreach Hold of the Scaled Court and its allies.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Shatterer of Scales", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [1015] = { -["numCriteria"] = 1, +["name"] = "Vanquisher of Virmaril", +["achievementIndex"] = 11, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Virmaril the Betrayer and his undead legions within Skyreach Catacombs.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Vanquisher of Virmaril", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [1016] = { -["numCriteria"] = 1, +["name"] = "Warden of the Pinnacle", +["achievementIndex"] = 12, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Aetherion and restore the Nedic wards within Skyreach Pinnacle.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Warden of the Pinnacle", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 12, ["Category_ID"] = 7, -["firstID"] = 0, } , [1049] = { -["numCriteria"] = 6, +["name"] = "Root Sunder Conqueror", +["achievementIndex"] = 37, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in Root Sunder.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Root Sunder Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 4, -["firstID"] = 0, } , [1050] = { -["numCriteria"] = 6, +["name"] = "Rulanyil\'s Fall Conqueror", +["achievementIndex"] = 38, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the Champions in Rulanyil\'s Fall.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rulanyil\'s Fall Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 4, -["firstID"] = 0, } , [1051] = { -["numCriteria"] = 7, +["name"] = "Crimson Cove Conqueror", +["achievementIndex"] = 32, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat all of the champions in Crimson Cove.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crimson Cove Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 4, -["firstID"] = 0, } , [1052] = { -["numCriteria"] = 6, +["name"] = "The Vile Manse Conqueror", +["achievementIndex"] = 39, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in The Vile Manse.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Vile Manse Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 4, -["firstID"] = 0, } , [1053] = { -["numCriteria"] = 4, +["name"] = "Bad Man\'s Hallows Conqueror", +["achievementIndex"] = 30, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat all of the champions in Bad Man\'s Hallows.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bad Man\'s Hallows Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 35, ["Category_ID"] = 4, -["firstID"] = 0, } , [1054] = { -["numCriteria"] = 6, +["name"] = "Bonesnap Ruins Conqueror", +["achievementIndex"] = 31, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in Bonesnap Ruins.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bonesnap Ruins Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 4, -["firstID"] = 0, } , [1055] = { -["numCriteria"] = 6, +["name"] = "Razak\'s Wheel Conqueror", +["achievementIndex"] = 36, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in Razak\'s Wheel.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Razak\'s Wheel Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 4, -["firstID"] = 0, } , [1056] = { -["numCriteria"] = 7, +["name"] = "Village of the Lost Conqueror", +["achievementIndex"] = 1, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat all of the champions in Village of the Lost.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Village of the Lost Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 30, ["Category_ID"] = 4, -["firstID"] = 0, } , [1057] = { -["numCriteria"] = 6, +["name"] = "Root Sunder Vanquisher", +["achievementIndex"] = 48, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Root Sunder.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Root Sunder Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 4, -["firstID"] = 0, } , [1058] = { -["numCriteria"] = 6, +["name"] = "Rulanyil\'s Fall Vanquisher", +["achievementIndex"] = 49, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Rulanyil\'s Fall.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rulanyil\'s Fall Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 4, -["firstID"] = 0, } , [1059] = { -["numCriteria"] = 7, +["name"] = "Crimson Cove Vanquisher", +["achievementIndex"] = 43, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat three of the champions in Crimson Cove.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crimson Cove Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 4, -["firstID"] = 0, } , [1060] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 2, -["description"] = "Defeat three of the champions in The Vile Manse.", -["points"] = 10, -["prevId"] = 0, ["name"] = "The Vile Manse Vanquisher", +["achievementIndex"] = 50, ["SubCategory"] = "Public Dungeons", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Defeat three of the champions in The Vile Manse.", ["Category"] = "Dungeons", -["achievementIndex"] = 4, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 4, -["firstID"] = 0, } , [1061] = { -["numCriteria"] = 4, +["name"] = "Bad Man\'s Hallows Vanquisher", +["achievementIndex"] = 41, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat three of the champions in Bad Man\'s Hallows.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bad Man\'s Hallows Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 36, ["Category_ID"] = 4, -["firstID"] = 0, } , [1062] = { -["numCriteria"] = 6, +["name"] = "Bonesnap Ruins Vanquisher", +["achievementIndex"] = 42, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Bonesnap Ruins.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bonesnap Ruins Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 4, -["firstID"] = 0, } , [1063] = { -["numCriteria"] = 6, +["name"] = "Razak\'s Wheel Vanquisher", +["achievementIndex"] = 47, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Razak\'s Wheel.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Razak\'s Wheel Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 47, ["Category_ID"] = 4, -["firstID"] = 0, } , [1064] = { -["numCriteria"] = 7, +["name"] = "Village of the Lost Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat three of the champions in Village of the Lost.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Village of the Lost Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 32, ["Category_ID"] = 4, -["firstID"] = 0, } , [1068] = { -["numCriteria"] = 5, +["name"] = "Ebonheart Pact Conqueror", +["achievementIndex"] = 18, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the Public Dungeon champions in the Ebonheart Pact.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ebonheart Pact Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 28, ["Category_ID"] = 4, -["firstID"] = 0, } , [1069] = { -["numCriteria"] = 5, +["name"] = "Aldmeri Dominion Conqueror", +["achievementIndex"] = 16, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the Public Dungeon champions in the Aldmeri Dominion.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aldmeri Dominion Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 4, -["firstID"] = 0, } , [1070] = { -["numCriteria"] = 5, +["name"] = "Daggerfall Covenant Conqueror", +["achievementIndex"] = 17, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the Public Dungeon champions in the Daggerfall Covenant.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Daggerfall Covenant Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 4, -["firstID"] = 0, } , [1071] = { -["numCriteria"] = 7, +["name"] = "Complete All Speed Challenges", +["achievementIndex"] = 1, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Complete the listed Speed Challenges.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Complete All Speed Challenges", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["firstID"] = 0, } , [1072] = { -["numCriteria"] = 8, +["name"] = "Complete All Death Challenges", +["achievementIndex"] = 1, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 8, ["description"] = "Complete the listed Death Challenges.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Complete All Death Challenges", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["firstID"] = 0, } , [1073] = { -["numCriteria"] = 5, +["name"] = "Vanquisher of the Pact", +["achievementIndex"] = 13, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all the bosses throughout the Group Dungeons in the Ebonheart Pact.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vanquisher of the Pact", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 4, -["firstID"] = 0, } , [1074] = { -["numCriteria"] = 5, +["name"] = "Vanquisher of the Covenant", +["achievementIndex"] = 11, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all the bosses throughout the Group Dungeons in the Daggerfall Covenant.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vanquisher of the Covenant", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 4, -["firstID"] = 0, } , [1075] = { -["numCriteria"] = 5, +["name"] = "Vanquisher of the Dominion", +["achievementIndex"] = 12, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all the bosses throughout the Group Dungeons in the Aldmeri Dominion.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vanquisher of the Dominion", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 4, -["firstID"] = 0, } , [1078] = { -["numCriteria"] = 1, +["name"] = "Weekly Trial Complete", +["achievementIndex"] = 17, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete a Weekly Trial.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Weekly Trial Complete", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 4, -["firstID"] = 0, } , [1079] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Weekly", +["achievementIndex"] = 16, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Completed a Weekly Trial within 33 minutes.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Weekly", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 4, -["firstID"] = 0, } , [1080] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Hel Ra Citadel", +["achievementIndex"] = 6, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Completed the Hel Ra Citadel within a time limit of 33 minutes.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Hel Ra Citadel", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 4, -["firstID"] = 0, } , [1081] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Aetherian Archive", +["achievementIndex"] = 9, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Completed the Aetherian Archive within a time limit of 33 minutes.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Aetherian Archive", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 4, -["firstID"] = 0, } , [1082] = { +["name"] = "Undaunted Rescuer", +["achievementIndex"] = 17, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Rescue all of the members of the failed Undaunted expedition to the Deadlands of Mehrunes Dagon.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 26, ["Category_ID"] = 5, -["name"] = "Undaunted Rescuer", } , [1084] = { -["numCriteria"] = 1, +["name"] = "The Blade\'s Edge", +["achievementIndex"] = 18, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Crypt of Hearts II, allow four of Nerien\'eth\'s Students to survive until he takes the Ebony Blade before defeating them all.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Blade\'s Edge", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["firstID"] = 0, } , [1105] = { -["numCriteria"] = 1, +["name"] = "Mehrunes Dremora Slayer", +["achievementIndex"] = 27, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Dremora in Veteran City of Ash II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mehrunes Dremora Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 27, ["Category_ID"] = 5, -["firstID"] = 0, } , [1106] = { -["numCriteria"] = 1, +["name"] = "Veteran Flame Colossus Slayer", +["achievementIndex"] = 28, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Flame Colossi in Veteran City of Ash II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Flame Colossus Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 28, ["Category_ID"] = 5, -["firstID"] = 0, } , [1107] = { -["numCriteria"] = 1, +["name"] = "Deadly Deadlands Survivor", +["achievementIndex"] = 14, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, the Ash Titan, and the Daedra at the bridge to Valkyn Skoria, before defeating Valkyn Skoria himself in Veteran City of Ash II without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deadly Deadlands Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["firstID"] = 0, } , [1108] = { -["numCriteria"] = 1, +["name"] = "City of Ash II Assassin", +["achievementIndex"] = 15, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, and the Ash Titan; reassemble the bridge; and defeat Valkyn Skoria himself in Veteran City of Ash II, all within thirty minutes. Timer starts when players enter the Inner Grove.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "City of Ash II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["firstID"] = 0, } , [1109] = { +["name"] = "Sewer Subjugator", +["achievementIndex"] = 17, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Kill all the named champions lurking in the Imperial Sewers", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 18, -["Category_ID"] = 26, -["name"] = "Sewer Subjugator", +["Category_ID"] = 27, } , [1111] = { +["name"] = "Easy as Pie", +["achievementIndex"] = 16, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Explore the culinary traditions of the Dremora.", +["Category"] = "Veteran Dungeons", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["name"] = "Easy as Pie", } , [1112] = { -["numCriteria"] = 1, +["name"] = "Craglorn Pilgrim", +["achievementIndex"] = 5, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete the Gray Passage pilgrimage within the alloted time limit.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Craglorn Pilgrim", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [1113] = { -["numCriteria"] = 1, +["name"] = "Sanctum Ophidia: Feeding Pit", +["achievementIndex"] = 14, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use the feed pile in Sanctum Ophidia and survive the ensuing battle.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sanctum Ophidia: Feeding Pit", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 4, -["firstID"] = 0, } , [1114] = { -["numCriteria"] = 1, +["name"] = "A World On Fire", +["achievementIndex"] = 15, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran City of Ash II, make a pact with the Frigid Tome, then defeat Valkyn Skoria.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "A World On Fire", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["firstID"] = 0, } , [1115] = { -["numCriteria"] = 1, +["name"] = "Trials Damage Dealer", +["achievementIndex"] = 19, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Deal 1,000,000 points of damage in Trials.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Trials Damage Dealer", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["firstID"] = 0, } , [1116] = { -["numCriteria"] = 1, +["name"] = "Trials Healer", +["achievementIndex"] = 20, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Heal 1,000,000 points of damage to allies in Trials.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Trials Healer", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 4, -["firstID"] = 0, } , [1117] = { -["numCriteria"] = 1, +["name"] = "Trials Blocker", +["achievementIndex"] = 18, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Block 1,000,000 points of damage in Trials.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Trials Blocker", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 4, -["firstID"] = 0, } , [1120] = { -["numCriteria"] = 4, +["name"] = "White-Gold Tower Conqueror", +["achievementIndex"] = 10, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["name"] = "White-Gold Tower Conqueror", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1121] = { -["numCriteria"] = 1, +["name"] = "Earthly Possessions", +["achievementIndex"] = 28, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Find Geldrion Treehelm\'s stash in Belkarth.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Earthly Possessions", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 28, ["Category_ID"] = 6, -["firstID"] = 0, } , [1122] = { -["numCriteria"] = 4, +["name"] = "Blockbuster", +["achievementIndex"] = 1, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Free prisoners from their cell blocks in Imperial City Prison.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Blockbuster", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1123] = { -["numCriteria"] = 1, +["name"] = "Sanctum Ophidia Completed", +["achievementIndex"] = 11, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Serpent.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanctum Ophidia Completed", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 4, -["firstID"] = 0, } , [1124] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Sanctum Ophidia", +["achievementIndex"] = 15, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Completed the Sanctum Ophidia within a time limit of 33 minutes.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Sanctum Ophidia", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 4, -["firstID"] = 0, } , [1126] = { -["numCriteria"] = 2, +["name"] = "Upper Craglorn Master Explorer", +["achievementIndex"] = 2, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and locales throughout Upper Craglorn.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Upper Craglorn Master Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [1127] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 5, -["description"] = "Discover and clear all six explorable caves in Upper Craglorn.", -["points"] = 15, -["prevId"] = 0, ["name"] = "Upper Craglorn Cave Delver", +["achievementIndex"] = 4, ["SubCategory"] = "Craglorn", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Discover and clear all six explorable caves in Upper Craglorn.", ["Category"] = "Exploration", -["achievementIndex"] = 5, +["points"] = 15, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [1128] = { -["numCriteria"] = 1, +["name"] = "No Prison Can Hold Me", +["achievementIndex"] = 7, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "No Prison Can Hold Me", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1129] = { -["numCriteria"] = 1, +["name"] = "Life Sentence", +["achievementIndex"] = 4, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison without suffering a group member death.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Life Sentence", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 4, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1130] = { -["numCriteria"] = 1, +["name"] = "Vigilant Watcher Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Vigilant Watchers in Veteran Imperial City Prison.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vigilant Watcher Slayer", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 10, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1131] = { -["numCriteria"] = 1, +["name"] = "Mindshriven Slayer", +["achievementIndex"] = 6, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Mindshriven in Veteran Imperial City Prison.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mindshriven Slayer", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1132] = { -["numCriteria"] = 6, +["name"] = "Imperial City Challenger", +["achievementIndex"] = 5, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Complete the listed Challenges for veteran dungeons in Imperial City.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Imperial City Challenger", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 9, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1133] = { -["numCriteria"] = 1, +["name"] = "Out of Sight", +["achievementIndex"] = 8, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Out of Sight", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 8, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1136] = { -["numCriteria"] = 1, +["name"] = "Hel Ra Citadel Difficult Mode", +["achievementIndex"] = 4, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Warrior after enraging him through the destruction of his statue army.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hel Ra Citadel Difficult Mode", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 4, -["firstID"] = 0, } , [1137] = { -["numCriteria"] = 1, +["name"] = "Aetherian Archive Difficult Mode", +["achievementIndex"] = 8, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Mage after taunting her by smashing the Aetherial Orbs.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aetherian Archive Difficult Mode", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 4, -["firstID"] = 0, } , [1138] = { -["numCriteria"] = 1, +["name"] = "Sanctum Ophidia Difficult Mode", +["achievementIndex"] = 13, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Serpent after desecrating the sacred banners of the Scaled Court", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanctum Ophidia Difficult Mode", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 4, -["firstID"] = 0, } , [1139] = { -["numCriteria"] = 3, +["name"] = "Craglorn Trials Conqueror", +["achievementIndex"] = 2, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Complete Hel Ra Citadel, Aetherian Archive, and Sanctum Ophidia at their highest difficulties.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Craglorn Trials Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 4, -["firstID"] = 0, } , [1140] = { -["numCriteria"] = 1, +["name"] = "Dragonstar Arena Conqueror", +["achievementIndex"] = 22, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Conquer all challengers on the increased difficulty version of Dragonstar Arena.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dragonstar Arena Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 4, -["firstID"] = 0, } , [1142] = { -["numCriteria"] = 1, +["name"] = "Darklight Dancer", +["achievementIndex"] = 9, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darklight Dancer", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 9, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1143] = { -["numCriteria"] = 2, +["name"] = "Craglorn Completist", +["achievementIndex"] = 1, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Eliminate the threat of the Serpent and his Scaled Court throughout all of Craglorn.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Craglorn Completist", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [1150] = { +["name"] = "Pledge Taker", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, ["description"] = "Complete one Undaunted Pledge bestowed by Maj al-Ragath.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1150, ["nextId"] = 1151, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["name"] = "Pledge Taker", } , [1151] = { +["name"] = "Returned Undaunted", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, ["description"] = "Complete 10 Undaunted Pledges bestowed by Maj al-Ragath.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 1150, -["firstID"] = 1150, ["nextId"] = 1152, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["name"] = "Returned Undaunted", } , [1152] = { +["name"] = "Undaunted, Daily", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, ["description"] = "Complete 50 Undaunted Pledges bestowed by Maj al-Ragath.", +["Category"] = "Dungeons", ["points"] = 15, -["prevId"] = 1151, -["firstID"] = 1150, ["nextId"] = 1153, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["name"] = "Undaunted, Daily", } , [1153] = { +["name"] = "Maj\'s Cohort", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, ["description"] = "Complete 100 Undaunted Pledges bestowed by Maj al-Ragath.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1150, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["name"] = "Maj\'s Cohort", } , [1154] = { +["name"] = "Prove Them Wrong", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, ["description"] = "Complete one Undaunted Pledge bestowed by Glirion the Redbeard.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1154, ["nextId"] = 1155, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["name"] = "Prove Them Wrong", } , [1155] = { +["name"] = "You Still Draw Breath", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, ["description"] = "Complete 10 Undaunted Pledges bestowed by Glirion the Redbeard.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 1154, -["firstID"] = 1154, ["nextId"] = 1156, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["name"] = "You Still Draw Breath", } , [1156] = { +["name"] = "Death Has Not Claimed You", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, ["description"] = "Complete 50 Undaunted Pledges bestowed by Glirion the Redbeard.", +["Category"] = "Dungeons", ["points"] = 15, -["prevId"] = 1155, -["firstID"] = 1154, ["nextId"] = 1157, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["name"] = "Death Has Not Claimed You", } , [1157] = { +["name"] = "Glirion\'s Cohort", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, ["description"] = "Complete 100 Undaunted Pledges bestowed by Glirion the Redbeard.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1154, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["name"] = "Glirion\'s Cohort", } , [1158] = { +["name"] = "Call of the Undaunted", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Reach level 45, attracting the attention of the Undaunted elite.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 4, -["name"] = "Call of the Undaunted", } , [1159] = { +["name"] = "Deadlands Savvy", +["achievementIndex"] = 15, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 8, ["description"] = "Complete the following achievements associated with City of Ash II.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 5, -["name"] = "Deadlands Savvy", } , [1160] = { +["name"] = "Imperial City Skyshard Hunter", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 13, ["description"] = "Find all 13 Skyshards in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 14, -["Category_ID"] = 26, -["name"] = "Imperial City Skyshard Hunter", +["Category_ID"] = 27, } , [1169] = { +["name"] = "Imperial Sewers Pathfinder", +["achievementIndex"] = 14, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Discover all of the striking locales in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 15, -["Category_ID"] = 26, -["name"] = "Imperial Sewers Pathfinder", +["Category_ID"] = 27, } , [1171] = { +["name"] = "Imperial City Locksmith", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Assemble a key for each of the trophy chests found in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 13, -["Category_ID"] = 26, -["name"] = "Imperial City Locksmith", +["Category_ID"] = 27, } , [1172] = { +["name"] = "Key Collector", +["achievementIndex"] = 15, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Assemble a total of 25 trophy door keys in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 16, -["Category_ID"] = 26, -["name"] = "Key Collector", +["Category_ID"] = 27, } , [1174] = { +["name"] = "Horror of Horrors", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Defeat all the Patrolling Horrors in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 9, -["Category_ID"] = 26, -["name"] = "Horror of Horrors", +["Category_ID"] = 27, } , [1175] = { +["name"] = "The Sublime Protector", +["achievementIndex"] = 19, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 7, ["description"] = "Bring an end to Molag Bal\'s secret plot in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 19, -["Category_ID"] = 26, -["name"] = "The Sublime Protector", +["Category_ID"] = 27, } , [1176] = { +["name"] = "Imperial City Recruit", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 1176, ["numCriteria"] = 1, ["description"] = "Kill 1 player while inside the Imperial City.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1176, ["nextId"] = 1177, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["name"] = "Imperial City Recruit", +["Category_ID"] = 27, } , [1177] = { +["name"] = "Imperial City Veteran", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 1176, ["numCriteria"] = 1, ["description"] = "Kill 50 players while inside the Imperial City.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 1176, -["firstID"] = 1176, ["nextId"] = 1178, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["name"] = "Imperial City Veteran", +["Category_ID"] = 27, } , [1178] = { +["name"] = "Imperial City Warlord", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 1176, ["numCriteria"] = 1, ["description"] = "Kill 100 players while inside the Imperial City.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 1176, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["name"] = "Imperial City Warlord", +["Category_ID"] = 27, } , [1179] = { +["name"] = "Big Score", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 1314, ["numCriteria"] = 1, ["description"] = "Gain 900 Tel Var Stones from a single gain.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 1314, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["name"] = "Big Score", +["Category_ID"] = 27, } , [1181] = { +["name"] = "Xivkyn Style Master", +["achievementIndex"] = 20, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Xivkyn style book, found in Daedric Caches in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 20, -["Category_ID"] = 26, -["name"] = "Xivkyn Style Master", +["Category_ID"] = 27, } , [1182] = { +["name"] = "Trove Scamp Seeker", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1182, ["numCriteria"] = 1, ["description"] = "Kill 1 Trove Scamp while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1182, ["nextId"] = 1269, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["name"] = "Trove Scamp Seeker", +["Category_ID"] = 27, } , [1184] = { +["name"] = "Imperial Arena Champion", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Complete the Imperial City Arena by slaying the Ringmaster and her monstrous servants.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 10, -["Category_ID"] = 26, -["name"] = "Imperial Arena Champion", +["Category_ID"] = 27, } , [1185] = { +["name"] = "Protector of the Faith", +["achievementIndex"] = 16, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Complete the Imperial City Temple event by defeating the Daedric Titan, Uzuruz.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 17, -["Category_ID"] = 26, -["name"] = "Protector of the Faith", +["Category_ID"] = 27, } , [1186] = { +["name"] = "Imperial City Angler", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Imperial City.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 11, -["Category_ID"] = 26, -["name"] = "Imperial City Angler", +["Category_ID"] = 27, } , [1235] = { -["numCriteria"] = 1, +["name"] = "Rkindaleft Group Event", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Activate the ancient centurion in Rkindaleft.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rkindaleft Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 7, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1236] = { -["numCriteria"] = 4, +["name"] = "Rkindaleft Conqueror", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat all of Rkindaleft\'s champions.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rkindaleft Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1237] = { -["numCriteria"] = 4, +["name"] = "Rkindaleft Vanquisher", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat 3 champions in the Rkindaleft public dungeon.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Rkindaleft Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 5, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1238] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Resist the cultist onslaught in Old Orsinium.", -["points"] = 50, -["prevId"] = 0, ["name"] = "Old Orsinium Group Event", +["achievementIndex"] = 14, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 8, -["Category_ID"] = 25, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Resist the cultist onslaught in Old Orsinium.", +["Category"] = "Orsinium", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 26, } , [1239] = { -["numCriteria"] = 5, +["name"] = "Old Orsinium Conqueror", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Old Orsinium.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Old Orsinium Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1240] = { -["numCriteria"] = 5, +["name"] = "Old Orsinium Vanquisher", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat 3 champions in the Old Orsinium public dungeon.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Old Orsinium Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 9, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1241] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Newcomer", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 3 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wrothgar Newcomer", -["SubCategory"] = "Quests", ["nextId"] = 1242, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1242] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 9 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1241, -["name"] = "Wrothgar Explorer", -["SubCategory"] = "Quests", ["nextId"] = 1243, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1243] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Trailblazer", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 15 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1242, -["name"] = "Wrothgar Trailblazer", -["SubCategory"] = "Quests", ["nextId"] = 1244, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1244] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Pathfinder", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 21 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1243, -["name"] = "Wrothgar Pathfinder", -["SubCategory"] = "Quests", ["nextId"] = 1245, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1245] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Adventurer", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 27 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1244, -["name"] = "Wrothgar Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1247] = { -["numCriteria"] = 1, +["name"] = "One Last Brawl", +["achievementIndex"] = 25, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Grant 5 elderly Orc warriors a glorious death.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "One Last Brawl", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 26, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1248] = { +["name"] = "Hero of Wrothgar", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Wrothgar.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["name"] = "Hero of Wrothgar", +["Category_ID"] = 26, } , [1249] = { -["numCriteria"] = 6, +["name"] = "Defender of Orsinium", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat 4 Wrothgar world bosses.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Orsinium", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 19, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1250] = { +["name"] = "Wrothgar Relic Hunter", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1250, ["numCriteria"] = 20, ["description"] = "Collect 16 relics for the House of Orsimer Glories museum.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 1250, ["nextId"] = 1324, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["name"] = "Wrothgar Relic Hunter", +["Category_ID"] = 26, } , [1257] = { -["numCriteria"] = 2, +["name"] = "Wrothgar Dungeon Slayer", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Complete both Wrothgar public dungeon boss achievements.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Wrothgar Dungeon Slayer", +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[2559] = { +["name"] = "Southern Elsweyr Master Explorer", +["achievementIndex"] = 2, ["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Discover and clear all delves and striking locales in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 4, -["Category_ID"] = 25, +["Category_ID"] = 15, +} +, +[2558] = { +["name"] = "Moonlit Cove Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear the Moonlit Cove.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 15, } , [1260] = { -["numCriteria"] = 4, +["name"] = "Kingmaker", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete Wrothgar\'s main quests.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Kingmaker", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 4, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1261] = { +["name"] = "Xivkyn Assassin", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 1261, ["numCriteria"] = 1, ["description"] = "Kill 1 member of the Coldharbour Elite Guard.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1261, ["nextId"] = 1262, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["name"] = "Xivkyn Assassin", +["Category_ID"] = 27, } , [1262] = { +["name"] = "Xivkyn\'s Scourge", +["achievementIndex"] = 4, +["prevId"] = 1261, +["firstID"] = 1261, ["numCriteria"] = 1, ["description"] = "Kill 50 members of the Coldharbour Elite Guard.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 1261, -["firstID"] = 1261, ["nextId"] = 1263, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["name"] = "Xivkyn\'s Scourge", +["Category_ID"] = 27, } , [1263] = { +["name"] = "Xivkyn\'s Bane", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 1261, ["numCriteria"] = 1, ["description"] = "Kill 100 members of the Coldharbour Elite Guard.", +["Category"] = "Imperial City", ["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 27, +} +, +[2548] = { +["name"] = "Bone Colossus Slayer", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 1261, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 10 Bone Colossi in Veteran Unhallowed Grave.", +["Category"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["name"] = "Xivkyn\'s Bane", +["Category_ID"] = 14, } , -[1267] = { +[2547] = { +["name"] = "Draugrkin Slayer", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["description"] = "Kill 100 players while inside the Imperial Arena.", -["points"] = 15, +["description"] = "Defeat 200 Draugrkin warriors in Veteran Unhallowed Grave.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2560] = { +["name"] = "Southern Elsweyr Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Discover and clear both explorable caves in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 8, -["Category_ID"] = 26, +["Category_ID"] = 15, +} +, +[1267] = { ["name"] = "Alliance Gladiator", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Kill 100 players while inside the Imperial Arena.", +["Category"] = "Imperial City", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 27, } , [1268] = { +["name"] = "Cunning Scamp Seeker", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 1268, ["numCriteria"] = 1, ["description"] = "Kill 1 Cunning Scamp while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1268, ["nextId"] = 1271, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["name"] = "Cunning Scamp Seeker", +["Category_ID"] = 27, } , [1269] = { +["name"] = "Trove Scamp Slayer", +["achievementIndex"] = 3, +["prevId"] = 1182, +["firstID"] = 1182, ["numCriteria"] = 1, ["description"] = "Kill 50 Trove Scamps while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 1182, -["firstID"] = 1182, ["nextId"] = 1270, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["name"] = "Trove Scamp Slayer", +["Category_ID"] = 27, } , [1270] = { +["name"] = "Trove Scamp Exterminator", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1182, ["numCriteria"] = 1, ["description"] = "Kill 100 Trove Scamps while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1182, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["name"] = "Trove Scamp Exterminator", +["Category_ID"] = 27, } , [1271] = { +["name"] = "Cunning Scamp Slayer", +["achievementIndex"] = 2, +["prevId"] = 1268, +["firstID"] = 1268, ["numCriteria"] = 1, ["description"] = "Kill 50 Cunning Scamps while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 1268, -["firstID"] = 1268, ["nextId"] = 1272, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["name"] = "Cunning Scamp Slayer", +["Category_ID"] = 27, } , [1272] = { +["name"] = "Cunning Scamp Exterminator", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 1268, ["numCriteria"] = 1, ["description"] = "Kill 100 Cunning Scamps while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1268, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["name"] = "Cunning Scamp Exterminator", +["Category_ID"] = 27, } , [1273] = { +["name"] = "Imperial Lightbringer", +["achievementIndex"] = 13, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Complete the Barathrum Centrata event deep beneath the Imperial City.", +["Category"] = "Imperial City", ["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 27, +} +, +[2545] = { +["name"] = "Icereach Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Icereach.", +["Category"] = "Harrowstorm", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 4, -["Category_ID"] = 26, -["name"] = "Imperial Lightbringer", +["Category_ID"] = 14, } , [1275] = { -["numCriteria"] = 1, +["name"] = "First to the Top", +["achievementIndex"] = 3, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "First to the Top", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1276] = { -["numCriteria"] = 1, +["name"] = "To Spite a Tharn", +["achievementIndex"] = 9, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "To Spite a Tharn", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 11, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1277] = { -["numCriteria"] = 1, +["name"] = "Horn Breaker", +["achievementIndex"] = 4, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 100 Xivkyn in Veteran White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Horn Breaker", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 8, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1278] = { -["numCriteria"] = 1, +["name"] = "Daedroth Dropper", +["achievementIndex"] = 1, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 75 Daedroth in Veteran White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Daedroth Dropper", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1279] = { -["numCriteria"] = 1, +["name"] = "Ire of the Storm", +["achievementIndex"] = 7, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran White-Gold Tower, complete the ritual listed in the Obelisk Tome, then defeat Molag Kena.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ire of the Storm", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1280] = { -["numCriteria"] = 1, +["name"] = "Entry Denied", +["achievementIndex"] = 2, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 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"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Entry Denied", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1281] = { -["numCriteria"] = 3, +["name"] = "Imperial Transgressions", +["achievementIndex"] = 6, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Locate and interact with all of the speaking stones in the White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Imperial Transgressions", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 4, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , -[1285] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Kill Old Snagara the echatere in the Poacher\'s Encampment.", -["points"] = 10, +[2544] = { +["name"] = "Harrowstorm Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Kill Old Snagara", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 18, -["Category_ID"] = 25, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Icereach or Unhallowed Grave for the first time.", +["Category"] = "Harrowstorm", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 14, } , -[1286] = { +[2543] = { +["name"] = "Hex-Proof", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2542] = { +["name"] = "Thane\'s Haste", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[1285] = { +["name"] = "Kill Old Snagara", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Defeat Zandadunoz the Reborn at the Unfinished Dolmen.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Kill Old Snagara the echatere in the Poacher\'s Encampment.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1286] = { ["name"] = "Kill Zandadunoz the Reborn", +["achievementIndex"] = 19, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 17, -["Category_ID"] = 25, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Zandadunoz the Reborn at the Unfinished Dolmen.", +["Category"] = "Orsinium", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 26, } , [1287] = { -["numCriteria"] = 1, +["name"] = "Kill King-Chief Edu", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Riekr regent King-Chief Edu at the King-Chief\'s Throne.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kill King-Chief Edu", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 24, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1288] = { -["numCriteria"] = 1, +["name"] = "Kill Corintthac the Abomination", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Winterborn Briarheart Warrior, Corintthac the Abomination, at the Accursed Nursery.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kill Corintthac the Abomination", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 21, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1289] = { -["numCriteria"] = 1, +["name"] = "Kill Mad Urkazbur the Ogre", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Mad Urkazbur at the Mad-Ogre\'s Altar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kill Mad Urkazbur the Ogre", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 25, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1290] = { -["numCriteria"] = 1, +["name"] = "Kill Nyzchaleft", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Nyzchaleft the Dwarven Centurion at Nyzchaleft Falls.", +["Category"] = "Orsinium", ["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[2541] = { +["name"] = "Cold-Blooded Killer", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Kill Nyzchaleft", -["SubCategory"] = "Exploration", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "In Veteran Icereach, defeat the Icereach Coven after burning their sacred wicker totem.", +["Category"] = "Harrowstorm", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 20, -["Category_ID"] = 25, +["Category_ID"] = 14, +} +, +[2540] = { +["name"] = "Icereach Conqueror", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Veteran Icereach.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, } , -[1297] = { +[2539] = { +["name"] = "Icereach Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Icereach.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2564] = { +["name"] = "Temple Guardian Terror", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Defeat the temple guardian Iratan the Lightbringer at the Shrine of the Reforged.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[2565] = { +["name"] = "End of the Exile", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Explore and clear Nikolvara\'s Kennel.", -["points"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the exiled adept Ri\'Atahrashi at his training ground.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[2566] = { +["name"] = "Pellitine Master Angler", +["achievementIndex"] = 8, ["prevId"] = 0, +["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Catch all 12 rare fish in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[1297] = { ["name"] = "Nikolvara\'s Kennel Explorer", +["achievementIndex"] = 7, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 23, -["Category_ID"] = 25, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Nikolvara\'s Kennel.", +["Category"] = "Orsinium", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 26, } , [1298] = { -["numCriteria"] = 1, +["name"] = "Coldperch Cavern Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Coldperch Cavern.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Coldperch Cavern Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 12, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1299] = { -["numCriteria"] = 1, +["name"] = "Argent Mine Explorer", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Argent Mine.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Argent Mine Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 22, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1300] = { -["numCriteria"] = 1, +["name"] = "Thukhozod\'s Sanctum Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Thukhozod\'s Sanctum.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Thukhozod\'s Sanctum Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 14, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1301] = { -["numCriteria"] = 1, +["name"] = "Watcher\'s Hold Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Watcher\'s Hold.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Watcher\'s Hold Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 15, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1302] = { -["numCriteria"] = 1, +["name"] = "Zthenganaz Explorer", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Zthenganaz.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Zthenganaz Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 16, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1303] = { -["numCriteria"] = 1, +["name"] = "Lord Warden\'s Retaliation", +["achievementIndex"] = 5, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Imperial City Prison, destroy the Warden\'s Tome, then defeat Lord Warden Dusk.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lord Warden\'s Retaliation", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1304] = { -["numCriteria"] = 9, +["name"] = "Maelstrom Arena Champion", +["achievementIndex"] = 1, +["SubCategory"] = "Maelstrom Arena", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 9, ["description"] = "Conquer all challengers and earn the title of Maelstrom Arena Champion.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maelstrom Arena Champion", -["SubCategory"] = "Maelstrom Arena", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1305] = { -["numCriteria"] = 9, +["name"] = "Maelstrom Arena Conqueror", +["achievementIndex"] = 2, +["SubCategory"] = "Maelstrom Arena", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 9, ["description"] = "Conquer all challengers in Veteran Maelstrom Arena.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maelstrom Arena Conqueror", -["SubCategory"] = "Maelstrom Arena", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1306] = { -["numCriteria"] = 1, +["name"] = "Out of the Frying Pan", +["achievementIndex"] = 8, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran White-Gold Tower, become completely engulfed in flame by the Planar Inhibitor\'s Heat Stroke attack before it completes its Daedric Catastrophe attack. Then stay alive until the Planar Inhibitor is defeated.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Out of the Frying Pan", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 10, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1307] = { +["name"] = "Imperial City Dungeon Locksmith", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 2, ["description"] = "Assemble a key for each of the trophy chests found in the White-Gold Tower and Imperial City Prison group dungeons.", +["Category"] = "Imperial City", ["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 27, +} +, +[2572] = { +["name"] = "Quench the Thirst", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Land a killing blow on a Sangiin\'s Thirst using a Hemo Helot in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Imperial City", +["Category_ID"] = 16, +} +, +[2573] = { +["name"] = "Failed Transfusion", ["achievementIndex"] = 12, -["Category_ID"] = 26, -["name"] = "Imperial City Dungeon Locksmith", +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Nisaazda and Grundwulf without letting Nisaazda use her Blood Ties ability to equalize their health in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, +} +, +[2574] = { +["name"] = "Shared Experience", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Grundwulf with each member of the group moving the Sliding Stone no more than once in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, } , [1311] = { +["name"] = "Tel Var Collector", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 1311, ["numCriteria"] = 1, ["description"] = "Gain 1,000 Tel Var Stones over the lifetime of your character.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1311, ["nextId"] = 1312, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["name"] = "Tel Var Collector", +["Category_ID"] = 27, } , [1312] = { +["name"] = "Tel Var Baron", +["achievementIndex"] = 1, +["prevId"] = 1311, +["firstID"] = 1311, ["numCriteria"] = 1, ["description"] = "Gain 10,000 Tel Var Stones over the lifetime of your character.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 1311, -["firstID"] = 1311, ["nextId"] = 1313, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["name"] = "Tel Var Baron", +["Category_ID"] = 27, } , [1313] = { +["name"] = "Tel Var Master", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 1311, ["numCriteria"] = 1, ["description"] = "Gain 100,000 Tel Var Stones over the lifetime of your character.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 1312, -["firstID"] = 1311, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["name"] = "Tel Var Master", +["Category_ID"] = 27, } , [1314] = { +["name"] = "Sudden Spoils", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 1314, ["numCriteria"] = 1, ["description"] = "Gain 300 Tel Var Stones from a single gain.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1314, ["nextId"] = 1315, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["name"] = "Sudden Spoils", +["Category_ID"] = 27, } , [1315] = { +["name"] = "Windfall Profits", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 1314, ["numCriteria"] = 1, ["description"] = "Gain 600 Tel Var Stones from a single gain.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 1314, -["firstID"] = 1314, ["nextId"] = 1179, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["name"] = "Windfall Profits", +["Category_ID"] = 27, } , [1316] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Make 15 donations to the Orsinium City Solicitor.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Orsinium Patron", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", ["achievementIndex"] = 27, -["Category_ID"] = 25, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2059] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Strangeness of Seht\" quest.", -["points"] = 10, -["prevId"] = 2058, -["name"] = "Smoke and Mirrors", -["SubCategory"] = "Quests", -["nextId"] = 2060, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 2050, -} -, -[2100] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 3, -["description"] = "Destroy the Abyssal Pearl at each Abyssal Geyser in Summerset.", +["description"] = "Make 15 donations to the Orsinium City Solicitor.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Put a Cork In It", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 26, } , -[1320] = { -["numCriteria"] = 17, -["SubCategory_ID"] = 1, -["description"] = "Find all 17 Skyshards in Wrothgar.", -["points"] = 15, +[2584] = { +["name"] = "Blue Thumbed Botanist", +["achievementIndex"] = 28, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Wrothgar Skyshard Hunter", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 6, -["Category_ID"] = 25, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Maarselok while ensuring he gains the benefits of Invigorating Fumes every time he Lunges in Hard Mode Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, } , -[1321] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all 6 explorable caves in Wrothgar.", -["points"] = 15, +[2598] = { +["name"] = "Infiltrating the New Moon", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Wrothgar Master Delver", +["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Complete the \"Order of the New Moon\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2599, +["Category_ID"] = 15, +} +, +[2596] = { +["name"] = "Lair Locator", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Complete the \"The Dragon\'s Lair\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2597, +["Category_ID"] = 15, +} +, +[1320] = { +["name"] = "Wrothgar Skyshard Hunter", +["achievementIndex"] = 4, ["SubCategory"] = "Exploration", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 17, +["description"] = "Find all 17 Skyshards in Wrothgar.", ["Category"] = "Orsinium", -["achievementIndex"] = 11, -["Category_ID"] = 25, +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1321] = { +["name"] = "Wrothgar Master Delver", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Discover and clear all 6 explorable caves in Wrothgar.", +["Category"] = "Orsinium", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 26, } , [1322] = { -["numCriteria"] = 6, +["name"] = "Wrothgar Master Seeker", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wrothgar Master Seeker", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 13, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1323] = { -["numCriteria"] = 2, +["name"] = "Wrothgar Master Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Wrothgar Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 10, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1324] = { +["name"] = "Wrothgar Master Relic Hunter", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1250, ["numCriteria"] = 20, ["description"] = "Collect all 20 relics for the House of Orsimer Glories museum.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 1250, -["firstID"] = 1250, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["name"] = "Wrothgar Master Relic Hunter", +["Category_ID"] = 26, } , [1325] = { -["numCriteria"] = 1, +["name"] = "Orc King\'s Councilor", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"A King-Sized Problem\" in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Orc King\'s Councilor", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 8, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1326] = { -["numCriteria"] = 1, +["name"] = "Orc King\'s Marshal", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"The Anger of a King\" in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Orc King\'s Marshal", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 6, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1327] = { -["numCriteria"] = 1, +["name"] = "Orc King\'s Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"Blood on a King\'s Hands\" in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Orc King\'s Conqueror", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 5, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1328] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Grand Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 40 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Wrothgar Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , -[2101] = { -["numCriteria"] = 10, +[2076] = { +["name"] = "Asylum Sanctorium Completed", +["achievementIndex"] = 2, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["description"] = "Defeat each of the following bosses that can appear at Abyssal Geysers.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Back to the Abyss", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 21, } , [1330] = { -["numCriteria"] = 1, +["name"] = "Maelstrom Arena: Perfect Run", +["achievementIndex"] = 3, +["SubCategory"] = "Maelstrom Arena", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Maelstrom Arena in a single attempt, without dying or leaving the arena.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maelstrom Arena: Perfect Run", -["SubCategory"] = "Maelstrom Arena", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1331] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Cliff Jumper", +["achievementIndex"] = 26, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Leap from the cliff west of Frostbreak Ridge and survive.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wrothgar Cliff Jumper", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , -[2193] = { -["numCriteria"] = 7, -["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Summerset.", -["points"] = 50, +[2590] = { +["name"] = "Scalebreaker Scout", +["achievementIndex"] = 2, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Lair of Maarselok and Moongrave Fane in Normal.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["name"] = "Savior of Summerset", +["Category_ID"] = 16, } , [1333] = { -["numCriteria"] = 1, +["name"] = "One at a Time", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1333, +["numCriteria"] = 1, ["description"] = "Complete 1 group boss daily quest in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "One at a Time", -["SubCategory"] = "Quests", ["nextId"] = 1334, -["Category"] = "Orsinium", -["achievementIndex"] = 7, -["Category_ID"] = 25, -["firstID"] = 1333, +["Category_ID"] = 26, } , [1334] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 7 group boss daily quests in Wrothgar.", -["points"] = 10, -["prevId"] = 1333, ["name"] = "Lucky Seven", -["SubCategory"] = "Quests", -["nextId"] = 1335, -["Category"] = "Orsinium", ["achievementIndex"] = 7, -["Category_ID"] = 25, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 1333, +["numCriteria"] = 1, +["description"] = "Complete 7 group boss daily quests in Wrothgar.", +["Category"] = "Orsinium", +["points"] = 10, +["nextId"] = 1335, +["Category_ID"] = 26, } , [1335] = { -["numCriteria"] = 1, +["name"] = "Monster Hunter of the Month", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1333, +["numCriteria"] = 1, ["description"] = "Complete 30 group boss daily quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 1334, -["name"] = "Monster Hunter of the Month", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 7, -["Category_ID"] = 25, -["firstID"] = 1333, +["Category_ID"] = 26, } , [1336] = { -["numCriteria"] = 1, +["name"] = "A Delve a Day", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1336, +["numCriteria"] = 1, ["description"] = "Complete 1 Delve Daily in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "A Delve a Day", -["SubCategory"] = "Quests", ["nextId"] = 1337, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 1336, +["Category_ID"] = 26, } , [1337] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Delve Weekly", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1336, +["numCriteria"] = 1, ["description"] = "Complete 7 Delve Dailies in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1336, -["name"] = "Wrothgar Delve Weekly", -["SubCategory"] = "Quests", ["nextId"] = 1338, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 1336, +["Category_ID"] = 26, } , [1338] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Delve Monthly", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1336, +["numCriteria"] = 1, ["description"] = "Complete 30 Delve Dailies in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 1337, -["name"] = "Wrothgar Delve Monthly", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 1336, +["Category_ID"] = 26, } , [1339] = { +["name"] = "Hooking Wrothgar\'s Biggest Catch", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Catch the rare Crab-Slaughter-Crane fish found in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 5, -["Category_ID"] = 25, -["name"] = "Hooking Wrothgar\'s Biggest Catch", +["Category_ID"] = 26, } , [1340] = { +["name"] = "Wrothgar Master Angler", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 4, -["Category_ID"] = 25, -["name"] = "Wrothgar Master Angler", +["Category_ID"] = 26, } , [1341] = { +["name"] = "Ancient Orc Style Master", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Ancient Orc style book, found by defeating foes in Old Orsinium and Rkindaleft.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 6, -["Category_ID"] = 25, -["name"] = "Ancient Orc Style Master", +["Category_ID"] = 26, } , [1342] = { -["numCriteria"] = 6, +["name"] = "Gold Coast Skyshard Hunter", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Find all 6 skyshards in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gold Coast Skyshard Hunter", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 1, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1343] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj Completed", +["achievementIndex"] = 2, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Drive the dro-m\'Athra back to the void and close the Maw of Lorkhaj in Normal Mode.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj Completed", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 2, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1344] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj Difficult Mode", +["achievementIndex"] = 3, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat after empowering him at the lunar shrines in Veteran Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj Difficult Mode", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1345] = { -["numCriteria"] = 6, +["name"] = "Imperial City Prison Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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 the Imperial City Prison.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Imperial City Prison Vanquisher", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1346] = { -["numCriteria"] = 4, +["name"] = "White-Gold Tower Vanquisher", +["achievementIndex"] = 11, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "White-Gold Tower Vanquisher", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1347] = { +["name"] = "Hew\'s Bane Skyshard Hunter", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Find all 6 skyshards in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 2, -["Category_ID"] = 24, -["name"] = "Hew\'s Bane Skyshard Hunter", +["Category_ID"] = 25, } , -[2195] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Tanorian.", -["points"] = 5, +[2525] = { +["name"] = "Draconic Minion Murderer", +["achievementIndex"] = 6, ["prevId"] = 0, -["name"] = "Divine Solicitor", -["SubCategory"] = "Quests", -["nextId"] = 2196, -["Category"] = "Summerset", -["achievementIndex"] = 7, -["Category_ID"] = 12, -["firstID"] = 2195, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Kill 100 Flame Wyrms, Flame Atronachs, and Iron Atronachs while battling Dragons.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1349] = { -["numCriteria"] = 7, +["name"] = "Breaking and Entering", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Trespass in seven locked locations throughout Abah\'s Landing.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Breaking and Entering", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 19, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1350] = { -["numCriteria"] = 7, +["name"] = "The Lady in the Cistern", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Learn every rumor about the statue in the Thieves Den.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "The Lady in the Cistern", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 11, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1351] = { -["numCriteria"] = 12, -["description"] = "Catch all 12 rare fish in Hew\'s Bane.", -["points"] = 5, +["name"] = "Hew\'s Bane Master Angler", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["nextId"] = 0, +["numCriteria"] = 12, +["description"] = "Catch all 12 rare fish in Hew\'s Bane.", ["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["name"] = "Hew\'s Bane Master Angler", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 25, } , [1352] = { -["numCriteria"] = 1, +["name"] = "Deepest Shallows", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Syvarra of the Deep at Ko Estaran.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Deepest Shallows", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 8, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1353] = { -["numCriteria"] = 1, +["name"] = "Cutting the Keel", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Captain Virindi Slave-Taker at Thrall Cove.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cutting the Keel", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 9, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1354] = { -["numCriteria"] = 2, +["name"] = "Defender of Hew\'s Bane", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both Hew\'s Bane world bosses.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Hew\'s Bane", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 7, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1355] = { -["numCriteria"] = 1, +["name"] = "Bahraha\'s Gloom Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Bahraha\'s Gloom.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bahraha\'s Gloom Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1356] = { -["numCriteria"] = 1, +["name"] = "Shark\'s Teeth Grotto Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Shark\'s Teeth Grotto.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shark\'s Teeth Grotto Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 4, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1357] = { -["numCriteria"] = 2, +["name"] = "Hew\'s Bane Cave Delver", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear both explorable caves in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hew\'s Bane Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1358] = { -["numCriteria"] = 4, +["name"] = "Hew\'s Bane Pathfinder", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Discover all the striking locales in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hew\'s Bane Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1359] = { -["numCriteria"] = 2, +["name"] = "Hew\'s Bane Master Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Hew\'s Bane Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 2, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1360] = { -["numCriteria"] = 1, +["name"] = "Always Travel Separately", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"Cleaning House\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Always Travel Separately", -["SubCategory"] = "Quests", ["nextId"] = 1370, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1361] = { -["numCriteria"] = 1, +["name"] = "Never, Ever Steal From the Guild", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"A Flawless Plan\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1370, -["name"] = "Never, Ever Steal From the Guild", -["SubCategory"] = "Quests", ["nextId"] = 1362, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1362] = { -["numCriteria"] = 1, +["name"] = "Wedding Crashers", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"Forever Hold Your Peace\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1361, -["name"] = "Wedding Crashers", -["SubCategory"] = "Quests", ["nextId"] = 1363, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1363] = { -["numCriteria"] = 1, +["name"] = "Broken Wheel", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"Prison Break\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1362, -["name"] = "Broken Wheel", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1364] = { -["numCriteria"] = 1, +["name"] = "Hew\'s Bane Adventurer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1364, +["numCriteria"] = 1, ["description"] = "Complete 12 story quests in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Hew\'s Bane Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 1366, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["firstID"] = 1364, +["Category_ID"] = 25, } , [1365] = { +["name"] = "Hero of Hew\'s Bane", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 1, -["Category_ID"] = 24, -["name"] = "Hero of Hew\'s Bane", +["Category_ID"] = 25, } , [1366] = { -["numCriteria"] = 1, +["name"] = "Hew\'s Bane Grand Adventurer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1364, +["numCriteria"] = 1, ["description"] = "Complete 16 story quests in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 1364, -["name"] = "Hew\'s Bane Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["firstID"] = 1364, +["Category_ID"] = 25, } , [1367] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Maw of Lorkhaj", +["achievementIndex"] = 4, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Maw of Lorkhaj within a time limit of 40 minutes. Your trial begins when you cross the threshold of the Temple of Seven Riddles.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Maw of Lorkhaj", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 4, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1368] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat, Fang of Lorkhaj and his legions of dro-m\'Athra in Veteran Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj Conqueror", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1369] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Unchained Ambush", +["achievementIndex"] = 8, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use both chain switches within ten seconds in Veteran Maw of Lorkhaj, then defeat the dro-m\'Athra invaders.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Unchained Ambush", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 8, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1370] = { -["numCriteria"] = 1, +["name"] = "Iron Wheel Infiltration", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"The Long Game\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1360, -["name"] = "Iron Wheel Infiltration", -["SubCategory"] = "Quests", ["nextId"] = 1361, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1371] = { -["numCriteria"] = 1, +["name"] = "Welcome to the Thieves Guild", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Join the Thieves Guild by completing quest \"Partners in Crime\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Welcome to the Thieves Guild", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 9, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1372] = { -["numCriteria"] = 1, +["name"] = "Fledgling Filcher", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1372, +["numCriteria"] = 1, ["description"] = "Complete 1 heist from the Heist Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Fledgling Filcher", -["SubCategory"] = "Quests", ["nextId"] = 1373, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 1372, +["Category_ID"] = 25, } , [1373] = { -["numCriteria"] = 1, +["name"] = "Seasoned Sneak-Thief", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1372, +["numCriteria"] = 1, ["description"] = "Complete 7 heists from the Heist Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Seasoned Sneak-Thief", -["SubCategory"] = "Quests", ["nextId"] = 1374, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 1372, +["Category_ID"] = 25, } , [1374] = { -["numCriteria"] = 1, +["name"] = "Professional Pilferer", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1372, +["numCriteria"] = 1, ["description"] = "Complete 15 heists from the Heist Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Professional Pilferer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 1372, +["Category_ID"] = 25, } , [1375] = { -["numCriteria"] = 1, +["name"] = "A Life Deferred", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"His Greatest Treasure\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "A Life Deferred", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 8, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1376] = { -["numCriteria"] = 1, +["name"] = "Seeds Untilled", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"That Which Was Lost\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Seeds Untilled", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 4, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1377] = { -["numCriteria"] = 1, +["name"] = "What Price, Freedom?", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"Everyone Has A Price\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "What Price, Freedom?", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 7, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1378] = { -["numCriteria"] = 1, +["name"] = "Loose Ends", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"The One That Got Away\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Loose Ends", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 2, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1379] = { -["numCriteria"] = 5, +["name"] = "Despoil the Dominion", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Despoil the Dominion", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 13, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1380] = { -["numCriteria"] = 5, +["name"] = "Con the Covenant", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Con the Covenant", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 14, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1381] = { -["numCriteria"] = 5, +["name"] = "Purloin the Pact", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Purloin the Pact", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 15, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1382] = { -["numCriteria"] = 1, +["name"] = "Loot the Landing", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Loot the Landing", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 16, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1383] = { -["numCriteria"] = 4, +["name"] = "A Cutpurse Above", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Steal every treasure from Kari\'s Hit List and place them all within the Thieves Den.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "A Cutpurse Above", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 12, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , -[2196] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Tanorian.", -["points"] = 10, +[2524] = { +["name"] = "Dark Brotherhood Skill Master", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "Divine Advocate", -["SubCategory"] = "Quests", -["nextId"] = 2197, -["Category"] = "Summerset", -["achievementIndex"] = 7, -["Category_ID"] = 12, -["firstID"] = 2195, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Reach the max rank of the Dark Brotherhood Skill Line.", +["Category"] = "Dark Brotherhood", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 24, } , [1385] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Shadow Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 25 Void Callers in the Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Shadow Slayer", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 9, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1386] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Stainless Souls", +["achievementIndex"] = 7, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat without anyone dying while afflicted by the Breath of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Stainless Souls", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 7, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , -[2197] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Tanorian.", -["points"] = 15, +[2523] = { +["name"] = "Thieves Guild Skill Master", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "Divine Magistrate", -["SubCategory"] = "Quests", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Reach the max rank of the Thieves Guild Skill Line.", +["Category"] = "Thieves Guild", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, -["Category_ID"] = 12, -["firstID"] = 2195, +["Category_ID"] = 25, } , [1388] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Two-Moons Dance", +["achievementIndex"] = 10, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Maw of Lorkhaj, force Rakkhat into his final phase within two lunar cycles, then defeat him.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Two-Moons Dance", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1389] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Void Avoided", +["achievementIndex"] = 11, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with a maximum of two players ever being afflicted by the Breath of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Void Avoided", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 11, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1390] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Fang Focused", +["achievementIndex"] = 12, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with at least three dro-m\'Athra Dreadstalkers still alive.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Fang Focused", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 12, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1391] = { -["numCriteria"] = 5, +["name"] = "Maw of Lorkhaj: Moons\' Champion", +["achievementIndex"] = 1, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all achievements related to defeating Rakkhat, Fang of Lorkhaj in Veteran Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Moons\' Champion", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 1, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1392] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Spotless Triumph", +["achievementIndex"] = 6, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Maw of Lorkhaj without suffering a group member death.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Spotless Triumph", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1393] = { +["name"] = "A Gift from Orsinium", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Come visit the Orcs\' newly rebuilt capital city: Orsinium!", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["name"] = "A Gift from Orsinium", +["Category_ID"] = 26, } , [1394] = { -["numCriteria"] = 4, +["name"] = "Five Finger Discount", +["achievementIndex"] = 25, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Successfully pick pockets at each of the four most popular shops in Abah\'s Landing.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Five Finger Discount", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 25, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1395] = { -["numCriteria"] = 1, +["name"] = "Finders Keepers", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1395, +["numCriteria"] = 1, ["description"] = "Discover and loot 1 Thieves Trove.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Finders Keepers", -["SubCategory"] = "Exploration", ["nextId"] = 1396, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1395, +["Category_ID"] = 25, } , [1396] = { -["numCriteria"] = 1, +["name"] = "An Eye For Details", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 1395, ["SubCategory_ID"] = 1, +["firstID"] = 1395, +["numCriteria"] = 1, ["description"] = "Discover and loot 5 Thieves Troves.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1395, -["name"] = "An Eye For Details", -["SubCategory"] = "Exploration", ["nextId"] = 1397, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1395, +["Category_ID"] = 25, } , [1397] = { -["numCriteria"] = 1, +["name"] = "Leave No Stash Behind", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 1396, ["SubCategory_ID"] = 1, +["firstID"] = 1395, +["numCriteria"] = 1, ["description"] = "Discover and loot 15 Thieves Troves.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 1396, -["name"] = "Leave No Stash Behind", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1395, +["Category_ID"] = 25, } , [1398] = { -["numCriteria"] = 1, +["name"] = "Fresh Footpad", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1398, +["numCriteria"] = 1, ["description"] = "Complete 1 job from the Tip Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Fresh Footpad", -["SubCategory"] = "Quests", ["nextId"] = 1399, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1398, +["Category_ID"] = 25, } , [1399] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 10 jobs from the Tip Board for the Thieves Guild.", -["points"] = 10, -["prevId"] = 1398, ["name"] = "Practiced Prowler", +["achievementIndex"] = 10, ["SubCategory"] = "Quests", -["nextId"] = 1400, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 1398, +["numCriteria"] = 1, +["description"] = "Complete 10 jobs from the Tip Board for the Thieves Guild.", +["Category"] = "Thieves Guild", +["points"] = 10, +["nextId"] = 1400, +["Category_ID"] = 25, } , [1400] = { -["numCriteria"] = 1, +["name"] = "Sophisticated Shadowfoot", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1398, +["numCriteria"] = 1, ["description"] = "Complete 30 jobs from the Tip Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 1399, -["name"] = "Sophisticated Shadowfoot", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1398, +["Category_ID"] = 25, } , [1401] = { -["numCriteria"] = 4, +["name"] = "Honor Among Thieves", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Assist each member of the Thieves Guild in resolving personal matters.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Honor Among Thieves", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 1, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1402] = { -["numCriteria"] = 1, +["name"] = "And Then They Were Gone", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Evade justice with the help of the \"Timely Escape\" Thieves Guild skill, as well as a friendly footpad.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "And Then They Were Gone", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 20, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1403] = { -["numCriteria"] = 1, +["name"] = "Master of Shadows", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 1 heist for the Thieves Guild without being detected.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Master of Shadows", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 17, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1404] = { -["numCriteria"] = 1, +["name"] = "Deep Pockets", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Receive the highest possible reward in 5 heists for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Deep Pockets", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 18, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1405] = { -["numCriteria"] = 5, +["name"] = "Eagle\'s Nest-Egg", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "At each Outlaws Refuge within the Aldmeri Dominion, receive 4000 gold for fencing items.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Eagle\'s Nest-Egg", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 22, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1406] = { -["numCriteria"] = 5, +["name"] = "Dragon\'s Hoard", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "At each Outlaws Refuge within the Ebonheart Pact, receive 4000 gold for fencing items.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Dragon\'s Hoard", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 23, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1407] = { -["numCriteria"] = 5, +["name"] = "Lion\'s Golden Pride", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "At each Outlaws Refuge within the Daggerfall Covenant, receive 4000 gold for fencing items.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Lion\'s Golden Pride", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 24, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1408] = { -["numCriteria"] = 1, +["name"] = "Merchant Lord\'s Coffers", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Receive 4000 gold for fencing items at the Thieves Den in Abah\'s Landing.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Merchant Lord\'s Coffers", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 1, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1409] = { -["numCriteria"] = 4, +["name"] = "Magnanimous Magnate", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Magnanimous Magnate", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 21, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1410] = { +["name"] = "Litany of Blood", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 16, ["description"] = "Execute all targets listed in the Litany of Blood and collect your reward.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["name"] = "Litany of Blood", +["Category_ID"] = 24, } , [1411] = { +["name"] = "Trinimac Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Trinimac style book, found by completing daily quests for Guruzug in Morkul.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 8, -["Category_ID"] = 25, -["name"] = "Trinimac Style Master", +["Category_ID"] = 26, } , [1412] = { +["name"] = "Malacath Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Malacath style book, found by completing daily quests for Arzorag inside Skalar\'s Hostel.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 7, -["Category_ID"] = 25, -["name"] = "Malacath Style Master", +["Category_ID"] = 26, } , [1413] = { +["name"] = "Spoils of Abah\'s Landing", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Travel to the notorious free port of Abah\'s Landing!", +["Category"] = "Thieves Guild", ["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 25, +} +, +[2522] = { +["name"] = "Champion of Anequina", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 8, +["description"] = "Topple the Usurper Queen, defeat Mulaamnir, and help restore the throne of Rimmen as a rage of Dragons threatens Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["name"] = "Spoils of Abah\'s Landing", +["Category_ID"] = 11, } , -[2198] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Farowel", -["points"] = 5, +[2673] = { +["name"] = "An Open Invocation", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Divine Prosecutor", -["SubCategory"] = "Quests", -["nextId"] = 2199, -["Category"] = "Summerset", -["achievementIndex"] = 8, -["Category_ID"] = 12, -["firstID"] = 2198, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Vearogh the Shambler without killing any Rift Wraiths in Veteran Icereach.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, } , -[2199] = { +[2520] = { +["name"] = "Peryite Plague-Clothes Patcher", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Farowel.", +["description"] = "Gather Plague-Drenched Fabrics in Orcrest and combine them to create the Peryite Skeevemaster Robe.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Divine Judge", -["SubCategory"] = "Quests", -["nextId"] = 2200, -["Category"] = "Summerset", -["achievementIndex"] = 8, -["Category_ID"] = 12, -["firstID"] = 2198, -} -, -[2200] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Farowel.", -["points"] = 15, -["prevId"] = 0, -["name"] = "Divine Executioner", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, -["Category_ID"] = 12, -["firstID"] = 2198, +["Category_ID"] = 11, } , [1417] = { +["name"] = "Outlaw Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Outlaw style book, found by defeating bosses in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 8, -["Category_ID"] = 24, -["name"] = "Outlaw Style Master", +["Category_ID"] = 25, } , -[2201] = { +[2519] = { +["name"] = "Alfiq Mummy Master", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Queen\'s Decree\" quest.", +["description"] = "Gather Mummified Alfiq Parts from the Rimmen Necropolis and resurrect the Grisly Mummy Tabby.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "For the Queen", -["SubCategory"] = "Quests", -["nextId"] = 2202, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["firstID"] = 2201, +["nextId"] = 0, +["Category_ID"] = 11, } , [1419] = { -["numCriteria"] = 1, +["name"] = "Defeat Limenauruus", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Limenauruus the possessed minotaur and the shadow spirits at Tribune\'s Folly.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Defeat Limenauruus", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 7, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1420] = { -["numCriteria"] = 1, +["name"] = "Conquer the Kvatch Arena", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Enter the Kvatch Arena and defeat all challengers.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Conquer the Kvatch Arena", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 6, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1421] = { +["name"] = "Gold Coast Tourist", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Visit the Gold Coast and take in the local scenery.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["name"] = "Gold Coast Tourist", +["Category_ID"] = 24, } , [1422] = { +["name"] = "Abah\'s Watch Style Master", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Abah\'s Watch style book, found by completing Tip Board quests in the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["name"] = "Abah\'s Watch Style Master", +["Category_ID"] = 25, } , [1423] = { +["name"] = "Thieves Guild Style Master", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Thieves Guild style book, found by completing Heists in the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 9, -["Category_ID"] = 24, -["name"] = "Thieves Guild Style Master", +["Category_ID"] = 25, } , [1424] = { +["name"] = "Assassins League Style Master", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Assassins League style book, found by defeating bosses in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 6, -["Category_ID"] = 23, -["name"] = "Assassins League Style Master", +["Category_ID"] = 24, } , [1425] = { -["numCriteria"] = 2, +["name"] = "Defender of the Gold Coast", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both world bosses in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of the Gold Coast", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 5, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1426] = { -["numCriteria"] = 1, +["name"] = "Hrota Cave Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Hrota Cave.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hrota Cave Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 13, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1427] = { -["numCriteria"] = 1, +["name"] = "Garlas Agea Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Garlas Agea.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Garlas Agea Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 4, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1428] = { -["numCriteria"] = 2, +["name"] = "Gold Coast Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Gold Coast Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1429] = { -["numCriteria"] = 2, +["name"] = "Gold Coast Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear both explorable caves in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gold Coast Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1430] = { -["numCriteria"] = 6, +["name"] = "Gold Coast Pathfinder", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gold Coast Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 10, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1431] = { +["name"] = "Gold Coast Master Angler", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 5, -["Category_ID"] = 23, -["name"] = "Gold Coast Master Angler", +["Category_ID"] = 24, } , [1432] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 14 story quests in the Gold Coast.", -["points"] = 15, -["prevId"] = 0, ["name"] = "Gold Coast Adventurer", +["achievementIndex"] = 1, ["SubCategory"] = "Quests", -["nextId"] = 1433, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 1, -["Category_ID"] = 23, +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 1432, +["numCriteria"] = 1, +["description"] = "Complete 14 story quests in the Gold Coast.", +["Category"] = "Dark Brotherhood", +["points"] = 15, +["nextId"] = 1433, +["Category_ID"] = 24, } , [1433] = { -["numCriteria"] = 1, +["name"] = "Gold Coast Grand Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1432, +["numCriteria"] = 1, ["description"] = "Complete 17 story quests in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 1432, -["name"] = "Gold Coast Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 1, -["Category_ID"] = 23, -["firstID"] = 1432, +["Category_ID"] = 24, } , [1434] = { +["name"] = "Bane of the Gold Coast", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Bane of the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 1, -["Category_ID"] = 23, -["name"] = "Bane of the Gold Coast", +["Category_ID"] = 24, } , [1435] = { -["numCriteria"] = 1, +["name"] = "First Blood", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Join the Dark Brotherhood and complete the \"Voices in the Dark\" quest.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "First Blood", -["SubCategory"] = "Quests", ["nextId"] = 1436, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1436] = { -["numCriteria"] = 1, +["name"] = "Dark Initiate", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Complete the \"Signed in Blood\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1435, -["name"] = "Dark Initiate", -["SubCategory"] = "Quests", ["nextId"] = 1437, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1437] = { -["numCriteria"] = 1, +["name"] = "New-blade", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Complete the \"Welcome Home\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1436, -["name"] = "New-blade", -["SubCategory"] = "Quests", ["nextId"] = 1438, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1438] = { -["numCriteria"] = 1, +["name"] = "Sermonizer Subduer", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Complete the \"A Lesson in Silence\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1437, -["name"] = "Sermonizer Subduer", -["SubCategory"] = "Quests", ["nextId"] = 1439, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1439] = { -["numCriteria"] = 1, +["name"] = "Brethren Benefactor", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Complete the \"Questions of Faith\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1438, -["name"] = "Brethren Benefactor", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1440] = { -["numCriteria"] = 1, +["name"] = "Assassin", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete the \"A Special Request\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Assassin", -["SubCategory"] = "Quests", ["nextId"] = 1441, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1441] = { -["numCriteria"] = 1, +["name"] = "Dark Discovery", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete the \"Dark Revelations\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1440, -["name"] = "Dark Discovery", -["SubCategory"] = "Quests", ["nextId"] = 1442, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1442] = { -["numCriteria"] = 1, +["name"] = "Dark Investigator", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete the \"A Ghost from the Past\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1441, -["name"] = "Dark Investigator", -["SubCategory"] = "Quests", ["nextId"] = 1443, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1443] = { -["numCriteria"] = 1, +["name"] = "Wrath of Sithis", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete \"The Wrath of Sithis\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1442, -["name"] = "Wrath of Sithis", -["SubCategory"] = "Quests", ["nextId"] = 1444, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1444] = { -["numCriteria"] = 1, +["name"] = "Silencer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete the \"Filling the Void\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1443, -["name"] = "Silencer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1445] = { -["numCriteria"] = 1, +["name"] = "First Sacrament", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1445, +["numCriteria"] = 1, ["description"] = "Complete your first Black Sacrament contract, as the Speaker commanded.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "First Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 1446, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 12, -["Category_ID"] = 23, -["firstID"] = 1445, +["Category_ID"] = 24, } , [1446] = { -["numCriteria"] = 1, +["name"] = "Seventh Sacrament", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1445, +["numCriteria"] = 1, ["description"] = "Complete 7 Black Sacrament contracts, as the Speaker commanded.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1445, -["name"] = "Seventh Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 1447, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 12, -["Category_ID"] = 23, -["firstID"] = 1445, +["Category_ID"] = 24, } , [1447] = { -["numCriteria"] = 1, +["name"] = "Fifteenth Sacrament", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1445, +["numCriteria"] = 1, ["description"] = "Complete 15 Black Sacrament contracts, as the Speaker commanded.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Fifteenth Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 12, -["Category_ID"] = 23, -["firstID"] = 1445, +["Category_ID"] = 24, } , [1448] = { -["numCriteria"] = 1, +["name"] = "Perfect Sacrament", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 5 Black Sacrament contracts at the highest possible reward level.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Perfect Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 15, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1449] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Complete a Black Sacrament contract without being detected.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Hidden Sacrament", +["achievementIndex"] = 13, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 16, -["Category_ID"] = 23, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete a Black Sacrament contract without being detected.", +["Category"] = "Dark Brotherhood", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 24, } , [1450] = { -["numCriteria"] = 21, +["name"] = "Blackest Sacrament", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 21, ["description"] = "Assassinate every target named by a Black Sacrament contract when commanded to by the Speaker.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Blackest Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 17, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1451] = { -["numCriteria"] = 1, +["name"] = "First Contract", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1451, +["numCriteria"] = 1, ["description"] = "Complete your first murder contract from the \"Marked for Death\" tome.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "First Contract", -["SubCategory"] = "Exploration", ["nextId"] = 1452, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 9, -["Category_ID"] = 23, -["firstID"] = 1451, +["Category_ID"] = 24, } , [1452] = { -["numCriteria"] = 1, +["name"] = "Tenth Contract", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1451, +["numCriteria"] = 1, ["description"] = "Complete 10 murder contracts from the \"Marked for Death\" tome.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1451, -["name"] = "Tenth Contract", -["SubCategory"] = "Exploration", ["nextId"] = 1453, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 9, -["Category_ID"] = 23, -["firstID"] = 1451, +["Category_ID"] = 24, } , [1453] = { -["numCriteria"] = 1, +["name"] = "Thirtieth Contract", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1451, +["numCriteria"] = 1, ["description"] = "Complete 30 murder contracts from the \"Marked for Death\" tome.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 1452, -["name"] = "Thirtieth Contract", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 9, -["Category_ID"] = 23, -["firstID"] = 1451, +["Category_ID"] = 24, } , [1454] = { -["numCriteria"] = 1, +["name"] = "Lonely Sentinel", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Closely observe the silent vigil of the Ayleid Sentinel at Beldaburo in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Lonely Sentinel", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 18, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1455] = { -["numCriteria"] = 1, +["name"] = "Kvatch Murder Spree", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Murder 20 innocents in the Gold Coast city of Kvatch.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Kvatch Murder Spree", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 19, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1456] = { -["numCriteria"] = 1, +["name"] = "Anvil Murder Spree", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Murder 20 innocents in the Gold Coast city of Anvil.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Anvil Murder Spree", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 20, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1457] = { -["numCriteria"] = 3, +["name"] = "Blood Tour", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "In the capital city of each alliance, murder an innocent with the Blade of Woe.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blood Tour", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 11, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1458] = { -["numCriteria"] = 7, +["name"] = "Gold Coast Connections", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Aid each of the notable figures recently arrived on the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Gold Coast Connections", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 4, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1459] = { -["numCriteria"] = 1, +["name"] = "First Cut", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1459, +["numCriteria"] = 1, ["description"] = "Murder your first innocent with the Blade of Woe.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "First Cut", -["SubCategory"] = "Exploration", ["nextId"] = 1460, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 8, -["Category_ID"] = 23, -["firstID"] = 1459, +["Category_ID"] = 24, } , [1460] = { -["numCriteria"] = 1, +["name"] = "Twenty-Fifth Cut", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1459, +["numCriteria"] = 1, ["description"] = "Murder 25 innocents with the Blade of Woe.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1459, -["name"] = "Twenty-Fifth Cut", -["SubCategory"] = "Exploration", ["nextId"] = 1461, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 8, -["Category_ID"] = 23, -["firstID"] = 1459, +["Category_ID"] = 24, } , [1461] = { -["numCriteria"] = 1, +["name"] = "One-Hundredth Cut", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1459, +["numCriteria"] = 1, ["description"] = "Murder 100 innocents with the Blade of Woe.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 1460, -["name"] = "One-Hundredth Cut", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 8, -["Category_ID"] = 23, -["firstID"] = 1459, +["Category_ID"] = 24, } , [1462] = { -["numCriteria"] = 1, +["name"] = "Sanctum Ophidia Conqueror", +["achievementIndex"] = 12, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Serpent in Veteran Sanctum Ophidia.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanctum Ophidia Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["firstID"] = 0, } , [1463] = { -["numCriteria"] = 6, +["name"] = "Flawless Sacrament", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Complete each achievement associated with the Speaker\'s Black Sacrament contracts.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["name"] = "Flawless Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 14, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , -[2611] = { +[2676] = { +["name"] = "Swift Silencer", +["achievementIndex"] = 5, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 20 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["description"] = "Prevent the Icereach Coven from successfully channeling the Storm Surge by interrupting all four sisters within five seconds of the spell beginning.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Reforging the Dragonguard", -["SubCategory"] = "Quests", -["nextId"] = 2612, -["Category"] = "Dragonhold", -["achievementIndex"] = 7, +["nextId"] = 0, ["Category_ID"] = 14, -["firstID"] = 2609, } , -[2607] = { -["numCriteria"] = 1, +[2675] = { +["name"] = "Eye of the Storm", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 10 Delve Dailies from Guybert Flaubert.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Icereach Coven with one member of the group afflicted by all the witches\' signature spells in Veteran Icereach.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blossoming Broker", -["SubCategory"] = "Quests", -["nextId"] = 2608, -["Category"] = "Dragonhold", -["achievementIndex"] = 8, +["nextId"] = 0, ["Category_ID"] = 14, -["firstID"] = 2606, } , -[2210] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Towers\' Fall\" Psijic Order quest in Summerset.", -["points"] = 10, +[2079] = { +["name"] = "Asylum Sanctorium Vanquisher", +["achievementIndex"] = 6, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, -["name"] = "Psijic Sage", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["Category_ID"] = 21, } , -[2211] = { -["numCriteria"] = 1, -["description"] = "Learn the fate of the Lost Sailor.", -["points"] = 5, +[2082] = { +["name"] = "Beatific Beatdown", +["achievementIndex"] = 10, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold at the same time without allowing Saint Felms or Saint Llothis to enrage during the fight in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["name"] = "Message in a Bottle", +["Category_ID"] = 21, } , -[2234] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", -["points"] = 15, +[2603] = { +["name"] = "Fall of the Dark Aeon", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Core Coordination", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 16, -["Category_ID"] = 12, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2602, +["numCriteria"] = 1, +["description"] = "Complete the \"New Moon Rising\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2604, +["Category_ID"] = 15, } , -[2235] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", -["points"] = 15, +[2606] = { +["name"] = "Middling Middleman", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Yaghra Blockade", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 17, -["Category_ID"] = 12, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2606, +["numCriteria"] = 1, +["description"] = "Complete 1 Delve Daily from Guybert Flaubert.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2607, +["Category_ID"] = 15, } , -[2236] = { +[2608] = { +["name"] = "Fearsome Freelancer", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2606, ["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["description"] = "Have Galenwe\'s shade destroy 20 roaming Hoarfrost cyclones with his Spiked Ice attack in Cloudrest.", +["description"] = "Complete 30 Delve Daily Quests for Guybert Flaubert.", +["Category"] = "Dragonhold", ["points"] = 15, -["prevId"] = 0, -["name"] = "The Mystic\'s Ice", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 18, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2237] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", -["points"] = 10, +[2507] = { +["name"] = "Sunspire Style Master", +["achievementIndex"] = 15, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "Shocking Instinct", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 12, -["Category_ID"] = 12, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Sunspire style book, found in the Sunspire trial.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2238] = { +[2611] = { +["name"] = "Reforging the Dragonguard", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2609, ["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", +["description"] = "Complete 20 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Valorous Combustion", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 11, -["Category_ID"] = 12, -["firstID"] = 0, +["nextId"] = 2612, +["Category_ID"] = 15, } , -[2240] = { -["numCriteria"] = 3, -["description"] = "Catch all 3 rare fish in Artaeum.", -["points"] = 5, +[2505] = { +["name"] = "Anequina Style Master", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Anequina style book, found by completing daily quests for Ri\'hirr and Nisuzi.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, -["Category_ID"] = 12, -["name"] = "Artaeum Master Angler", +["Category_ID"] = 11, } , [1474] = { -["numCriteria"] = 1, +["name"] = "Hel Ra Citadel Conqueror", +["achievementIndex"] = 10, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Warrior in Veteran Hel Ra Citadel.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hel Ra Citadel Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 4, -["firstID"] = 0, } , -[2241] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Darkstorm the Alluring at an Abyssal Geyser.", -["points"] = 10, +[2504] = { +["name"] = "Meridian Style Master", +["achievementIndex"] = 14, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Deadly Allure", -["SubCategory"] = "Abyssal Geysers", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 10, -["Category_ID"] = 12, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Meridian style book, occasionally found as rewards for completing the Depths of Malatar dungeon.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2242] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Eejoba the Radiant at an Abyssal Geyser.", -["points"] = 10, +[2503] = { +["name"] = "Coldsnap Style Master", +["achievementIndex"] = 13, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Radiant Riot", -["SubCategory"] = "Abyssal Geysers", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 11, -["Category_ID"] = 12, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Coldsnap style book, occasionally found as rewards for completing the Frostvault dungeon.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2243] = { -["numCriteria"] = 1, +[2501] = { +["name"] = "Keeping In Sync", +["achievementIndex"] = 12, +["SubCategory"] = "Sunspire", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["description"] = "Defeat Tidewrack at an Abyssal Geyser.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Nahviintaas without a member of the group Time Shifting through a Time Breach more than once in Veteran Sunspire.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tidal Grave", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 12, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2318] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Silver Dawn style book, occasionally found as rewards for completing the Moon Hunter Keep dungeon.", -["points"] = 50, +[2500] = { +["name"] = "Faster Than Lightning", +["achievementIndex"] = 11, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "Silver Dawn Style Master", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 9, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2638] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Reach the max rank of the Soul Magic Skill Line.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Soul Magic Skill Master", -["SubCategory"] = "Main Quest", +["description"] = "Defeat Lokkestiiz without any group members being hit by Storm Breath in Sunspire.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, -["Category_ID"] = 7, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2317] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Huntsman style book, occasionally found as rewards for completing the March of Sacrifices dungeon.", -["points"] = 50, +[2499] = { +["name"] = "Strike When the Iron\'s Hot", +["achievementIndex"] = 10, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "Huntsman Style Master", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 8, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2312] = { ["numCriteria"] = 1, -["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.", +["description"] = "Defeat Yolnahkriin while destroying his Iron Servants only after they have enraged in Sunspire.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Perfect Hunt", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 29, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2311] = { -["numCriteria"] = 1, +[2497] = { +["name"] = "Dragon Assassin", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices.", +["firstID"] = 2496, +["numCriteria"] = 1, +["description"] = "Complete 10 Dragon daily quests for Battlereeve Tanerline in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Element of Surprise", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 28, -["Category_ID"] = 18, -["firstID"] = 0, +["nextId"] = 2498, +["Category_ID"] = 11, } , -[2253] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Breach Amid the Trees\" Psijic Order quest in Summerset.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Psijic Forester", +[2496] = { +["name"] = "Dragon Chaser", +["achievementIndex"] = 6, ["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["firstID"] = 2249, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2496, +["numCriteria"] = 1, +["description"] = "Complete 1 Dragon daily quest for Battlereeve Tanerline in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2497, +["Category_ID"] = 11, } , -[2310] = { -["numCriteria"] = 1, -["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.", -["points"] = 10, +[2612] = { +["name"] = "Dragonguard Operative", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Stalwart Sisterhood", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 2609, +["numCriteria"] = 1, +["description"] = "Complete 30 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 27, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2255] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Towers\' Remains\" Psijic Order quest in Summerset.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Psijic Staff Finder", +[2613] = { +["name"] = "A Shield of Senchal", +["achievementIndex"] = 9, ["SubCategory"] = "Quests", -["nextId"] = 2256, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2613, +["numCriteria"] = 1, +["description"] = "Complete 1 Group Boss Daily from Bruccius Baenius.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2614, +["Category_ID"] = 15, } , -[2256] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Time in Doomcrag\'s Shadow\" Psijic Order quest in Summerset.", -["points"] = 10, +[2102] = { +["name"] = "Leave No Bone Unbroken", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Psijic Shadow-Walker", -["SubCategory"] = "Quests", -["nextId"] = 2257, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 20, } , -[2257] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Breach Beyond the Crags\" Psijic Order quest in Summerset.", -["points"] = 10, +[2103] = { +["name"] = "Dragon Bones Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Psijic Chronologer", -["SubCategory"] = "Quests", -["nextId"] = 2210, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete Veteran Fang Lair and Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 20, } , -[2258] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat 200 Rieklings in Veteran Frostvault.", -["points"] = 10, +[2104] = { +["name"] = "Dragon Bones Explorer", +["achievementIndex"] = 1, ["prevId"] = 0, -["name"] = "Veteran Riekling Slayer", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 8, -["Category_ID"] = 16, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Fang Lair or Scalecaller Peak for the first time.", +["Category"] = "Dragon Bones", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 20, } , -[2259] = { +[2618] = { +["name"] = "Liberator of the Lost", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat 20 Centurions in Veteran Frostvault.", +["description"] = "Free 25 Slaves and Refugees from the Pirates and Slavers of Southern Elsweyr", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Centurion Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 9, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2260] = { -["numCriteria"] = 5, +[2620] = { +["name"] = "Grappling Bow Pathfinder", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Frostvault.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Locate and navigate an ancient Dragonguard training ground with your grappling bow.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Frostvault Vanquisher", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 3, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2261] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 2, -["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Veteran Frostvault.", -["points"] = 10, +[2621] = { +["name"] = "Legacy Slayer", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Frostvault Conqueror", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 3, -["Category_ID"] = 16, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Find and defeat all remaining members of the infamous Blue Venom pirates, Sea Elf marauders hidden throughout Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2262] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat the Stonekeeper after pressing the Veracity Verifier in Veteran Frostvault.", -["points"] = 50, +[2623] = { +["name"] = "Hero of the Dragonguard", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "Vault Cracker", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 5, -["Category_ID"] = 16, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of the Dragonguard.", +["Category"] = "Dragonhold", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2309] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Hedge Maze Guardian while all party members avoid its Lurcher Roots attack in Veteran Moon Hunter Keep.", -["points"] = 5, +[2485] = { +["name"] = "Rimmen Revolution", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Root of the Problem", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 2482, +["numCriteria"] = 1, +["description"] = "Complete the \"Two Queens\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 24, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2308] = { -["numCriteria"] = 1, -["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.", -["points"] = 5, +[2484] = { +["name"] = "Riverhold Defender", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Sidestepping Stranglers", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 22, -["Category_ID"] = 18, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2482, +["numCriteria"] = 1, +["description"] = "Complete \"The Battle for Riverhold\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2485, +["Category_ID"] = 11, } , -[2307] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Jailer Melitus without being damaged by Bloody Geysers in Moon Hunter Keep.", -["points"] = 5, +[2483] = { +["name"] = "Precarious Parley", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Bloody Mess", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 7, -["Category_ID"] = 18, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2482, +["numCriteria"] = 1, +["description"] = "Complete \"The Usurper Queen\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2484, +["Category_ID"] = 11, } , -[2306] = { -["numCriteria"] = 1, +[2482] = { +["name"] = "Tharn\'s Aide-de-Camp", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Lead Balorgh into Tharas\' Trap 10 times in Veteran March of Sacrifices.", -["points"] = 5, +["firstID"] = 2482, +["numCriteria"] = 1, +["description"] = "Complete the \"Rage of Dragons\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2483, +["Category_ID"] = 11, +} +, +[2101] = { +["name"] = "Back to the Abyss", +["achievementIndex"] = 3, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, -["name"] = "Trick and Trap", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 20, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 10, +["description"] = "Defeat each of the following bosses that can appear at Abyssal Geysers.", +["Category"] = "Summerset", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2305] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Tarcyr without the indrik teleporting any group members during its Shrouding Mist ability in Veteran March of Sacrifices.", -["points"] = 5, +[2476] = { +["name"] = "Anequina Dragon Hunter", +["achievementIndex"] = 5, ["prevId"] = 0, -["name"] = "Mist Walker", -["SubCategory"] = "Veteran", +["firstID"] = 2474, +["numCriteria"] = 1, +["description"] = "Kill 50 Dragons in the wilds of Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 18, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2304] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Dagrund the Bulky while always dodging his Upheaval ability in Veteran March of Sacrifices.", -["points"] = 5, +[2475] = { +["name"] = "Anequina Dragon Stalker", +["achievementIndex"] = 5, ["prevId"] = 0, -["name"] = "Light on Your Feet", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 16, -["Category_ID"] = 18, -["firstID"] = 0, +["firstID"] = 2474, +["numCriteria"] = 1, +["description"] = "Kill 25 Dragons in the wilds of Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2476, +["Category_ID"] = 11, } , -[2303] = { +[2474] = { +["name"] = "Anequina Dragon Killer", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 2474, ["numCriteria"] = 1, -["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.", +["description"] = "Kill 1 Dragon in the wilds of Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 5, -["prevId"] = 0, -["name"] = "Seasonal Slaying", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 14, -["Category_ID"] = 18, -["firstID"] = 0, +["nextId"] = 2475, +["Category_ID"] = 11, } , -[2302] = { -["numCriteria"] = 3, -["SubCategory_ID"] = 1, -["description"] = "Complete all three Golden Indrik Hunts and gain their boons within March of Sacrifices.", -["points"] = 5, +[2100] = { +["name"] = "Put a Cork In It", +["achievementIndex"] = 1, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, -["name"] = "The Great Indrik Hunt", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 6, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2301] = { -["numCriteria"] = 1, -["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.", +["numCriteria"] = 6, +["description"] = "Destroy the Abyssal Pearl at each Abyssal Geyser in Summerset.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Strangling Cowardice", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 10, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 12, } , -[2272] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat the Symphony of Blades after destroying the Dictates of the Lady of Light in Veteran Depths of Malatar.", -["points"] = 50, +[2471] = { +["name"] = "Wrathstone Dungeoneer", +["achievementIndex"] = 1, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Throwing Shade", -["SubCategory"] = "Veteran", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Frostvault and Depths of Malatar in Normal.", ["Category"] = "Wrathstone", -["achievementIndex"] = 16, -["Category_ID"] = 16, +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, +} +, +[2469] = { +["name"] = "Stoking the Fire", +["achievementIndex"] = 5, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Yolnahkriin after extinguishing his offering braziers in Veteran Sunspire.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, +} +, +[2468] = { +["name"] = "Sunspire Dragonbreak", +["achievementIndex"] = 1, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 10, +["description"] = "Complete the listed achievements for Sunspire.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , [1503] = { -["numCriteria"] = 1, +["name"] = "Aetherian Archive Conqueror", +["achievementIndex"] = 1, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Mage in Veteran Aetherian Archive.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aetherian Archive Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["firstID"] = 0, } , [1504] = { +["name"] = "Ruins of Mazzatun Vanquisher", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in the Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 4, -["Category_ID"] = 22, -["name"] = "Ruins of Mazzatun Vanquisher", +["Category_ID"] = 23, } , [1505] = { -["numCriteria"] = 4, +["name"] = "Ruins of Mazzatun Conqueror", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ruins of Mazzatun Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 16, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1506] = { -["numCriteria"] = 1, +["name"] = "Tree-Minder\'s Mania", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Ruins of Mazzatun, defeat Tree-Minder Na-Kesh after enraging her by destroying her alchemical notes on Amber Plasm.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Tree-Minder\'s Mania", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 17, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1507] = { -["numCriteria"] = 1, +["name"] = "Ruination", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ruination", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 18, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1508] = { -["numCriteria"] = 1, +["name"] = "Unbowed", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Unbowed", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 19, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1509] = { -["numCriteria"] = 1, +["name"] = "Sludge-Slinger Slayer", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Xit-Xaht Sludge-Slingers in Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sludge-Slinger Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 20, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1510] = { -["numCriteria"] = 1, +["name"] = "Xit-Xaht Slayer", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 600 members of the Xit-Xaht tribe in Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Xit-Xaht Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 21, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1511] = { -["numCriteria"] = 4, +["name"] = "Ruins of Mazzatun Challenger", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ruins of Mazzatun Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 15, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1512] = { +["name"] = "Mazzatun Massacre", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat Tree-Minder Na-Kesh after first eliminating all other enemies in Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 5, -["Category_ID"] = 22, -["name"] = "Mazzatun Massacre", +["Category_ID"] = 23, } , [1513] = { -["numCriteria"] = 1, +["name"] = "Savior of the Su-Zahleel", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Rescue all six of the Su-Zahleel Elders from the Ritual Chamber in Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Savior of the Su-Zahleel", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 27, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1514] = { +["name"] = "Sapped Sludge Slingers", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Complete Ruins of Mazzatun without ever allowing a Sludge Slinger to empower one of its allies with Amber Plasm.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 6, -["Category_ID"] = 22, -["name"] = "Sapped Sludge Slingers", +["Category_ID"] = 23, } , [1515] = { -["numCriteria"] = 1, +["name"] = "Haj Mota Matador", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mighty Chudan in Veteran Ruins of Mazzatun without any party members being hit by Bog Rush.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Haj Mota Matador", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 22, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1516] = { -["numCriteria"] = 1, +["name"] = "Obedience Training", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun without unleashing any Wamasu to assist you.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Obedience Training", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 23, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1517] = { -["numCriteria"] = 1, -["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.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Clean Freak", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["achievementIndex"] = 24, -["Category_ID"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 23, } , [1518] = { -["numCriteria"] = 1, +["name"] = "Blind Luck", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blind Luck", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 25, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1519] = { -["numCriteria"] = 1, +["name"] = "Sticky Situation Savvy", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without any party members being struck by Blistering Amber.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sticky Situation Savvy", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 26, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1520] = { +["name"] = "Shadows of the Hist Explorer", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Enter either the Ruins of Mazzatun or the Cradle of Shadows for the first time.", +["Category"] = "Shadows of the Hist", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 1, -["Category_ID"] = 22, -["name"] = "Shadows of the Hist Explorer", +["Category_ID"] = 23, } , -[2273] = { +[2467] = { +["name"] = "Godslayer of Sunspire", +["achievementIndex"] = 13, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["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"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Speed of Light", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 17, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 11, } , [1522] = { +["name"] = "Cradle of Shadows Vanquisher", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in the Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 2, -["Category_ID"] = 22, -["name"] = "Cradle of Shadows Vanquisher", +["Category_ID"] = 23, } , [1523] = { -["numCriteria"] = 5, +["name"] = "Cradle of Shadows Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cradle of Shadows Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 3, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1524] = { -["numCriteria"] = 1, +["name"] = "Velidreth\'s Vengeance", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Velidreth in Veteran Cradle of Shadows, after first enraging her by defiling her statue of Mephala.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Velidreth\'s Vengeance", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 4, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1525] = { -["numCriteria"] = 1, +["name"] = "Exterminator", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Exterminator", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 5, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1526] = { -["numCriteria"] = 1, +["name"] = "Beacon in the Night", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Beacon in the Night", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 6, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1527] = { -["numCriteria"] = 1, +["name"] = "Heretic", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy 50 statues of Velidreth\'s Devotion in Veteran Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Heretic", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 7, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1528] = { -["numCriteria"] = 1, +["name"] = "Spider Cult Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 600 members of the Silken Ring or their Spiderkith allies in Veteran Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Spider Cult Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 8, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1529] = { -["numCriteria"] = 4, +["name"] = "Cradle of Shadows Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cradle of Shadows Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 2, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1530] = { -["numCriteria"] = 1, +["name"] = "Fear No Darkness", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Pass through the spider caves in Veteran Cradle of Shadows without lighting more than two braziers.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fear No Darkness", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 9, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1531] = { -["numCriteria"] = 1, +["name"] = "Shadowplay", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Khephidaen the Spiderkith in Veteran Cradle of Shadows without relighting any extinguished braziers.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shadowplay", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 10, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1532] = { -["numCriteria"] = 1, +["name"] = "Divided He Fell", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Dranos Velador in Veteran Cradle of Shadows without absorbing any orbs.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Divided He Fell", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 11, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1533] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Web Walker", +["achievementIndex"] = 12, ["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 12, -["Category_ID"] = 22, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs.", +["Category"] = "Shadows of the Hist", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 23, } , [1534] = { -["numCriteria"] = 1, +["name"] = "Embrace the Shadow", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without using the Atronach\'s Light synergy.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Embrace the Shadow", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 13, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1535] = { -["numCriteria"] = 1, +["name"] = "Nothing to See Here", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members being caught by her Shadow Sense.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Nothing to See Here", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 14, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1536] = { +["name"] = "Venomous Evasion", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat Velidreth in Cradle of Shadows without any party members being hit by venom sacs.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 3, -["Category_ID"] = 22, -["name"] = "Venomous Evasion", +["Category_ID"] = 23, } , -[2274] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2463] = { +["name"] = "Mural Mender", +["achievementIndex"] = 1, ["prevId"] = 0, -["name"] = "Purified", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 18, -["Category_ID"] = 16, ["firstID"] = 0, +["numCriteria"] = 17, +["description"] = "Collect and restore all fragments of the Rithana-di-Renada, an ancient Khajiiti mural, for the House of Histories.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , [1538] = { -["numCriteria"] = 2, +["name"] = "Shadows of the Hist Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Complete Veteran Cradle of Shadows and Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Shadows of the Hist Delver", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 1, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , -[2275] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Depths of Malatar.", -["points"] = 50, +[2462] = { +["name"] = "Dragonguard Scholar", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Depths of Malatar Challenger", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 13, -["Category_ID"] = 16, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 13, +["description"] = "Read all 13 Dragonguard plaques in the hidden Akaviri shrine known as Dov-Vahl Shrine.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2276] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2461] = { +["name"] = "Northern Elsweyr Skyshard Hunter", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "Depths Defier", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 15, -["Category_ID"] = 16, ["firstID"] = 0, +["numCriteria"] = 18, +["description"] = "Discover all 18 Skyshards in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2277] = { -["numCriteria"] = 2, +[2059] = { +["name"] = "Smoke and Mirrors", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete both Frostvault and Depths of Malatar in Veteran.", -["points"] = 50, +["firstID"] = 2050, +["numCriteria"] = 1, +["description"] = "Complete the \"The Strangeness of Seht\" quest.", +["Category"] = "Clockwork City", +["points"] = 10, +["nextId"] = 2060, +["Category_ID"] = 21, +} +, +[2444] = { +["name"] = "Rimmen Necropolis Group Event", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Wrathstone Delver", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 1, -["Category_ID"] = 16, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Aspect of Darloc Brae and Champion of Mehrunnez in the Rimmen Necropolis.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2293] = { -["numCriteria"] = 1, +[2443] = { +["name"] = "Orcrest Vanquisher", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Defeat the necromancer Baxilt-Gah at Bok-Xul.", +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat three of the champions in Orcrest.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fiend of the Fens", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2294] = { -["numCriteria"] = 1, +[2441] = { +["name"] = "Rimmen Necropolis Vanquisher", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Defeat the miregaunt Walks-Like-Thunder at the Echoing Hollow.", +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat three of the champions in Rimmen Necropolis.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Feller of Thunder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2295] = { -["numCriteria"] = 12, -["description"] = "Catch all 12 rare fish in Murkmire.", -["points"] = 5, +[2438] = { +["name"] = "Dragonbound Demolisher", +["achievementIndex"] = 9, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 200 of Alkosh\'s Fate, Will, Fury, or Ruin in Sunspire.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["name"] = "Murkmire Master Angler", +["Category_ID"] = 11, } , -[2297] = { +[2437] = { +["name"] = "Senche-raht Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Mylenne Moon-Caller without cleansing her Enrage ability in Veteran Moon Hunter Keep.", +["description"] = "Defeat 100 Alkosh\'s Roars, Jone\'s Gale-Claws, or Jode\'s Fire-Fangs in Sunspire.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Unending Rage", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 4, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2298] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.", -["points"] = 10, +[2436] = { +["name"] = "Dragonsbane", +["achievementIndex"] = 7, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "A Hulking Ally", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 3, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2299] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the Archivist without taking group member damage from Symbols of Xarxes in Moon Hunter Keep.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Book Smarts", -["SubCategory"] = "General", +["description"] = "Defeat all enemies in addition to Yolnahkriin, Lokkestiiz, and Nahviintaas without suffering a group member death in Veteran Sunspire.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 4, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2300] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Vykosa the Ascendant without any party member taking damage from her restrained wolf pet in Veteran Moon Hunter Keep.", -["points"] = 5, +[2435] = { +["name"] = "Sunspire Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "On a Short Leash", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 7, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Veteran Sunspire.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1549] = { +["name"] = "Banished Cells I Conqueror", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["name"] = "Banished Cells I Conqueror", } , [1550] = { -["numCriteria"] = 1, +["name"] = "Veteran Bonebreaker I", +["achievementIndex"] = 1, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Skeletons in Veteran Banished Cells I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Bonebreaker I", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["firstID"] = 0, } , [1551] = { -["numCriteria"] = 1, +["name"] = "Veteran Daedra Slayer I", +["achievementIndex"] = 2, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 100 Daedra in Veteran Banished Cells I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Daedra Slayer I", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["firstID"] = 0, } , [1552] = { -["numCriteria"] = 1, +["name"] = "Banished Cells I Assassin", +["achievementIndex"] = 2, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, all within twenty minutes. Timer starts when a group member enters the first hallway.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Banished Cells I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["firstID"] = 0, } , [1553] = { -["numCriteria"] = 1, +["name"] = "Banished Cells I Survivor", +["achievementIndex"] = 1, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Banished Cells I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["firstID"] = 0, } , [1554] = { -["numCriteria"] = 1, +["name"] = "Soul Splitter", +["achievementIndex"] = 2, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat High Kinlord Rilis in Veteran Banished Cells I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Soul Splitter", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["firstID"] = 0, } , [1555] = { -["numCriteria"] = 6, +["name"] = "Banished Cells II Vanquisher", +["achievementIndex"] = 14, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Keeper Areldur, the Maw of the Infernal, Keeper Voranil, Keeper Imiril, Sister Sihna and Sister Vera, and High Kinlord Rilis in Banished Cells II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Banished Cells II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 4, -["firstID"] = 0, } , [1556] = { +["name"] = "Fungal Grotto I Conqueror", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw, and Kra\'gh the Dreugh King in Veteran Fungal Grotto I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["name"] = "Fungal Grotto I Conqueror", } , [1557] = { -["numCriteria"] = 1, +["name"] = "Veteran Goblin Slayer", +["achievementIndex"] = 6, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 450 Goblins in Veteran Fungal Grotto I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Goblin Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["firstID"] = 0, } , [1558] = { -["numCriteria"] = 1, +["name"] = "Veteran Dreugh Slayer", +["achievementIndex"] = 5, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Dreugh in Veteran Fungal Grotto I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dreugh Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["firstID"] = 0, } , [1559] = { -["numCriteria"] = 1, +["name"] = "Fungal Grotto I Assassin", +["achievementIndex"] = 4, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra\'gh the Dreugh King in Veteran Fungal Grotto I, all within 15 minutes. Timer starts when any player enters the tunnel after the first group of Goblins.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fungal Grotto I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["firstID"] = 0, } , [1560] = { -["numCriteria"] = 1, +["name"] = "Fungal Grotto I Survivor", +["achievementIndex"] = 3, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra\'gh the Dreugh King in Veteran Fungal Grotto I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fungal Grotto I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["firstID"] = 0, } , [1561] = { -["numCriteria"] = 1, +["name"] = "Catch of the Day", +["achievementIndex"] = 4, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Dreugh King in Veteran Fungal Grotto I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Catch of the Day", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["firstID"] = 0, } , [1562] = { -["numCriteria"] = 6, +["name"] = "Fungal Grotto II Vanquisher", +["achievementIndex"] = 15, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Mephala\'s Fang, Gamyne Bandu, Ciirenas the Shepherd, the Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Fungal Grotto II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fungal Grotto II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["firstID"] = 0, } , [1563] = { -["numCriteria"] = 1, +["name"] = "Fungal Grotto II Survivor", +["achievementIndex"] = 4, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Mephala\'s Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fungal Grotto II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["firstID"] = 0, } , [1564] = { -["numCriteria"] = 1, +["name"] = "Banished Cells II Survivor", +["achievementIndex"] = 2, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis in Veteran Banished Cells II, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Banished Cells II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["firstID"] = 0, } , [1565] = { +["name"] = "Spindleclutch I Conqueror", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Spindlekin, the Swarm Mother, Cerise the Widow-Maker, Big Rabbu, and the Whisperer in Veteran Spindleclutch I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["name"] = "Spindleclutch I Conqueror", } , [1566] = { -["numCriteria"] = 1, +["name"] = "Veteran Spider Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 600 Spiders in Veteran Spindleclutch I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Spider Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["firstID"] = 0, } , [1567] = { -["numCriteria"] = 1, +["name"] = "Veteran Corrupted Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Corrupted in Veteran Spindleclutch I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Corrupted Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["firstID"] = 0, } , [1568] = { -["numCriteria"] = 1, +["name"] = "Spindleclutch I Assassin", +["achievementIndex"] = 6, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of spiders.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Spindleclutch I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["firstID"] = 0, } , [1569] = { -["numCriteria"] = 1, +["name"] = "Spindleclutch I Survivor", +["achievementIndex"] = 5, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Spindleclutch I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["firstID"] = 0, } , [1570] = { -["numCriteria"] = 1, +["name"] = "Quiet at Last", +["achievementIndex"] = 6, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Whisperer in Veteran Spindleclutch I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Quiet at Last", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["firstID"] = 0, } , [1571] = { -["numCriteria"] = 6, +["name"] = "Spindleclutch II Vanquisher", +["achievementIndex"] = 16, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Mad Martine, Bloodspawn, Praxin Douare, the Flesh Atronach Trio, Urvan Veleth, and Vorenor Winterbourne in Spindleclutch II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Spindleclutch II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 4, -["firstID"] = 0, } , [1572] = { -["numCriteria"] = 1, +["name"] = "Spindleclutch II Survivor", +["achievementIndex"] = 6, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Spindleclutch II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["firstID"] = 0, } , [1573] = { +["name"] = "Elden Hollow I Conqueror", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["name"] = "Elden Hollow I Conqueror", } , [1574] = { -["numCriteria"] = 1, +["name"] = "Veteran Darkfern Orc Slayer", +["achievementIndex"] = 14, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Darkfern Orcs in Veteran Elden Hollow I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Darkfern Orc Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["firstID"] = 0, } , [1575] = { -["numCriteria"] = 1, +["name"] = "Veteran Alit Slayer", +["achievementIndex"] = 13, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 100 Alit in Veteran Elden Hollow I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Alit Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["firstID"] = 0, } , [1576] = { -["numCriteria"] = 1, +["name"] = "Elden Hollow I Assassin", +["achievementIndex"] = 8, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Thalmor.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Elden Hollow I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["firstID"] = 0, } , [1577] = { -["numCriteria"] = 1, +["name"] = "Elden Hollow I Survivor", +["achievementIndex"] = 7, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Elden Hollow I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["firstID"] = 0, } , [1578] = { -["numCriteria"] = 1, +["name"] = "Canonreeve Reaver", +["achievementIndex"] = 8, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Canonreeve Oraneth in Veteran Elden Hollow I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Canonreeve Reaver", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["firstID"] = 0, } , [1579] = { -["numCriteria"] = 6, +["name"] = "Elden Hollow II Vanquisher", +["achievementIndex"] = 17, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Dubroze the Infest, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Elden Hollow II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Elden Hollow II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 4, -["firstID"] = 0, } , [1580] = { -["numCriteria"] = 1, +["name"] = "Elden Hollow II Survivor", +["achievementIndex"] = 8, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Elden Hollow II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["firstID"] = 0, } , [1581] = { +["name"] = "Darkshade Caverns I Conqueror", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["name"] = "Darkshade Caverns I Conqueror", } , [1582] = { -["numCriteria"] = 1, +["name"] = "Veteran Pit Rat Slayer", +["achievementIndex"] = 18, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 175 Pit Rat Thugs in Veteran Darkshade Caverns I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Pit Rat Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["firstID"] = 0, } , [1583] = { -["numCriteria"] = 1, +["name"] = "Veteran Kwama Slayer", +["achievementIndex"] = 17, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Kwama in Veteran Darkshade Caverns I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Kwama Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["firstID"] = 0, } , [1584] = { -["numCriteria"] = 1, +["name"] = "Darkshade Caverns I Assassin", +["achievementIndex"] = 10, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I within twenty minutes of starting the dungeon. Timer starts when a group member descends into the caverns.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darkshade Caverns I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["firstID"] = 0, } , [1585] = { -["numCriteria"] = 1, +["name"] = "Darkshade Caverns I Survivor", +["achievementIndex"] = 9, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darkshade Caverns I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["firstID"] = 0, } , [1586] = { -["numCriteria"] = 1, +["name"] = "Well Out of Warranty", +["achievementIndex"] = 10, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Sentinel of Rkugamz in Veteran Darkshade Caverns I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Well Out of Warranty", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["firstID"] = 0, } , [1587] = { -["numCriteria"] = 6, +["name"] = "Darkshade Caverns II Vanquisher", +["achievementIndex"] = 18, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Darkshade Caverns II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Darkshade Caverns II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 4, -["firstID"] = 0, } , [1588] = { -["numCriteria"] = 1, +["name"] = "Darkshade Caverns II Survivor", +["achievementIndex"] = 10, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darkshade Caverns II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["firstID"] = 0, } , [1589] = { +["name"] = "Wayrest Sewers I Conqueror", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varain Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["name"] = "Wayrest Sewers I Conqueror", } , [1590] = { -["numCriteria"] = 1, +["name"] = "Veteran Skeever Slayer", +["achievementIndex"] = 22, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 800 Skeevers in Veteran Wayrest Sewers I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Skeever Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["firstID"] = 0, } , [1591] = { -["numCriteria"] = 1, +["name"] = "Veteran Mercenary Slayer", +["achievementIndex"] = 21, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 500 Pellingare Mercenaries in Veteran Wayrest Sewers I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Mercenary Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["firstID"] = 0, } , [1592] = { -["numCriteria"] = 1, +["name"] = "Wayrest Sewers I Assassin", +["achievementIndex"] = 12, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I, all within fifteen minutes of starting the dungeon. Timer starts when any player enters the first tunnel to the right of the entrance chamber.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wayrest Sewers I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["firstID"] = 0, } , [1593] = { -["numCriteria"] = 1, +["name"] = "Wayrest Sewers I Survivor", +["achievementIndex"] = 11, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene in Veteran Wayrest Sewers I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wayrest Sewers I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["firstID"] = 0, } , [1594] = { -["numCriteria"] = 1, +["name"] = "Down the Gutter", +["achievementIndex"] = 12, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Allene Pellingare in Veteran Wayrest Sewers I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Down the Gutter", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 5, -["firstID"] = 0, } , [1595] = { -["numCriteria"] = 6, +["name"] = "Wayrest Sewers II Vanquisher", +["achievementIndex"] = 19, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Malubeth the Scourger, Skull Reaper, Uulgarg the Risen, Garron the Returned, the Forgotten One, and Varaine and Allene Pellingare in Wayrest Sewers II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wayrest Sewers II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["firstID"] = 0, } , [1596] = { -["numCriteria"] = 1, +["name"] = "Wayrest Sewers II Survivor", +["achievementIndex"] = 12, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wayrest Sewers II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["firstID"] = 0, } , [1597] = { +["name"] = "City of Ash I Conqueror", +["achievementIndex"] = 13, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat the Infernal Guardian, Golor the Banekin Handler, the Warden of the Shrine, the Dark Ember, Rothariel Flameheart, and Razor Master Erthas in Veteran City of Ash I.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["name"] = "City of Ash I Conqueror", } , [1598] = { -["numCriteria"] = 1, +["name"] = "Veteran Deadlands Banekin Slayer", +["achievementIndex"] = 25, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 550 Banekin in Veteran City of Ash I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Deadlands Banekin Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 5, -["firstID"] = 0, } , [1599] = { -["numCriteria"] = 1, +["name"] = "Veteran Flame Atronach Slayer", +["achievementIndex"] = 26, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 60 Flame Atronach in Veteran City of Ash I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Flame Atronach Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 26, ["Category_ID"] = 5, -["firstID"] = 0, } , [1600] = { -["numCriteria"] = 1, +["name"] = "City of Ash I Assassin", +["achievementIndex"] = 14, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "City of Ash I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["firstID"] = 0, } , [1601] = { -["numCriteria"] = 1, +["name"] = "City of Ash I Survivor", +["achievementIndex"] = 13, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "City of Ash I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["firstID"] = 0, } , [1602] = { -["numCriteria"] = 1, +["name"] = "Fire Brigade", +["achievementIndex"] = 14, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Razor Master Erthas in Veteran City of Ash I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fire Brigade", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["firstID"] = 0, } , [1603] = { -["numCriteria"] = 3, +["name"] = "City of Ash II Vanquisher", +["achievementIndex"] = 20, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria in City of Ash II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "City of Ash II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 4, -["firstID"] = 0, } , [1604] = { +["name"] = "Arx Corinium Conqueror", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Arx Corinium by defeating the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["name"] = "Arx Corinium Conqueror", } , [1605] = { -["numCriteria"] = 1, +["name"] = "Veteran Lamia Slayer", +["achievementIndex"] = 29, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Lamias in Veteran Arx Corinium.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Lamia Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 29, ["Category_ID"] = 5, -["firstID"] = 0, } , [1606] = { -["numCriteria"] = 1, +["name"] = "Veteran Snake Slayer", +["achievementIndex"] = 30, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 175 Giant Snakes in Veteran Arx Corinium.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Snake Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 30, ["Category_ID"] = 5, -["firstID"] = 0, } , [1607] = { -["numCriteria"] = 1, +["name"] = "Arx Corinium Assassin", +["achievementIndex"] = 16, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium within twenty minutes of starting the dungeon. Timer starts when players engage the first group of nesting serpents.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Arx Corinium Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["firstID"] = 0, } , [1608] = { -["numCriteria"] = 1, +["name"] = "Arx Corinium Survivor", +["achievementIndex"] = 15, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Arx Corinium Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["firstID"] = 0, } , [1609] = { -["numCriteria"] = 1, +["name"] = "Snake Skinner", +["achievementIndex"] = 16, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Sellistrix the Lamia Queen in Veteran Arx Corinium, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Snake Skinner", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["firstID"] = 0, } , [1610] = { +["name"] = "Crypt of Hearts I Conqueror", +["achievementIndex"] = 19, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat the Mage Master, Archmaster Siniel, Death\'s Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["name"] = "Crypt of Hearts I Conqueror", } , [1611] = { -["numCriteria"] = 1, +["name"] = "Veteran Crypt Zombie Slayer", +["achievementIndex"] = 32, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Zombies in Veteran Crypt of Hearts I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Crypt Zombie Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 32, ["Category_ID"] = 5, -["firstID"] = 0, } , [1612] = { -["numCriteria"] = 1, +["name"] = "Veteran Crypt Skeleton Slayer", +["achievementIndex"] = 31, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Skeletons in Veteran Crypt of Hearts I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Crypt Skeleton Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 31, ["Category_ID"] = 5, -["firstID"] = 0, } , [1613] = { -["numCriteria"] = 1, +["name"] = "Crypt of Hearts I Assassin", +["achievementIndex"] = 17, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mage Master, Archmaster Siniel, Death\'s Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of undead.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crypt of Hearts I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["firstID"] = 0, } , [1614] = { -["numCriteria"] = 1, +["name"] = "Crypt of Hearts I Survivor", +["achievementIndex"] = 16, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mage Master, Archmaster Siniel, Death\'s Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crypt of Hearts I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["firstID"] = 0, } , [1615] = { -["numCriteria"] = 1, +["name"] = "A Crypt for Two", +["achievementIndex"] = 17, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Ilambris Twins in Veteran Crypt of Hearts I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "A Crypt for Two", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["firstID"] = 0, } , [1616] = { -["numCriteria"] = 6, +["name"] = "Crypt of Hearts II Vanquisher", +["achievementIndex"] = 21, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, the Chamber Guardian, the Brothers Ilambris and the Ilambris Amalgam, Mezeluth, and Nerien\'eth in Crypt of Hearts II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crypt of Hearts II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 4, -["firstID"] = 0, } , [1617] = { +["name"] = "Tempest Island Conqueror", +["achievementIndex"] = 21, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Tempest Island by defeating Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["name"] = "Tempest Island Conqueror", } , [1618] = { -["numCriteria"] = 1, +["name"] = "Veteran Tempest Lamia Slayer", +["achievementIndex"] = 36, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 600 Lamias in Veteran Tempest Island.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Tempest Lamia Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 36, ["Category_ID"] = 5, -["firstID"] = 0, } , [1619] = { -["numCriteria"] = 1, +["name"] = "Veteran Sea Viper Slayer", +["achievementIndex"] = 35, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 550 Sea Vipers in Veteran Tempest Island.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Sea Viper Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 35, ["Category_ID"] = 5, -["firstID"] = 0, } , [1620] = { -["numCriteria"] = 1, +["name"] = "Tempest Island Assassin", +["achievementIndex"] = 19, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Lamia.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Tempest Island Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 5, -["firstID"] = 0, } , [1621] = { -["numCriteria"] = 1, +["name"] = "Tempest Island Survivor", +["achievementIndex"] = 18, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Tempest Island Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["firstID"] = 0, } , [1622] = { -["numCriteria"] = 1, +["name"] = "Burial at Sea", +["achievementIndex"] = 19, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Stormreeve Neidir in Veteran Tempest Island, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Burial at Sea", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["firstID"] = 0, } , [1623] = { +["name"] = "Direfrost Keep Conqueror", +["achievementIndex"] = 22, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Direfrost Keep by defeating Teethnasher the Frostbound, the Guardian of the Flame, Drodda\'s Apprentice, Drodda\'s Dreadlord, Iceheart, and Drodda of Icereach.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["name"] = "Direfrost Keep Conqueror", } , [1624] = { -["numCriteria"] = 1, +["name"] = "Veteran Draugr Slayer", +["achievementIndex"] = 37, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 325 Draugr in Veteran Direfrost Keep.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Draugr Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 37, ["Category_ID"] = 5, -["firstID"] = 0, } , [1625] = { -["numCriteria"] = 1, +["name"] = "Veteran Frozen Skeleton Slayer", +["achievementIndex"] = 38, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Frozen Skeletons in Veteran Direfrost Keep.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Frozen Skeleton Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 38, ["Category_ID"] = 5, -["firstID"] = 0, } , [1626] = { -["numCriteria"] = 1, +["name"] = "Direfrost Keep Assassin", +["achievementIndex"] = 20, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda\'s Apprentice, Drodda\'s Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep within twenty minutes of starting the dungeon. Timer starts when any player enters the first bear-filled cavern.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Direfrost Keep Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["firstID"] = 0, } , [1627] = { -["numCriteria"] = 1, +["name"] = "Direfrost Keep Survivor", +["achievementIndex"] = 19, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda\'s Apprentice, Drodda\'s Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Direfrost Keep Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 5, -["firstID"] = 0, } , [1628] = { -["numCriteria"] = 1, +["name"] = "A Dish Served Cold", +["achievementIndex"] = 20, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Drodda of Icereach in Veteran Direfrost Keep, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "A Dish Served Cold", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["firstID"] = 0, } , [1629] = { +["name"] = "Volenfell Conqueror", +["achievementIndex"] = 23, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Volenfell by defeating the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 27, ["Category_ID"] = 5, -["name"] = "Volenfell Conqueror", } , [1630] = { -["numCriteria"] = 1, +["name"] = "Veteran Treasure Hunter Slayer", +["achievementIndex"] = 40, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 250 Treasure Hunters in Veteran Volenfell.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Treasure Hunter Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 40, ["Category_ID"] = 5, -["firstID"] = 0, } , [1631] = { -["numCriteria"] = 1, +["name"] = "Veteran Dwarven Construct Slayer", +["achievementIndex"] = 39, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Dwarven Constructs in Veteran Volenfell.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dwarven Construct Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 39, ["Category_ID"] = 5, -["firstID"] = 0, } , [1632] = { -["numCriteria"] = 1, +["name"] = "Volenfell Assassin", +["achievementIndex"] = 21, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell within twenty minutes of starting the dungeon. Timer starts when players engage the first group of treasure hunters.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Volenfell Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["firstID"] = 0, } , [1633] = { -["numCriteria"] = 1, +["name"] = "Volenfell Survivor", +["achievementIndex"] = 20, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Volenfell Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["firstID"] = 0, } , [1634] = { -["numCriteria"] = 1, +["name"] = "They Were Just Rusty", +["achievementIndex"] = 21, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Guardian Constructs in Veteran Volenfell, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "They Were Just Rusty", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["firstID"] = 0, } , [1635] = { +["name"] = "Selene\'s Web Conqueror", +["achievementIndex"] = 24, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Selene\'s Web by defeating Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["name"] = "Selene\'s Web Conqueror", } , [1636] = { -["numCriteria"] = 1, +["name"] = "Veteran Selene\'s Bosmer Slayer", +["achievementIndex"] = 41, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 250 of Selene\'s Bosmer in Veteran Selene\'s Web.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Selene\'s Bosmer Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 41, ["Category_ID"] = 5, -["firstID"] = 0, } , [1637] = { -["numCriteria"] = 1, +["name"] = "Veteran Selene\'s Spider Slayer", +["achievementIndex"] = 42, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 250 Spiders in Veteran Selene\'s Web.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Selene\'s Spider Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 42, ["Category_ID"] = 5, -["firstID"] = 0, } , [1638] = { -["numCriteria"] = 1, +["name"] = "Selene\'s Web Assassin", +["achievementIndex"] = 22, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene\'s Web within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Bosmer.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Selene\'s Web Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["firstID"] = 0, } , [1639] = { -["numCriteria"] = 1, +["name"] = "Selene\'s Web Survivor", +["achievementIndex"] = 21, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene\'s Web, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Selene\'s Web Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["firstID"] = 0, } , [1640] = { -["numCriteria"] = 1, +["name"] = "All Wrapped Up", +["achievementIndex"] = 22, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Selene in Veteran Selene\'s Web, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "All Wrapped Up", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["firstID"] = 0, } , [1641] = { +["name"] = "Blessed Crucible Conqueror", +["achievementIndex"] = 25, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Blessed Crucible by defeating Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["name"] = "Blessed Crucible Conqueror", } , [1642] = { -["numCriteria"] = 1, +["name"] = "Veteran Gladiator Slayer", +["achievementIndex"] = 44, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 500 Gladiators in Veteran Blessed Crucible.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Gladiator Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 44, ["Category_ID"] = 5, -["firstID"] = 0, } , [1643] = { -["numCriteria"] = 1, +["name"] = "Veteran Durzog Slayer", +["achievementIndex"] = 43, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 150 Durzogs in Veteran Blessed Crucible.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Durzog Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 43, ["Category_ID"] = 5, -["firstID"] = 0, } , [1644] = { -["numCriteria"] = 1, +["name"] = "Blessed Crucible Assassin", +["achievementIndex"] = 23, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat every boss in Veteran Blessed Crucible within twenty minutes of starting the dungeon. Timer starts when any group member cross the first bridge over lava.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blessed Crucible Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["firstID"] = 0, } , [1645] = { -["numCriteria"] = 1, +["name"] = "Blessed Crucible Survivor", +["achievementIndex"] = 22, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen in Veteran Blessed Crucible, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blessed Crucible Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["firstID"] = 0, } , [1646] = { -["numCriteria"] = 1, +["name"] = "Coronation by Fire", +["achievementIndex"] = 23, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Lava Queen in Veteran Blessed Crucible, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Coronation by Fire", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 5, -["firstID"] = 0, } , [1647] = { +["name"] = "Blackheart Haven Conqueror", +["achievementIndex"] = 26, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Blackheart Haven by defeating Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["name"] = "Blackheart Haven Conqueror", } , [1648] = { -["numCriteria"] = 1, +["name"] = "Veteran Pirate Slayer", +["achievementIndex"] = 46, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 500 Haven Pirates in Veteran Blackheart Haven.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Pirate Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 46, ["Category_ID"] = 5, -["firstID"] = 0, } , [1649] = { -["numCriteria"] = 1, +["name"] = "Veteran Harpy Slayer", +["achievementIndex"] = 45, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Harpies in Veteran Blackheart Haven.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Harpy Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 45, ["Category_ID"] = 5, -["firstID"] = 0, } , [1650] = { -["numCriteria"] = 1, +["name"] = "Blackheart Haven Assassin", +["achievementIndex"] = 24, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven within twenty minutes of starting the dungeon. Timer starts when the first player leaves the starting docks.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blackheart Haven Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["firstID"] = 0, } , [1651] = { -["numCriteria"] = 1, +["name"] = "Blackheart Haven Survivor", +["achievementIndex"] = 23, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blackheart Haven Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["firstID"] = 0, } , [1652] = { -["numCriteria"] = 1, +["name"] = "Thoroughly Plundered", +["achievementIndex"] = 24, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Captain Blackheart in Veteran Blackheart Haven, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Thoroughly Plundered", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["firstID"] = 0, } , [1653] = { +["name"] = "Vaults of Madness Conqueror", +["achievementIndex"] = 27, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 8, ["description"] = "Complete Veteran Vaults of Madness by defeating the Cursed One, Ulguna Soul-Reaver, Death\'s Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["name"] = "Vaults of Madness Conqueror", } , [1654] = { -["numCriteria"] = 1, +["name"] = "Veteran Dremora Slayer", +["achievementIndex"] = 47, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 150 Dremora in Veteran Vaults of Madness.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dremora Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 47, ["Category_ID"] = 5, -["firstID"] = 0, } , [1655] = { -["numCriteria"] = 1, +["name"] = "Veteran Feral Shriven Slayer", +["achievementIndex"] = 48, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 750 Feral Shriven in Veteran Vaults of Madness.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Feral Shriven Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 48, ["Category_ID"] = 5, -["firstID"] = 0, } , [1656] = { -["numCriteria"] = 1, +["name"] = "Vaults of Madness Assassin", +["achievementIndex"] = 25, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death\'s Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness within twenty minutes of starting the dungeon. Timer starts when players engage the first group of tormentors.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vaults of Madness Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 5, -["firstID"] = 0, } , [1657] = { -["numCriteria"] = 1, +["name"] = "Vaults of Madness Survivor", +["achievementIndex"] = 24, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death\'s Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vaults of Madness Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["firstID"] = 0, } , [1658] = { -["numCriteria"] = 1, +["name"] = "New Mayor of Crazy Town", +["achievementIndex"] = 25, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mad Architect in Veteran Vaults of Madness, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "New Mayor of Crazy Town", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["firstID"] = 0, } , [1659] = { +["name"] = "Dro-m\'Athra Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the dro-m\'Athra style book, found in weekly quest reward containers for sealing the Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 7, -["Category_ID"] = 24, -["name"] = "Dro-m\'Athra Style Master", +["Category_ID"] = 25, } , [1660] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Order of the Hour style book, occasionally found in daily quest reward containers for successfully competing in the Kvatch Arena.", -["points"] = 50, +["name"] = "Order of the Hour Style Master", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["nextId"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Order of the Hour style book, occasionally found in daily quest reward containers for successfully competing in the Kvatch Arena.", ["Category"] = "Dark Brotherhood", -["achievementIndex"] = 9, -["Category_ID"] = 23, -["name"] = "Order of the Hour Style Master", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 24, } , [1661] = { +["name"] = "Dark Brotherhood Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Dark Brotherhood style book, often found in daily quest reward containers for fulfilling the Black Sacrament.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 7, -["Category_ID"] = 23, -["name"] = "Dark Brotherhood Style Master", +["Category_ID"] = 24, } , [1662] = { +["name"] = "Minotaur Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Minotaur style book, occasionally found in daily quest reward containers for resolving the disturbances at Tribune\'s Folly.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 8, -["Category_ID"] = 23, -["name"] = "Minotaur Style Master", +["Category_ID"] = 24, } , [1663] = { -["numCriteria"] = 5, +["name"] = "Anomalous Scholar", +["achievementIndex"] = 8, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover and complete all five Magical Anomalies in Craglorn.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Anomalous Scholar", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [1664] = { -["numCriteria"] = 5, +["name"] = "Anka-Ra Consecrationist", +["achievementIndex"] = 7, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover and complete all five Anka-Ra Sites in Craglorn.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Anka-Ra Consecrationist", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [1665] = { -["numCriteria"] = 5, +["name"] = "Nirncrux Inspector", +["achievementIndex"] = 9, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover and complete all five Iron Orc Nirncrux Mines in Craglorn.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Nirncrux Inspector", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , -[2320] = { -["numCriteria"] = 12, -["description"] = "Collect and restore all the stone tablets in the Xinchei-Konu, an ancient Argonian calendar.", -["points"] = 50, +[2434] = { +["name"] = "Sunspire Sprinter", +["achievementIndex"] = 4, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 3, -["Category_ID"] = 17, -["name"] = "Chronic Chronologer", +["Category_ID"] = 11, } , -[2330] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Get to know the Shadowscale with peculiar interest in your activities in Murkmire.", -["points"] = 5, +[2433] = { +["name"] = "Sunspire Completed", +["achievementIndex"] = 2, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "Surreptitiously Shadowed", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 13, -["Category_ID"] = 17, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Sunspire.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2331] = { -["numCriteria"] = 5, -["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Murkmire.", -["points"] = 50, +[2432] = { +["name"] = "Scalebreaker Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Moongrave Fane and Lair of Maarselok in Veteran.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 2, -["Category_ID"] = 17, -["name"] = "Hero of Murkmire", +["Category_ID"] = 16, } , -[2332] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 20 Story Quests in Murkmire.", -["points"] = 15, +[2431] = { +["name"] = "Nature\'s Wrath", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Murkmire Adventurer", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 3, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2333] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Sunken Treasure\" quest.", -["points"] = 10, +[2430] = { +["name"] = "Lair of Maarselok Challenger", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Traps and Treasures", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 8, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2334] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Missing in Murkmire\" quest.", -["points"] = 10, +[2429] = { +["name"] = "Undying Endurance", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Seeker of the Lost", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 9, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2335] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Whispers in the Wood\" quest.", -["points"] = 10, +[2428] = { +["name"] = "Weed Eater", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Mysteries of the Remnant", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 10, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2342] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Kill 100 Voriplasms in Murkmire.", -["points"] = 5, +[2427] = { +["name"] = "Selene\'s Savior", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Voriplasm Slayer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 10, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Maarselok in his roost after using the Azureblight Seed in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2344] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 Delve Daily from Varo Hosidias.", -["points"] = 5, +[2426] = { +["name"] = "Lair of Maarselok Conqueror", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Collecting Curiosities", -["SubCategory"] = "Quests", -["nextId"] = 2345, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["firstID"] = 2344, -} -, -[2345] = { -["numCriteria"] = 1, ["SubCategory_ID"] = 2, -["description"] = "Complete 10 Delve Dailies from Varo Hosidias.", +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Acquiring Antiquities", -["SubCategory"] = "Quests", -["nextId"] = 2346, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["firstID"] = 2344, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2346] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Delve Dailies from Varo Hosidias.", -["points"] = 15, +[2425] = { +["name"] = "Lair of Maarselok Vanquisher", +["achievementIndex"] = 6, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Hauling Heirlooms", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 1, +["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"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["firstID"] = 2344, +["Category_ID"] = 16, } , -[2347] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 Group Boss Daily from Bolu.", -["points"] = 5, +[2625] = { +["name"] = "Psijic Order Skill Master", +["achievementIndex"] = 1, ["prevId"] = 0, -["name"] = "Strength of a Naga", -["SubCategory"] = "Quests", -["nextId"] = 2348, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 2347, -} -, -[2348] = { +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 10 Group Boss Dailies from Bolu.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Courage of a Naga", -["SubCategory"] = "Quests", -["nextId"] = 2349, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 2347, +["description"] = "Reach the max rank of the Psijic Order Skill Line.", +["Category"] = "Summerset", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2349] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Group Boss Dailies from Bolu.", -["points"] = 15, +[2626] = { +["name"] = "Welcome to Pellitine", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Heart of a Naga", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter Southern Elsweyr for the first time.", +["Category"] = "Dragonhold", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 2347, +["Category_ID"] = 15, } , -[2353] = { -["numCriteria"] = 1, +[2633] = { +["name"] = "Helping the Helpless", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Help the Bright-Throats assure the future of their tribe.", +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Provide help for those within South Guard Ruins and Black Heights.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Progeny", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 4, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2354] = { -["numCriteria"] = 1, +[2634] = { +["name"] = "A New Beginning", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Help the Dead-Water follow their chosen path.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Help the South Guard siblings escape from Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cold-Blood, Warm Heart", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 1, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2355] = { -["numCriteria"] = 3, -["SubCategory_ID"] = 2, -["description"] = "Befriend the Bright-Throat, Dead-Water, and Root-Whisper tribes by offering them aid in times of need.", -["points"] = 15, -["prevId"] = 0, -["name"] = "Friend of Murkmire", +[2635] = { +["name"] = "Leaves on the Wind", +["achievementIndex"] = 3, ["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 2, -["Category_ID"] = 17, +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Help restore the Wall of Life within the town of Black Heights.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2359] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 3, -["description"] = "Learn every chapter in the Honor Guard style book, occasionally found as rewards for completing Blackrose Prison.", -["points"] = 50, +[2637] = { +["name"] = "Pellitine Dragon Hunter", +["achievementIndex"] = 4, ["prevId"] = 0, -["name"] = "Honor Guard Style Master", -["SubCategory"] = "Blackrose Prison", +["firstID"] = 2631, +["numCriteria"] = 1, +["description"] = "Kill 50 Dragons in the wilds of Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 16, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2362] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Blackrose Prison.", -["points"] = 15, +[2418] = { +["name"] = "Blood Rush", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Blackrose Prison Vanquisher", -["SubCategory"] = "Blackrose Prison", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 1, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2363] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison.", +["numCriteria"] = 1, +["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"] = "Scalebreaker", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blackrose Prison Conqueror", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 4, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 16, } , -[2364] = { +[2417] = { +["name"] = "Drunk on Power", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["description"] = "Defeat Grundwulf after using the Sangiin Hemo Helot in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sigil Stingy", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 12, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 16, } , -[2104] = { -["numCriteria"] = 1, -["description"] = "Enter either Fang Lair or Scalecaller Peak for the first time.", -["points"] = 5, +[2416] = { +["name"] = "Moongrave Fane Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 2, -["Category_ID"] = 19, -["name"] = "Dragon Bones Explorer", +["Category_ID"] = 16, } , -[2076] = { +[2415] = { +["name"] = "Moongrave Fane Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 16, +} +, +[2413] = { +["name"] = "Hollowfang Clan Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.", -["points"] = 15, +["description"] = "Defeat 200 Hollowfang Clan vampires in Veteran Moongrave Fane. Hollowfang Dire-Maws and Bloodpanthers do not give credit for this achievement.", +["Category"] = "Scalebreaker", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 16, +} +, +[2412] = { +["name"] = "Northern Elsweyr Master Angler", +["achievementIndex"] = 3, ["prevId"] = 0, -["name"] = "Asylum Sanctorium Completed", -["SubCategory"] = "Asylum Sanctorium", +["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Catch all 12 rare fish in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, +["Category_ID"] = 11, +} +, +[2411] = { +["name"] = "Defender of Northern Elsweyr", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Defeat all six world bosses in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2078] = { +[2638] = { +["name"] = "Soul Magic Skill Master", +["achievementIndex"] = 5, +["SubCategory"] = "Main Quest", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["description"] = "Reach the max rank of the Soul Magic Skill Line.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Asylum Sanctorium Contender", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 7, } , [1690] = { +["name"] = "Bloodroot Forge Vanquisher", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 2, -["Category_ID"] = 21, -["name"] = "Bloodroot Forge Vanquisher", +["Category_ID"] = 22, } , [1691] = { -["numCriteria"] = 6, +["name"] = "Bloodroot Forge Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bloodroot Forge Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 3, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1692] = { -["numCriteria"] = 1, +["name"] = "Veteran Firehide Slayer", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Dreadhorn Firehides in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Firehide Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 7, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1693] = { -["numCriteria"] = 1, +["name"] = "Veteran Dreadhorn Warrior Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Dreadhorn Blade-Bearers, Manhunters, and Clanslayers in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dreadhorn Warrior Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 8, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1694] = { -["numCriteria"] = 1, +["name"] = "Right to the Root of the Problem", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Right to the Root of the Problem", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 5, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1695] = { -["numCriteria"] = 1, +["name"] = "Parched Earth", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Parched Earth", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 6, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1696] = { -["numCriteria"] = 1, +["name"] = "Tempered Tantrum", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge after invoking the Scroll of Glorious Battle.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Tempered Tantrum", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 4, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1697] = { +["name"] = "Blood, Sweat and Fire", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 2, ["description"] = "Use the Stonefire Crucible to stun five targets and the Flameslake Cauldron to cool five lava pools within Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 3, -["Category_ID"] = 21, -["name"] = "Blood, Sweat and Fire", +["Category_ID"] = 22, } , [1698] = { +["name"] = "Falkreath Hold Vanquisher", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 4, -["Category_ID"] = 21, -["name"] = "Falkreath Hold Vanquisher", +["Category_ID"] = 22, } , [1699] = { -["numCriteria"] = 5, +["name"] = "Falkreath Hold Conqueror", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Falkreath Hold Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 18, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1700] = { -["numCriteria"] = 1, +["name"] = "Veteran Minotaur Trampler Slayer", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 60 Dreadhorn Tramplers in Veteran Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Minotaur Trampler Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 22, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1701] = { -["numCriteria"] = 1, +["name"] = "Veteran Dreadhorn Mage Slayer", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 150 Dreadhorn Town-Razers, Wildtamers, and Firebrands in Veteran Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dreadhorn Mage Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 23, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1702] = { -["numCriteria"] = 1, +["name"] = "Bull Rush", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bull Rush", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 20, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1703] = { -["numCriteria"] = 1, +["name"] = "The Unbroken Line", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Unbroken Line", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 21, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1704] = { -["numCriteria"] = 1, +["name"] = "Taking the Bull by the Horns", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold after sounding the Warhorn in the Jarl\'s Hall.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Taking the Bull by the Horns", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 19, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1705] = { +["name"] = "Saluting the Honored Dead", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Cleanse 1000 corpses in Falkreath Hold\'s Hall of the Dead on any difficulty.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 5, -["Category_ID"] = 21, -["name"] = "Saluting the Honored Dead", +["Category_ID"] = 22, } , -[2079] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2656] = { +["name"] = "Draconic Minion Slayer", +["achievementIndex"] = 1, ["prevId"] = 0, -["name"] = "Asylum Sanctorium Vanquisher", -["SubCategory"] = "Asylum Sanctorium", -["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, ["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Kill 100 Undead Dragon Minions, 25 Storm Atronachs, and 25 Frost Atronachs while battling Dragons.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, } , [1707] = { +["name"] = "Green No Longer", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 1707, ["numCriteria"] = 1, ["description"] = "Complete one Undaunted Pledge bestowed by Urgarlag Chief-bane.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1707, ["nextId"] = 1708, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["name"] = "Green No Longer", } , [1708] = { +["name"] = "A Bloody Business", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 1707, ["numCriteria"] = 1, ["description"] = "Complete 10 Undaunted Pledges bestowed by Urgarlag Chief-bane.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1707, ["nextId"] = 1709, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["name"] = "A Bloody Business", } , [1709] = { +["name"] = "Seeker of the Unknown", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 1707, ["numCriteria"] = 1, ["description"] = "Complete 50 Undaunted Pledges bestowed by Urgarlag Chief-bane.", +["Category"] = "Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 1707, ["nextId"] = 1710, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["name"] = "Seeker of the Unknown", } , [1710] = { +["name"] = "Urgarlag\'s Cohort", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 1707, ["numCriteria"] = 1, ["description"] = "Complete 100 Undaunted Pledges bestowed by Urgarlag Chief-bane.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1707, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["name"] = "Urgarlag\'s Cohort", } , -[2082] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2408] = { +["name"] = "Grave Guardian", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Beatific Beatdown", -["SubCategory"] = "Asylum Sanctorium", -["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 10, -["Category_ID"] = 20, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the necromancer, Thannar the Graveprowler, at Scar\'s Edge.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1712] = { +["name"] = "Ancestral Tombs Hunter", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 30, ["description"] = "Find all 30 ancestral tombs in Vvardenfell, make a rubbing of the information they contain, and deliver these rubbings to Librarian Bradyn to discover the location of the lost Library of Andule.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 1, ["Category_ID"] = 13, -["name"] = "Ancestral Tombs Hunter", } , -[2429] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2405] = { +["name"] = "Skullcracker", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Undying Endurance", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 20, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the skullguard, Na\'ruzz the Boneweaver, at the Bone Pit.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2430] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Lair of Maarselok.", -["points"] = 50, +[2404] = { +["name"] = "Northern Elsweyr Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Lair of Maarselok Challenger", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 15, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Discover and clear all caves and striking locales in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2431] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2658] = { +["name"] = "A Hero\'s Song", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Nature\'s Wrath", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragonhold", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 16, ["Category_ID"] = 15, -["firstID"] = 0, } , -[2432] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 2, -["description"] = "Complete both Moongrave Fane and Lair of Maarselok in Veteran.", -["points"] = 50, +[2660] = { +["name"] = "Harrowstorm Scout", +["achievementIndex"] = 2, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Scalebreaker Delver", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 1, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2433] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Sunspire.", +["numCriteria"] = 2, +["description"] = "Complete both Icereach and Unhallowed Grave in Normal.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sunspire Completed", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 2, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 14, } , -[2434] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["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.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Sunspire Sprinter", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 0, -} -, -[2435] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Veteran Sunspire.", -["points"] = 10, +[2401] = { +["name"] = "The Tangle Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Sunspire Conqueror", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2436] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat all enemies in addition to Yolnahkriin, Lokkestiiz, and Nahviintaas without suffering a group member death in Veteran Sunspire.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Dragonsbane", -["SubCategory"] = "Sunspire", -["nextId"] = 0, +["description"] = "Explore and clear the Tangle.", ["Category"] = "Elsweyr", -["achievementIndex"] = 7, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, -["firstID"] = 0, } , -[2437] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat 100 Alkosh\'s Roars, Jone\'s Gale-Claws, or Jode\'s Fire-Fangs in Sunspire.", -["points"] = 10, +[2670] = { +["name"] = "Frozen Finish", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Senche-raht Slayer", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 8, -["Category_ID"] = 11, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2438] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat 200 of Alkosh\'s Fate, Will, Fury, or Ruin in Sunspire.", +["description"] = "Defeat Kjarg the Tuskscraper with at least three fully-formed Frost Atronachs alive in Veteran Icereach.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dragonbound Demolisher", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 9, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 14, } , -[2441] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Defeat three of the champions in Rimmen Necropolis.", -["points"] = 10, +[2193] = { +["name"] = "Savior of Summerset", +["achievementIndex"] = 3, ["prevId"] = 0, -["name"] = "Rimmen Necropolis Vanquisher", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 10, -["Category_ID"] = 11, ["firstID"] = 0, +["numCriteria"] = 7, +["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Summerset.", +["Category"] = "Summerset", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2443] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Defeat three of the champions in Orcrest.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Orcrest Vanquisher", +[2398] = { +["name"] = "Desert Wind Caverns Explorer", +["achievementIndex"] = 5, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 12, -["Category_ID"] = 11, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2444] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Aspect of Darloc Brae and Champion of Mehrunnez in the Rimmen Necropolis.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Rimmen Necropolis Group Event", -["SubCategory"] = "Exploration", -["nextId"] = 0, +["description"] = "Explore and clear Desert Wind Caverns.", ["Category"] = "Elsweyr", -["achievementIndex"] = 13, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, -["firstID"] = 0, } , -[2461] = { -["numCriteria"] = 18, -["description"] = "Discover all 18 Skyshards in Northern Elsweyr.", -["points"] = 10, +[2397] = { +["name"] = "Predator Mesa Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["nextId"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Predator Mesa.", ["Category"] = "Elsweyr", -["achievementIndex"] = 2, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, -["name"] = "Northern Elsweyr Skyshard Hunter", } , -[2462] = { -["numCriteria"] = 13, -["SubCategory_ID"] = 1, -["description"] = "Read all 13 Dragonguard plaques in the hidden Akaviri shrine known as Dov-Vahl Shrine.", -["points"] = 15, -["prevId"] = 0, -["name"] = "Dragonguard Scholar", +[2396] = { +["name"] = "Abode of Ignominy Explorer", +["achievementIndex"] = 3, ["SubCategory"] = "Exploration", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear the Abode of Ignominy.", ["Category"] = "Elsweyr", -["achievementIndex"] = 17, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, -["firstID"] = 0, } , -[2463] = { -["numCriteria"] = 17, -["description"] = "Collect and restore all fragments of the Rithana-di-Renada, an ancient Khajiiti mural, for the House of Histories.", -["points"] = 50, +[2194] = { +["name"] = "The Good of the Many", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 9, +["description"] = "Stop the conspiracy sowing chaos through Summerset, protect the Crystal Tower, and forge a new alliance to restore the Isles to order.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 1, -["Category_ID"] = 11, -["name"] = "Mural Mender", +["Category_ID"] = 12, } , -[2467] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["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.", -["points"] = 50, +[2195] = { +["name"] = "Divine Solicitor", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Godslayer of Sunspire", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 13, -["Category_ID"] = 11, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2195, +["numCriteria"] = 1, +["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Tanorian.", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 2196, +["Category_ID"] = 12, } , -[2468] = { -["numCriteria"] = 10, -["SubCategory_ID"] = 3, -["description"] = "Complete the listed achievements for Sunspire.", -["points"] = 50, +[2196] = { +["name"] = "Divine Advocate", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Sunspire Dragonbreak", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 1, -["Category_ID"] = 11, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2195, +["numCriteria"] = 1, +["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Tanorian.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2197, +["Category_ID"] = 12, } , -[2469] = { +[2197] = { +["name"] = "Divine Magistrate", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2195, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Yolnahkriin after extinguishing his offering braziers in Veteran Sunspire.", +["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Tanorian.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stoking the Fire", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 12, } , -[2471] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Complete both Frostvault and Depths of Malatar in Normal.", -["points"] = 50, +[2198] = { +["name"] = "Divine Prosecutor", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Wrathstone Dungeoneer", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 1, -["Category_ID"] = 16, -["firstID"] = 0, -} -, -[2474] = { +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["description"] = "Kill 1 Dragon in the wilds of Northern Elsweyr.", +["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Farowel", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 2474, -["nextId"] = 2475, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["name"] = "Anequina Dragon Killer", +["nextId"] = 2199, +["Category_ID"] = 12, } , -[2475] = { +[2199] = { +["name"] = "Divine Judge", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["description"] = "Kill 25 Dragons in the wilds of Northern Elsweyr.", +["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Farowel.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 2474, -["nextId"] = 2476, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["name"] = "Anequina Dragon Stalker", +["nextId"] = 2200, +["Category_ID"] = 12, } , -[2476] = { +[2200] = { +["name"] = "Divine Executioner", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["description"] = "Kill 50 Dragons in the wilds of Northern Elsweyr.", +["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Farowel.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 2474, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["name"] = "Anequina Dragon Hunter", +["Category_ID"] = 12, } , -[2482] = { -["numCriteria"] = 1, +[2201] = { +["name"] = "For the Queen", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"Rage of Dragons\" quest in Northern Elsweyr.", +["firstID"] = 2201, +["numCriteria"] = 1, +["description"] = "Complete the \"The Queen\'s Decree\" quest.", +["Category"] = "Summerset", ["points"] = 10, +["nextId"] = 2202, +["Category_ID"] = 12, +} +, +[2202] = { +["name"] = "Precious Pearl", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Tharn\'s Aide-de-Camp", +["SubCategory_ID"] = 2, +["firstID"] = 2201, +["numCriteria"] = 1, +["description"] = "Complete the \"A Pearl of Great Price\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2203, +["Category_ID"] = 12, +} +, +[2203] = { +["name"] = "Mind Games", +["achievementIndex"] = 5, ["SubCategory"] = "Quests", -["nextId"] = 2483, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["firstID"] = 2482, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2201, +["numCriteria"] = 1, +["description"] = "Complete the \"Buried Memories\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2204, +["Category_ID"] = 12, } , -[2483] = { +[2204] = { +["name"] = "Resolute Guardian", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2201, ["numCriteria"] = 1, +["description"] = "Complete the \"The Tower Sentinels\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2206] = { +["name"] = "Unreliable Narrator", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete \"The Usurper Queen\" quest in Northern Elsweyr.", +["firstID"] = 2205, +["numCriteria"] = 1, +["description"] = "Complete the \"Lost in Translation\" quest.", +["Category"] = "Summerset", ["points"] = 10, +["nextId"] = 2207, +["Category_ID"] = 12, +} +, +[2207] = { +["name"] = "Enemy of My Enemy", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Precarious Parley", +["SubCategory_ID"] = 2, +["firstID"] = 2205, +["numCriteria"] = 1, +["description"] = "Complete the \"A Necessary Alliance\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2208, +["Category_ID"] = 12, +} +, +[2208] = { +["name"] = "What Must Be Done", +["achievementIndex"] = 6, ["SubCategory"] = "Quests", -["nextId"] = 2484, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["firstID"] = 2482, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2205, +["numCriteria"] = 1, +["description"] = "Complete the \"The Crystal Tower\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2484] = { +[2209] = { +["name"] = "Summerset Grand Adventurer", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Complete 33 quests in Summerset.", +["Category"] = "Summerset", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2210] = { +["name"] = "Psijic Sage", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete \"The Battle for Riverhold\" quest in Northern Elsweyr.", +["firstID"] = 2254, +["numCriteria"] = 1, +["description"] = "Complete \"The Towers\' Fall\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2211] = { +["name"] = "Message in a Bottle", +["achievementIndex"] = 5, ["prevId"] = 0, -["name"] = "Riverhold Defender", -["SubCategory"] = "Quests", -["nextId"] = 2485, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["firstID"] = 2482, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Learn the fate of the Lost Sailor.", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2485] = { +[2232] = { +["name"] = "Misery Loves Company", +["achievementIndex"] = 14, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Two Queens\" quest in Northern Elsweyr.", -["points"] = 10, +["description"] = "While battling Z\'Maja with all three of the Welkynars\' shades by her side, a player with the Hoarfrost affliction and two other players with the Voltaic Overload affliction share the damage of the Roaring Flare eruption in Veteran Cloudrest.", +["Category"] = "Summerset", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2233] = { +["name"] = "Flares and Deadly Shadows", +["achievementIndex"] = 15, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, -["name"] = "Rimmen Revolution", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While battling Z\'Maja with Siroria\'s shade by her side, utilize a Roaring Flare attack and achieve 20 killing blows against Shadows of the Fallen in Veteran Cloudrest.", +["Category"] = "Summerset", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2234] = { +["name"] = "Core Coordination", +["achievementIndex"] = 16, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While battling Z\'Maja, after activating a single Welkynar\'s Light, activate two more Welkynar\'s Lights and destroy three Malevolent Cores within the next 6 seconds in Veteran Cloudrest.", +["Category"] = "Summerset", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2235] = { +["name"] = "Yaghra Blockade", +["achievementIndex"] = 17, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While battling Z\'Maja during a single Shadow World event, prevent all yaghra from entering the gateway and crossing into the mortal realm on 15 separate occasions in Cloudrest.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["firstID"] = 2482, +["Category_ID"] = 12, } , -[2486] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Final Order\" quest in Northern Elsweyr.", -["points"] = 10, +[2748] = { +["name"] = "New Moon Priest Style Master", +["achievementIndex"] = 3, ["prevId"] = 0, -["name"] = "Assassination Cessation", -["SubCategory"] = "Quests", -["nextId"] = 2487, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 2486, +["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the New Moon Priest style book, found in the Dragonguard Supply Chest.", +["Category"] = "Dragonhold", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2487] = { +[2237] = { +["name"] = "Shocking Instinct", +["achievementIndex"] = 12, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Cadwell the Betrayer\" quest in Northern Elsweyr.", +["description"] = "While battling Relequen\'s shade by itself, no player is hit by Voltaic Overload and no player spreads Voltaic Current to other players throughout the entire encounter in Cloudrest.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Betrayer Breaker", -["SubCategory"] = "Quests", -["nextId"] = 2488, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 2486, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2488] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Jode\'s Core\" quest in Northern Elsweyr.", -["points"] = 10, +[2240] = { +["name"] = "Artaeum Master Angler", +["achievementIndex"] = 7, ["prevId"] = 0, -["name"] = "Moonwalker", -["SubCategory"] = "Quests", -["nextId"] = 2489, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 2486, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Catch all 3 rare fish in Artaeum.", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2489] = { +[2241] = { +["name"] = "Deadly Allure", +["achievementIndex"] = 10, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Heir of Anequina\" quest in Northern Elsweyr.", +["description"] = "Defeat Darkstorm the Alluring at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Queenmaker", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 2486, +["Category_ID"] = 12, } , -[2490] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete your first job for the Baandari job broker Nisuzi in Northern Elsweyr.", -["points"] = 5, +[2242] = { +["name"] = "Radiant Riot", +["achievementIndex"] = 11, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, -["name"] = "Baandari Hireling", -["SubCategory"] = "Quests", -["nextId"] = 2491, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, -["firstID"] = 2490, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Eejoba the Radiant at an Abyssal Geyser.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2491] = { +[2243] = { +["name"] = "Tidal Grave", +["achievementIndex"] = 12, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 10 jobs for the Baandari job broker Nisuzi in Northern Elsweyr.", +["description"] = "Defeat Tidewrack at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Baandari Associate", -["SubCategory"] = "Quests", -["nextId"] = 2492, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, -["firstID"] = 2490, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2492] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 jobs for the Baandari job broker Nisuzi in Northern Elsweyr.", -["points"] = 15, +[2244] = { +["name"] = "Snake Charmer", +["achievementIndex"] = 13, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, -["name"] = "Baandari Agent", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Vsskalvor at an Abyssal Geyser.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, -["firstID"] = 2490, +["Category_ID"] = 12, } , -[2493] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 world boss daily quest for Ri\'hirr of the Northern Elsweyr Defense Force.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Anequina Monster Hunter", +[2249] = { +["name"] = "Psijic Responder", +["achievementIndex"] = 3, ["SubCategory"] = "Quests", -["nextId"] = 2494, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["firstID"] = 2493, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Complete \"The Psijics\' Calling\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2250, +["Category_ID"] = 12, } , -[2494] = { -["numCriteria"] = 1, +[2250] = { +["name"] = "Psijic Pursuer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 10 world boss daily quests for Ri\'hirr of the Northern Elsweyr Defense Force.", +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Complete the \"Breaches on the Bay\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Anequina Monster Slayer", -["SubCategory"] = "Quests", -["nextId"] = 2495, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["firstID"] = 2493, +["nextId"] = 2251, +["Category_ID"] = 12, } , -[2496] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 Dragon daily quest for Battlereeve Tanerline in Northern Elsweyr.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Dragon Chaser", +[2251] = { +["name"] = "Psijic Regulator", +["achievementIndex"] = 3, ["SubCategory"] = "Quests", -["nextId"] = 2497, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, -["Category_ID"] = 11, -["firstID"] = 2496, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Complete the \"Breaches of Frost and Fire\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2252, +["Category_ID"] = 12, } , -[2497] = { -["numCriteria"] = 1, +[2252] = { +["name"] = "Psijic Repairer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 10 Dragon daily quests for Battlereeve Tanerline in Northern Elsweyr.", +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Complete \"The Shattered Staff\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dragon Assassin", -["SubCategory"] = "Quests", -["nextId"] = 2498, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, -["Category_ID"] = 11, -["firstID"] = 2496, +["nextId"] = 2253, +["Category_ID"] = 12, } , -[2499] = { +[2253] = { +["name"] = "Psijic Forester", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Yolnahkriin while destroying his Iron Servants only after they have enraged in Sunspire.", +["description"] = "Complete the \"A Breach Amid the Trees\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Strike When the Iron\'s Hot", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 10, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 12, } , -[2500] = { +[2254] = { +["name"] = "Psijic Mudslinger", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2254, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Lokkestiiz without any group members being hit by Storm Breath in Sunspire.", +["description"] = "Complete the \"A Time for Mud and Mushrooms\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Faster Than Lightning", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 11, -["Category_ID"] = 11, -["firstID"] = 0, +["nextId"] = 2255, +["Category_ID"] = 12, } , -[2501] = { +[2255] = { +["name"] = "Psijic Staff Finder", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2254, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Nahviintaas without a member of the group Time Shifting through a Time Breach more than once in Veteran Sunspire.", +["description"] = "Complete \"The Towers\' Remains\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Keeping In Sync", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 12, -["Category_ID"] = 11, -["firstID"] = 0, +["nextId"] = 2256, +["Category_ID"] = 12, } , -[2503] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Coldsnap style book, occasionally found as rewards for completing the Frostvault dungeon.", -["points"] = 50, +[2256] = { +["name"] = "Psijic Shadow-Walker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Coldsnap Style Master", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 13, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2254, +["numCriteria"] = 1, +["description"] = "Complete the \"Time in Doomcrag\'s Shadow\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2257, +["Category_ID"] = 12, } , -[2504] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Meridian style book, occasionally found as rewards for completing the Depths of Malatar dungeon.", -["points"] = 50, +[2257] = { +["name"] = "Psijic Chronologer", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Meridian Style Master", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 14, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2254, +["numCriteria"] = 1, +["description"] = "Complete the \"A Breach Beyond the Crags\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2210, +["Category_ID"] = 12, } , -[2505] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Anequina style book, found by completing daily quests for Ri\'hirr and Nisuzi.", -["points"] = 50, +[2258] = { +["name"] = "Veteran Riekling Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 200 Rieklings in Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, -["name"] = "Anequina Style Master", +["Category_ID"] = 17, } , -[2506] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Pellitine style book, found by completing daily dragon hunt quests.", -["points"] = 50, +[2259] = { +["name"] = "Veteran Centurion Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 20 Centurions in Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 8, -["Category_ID"] = 11, -["name"] = "Pellitine Style Master", +["Category_ID"] = 17, } , -[2507] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 3, -["description"] = "Learn every chapter in the Sunspire style book, found in the Sunspire trial.", -["points"] = 50, +[2260] = { +["name"] = "Frostvault Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Sunspire Style Master", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 15, -["Category_ID"] = 11, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2508] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 32 quests in Northern Elsweyr.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Elsweyr Grand Adventurer", -["SubCategory"] = "Quests", +["numCriteria"] = 5, +["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 2, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2509] = { -["numCriteria"] = 7, -["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Elsweyr.", -["points"] = 50, +[2261] = { +["name"] = "Frostvault Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["name"] = "Savior of Elsweyr", +["Category_ID"] = 17, } , -[2519] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Gather Mummified Alfiq Parts from the Rimmen Necropolis and resurrect the Grisly Mummy Tabby.", -["points"] = 10, +[2262] = { +["name"] = "Vault Cracker", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Alfiq Mummy Master", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 24, -["Category_ID"] = 11, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2520] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Gather Plague-Drenched Fabrics in Orcrest and combine them to create the Peryite Skeevemaster Robe.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Peryite Plague-Clothes Patcher", -["SubCategory"] = "Exploration", +["description"] = "Defeat the Stonekeeper after pressing the Veracity Verifier in Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 22, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2522] = { -["numCriteria"] = 8, +[2263] = { +["name"] = "Smash and Grab", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Topple the Usurper Queen, defeat Mulaamnir, and help restore the throne of Rimmen as a rage of Dragons threatens Northern Elsweyr.", +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", ["points"] = 50, -["prevId"] = 0, -["name"] = "Champion of Anequina", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 1, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2523] = { +[2264] = { +["name"] = "Safe Keeping", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["description"] = "Reach the max rank of the Thieves Guild Skill Line.", +["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"] = "Wrathstone", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 4, -["Category_ID"] = 24, -["name"] = "Thieves Guild Skill Master", +["Category_ID"] = 17, } , -[2524] = { -["numCriteria"] = 1, -["description"] = "Reach the max rank of the Dark Brotherhood Skill Line.", -["points"] = 50, +[2265] = { +["name"] = "Wrathstone Explorer", +["achievementIndex"] = 2, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Frostvault or Depths of Malatar for the first time.", +["Category"] = "Wrathstone", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 4, -["Category_ID"] = 23, -["name"] = "Dark Brotherhood Skill Master", +["Category_ID"] = 17, } , -[2525] = { -["numCriteria"] = 3, -["description"] = "Kill 100 Flame Wyrms, Flame Atronachs, and Iron Atronachs while battling Dragons.", -["points"] = 10, +[2266] = { +["name"] = "Frostvault Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, -["Category_ID"] = 11, -["name"] = "Draconic Minion Murderer", +["Category_ID"] = 17, } , -[2534] = { -["numCriteria"] = 12, -["description"] = "Gather pieces of the priceless Khajiit tapestry, Khajiit of the Moons, to honor its history and inspire the citizens of Senchal.", -["points"] = 50, +[2267] = { +["name"] = "Relentless Raider", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["name"] = "Pieces of History", -} -, -[2558] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Moonlit Cove.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Moonlit Cove Explorer", -["SubCategory"] = "Exploration", +["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"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2559] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all delves and striking locales in Southern Elsweyr.", -["points"] = 15, +[2268] = { +["name"] = "Veteran Purified Slayer", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Southern Elsweyr Master Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 2, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2560] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Discover and clear both explorable caves in Southern Elsweyr.", +["numCriteria"] = 1, +["description"] = "Defeat 350 of Meridia\'s Purified in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Southern Elsweyr Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2564] = { +[2269] = { +["name"] = "Veteran Stone Watcher Slayer", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the temple guardian Iratan the Lightbringer at the Shrine of the Reforged.", +["description"] = "Defeat 150 Stone Watchers in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Temple Guardian Terror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 8, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2565] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the exiled adept Ri\'Atahrashi at his training ground.", -["points"] = 10, +[2331] = { +["name"] = "Hero of Murkmire", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "End of the Exile", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 7, -["Category_ID"] = 14, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Murkmire.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2566] = { -["numCriteria"] = 12, -["description"] = "Catch all 12 rare fish in Southern Elsweyr.", -["points"] = 5, +[2330] = { +["name"] = "Surreptitiously Shadowed", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Get to know the Shadowscale with peculiar interest in your activities in Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 6, -["Category_ID"] = 14, -["name"] = "Pellitine Master Angler", +["Category_ID"] = 18, } , -[2572] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Land a killing blow on a Sangiin\'s Thirst using a Hemo Helot in Veteran Moongrave Fane.", -["points"] = 5, +[2320] = { +["name"] = "Chronic Chronologer", +["achievementIndex"] = 3, ["prevId"] = 0, -["name"] = "Quench the Thirst", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 11, -["Category_ID"] = 15, ["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Collect and restore all the stone tablets in the Xinchei-Konu, an ancient Argonian calendar.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2573] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Nisaazda and Grundwulf without letting Nisaazda use her Blood Ties ability to equalize their health in Veteran Moongrave Fane.", -["points"] = 5, +[2318] = { +["name"] = "Silver Dawn Style Master", +["achievementIndex"] = 9, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Failed Transfusion", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 12, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Silver Dawn style book, occasionally found as rewards for completing the Moon Hunter Keep dungeon.", +["Category"] = "Wolfhunter", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2574] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Grundwulf with each member of the group moving the Sliding Stone no more than once in Veteran Moongrave Fane.", -["points"] = 5, +[2317] = { +["name"] = "Huntsman Style Master", +["achievementIndex"] = 8, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Shared Experience", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 13, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Huntsman style book, occasionally found as rewards for completing the March of Sacrifices dungeon.", +["Category"] = "Wolfhunter", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2584] = { -["numCriteria"] = 1, -["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.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Blue Thumbed Botanist", +[2312] = { +["name"] = "Perfect Hunt", +["achievementIndex"] = 29, ["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack\'s banner and without being hit by his Fire Remnant ability for the duration of the encounter in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Scalebreaker", +["Category_ID"] = 19, +} +, +[2311] = { +["name"] = "Element of Surprise", ["achievementIndex"] = 28, -["Category_ID"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2590] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Complete both Lair of Maarselok and Moongrave Fane in Normal.", -["points"] = 50, +[2310] = { +["name"] = "Stalwart Sisterhood", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Scalebreaker Scout", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 2, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2596] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Dragon\'s Lair\" quest in Southern Elsweyr.", +["description"] = "Defeat the Wyrd Sisters while preventing them from ever using their auras to augment each other in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lair Locator", -["SubCategory"] = "Quests", -["nextId"] = 2597, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2608] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Delve Dailies from Guybert Flaubert.", -["points"] = 15, +[2309] = { +["name"] = "Root of the Problem", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Fearsome Freelancer", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Hedge Maze Guardian while all party members avoid its Lurcher Roots attack in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 8, -["Category_ID"] = 14, -["firstID"] = 2606, +["Category_ID"] = 19, } , -[2609] = { -["numCriteria"] = 1, +[2308] = { +["name"] = "Sidestepping Stranglers", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 4 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Hedge Maze Guardian without any group member being caught by a Strangler Snare within the Moon Hunter Keep Gardens in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 5, -["prevId"] = 0, -["name"] = "A Call to Arms", -["SubCategory"] = "Quests", -["nextId"] = 2610, -["Category"] = "Dragonhold", -["achievementIndex"] = 7, -["Category_ID"] = 14, -["firstID"] = 2609, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2610] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 12 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Restoring the Order", -["SubCategory"] = "Quests", -["nextId"] = 2611, -["Category"] = "Dragonhold", +[2307] = { +["name"] = "Bloody Mess", ["achievementIndex"] = 7, -["Category_ID"] = 14, -["firstID"] = 2609, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Jailer Melitus without being damaged by Bloody Geysers in Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2612] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", -["points"] = 15, +[2306] = { +["name"] = "Trick and Trap", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Dragonguard Operative", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Lead Balorgh into Tharas\' Trap 10 times in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 7, -["Category_ID"] = 14, -["firstID"] = 2609, +["Category_ID"] = 19, } , -[2613] = { -["numCriteria"] = 1, +[2305] = { +["name"] = "Mist Walker", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 1 Group Boss Daily from Bruccius Baenius.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Tarcyr without the indrik teleporting any group members during its Shrouding Mist ability in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 5, -["prevId"] = 0, -["name"] = "A Shield of Senchal", -["SubCategory"] = "Quests", -["nextId"] = 2614, -["Category"] = "Dragonhold", -["achievementIndex"] = 9, -["Category_ID"] = 14, -["firstID"] = 2613, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2615] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Group Boss Dailies from Bruccius Baenius.", -["points"] = 15, +[2304] = { +["name"] = "Light on Your Feet", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Senchal\'s Savior", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Dagrund the Bulky while always dodging his Upheaval ability in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 9, -["Category_ID"] = 14, -["firstID"] = 2613, +["Category_ID"] = 19, } , -[2618] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Free 25 Slaves and Refugees from the Pirates and Slavers of Southern Elsweyr", -["points"] = 10, +[2303] = { +["name"] = "Seasonal Slaying", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Liberator of the Lost", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 13, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Aghaedh of the Solstice while making sure to defeat all of her Lurchers within their primary season in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2620] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Locate and navigate an ancient Dragonguard training ground with your grappling bow.", -["points"] = 10, +[2302] = { +["name"] = "The Great Indrik Hunt", +["achievementIndex"] = 6, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Grappling Bow Pathfinder", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 11, -["Category_ID"] = 14, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Complete all three Golden Indrik Hunts and gain their boons within March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2621] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 1, -["description"] = "Find and defeat all remaining members of the infamous Blue Venom pirates, Sea Elf marauders hidden throughout Southern Elsweyr.", -["points"] = 10, +[2301] = { +["name"] = "Strangling Cowardice", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Legacy Slayer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 12, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle, defeating 7 Stranglers, and never causing her pet wolves to cower in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2623] = { -["numCriteria"] = 5, -["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of the Dragonguard.", -["points"] = 50, +[2300] = { +["name"] = "On a Short Leash", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 2, -["Category_ID"] = 14, -["name"] = "Hero of the Dragonguard", +["numCriteria"] = 1, +["description"] = "Defeat Vykosa the Ascendant without any party member taking damage from her restrained wolf pet in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2102] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2299] = { +["name"] = "Book Smarts", +["achievementIndex"] = 4, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Leave No Bone Unbroken", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Archivist without taking group member damage from Symbols of Xarxes in Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 2, ["Category_ID"] = 19, -["firstID"] = 0, } , -[2103] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Complete Veteran Fang Lair and Veteran Scalecaller Peak.", -["points"] = 50, +[2298] = { +["name"] = "A Hulking Ally", +["achievementIndex"] = 3, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Dragon Bones Delver", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 1, ["Category_ID"] = 19, -["firstID"] = 0, } , -[2637] = { -["numCriteria"] = 1, -["description"] = "Kill 50 Dragons in the wilds of Southern Elsweyr.", -["points"] = 15, +[2297] = { +["name"] = "Unending Rage", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2631, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Mylenne Moon-Caller without cleansing her Enrage ability in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, -["name"] = "Pellitine Dragon Hunter", +["Category_ID"] = 19, } , -[2656] = { -["numCriteria"] = 3, -["description"] = "Kill 100 Undead Dragon Minions, 25 Storm Atronachs, and 25 Frost Atronachs while battling dragons.", -["points"] = 10, +[2295] = { +["name"] = "Murkmire Master Angler", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Catch all 12 rare fish in Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 1, -["Category_ID"] = 14, -["name"] = "Draconic Minion Slayer", +["Category_ID"] = 18, } , -[2658] = { -["numCriteria"] = 1, -["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.", -["points"] = 5, -["prevId"] = 0, -["name"] = "A Hero\'s Song", +[2294] = { +["name"] = "Feller of Thunder", +["achievementIndex"] = 7, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 10, -["Category_ID"] = 14, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the miregaunt Walks-Like-Thunder at the Echoing Hollow.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , [1795] = { +["name"] = "Mazzatun Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Mazzatun style book, occasionally found as rewards for completing the Ruins of Mazzatun dungeon.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 7, -["Category_ID"] = 22, -["name"] = "Mazzatun Style Master", +["Category_ID"] = 23, } , [1796] = { +["name"] = "Silken Ring Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Silken Ring style book, occasionally found as rewards for completing the Cradle of Shadows dungeon.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 8, -["Category_ID"] = 22, -["name"] = "Silken Ring Style Master", +["Category_ID"] = 23, } , -[2635] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Help restore the Wall of Life within the town of Black Heights.", -["points"] = 10, +[2293] = { +["name"] = "Fiend of the Fens", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Leaves on the Wind", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2634] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Help the South Guard siblings escape from Southern Elsweyr.", +["description"] = "Defeat the necromancer Baxilt-Gah at Bok-Xul.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "A New Beginning", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", +["Category_ID"] = 18, +} +, +[2277] = { +["name"] = "Wrathstone Delver", ["achievementIndex"] = 1, -["Category_ID"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Frostvault and Depths of Malatar in Veteran.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2633] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 2, -["description"] = "Provide help for those within South Guard Ruins and Black Heights.", -["points"] = 10, +[2276] = { +["name"] = "Depths Defier", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Helping the Helpless", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 2, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2626] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Enter Southern Elsweyr for the first time.", -["points"] = 5, +[2275] = { +["name"] = "Depths of Malatar Challenger", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Welcome to Pellitine", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 1, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Depths of Malatar.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2625] = { -["numCriteria"] = 1, -["description"] = "Reach the max rank of the Psijic Order Skill Line.", -["points"] = 50, +[2274] = { +["name"] = "Purified", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, -["Category_ID"] = 12, -["name"] = "Psijic Order Skill Master", +["Category_ID"] = 17, } , [1802] = { -["numCriteria"] = 1, +["name"] = "Songbird Silencer", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the nereid Kimbrudhil the Songbird at Shipwreck Cove.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Songbird Silencer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 22, ["Category_ID"] = 13, -["firstID"] = 0, } , [1803] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Orator Salothan, Regent Beleth, General Tanasa, and Councilor Raynis at Salothan\'s Council.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Salothan\'s Cursebreaker", +["achievementIndex"] = 21, ["SubCategory"] = "Exploration", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Orator Salothan, Regent Beleth, General Tanasa, and Councilor Raynis at Salothan\'s Council.", ["Category"] = "Morrowind", -["achievementIndex"] = 21, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 13, -["firstID"] = 0, } , [1804] = { -["numCriteria"] = 1, +["name"] = "Consort Killer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Queen\'s Consort at Missir-Dadalit Egg Mine.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Consort Killer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 4, ["Category_ID"] = 13, -["firstID"] = 0, } , [1805] = { -["numCriteria"] = 1, +["name"] = "Breaker of the Unbroken", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the nix-ox Nilthog the Unbroken at Nilthog\'s Hollow.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Breaker of the Unbroken", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 0, } , [1806] = { -["numCriteria"] = 1, +["name"] = "Wuyuvus Slayer", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Wuyuvus the Hunger at Sulipund Grange.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wuyuvus Slayer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 23, ["Category_ID"] = 13, -["firstID"] = 0, } , [1807] = { -["numCriteria"] = 1, +["name"] = "Cheater Defeater", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Skaafin, Mehz the Cozener, at Dubdil Alar Tower and seal the rift to Oblivion.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cheater Defeater", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 3, ["Category_ID"] = 13, -["firstID"] = 0, } , [1808] = { -["numCriteria"] = 1, +["name"] = "Halls of Fabrication Completed", +["achievementIndex"] = 5, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General and assist Divayth Fyr in stopping the flood of animunculi coming from the Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Halls of Fabrication Completed", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 5, ["Category_ID"] = 13, -["firstID"] = 0, } , [1809] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Halls of Fabrication", +["achievementIndex"] = 17, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Halls of Fabrication within a time limit of 40 minutes. Your trial begins when you enter Abanabi Cave beneath Tel Fyr.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Halls of Fabrication", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 17, ["Category_ID"] = 13, -["firstID"] = 0, } , [1810] = { -["numCriteria"] = 1, +["name"] = "Halls of Fabrication Conqueror", +["achievementIndex"] = 6, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Halls of Fabrication Conqueror", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 6, ["Category_ID"] = 13, -["firstID"] = 0, } , [1811] = { -["numCriteria"] = 1, +["name"] = "Well-Oiled Machine", +["achievementIndex"] = 18, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Halls of Fabrication without suffering a group member death.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Well-Oiled Machine", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 18, ["Category_ID"] = 13, -["firstID"] = 0, } , -[2606] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 Delve Daily from Guybert Flaubert.", -["points"] = 5, +[2273] = { +["name"] = "The Speed of Light", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Middling Middleman", -["SubCategory"] = "Quests", -["nextId"] = 2607, -["Category"] = "Dragonhold", -["achievementIndex"] = 8, -["Category_ID"] = 14, -["firstID"] = 2606, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2603] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"New Moon Rising\" quest in Southern Elsweyr.", -["points"] = 10, +[2272] = { +["name"] = "Throwing Shade", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Fall of the Dark Aeon", -["SubCategory"] = "Quests", -["nextId"] = 2604, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["firstID"] = 2602, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Symphony of Blades after destroying the Dictates of the Lady of Light in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2599] = { -["numCriteria"] = 1, +[2271] = { +["name"] = "Depths of Malatar Conqueror", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"Pride of Alkosh\" quest in Southern Elsweyr.", +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Halls of the Highmane", -["SubCategory"] = "Quests", -["nextId"] = 2600, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2598] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Order of the New Moon\" quest in Southern Elsweyr.", -["points"] = 10, +[2270] = { +["name"] = "Depths of Malatar Vanquisher", +["achievementIndex"] = 10, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Infiltrating the New Moon", -["SubCategory"] = "Quests", -["nextId"] = 2599, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["SubCategory_ID"] = 1, +["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"] = "Wrathstone", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 17, } , [1816] = { -["numCriteria"] = 1, +["name"] = "Cooling Your Heels", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cooling Your Heels", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 9, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1817] = { -["numCriteria"] = 1, +["name"] = "Hot Pursuit", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hot Pursuit", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 10, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1818] = { -["numCriteria"] = 1, +["name"] = "Magma Masher", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use Galchobhar\'s Mantle Breaker attack to dissipate a Lava Ball fired by a Fire Shalk while in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Magma Masher", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 11, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1819] = { -["numCriteria"] = 1, +["name"] = "Wildlife Sanctuary", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wildlife Sanctuary", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 12, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1820] = { -["numCriteria"] = 1, +["name"] = "Boulder Bounder", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Galchobhar without any group members being affected by his Scorched Earth and Flames of Galchobhar attacks in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Boulder Bounder", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 16, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1821] = { -["numCriteria"] = 1, +["name"] = "Shalk Shaker", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Galchobhar without anyone in your group killing a Fire Shalk during your battle with him in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shalk Shaker", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 13, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1822] = { -["numCriteria"] = 1, +["name"] = "Hand Wrought Victory", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge without any member of your group activating the Stonefire Crucible or Flameslake Cauldron.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hand Wrought Victory", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 14, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1823] = { -["numCriteria"] = 1, +["name"] = "Artisan of Pain", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Personally use both the Stonefire Crucible and the Flameslake Cauldron to defeat the Earthgore Amalgam in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Artisan of Pain", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 15, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1824] = { +["name"] = "Tribunal Preacher", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 36, ["description"] = "Read all 36 Sermons of Vivec scattered across Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 11, ["Category_ID"] = 13, -["name"] = "Tribunal Preacher", } , [1825] = { -["numCriteria"] = 1, +["name"] = "Ashlander Associate", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1825, +["numCriteria"] = 1, ["description"] = "Complete your first daily quest for Huntmaster Sorim-Nakar or Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ashlander Associate", -["SubCategory"] = "Quests", ["nextId"] = 1878, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 1825, } , [1826] = { +["name"] = "Strider Caravaner", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 7, ["description"] = "Visit the silt strider caravaner at each of the stations in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 9, ["Category_ID"] = 13, -["name"] = "Strider Caravaner", } , [1827] = { +["name"] = "The Pilgrim\'s Path", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 7, ["description"] = "Visit the Shrines of the Seven Graces and read the inscription on each shine.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 10, ["Category_ID"] = 13, -["name"] = "The Pilgrim\'s Path", } , [1828] = { -["numCriteria"] = 25, +["name"] = "Daedric Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 25, ["description"] = "Visit all of the Daedric ruins in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Daedric Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 5, ["Category_ID"] = 13, -["firstID"] = 0, } , [1829] = { -["numCriteria"] = 1, +["name"] = "Halls of Fabrication Vanquisher", +["achievementIndex"] = 7, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General after empowering it by resetting the circuit breaker in Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Halls of Fabrication Vanquisher", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 7, ["Category_ID"] = 13, -["firstID"] = 0, } , [1830] = { -["numCriteria"] = 1, +["name"] = "Refabricant Slayer", +["achievementIndex"] = 12, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 100 Calefactors, Capacitors, or Dissectors in the Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Refabricant Slayer", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 12, ["Category_ID"] = 13, -["firstID"] = 0, } , [1831] = { -["numCriteria"] = 1, +["name"] = "Power House", +["achievementIndex"] = 11, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Pinnacle Factotum without ever using energy from the generator to break a Refabricated Sphere\'s shield, in Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Power House", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 11, ["Category_ID"] = 13, -["firstID"] = 0, } , [1832] = { -["numCriteria"] = 1, +["name"] = "Planned Obsolescence", +["achievementIndex"] = 10, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Refabrication Committee in Veteran Halls of Fabrication without ever allowing the Reclaimer to overcharge a Ruined Factotum.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Planned Obsolescence", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 10, ["Category_ID"] = 13, -["firstID"] = 0, } , [1833] = { -["numCriteria"] = 1, +["name"] = "Environmentally Conscious", +["achievementIndex"] = 4, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without any group member dying to traps and hazards.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Environmentally Conscious", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 4, ["Category_ID"] = 13, -["firstID"] = 0, } , [1834] = { -["numCriteria"] = 1, +["name"] = "Terminal Terminator", +["achievementIndex"] = 16, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without letting any Terminals complete their activation sequence.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Terminal Terminator", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 16, ["Category_ID"] = 13, -["firstID"] = 0, } , [1835] = { -["numCriteria"] = 5, +["name"] = "Accept No Substitute", +["achievementIndex"] = 1, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat 5 of each of the Tactical Facsimiles that the Assembly General creates, on any difficulty.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Accept No Substitute", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 1, ["Category_ID"] = 13, -["firstID"] = 0, } , [1836] = { -["numCriteria"] = 7, +["name"] = "Dynamo", +["achievementIndex"] = 3, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Complete each of the following achievements related to defeating the Assembly General:", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dynamo", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 3, ["Category_ID"] = 13, +} +, +[1837] = { +["name"] = "Stress Tested", +["achievementIndex"] = 15, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[1837] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 3, ["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all without suffering a group member death.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stress Tested", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 15, ["Category_ID"] = 13, -["firstID"] = 0, } , [1838] = { -["numCriteria"] = 1, +["name"] = "Like Clockwork", +["achievementIndex"] = 9, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all within 40 minutes of entering Abanabi Cave and without suffering a group member death.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Like Clockwork", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 9, ["Category_ID"] = 13, -["firstID"] = 0, } , [1839] = { -["numCriteria"] = 1, +["name"] = "Kill Process", +["achievementIndex"] = 8, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat one Hunter-Killer Fabricant while the other still has at least half of its health remaining, before defeating the remaining Fabricant in Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kill Process", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 8, ["Category_ID"] = 13, -["firstID"] = 0, } , [1840] = { -["numCriteria"] = 1, +["name"] = "Arc-Custodian", +["achievementIndex"] = 2, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Halls of Fabrication, defeat the Archcustodian using six or fewer Shock Pylons without ever missing an opportunity to disable it with one.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Arc-Custodian", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 0, } , [1841] = { -["numCriteria"] = 4, +["name"] = "Scholar of Seht\'s Mysteries", +["achievementIndex"] = 14, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Discover all the notes scattered throughout the Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Scholar of Seht\'s Mysteries", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 14, ["Category_ID"] = 13, -["firstID"] = 0, } , [1842] = { +["name"] = "Cliff Striders\' Bane", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Do your part to eliminate the cliff strider menace by killing 100 cliff striders or cliff skippers in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 4, ["Category_ID"] = 13, -["name"] = "Cliff Striders\' Bane", } , [1843] = { +["name"] = "Morrowind Skyshard Hunter", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 18, ["description"] = "Discover all 18 Skyshards in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 7, ["Category_ID"] = 13, -["name"] = "Morrowind Skyshard Hunter", } , [1844] = { +["name"] = "Clockwork City Skyshard Hunter", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Discover all 6 Skyshards in the Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 4, -["Category_ID"] = 20, -["name"] = "Clockwork City Skyshard Hunter", +["Category_ID"] = 21, } , [1845] = { +["name"] = "Summerset Skyshard Hunter", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 18, ["description"] = "Discover all 18 Skyshards in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["name"] = "Summerset Skyshard Hunter", } , [1846] = { -["numCriteria"] = 1, +["name"] = "Nchuleftingth Group Event", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Nchulaeon the Eternal in Nchuleftingth.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Nchuleftingth Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 18, ["Category_ID"] = 13, -["firstID"] = 0, } , [1847] = { -["numCriteria"] = 1, +["name"] = "Loop Eradicator", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Save Dubdil Alar from the consequences of his temporal experiments.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Loop Eradicator", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 11, ["Category_ID"] = 13, -["firstID"] = 0, } , [1848] = { -["numCriteria"] = 6, +["name"] = "Defender of Morrowind", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all six world bosses in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Morrowind", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 6, ["Category_ID"] = 13, -["firstID"] = 0, } , [1849] = { -["numCriteria"] = 1, +["name"] = "Voice of the Failed Incarnates", +["achievementIndex"] = 17, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Disprove the dangerous claims of the Ashlander Chodala.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Voice of the Failed Incarnates", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 17, ["Category_ID"] = 13, -["firstID"] = 0, } , [1850] = { -["numCriteria"] = 1, +["name"] = "Bearer of the Blessed Staff", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Recover the Blessed Staff, Sunna\'rah, from the Ashlander Chodala, and determine the true nature of the threat to Lord Vivec.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bearer of the Blessed Staff", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 5, ["Category_ID"] = 13, -["firstID"] = 0, } , [1851] = { -["numCriteria"] = 1, +["name"] = "Hand of a Living God", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Follow a grave threat into Clockwork City, and recover Lord Vivec\'s stolen power.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hand of a Living God", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 8, ["Category_ID"] = 13, -["firstID"] = 0, } , [1852] = { -["numCriteria"] = 4, +["name"] = "Champion of Vivec", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Restore Lord Vivec\'s lost power, save Vivec City, and be named Champion of Vivec.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Champion of Vivec", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 6, ["Category_ID"] = 13, -["firstID"] = 0, } , [1853] = { -["numCriteria"] = 5, +["name"] = "Nchuleftingth Vanquisher", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Nchuleftingth.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Nchuleftingth Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 19, ["Category_ID"] = 13, -["firstID"] = 0, } , [1854] = { -["numCriteria"] = 5, +["name"] = "Nchuleftingth Conqueror", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Nchuleftingth.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Nchuleftingth Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 17, ["Category_ID"] = 13, -["firstID"] = 0, } , [1855] = { -["numCriteria"] = 1, +["name"] = "Forgotten Wastes Group Event", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Stone-Boiler Omalas, Brander Releth, and Mountain-Caller Hlaren in the Forgotten Wastes.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Forgotten Wastes Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 8, ["Category_ID"] = 13, -["firstID"] = 0, } , [1856] = { +["name"] = "Forgotten Wastes Vanquisher", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, -["SubCategory_ID"] = 1, ["description"] = "Defeat three of the champions in the Forgotten Wastes.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Forgotten Wastes Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 9, ["Category_ID"] = 13, -["firstID"] = 0, } , [1857] = { -["numCriteria"] = 5, +["name"] = "Forgotten Wastes Conqueror", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in the Forgotten Wastes.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Forgotten Wastes Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 7, ["Category_ID"] = 13, -["firstID"] = 0, } , [1858] = { -["numCriteria"] = 1, +["name"] = "Khartag Point Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Khartag Point.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Khartag Point Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 10, ["Category_ID"] = 13, -["firstID"] = 0, } , [1859] = { -["numCriteria"] = 1, +["name"] = "Ashalmawia Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ashalmawia.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ashalmawia Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 1, ["Category_ID"] = 13, -["firstID"] = 0, } , [1860] = { -["numCriteria"] = 1, +["name"] = "Zainsipilu Explorer", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Zainsipilu.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Zainsipilu Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 24, ["Category_ID"] = 13, -["firstID"] = 0, } , [1861] = { -["numCriteria"] = 1, +["name"] = "Matus-Akin Egg Mine Explorer", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Matus-Akin Egg Mine.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Matus-Akin Egg Mine Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 12, ["Category_ID"] = 13, -["firstID"] = 0, } , [1862] = { -["numCriteria"] = 1, +["name"] = "Pulk Explorer", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Pulk.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Pulk Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 20, ["Category_ID"] = 13, -["firstID"] = 0, } , [1863] = { -["numCriteria"] = 1, +["name"] = "Nchuleft Explorer", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Nchuleft.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nchuleft Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 16, ["Category_ID"] = 13, -["firstID"] = 0, } , [1864] = { -["numCriteria"] = 6, +["name"] = "Morrowind Cave Delver", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Explore and clear all six explorable caves in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Morrowind Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 13, ["Category_ID"] = 13, -["firstID"] = 0, } , [1865] = { -["numCriteria"] = 9, +["name"] = "Morrowind Pathfinder", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 9, ["description"] = "Discover all the striking locales in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Morrowind Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 15, ["Category_ID"] = 13, -["firstID"] = 0, } , [1866] = { -["numCriteria"] = 2, +["name"] = "Morrowind Master Explorer", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Morrowind Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 14, ["Category_ID"] = 13, -["firstID"] = 0, } , [1867] = { -["numCriteria"] = 1, +["name"] = "Morrowind Grand Adventurer", +["achievementIndex"] = 11, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 32 quests in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Morrowind Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 11, ["Category_ID"] = 13, -["firstID"] = 0, } , [1868] = { +["name"] = "Savior of Morrowind", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 7, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Morrowind.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 8, ["Category_ID"] = 13, -["name"] = "Savior of Morrowind", } , [1869] = { -["numCriteria"] = 1, +["name"] = "Rising Sun", +["achievementIndex"] = 15, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help the Argonian slave, Sun-in-Shadow, gain her freedom.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rising Sun", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 15, ["Category_ID"] = 13, -["firstID"] = 0, } , [1870] = { -["numCriteria"] = 1, +["name"] = "Naryu\'s Confidant", +["achievementIndex"] = 13, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help Naryu Virian and the Morag Tong in and around Balmora.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Naryu\'s Confidant", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 13, ["Category_ID"] = 13, -["firstID"] = 0, } , [1871] = { -["numCriteria"] = 1, +["name"] = "Scarlet Judge", +["achievementIndex"] = 16, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help the Scarlet Judge foil Marshal Hlaren\'s plot in Suran.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Scarlet Judge", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 16, ["Category_ID"] = 13, -["firstID"] = 0, } , [1872] = { -["numCriteria"] = 1, +["name"] = "Kwama Miner", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Save the people of Gnisis from economic ruin by restoring the future of their kwama mine.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kwama Miner", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 10, ["Category_ID"] = 13, -["firstID"] = 0, } , [1873] = { -["numCriteria"] = 1, +["name"] = "Hand of the Mistress", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Foil a usuper\'s plot, and assist Mistress Dratha with plans to prolong her life.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hand of the Mistress", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 9, ["Category_ID"] = 13, -["firstID"] = 0, } , [1874] = { -["numCriteria"] = 1, +["name"] = "Pilgrim Protector", +["achievementIndex"] = 14, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "End the threat to the pilgrims at Molag Mar.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pilgrim Protector", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 14, ["Category_ID"] = 13, -["firstID"] = 0, } , [1875] = { -["numCriteria"] = 1, +["name"] = "Narsis\'s Apprentice", +["achievementIndex"] = 12, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help Narsis Dren discover the secret of the Veloth Ancestral Tomb.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Narsis\'s Apprentice", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 12, ["Category_ID"] = 13, -["firstID"] = 0, } , [1876] = { -["numCriteria"] = 1, +["name"] = "Ald\'ruhn Annalist", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Discover the secret of the Hleran Ancestral Tomb.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ald\'ruhn Annalist", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 1, ["Category_ID"] = 13, -["firstID"] = 0, } , [1877] = { -["numCriteria"] = 1, +["name"] = "Ebony Enforcer", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Discover the truth behind the sudden spike in production at Vassir-Didanat ebony mine.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ebony Enforcer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 7, ["Category_ID"] = 13, -["firstID"] = 0, } , [1878] = { -["numCriteria"] = 1, +["name"] = "Ashwalker", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1825, +["numCriteria"] = 1, ["description"] = "Complete 10 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ashwalker", -["SubCategory"] = "Quests", ["nextId"] = 1879, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 1825, } , [1879] = { -["numCriteria"] = 1, +["name"] = "Clanfriend", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1825, +["numCriteria"] = 1, ["description"] = "Complete 30 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Clanfriend", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 1825, } , [1880] = { -["numCriteria"] = 7, +["name"] = "Ashlands Stalker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Complete all seven daily hunts for Huntmaster Sorim-Nakar.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ashlands Stalker", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 4, ["Category_ID"] = 13, -["firstID"] = 0, } , [1881] = { -["numCriteria"] = 7, +["name"] = "Ashlands Relic Preserver", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Complete all seven relic preservation daily quests given by Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ashlands Relic Preserver", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 3, ["Category_ID"] = 13, -["firstID"] = 0, } , [1882] = { +["name"] = "Morrowind Master Angler", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 6, ["Category_ID"] = 13, -["name"] = "Morrowind Master Angler", } , -[2428] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2332] = { +["name"] = "Murkmire Adventurer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Weed Eater", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 19, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete 20 Story Quests in Murkmire.", +["Category"] = "Murkmire", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2427] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Maarselok in his roost after using the Azureblight Seed in Veteran Lair of Maarselok.", -["points"] = 50, +[2333] = { +["name"] = "Traps and Treasures", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Selene\'s Savior", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 18, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"Sunken Treasure\" quest.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2426] = { -["numCriteria"] = 5, +[2334] = { +["name"] = "Seeker of the Lost", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["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.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"Missing in Murkmire\" quest.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lair of Maarselok Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 17, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2425] = { -["numCriteria"] = 5, -["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.", -["points"] = 10, +[2335] = { +["name"] = "Mysteries of the Remnant", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Lair of Maarselok Vanquisher", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 6, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"Whispers in the Wood\" quest.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2424] = { -["numCriteria"] = 1, +[2336] = { +["name"] = "Sap-Sleeper", +["achievementIndex"] = 11, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat 50 Azureblight Lurchers or Azureblight Infestors in Veteran Lair of Maarselok.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"Death and Dreaming\" quest.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Azureblight Construct Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 22, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2423] = { -["numCriteria"] = 1, +[2337] = { +["name"] = "Shadows of the Past", +["achievementIndex"] = 12, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat 400 Azureblight Infected in Veteran Lair of Maarselok.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"The Swamp and the Serpent\" quest.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Azureblight Infected Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 21, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2422] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2338] = { +["name"] = "To Chase a Dream", +["achievementIndex"] = 13, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Defanged the Devourer", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 3, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"The Remnant of Argon\" quest.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2421] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Moongrave Fane.", -["points"] = 50, +[2339] = { +["name"] = "The River of Rebirth", +["achievementIndex"] = 14, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Moongrave Fane Challenger", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 2, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"By River and Root\" quest.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2420] = { +[2340] = { +["name"] = "The Festering Jewel", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Enter either Moongrave Fane or Lair of Maarselok for the first time.", +["description"] = "Travel to Lilmoth in Murkmire.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Scalebreaker Explorer", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 1, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2419] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2341] = { +["name"] = "Poems of Nothing", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Escape the Grave", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 8, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Read the five poems written by Nisswo Xeewulm, located near Sithis Shrines throughout Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2418] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2342] = { +["name"] = "Voriplasm Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Blood Rush", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 7, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Kill 100 Voriplasms in Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2417] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Grundwulf after using the Sangiin Hemo Helot in Veteran Moongrave Fane.", -["points"] = 50, +[2344] = { +["name"] = "Collecting Curiosities", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Drunk on Power", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 6, -["Category_ID"] = 15, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2344, +["numCriteria"] = 1, +["description"] = "Complete 1 Delve Daily from Varo Hosidias.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2345, +["Category_ID"] = 18, } , -[2416] = { -["numCriteria"] = 5, +[2345] = { +["name"] = "Acquiring Antiquities", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Veteran Moongrave Fane.", +["firstID"] = 2344, +["numCriteria"] = 1, +["description"] = "Complete 10 Delve Dailies from Varo Hosidias.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Moongrave Fane Conqueror", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 5, -["Category_ID"] = 15, -["firstID"] = 0, +["nextId"] = 2346, +["Category_ID"] = 18, } , -[2415] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Moongrave Fane.", -["points"] = 10, +[2346] = { +["name"] = "Hauling Heirlooms", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Moongrave Fane Vanquisher", -["SubCategory"] = "General", +["SubCategory_ID"] = 2, +["firstID"] = 2344, +["numCriteria"] = 1, +["description"] = "Complete 30 Delve Dailies from Varo Hosidias.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 3, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2413] = { +[2347] = { +["name"] = "Strength of a Naga", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2347, ["numCriteria"] = 1, +["description"] = "Complete 1 Group Boss Daily from Bolu.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2348, +["Category_ID"] = 18, +} +, +[2348] = { +["name"] = "Courage of a Naga", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["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.", +["firstID"] = 2347, +["numCriteria"] = 1, +["description"] = "Complete 10 Group Boss Dailies from Bolu.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hollowfang Clan Slayer", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 9, -["Category_ID"] = 15, -["firstID"] = 0, +["nextId"] = 2349, +["Category_ID"] = 18, } , -[2412] = { -["numCriteria"] = 12, -["description"] = "Catch all 12 rare fish in Northern Elsweyr.", -["points"] = 5, +[2349] = { +["name"] = "Heart of a Naga", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2347, +["numCriteria"] = 1, +["description"] = "Complete 30 Group Boss Dailies from Bolu.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["name"] = "Northern Elsweyr Master Angler", +["Category_ID"] = 18, } , -[2411] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Defeat all six world bosses in Northern Elsweyr.", -["points"] = 15, +[2351] = { +["name"] = "Repairing the Roots", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Defender of Northern Elsweyr", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 15, -["Category_ID"] = 11, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2350, +["numCriteria"] = 1, +["description"] = "Complete 10 Root-Whisper Dailies from Tuwul.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2352, +["Category_ID"] = 18, } , -[2410] = { +[2352] = { +["name"] = "Resplendent Rootmender", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2350, ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the criminal duo, Zav\'i and Akumjhargo, at Red Hands Run.", +["description"] = "Complete 30 Root-Whisper Dailies from Tuwul.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Red-Handed Vigilante", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 23, -["Category_ID"] = 11, +["Category_ID"] = 18, +} +, +[2353] = { +["name"] = "The Progeny", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2409] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Sword Master Vhysradue on the Hill of Shattered Swords.", +["description"] = "Help the Bright-Throats assure the future of their tribe.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sword Sunderer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 21, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2408] = { +[2354] = { +["name"] = "Cold-Blood, Warm Heart", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the necromancer, Thannar the Graveprowler, at Scar\'s Edge.", +["description"] = "Help the Dead-Water follow their chosen path.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Grave Guardian", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 20, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2405] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the skullguard, Na\'ruzz the Boneweaver, at the Bone Pit.", -["points"] = 10, +[2355] = { +["name"] = "Friend of Murkmire", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Skullcracker", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 16, -["Category_ID"] = 11, +["SubCategory_ID"] = 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"] = "Murkmire", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2404] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all caves and striking locales in Northern Elsweyr.", -["points"] = 15, -["prevId"] = 0, -["name"] = "Northern Elsweyr Master Explorer", +[2357] = { +["name"] = "Vine-Tongue Traveler", +["achievementIndex"] = 14, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 1, -["Category_ID"] = 11, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Read the six Vine-Tongue books by activating various vine-tongues throughout Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2403] = { -["numCriteria"] = 7, +[2358] = { +["name"] = "Swamp Rescuer", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Discover all the striking locales in Northern Elsweyr.", +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Rescue villagers in peril from four different tribes throughout Murkmire.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Northern Elsweyr Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 25, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2402] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear all six explorable caves in Northern Elsweyr.", -["points"] = 15, +[2359] = { +["name"] = "Honor Guard Style Master", +["achievementIndex"] = 16, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Northern Elsweyr Cave Delver", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 2, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Honor Guard style book, occasionally found as rewards for completing Blackrose Prison.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2401] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Tangle.", -["points"] = 5, +[2360] = { +["name"] = "Dead-Water Style Master", +["achievementIndex"] = 7, ["prevId"] = 0, -["name"] = "The Tangle Explorer", -["SubCategory"] = "Exploration", +["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Dead-Water style book, occasionally found as rewards for completing Daily Quests to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", +["Category"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Elsweyr", +["Category_ID"] = 18, +} +, +[2361] = { +["name"] = "Elder Argonian Style Master", ["achievementIndex"] = 8, -["Category_ID"] = 11, +["prevId"] = 0, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Elder Argonian style book, occasionally found as rewards for completing Daily Quests to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2400] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Darkpool Mine.", -["points"] = 5, +[2362] = { +["name"] = "Blackrose Prison Vanquisher", +["achievementIndex"] = 1, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Darkpool Mine Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Blackrose Prison.", +["Category"] = "Murkmire", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2399] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Tomb of the Serpents.", -["points"] = 5, +[2363] = { +["name"] = "Blackrose Prison Conqueror", +["achievementIndex"] = 4, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Tomb of the Serpents Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2398] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Desert Wind Caverns.", -["points"] = 5, +[2364] = { +["name"] = "Sigil Stingy", +["achievementIndex"] = 12, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Desert Wind Caverns Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without using Sigils during combat.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2397] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Predator Mesa.", -["points"] = 5, +[2365] = { +["name"] = "Unchained and Undying", +["achievementIndex"] = 15, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Predator Mesa Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without dying.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2396] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Abode of Ignominy.", -["points"] = 5, +[2366] = { +["name"] = "Gauntlet Gallop", +["achievementIndex"] = 7, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Abode of Ignominy Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2395] = { ["numCriteria"] = 1, -["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.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Lackluster", -["SubCategory"] = "Veteran", +["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"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 25, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2394] = { +[2370] = { +["name"] = "Rarely Rooted", +["achievementIndex"] = 10, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Destroy 5 Ice Pillars with Sunburst meteors during the encounter with the Symphony of Blades in Veteran Depths of Malatar.", +["description"] = "Defeat Tames-the-Beast without a group member becoming trapped by the Crushing Roots ability in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ice Breaker", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 24, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2393] = { +[2372] = { +["name"] = "A Thrilling Trifecta", +["achievementIndex"] = 2, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["description"] = "Defeat Battlemage Ennodius, Lady Minara, and Tames-the-Beast within 20 seconds of each other in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Out of Formation", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 23, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2391] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Prevent Quintus from ever winning his deadlock with Tharayya during the battle with King Narilmor in Depths of Malatar.", -["points"] = 5, +[2373] = { +["name"] = "Spirits Sundered", +["achievementIndex"] = 14, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Soul Mates", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 11, -["Category_ID"] = 16, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2390] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Don\'t destroy any colored orbs during the Dark Orb encounter in Veteran Depths of Malatar.", +["description"] = "Defeat Drakeeh the Unchained while always ensuring he absorbs at least 2 spirits before casting Spirit Scream in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Color Blind", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 22, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2388] = { +[2376] = { +["name"] = "Cleansing the Damned", +["achievementIndex"] = 5, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["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"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hide and Seek", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 21, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2385] = { -["numCriteria"] = 1, +[2378] = { +["name"] = "Swamp Jelly Collector", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Knock 20 enemies off the Stonekeeper\'s platform in Frostvault.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Interact with a Swamp Jelly and harvest its resources.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Drop Testing", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 8, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2384] = { -["numCriteria"] = 1, -["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.", -["points"] = 10, +[2380] = { +["name"] = "Wild Walloping", +["achievementIndex"] = 4, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Cold Potato", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 10, -["Category_ID"] = 16, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Cause Icestalker to uppercut its allies during Frenzied Pummeling in Frostvault.", +["Category"] = "Wrathstone", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2383] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Destroy 20 of the Vault Protector\'s Constructs by detonating Volatile Spheres near them in Frostvault.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Collateral Damage", +[2381] = { +["name"] = "Running the Right Angles", +["achievementIndex"] = 5, ["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 7, -["Category_ID"] = 16, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Always dodge Warlord Tzogvin\'s Reckless Charges in Frostvault.", +["Category"] = "Wrathstone", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 17, } , [2382] = { -["numCriteria"] = 1, +["name"] = "Three Sheets to the Wind", +["achievementIndex"] = 6, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Get Warlord Tzogvin to destroy all three of his banners with Raging Winds in Frostvault.", +["Category"] = "Wrathstone", ["points"] = 5, -["prevId"] = 0, -["name"] = "Three Sheets to the Wind", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 6, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2381] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Always dodge Warlord Tzogvin\'s Reckless Charges in Frostvault.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Running the Right Angles", +[2383] = { +["name"] = "Collateral Damage", +["achievementIndex"] = 7, ["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 5, -["Category_ID"] = 16, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Destroy 20 of the Vault Protector\'s Constructs by detonating Volatile Spheres near them in Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2380] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Cause Icestalker to uppercut its allies during Frenzied Pummeling in Frostvault.", -["points"] = 5, +[2384] = { +["name"] = "Cold Potato", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Wild Walloping", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 4, -["Category_ID"] = 16, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2378] = { -["numCriteria"] = 1, +[2385] = { +["name"] = "Drop Testing", +["achievementIndex"] = 8, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Interact with a Swamp Jelly and harvest its resources.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Knock 20 enemies off the Stonekeeper\'s platform in Frostvault.", +["Category"] = "Wrathstone", ["points"] = 5, -["prevId"] = 0, -["name"] = "Swamp Jelly Collector", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 15, ["Category_ID"] = 17, +} +, +[2388] = { +["name"] = "Hide and Seek", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2376] = { ["numCriteria"] = 1, -["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.", +["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"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cleansing the Damned", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 5, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2373] = { +[2390] = { +["name"] = "Color Blind", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["description"] = "Don\'t destroy any colored orbs during the Dark Orb encounter in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Spirits Sundered", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 14, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2372] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Lady Minara, and Tames-the-Beast within 20 seconds of each other in Veteran Blackrose Prison.", -["points"] = 10, +[2391] = { +["name"] = "Soul Mates", +["achievementIndex"] = 11, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "A Thrilling Trifecta", -["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 1, +["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"] = "Wrathstone", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 2, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2370] = { +[2393] = { +["name"] = "Out of Formation", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Tames-the-Beast without a group member becoming trapped by the Crushing Roots ability in Veteran Blackrose Prison.", +["description"] = "Prevent the Symphony of Blades from crossing the Auroran Phalanx and becoming empowered by Meridia\'s Light in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rarely Rooted", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 10, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2366] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2394] = { +["name"] = "Ice Breaker", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Gauntlet Gallop", -["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Destroy 5 Ice Pillars with Sunburst meteors during the encounter with the Symphony of Blades in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 7, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2365] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without dying.", -["points"] = 50, +[2395] = { +["name"] = "Lackluster", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Unchained and Undying", -["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 15, ["Category_ID"] = 17, -["firstID"] = 0, } , [1932] = { +["name"] = "Ashlander Style Master", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Ashlander style book, occasionally found as rewards for completing daily quests for Huntmaster Sorim-Nakar and Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["name"] = "Ashlander Style Master", } , [1933] = { +["name"] = "Morag Tong Style Master", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Morag Tong style book, occasionally found in Bounty and Explorer\'s Dispensations from the Hall of Justice.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 5, ["Category_ID"] = 13, -["name"] = "Morag Tong Style Master", } , [1934] = { +["name"] = "Buoyant Armiger Style Master", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Buoyant Armiger style book, occasionally found in treasure chests across Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 3, ["Category_ID"] = 13, -["name"] = "Buoyant Armiger Style Master", } , -[2361] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Elder Argonian style book, occasionally found as rewards for completing Daily Quests to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", -["points"] = 50, +[2399] = { +["name"] = "Tomb of the Serpents Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear the Tomb of the Serpents.", +["Category"] = "Elsweyr", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 8, -["Category_ID"] = 17, -["name"] = "Elder Argonian Style Master", +["Category_ID"] = 11, } , -[2360] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Dead-Water style book, occasionally found as rewards for completing Daily Quests to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", -["points"] = 50, +[2400] = { +["name"] = "Darkpool Mine Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Darkpool Mine.", +["Category"] = "Elsweyr", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["name"] = "Dead-Water Style Master", +["Category_ID"] = 11, } , [1937] = { -["numCriteria"] = 2, +["name"] = "Horns of the Reach Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Complete Veteran Falkreath Hold and Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Horns of the Reach Delver", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 1, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , -[2358] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Rescue villagers in peril from four different tribes throughout Murkmire.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Swamp Rescuer", +[2402] = { +["name"] = "Northern Elsweyr Cave Delver", +["achievementIndex"] = 2, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 9, -["Category_ID"] = 17, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Explore and clear all six explorable caves in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2357] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Read the six Vine-Tongue books by activating various vine-tongues throughout Murkmire.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Vine-Tongue Traveler", +[2403] = { +["name"] = "Northern Elsweyr Pathfinder", +["achievementIndex"] = 25, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 14, -["Category_ID"] = 17, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 7, +["description"] = "Discover all the striking locales in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1940] = { +["name"] = "Horns of the Reach Explorer", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Enter either Falkreath Hold or Bloodroot Forge for the first time.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 1, -["Category_ID"] = 21, -["name"] = "Horns of the Reach Explorer", +["Category_ID"] = 22, } , [1941] = { -["numCriteria"] = 4, +["name"] = "Bloodroot Forge Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bloodroot Forge Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 2, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1942] = { -["numCriteria"] = 4, +["name"] = "Falkreath Hold Challenger", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Falkreath Hold Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 17, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , -[2352] = { +[2409] = { +["name"] = "Sword Sunderer", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Root-Whisper Dailies from Tuwul.", +["description"] = "Defeat Sword Master Vhysradue on the Hill of Shattered Swords.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Resplendent Rootmender", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["firstID"] = 2350, +["Category_ID"] = 11, } , -[2351] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 10 Root-Whisper Dailies from Tuwul.", -["points"] = 5, +[2410] = { +["name"] = "Red-Handed Vigilante", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Repairing the Roots", -["SubCategory"] = "Quests", -["nextId"] = 2352, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["firstID"] = 2350, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the criminal duo, Zav\'i and Akumjhargo, at Red Hands Run.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1945] = { +["name"] = "War Chronicler", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Discover the Urgent Missive, Unfinished Letter to Marika, In Reply to Concerning Rumors, and Epitaph of Bjarfrud Skjoralmor within Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 6, -["Category_ID"] = 21, -["name"] = "War Chronicler", +["Category_ID"] = 22, } , [1946] = { -["numCriteria"] = 1, +["name"] = "Deck Diver", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Deck Diver", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 24, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1947] = { -["numCriteria"] = 1, +["name"] = "Oathbreaker", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Oathbreaker", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 25, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1948] = { -["numCriteria"] = 1, +["name"] = "Epic Undertaking", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "While fighting Deathlord Bjarfrud Skjoralmor in Veteran Falkreath Hold, have your group cleanse 15 corpses within the span of five seconds.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Epic Undertaking", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 26, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1949] = { +["name"] = "Wild and Woolly", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat the Siege Mammoth in Falkreath Hold without being affected by an enemy stun, stagger, or knockback ability.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 7, -["Category_ID"] = 21, -["name"] = "Wild and Woolly", +["Category_ID"] = 22, } , [1950] = { -["numCriteria"] = 1, +["name"] = "Endure the Elements", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with at least one of each type of atronach still alive.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Endure the Elements", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 27, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1951] = { -["numCriteria"] = 1, +["name"] = "Column Caretaker", +["achievementIndex"] = 28, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with 2 or more pillars still standing in the Jarl\'s Hall.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Column Caretaker", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 28, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , -[2341] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Read the five poems written by Nisswo Xeewulm, located near Sithis Shrines throughout Murkmire.", -["points"] = 5, +[2419] = { +["name"] = "Escape the Grave", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Poems of Nothing", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 12, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2340] = { -["numCriteria"] = 1, -["description"] = "Travel to Lilmoth in Murkmire.", -["points"] = 5, +[2420] = { +["name"] = "Scalebreaker Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Moongrave Fane or Lair of Maarselok for the first time.", +["Category"] = "Scalebreaker", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 1, -["Category_ID"] = 17, -["name"] = "The Festering Jewel", +["Category_ID"] = 16, } , -[2339] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"By River and Root\" quest.", -["points"] = 10, +[2421] = { +["name"] = "Moongrave Fane Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "The River of Rebirth", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 14, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2338] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Remnant of Argon\" quest.", -["points"] = 10, +[2422] = { +["name"] = "Defanged the Devourer", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "To Chase a Dream", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 13, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2337] = { -["numCriteria"] = 1, +[2423] = { +["name"] = "Azureblight Infected Slayer", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Swamp and the Serpent\" quest.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 400 Azureblight Infected in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shadows of the Past", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 12, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 16, } , -[2336] = { -["numCriteria"] = 1, +[2424] = { +["name"] = "Azureblight Construct Slayer", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"Death and Dreaming\" quest.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 50 Azureblight Lurchers or Azureblight Infestors in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sap-Sleeper", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 11, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 16, } , [1958] = { +["name"] = "Precursor Maker", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Collect and install all of the parts necessary to reconstruct the Precursor factotum.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["name"] = "Precursor Maker", +["Category_ID"] = 21, } , [1959] = { +["name"] = "Fang Lair Vanquisher", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 1, -["Category_ID"] = 19, -["name"] = "Fang Lair Vanquisher", +["Category_ID"] = 20, } , [1960] = { -["numCriteria"] = 5, +["name"] = "Fang Lair Conqueror", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 5, -["prevId"] = 0, -["name"] = "Fang Lair Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 4, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1961] = { -["numCriteria"] = 1, +["name"] = "Veteran Skeleton Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 500 Skeletons in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Skeleton Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 8, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1962] = { -["numCriteria"] = 1, +["name"] = "Veteran Necromancer Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Blackmarrow Necromancers in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Necromancer Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 9, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1963] = { -["numCriteria"] = 1, +["name"] = "The Quick and the Dead", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Quick and the Dead", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 6, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1964] = { -["numCriteria"] = 1, +["name"] = "Not a Statistic", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Not a Statistic", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 7, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1965] = { -["numCriteria"] = 1, +["name"] = "Let Bygones Be Bygones", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Orryn the Black and Thurvokun after reading the incantation in Orryn\'s Notes in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Let Bygones Be Bygones", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 5, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1966] = { -["numCriteria"] = 4, +["name"] = "Fang Lair Challenger", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fang Lair Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 3, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1967] = { -["numCriteria"] = 1, +["name"] = "Minimal Animosity", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Minimal Animosity", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 10, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1968] = { -["numCriteria"] = 1, +["name"] = "Fungi Free", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Cadaverous Menagerie without anyone in your group taking damage from Volatile Fungi in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fungi Free", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 11, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1969] = { -["numCriteria"] = 1, +["name"] = "Starved Scarabs", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Starved Scarabs", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 12, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1970] = { -["numCriteria"] = 1, +["name"] = "Obedience Maiming", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Obedience Maiming", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 13, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1971] = { -["numCriteria"] = 5, +["name"] = "Elementary Anatomy", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Deactivate each of Caluurion\'s Relics using elemental Bonefiends in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Elementary Anatomy", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 14, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1972] = { -["numCriteria"] = 1, +["name"] = "Nonplussed", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ulfnor and Sabina Cedus without a party member being affected by Sabina Cedus\'s Haunting Spectre in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Nonplussed", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 15, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1973] = { -["numCriteria"] = 1, +["name"] = "Cold Pursuit", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cold Pursuit", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 16, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1974] = { +["name"] = "Horrific Halitosis", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "When hit by Thurvokun\'s Plague Breath in Fang Lair, be under the protection of Yisareh\'s Life Ward while standing in direct contact with three other party members who also have Yisareh\'s Life Ward.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 3, -["Category_ID"] = 19, -["name"] = "Horrific Halitosis", +["Category_ID"] = 20, } , [1975] = { +["name"] = "Scalecaller Peak Vanquisher", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 4, -["Category_ID"] = 19, -["name"] = "Scalecaller Peak Vanquisher", +["Category_ID"] = 20, } , [1976] = { -["numCriteria"] = 5, +["name"] = "Scalecaller Peak Conqueror", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 5, -["prevId"] = 0, -["name"] = "Scalecaller Peak Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 19, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1977] = { -["numCriteria"] = 1, +["name"] = "Veteran Ogre Slayer", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Ogres in Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Ogre Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 24, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1978] = { -["numCriteria"] = 1, +["name"] = "Veteran Cultist Slayer", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 120 Cultists in Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Cultist Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 25, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1979] = { -["numCriteria"] = 1, +["name"] = "Peak Performance", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Peak Performance", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 21, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1980] = { -["numCriteria"] = 1, +["name"] = "On Top", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "On Top", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 22, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1981] = { -["numCriteria"] = 1, +["name"] = "Breaker of Spells", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Zaan the Scalecaller after reading Zaan\'s Ritual Scroll in Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Breaker of Spells", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 20, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1982] = { -["numCriteria"] = 4, +["name"] = "Scalecaller Peak Challenger", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Scalecaller Peak Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 18, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1983] = { -["numCriteria"] = 1, +["name"] = "Mountain God", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Mountain God", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 17, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1984] = { -["numCriteria"] = 1, +["name"] = "Pustulent Problems", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pustulent Problems", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 23, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1985] = { +["name"] = "Scalecaller Savior", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Collect both of the necessary ingredients and cure Jorvuld Davaux of the cult\'s plague.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 5, -["Category_ID"] = 19, -["name"] = "Scalecaller Savior", +["Category_ID"] = 20, } , [1986] = { -["numCriteria"] = 1, +["name"] = "Stony Situation", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Doylemish Ironheart in Veteran Scalecaller Peak without a single group member becoming Petrified by Stony Gaze.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Stony Situation", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 26, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1987] = { -["numCriteria"] = 1, +["name"] = "Tremor Trouble", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tremor Trouble", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 27, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1988] = { -["numCriteria"] = 1, -["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.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Doctor\'s Orders", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Dragon Bones", ["achievementIndex"] = 28, -["Category_ID"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 20, } , [1989] = { -["numCriteria"] = 1, +["name"] = "Watch Your Step", +["achievementIndex"] = 29, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Watch Your Step", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 29, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1990] = { +["name"] = "Stand Your Ground", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat Zaan the Scalecaller without being knocked back by her shield.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 6, -["Category_ID"] = 19, -["name"] = "Stand Your Ground", +["Category_ID"] = 20, } , [1991] = { -["numCriteria"] = 1, +["name"] = "Daedric Deflector", +["achievementIndex"] = 30, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Daedric Deflector", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 30, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , -[2271] = { -["numCriteria"] = 5, +[2486] = { +["name"] = "Assassination Cessation", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["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.", +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Complete \"The Final Order\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Depths of Malatar Conqueror", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 14, -["Category_ID"] = 16, -["firstID"] = 0, +["nextId"] = 2487, +["Category_ID"] = 11, } , -[2270] = { -["numCriteria"] = 5, -["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.", -["points"] = 10, +[2487] = { +["name"] = "Betrayer Breaker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Depths of Malatar Vanquisher", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 10, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Complete the \"Cadwell the Betrayer\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2488, +["Category_ID"] = 11, } , -[2269] = { -["numCriteria"] = 1, +[2488] = { +["name"] = "Moonwalker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat 150 Stone Watchers in Veteran Depths of Malatar.", +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Complete the \"Jode\'s Core\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Stone Watcher Slayer", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 20, -["Category_ID"] = 16, -["firstID"] = 0, +["nextId"] = 2489, +["Category_ID"] = 11, } , -[2268] = { -["numCriteria"] = 1, +[2489] = { +["name"] = "Queenmaker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat 350 of Meridia\'s Purified in Veteran Depths of Malatar.", +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Complete \"The Heir of Anequina\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Purified Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 19, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2267] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2490] = { +["name"] = "Baandari Hireling", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Relentless Raider", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 4, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2490, +["numCriteria"] = 1, +["description"] = "Complete your first job for the Baandari job broker Nisuzi in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2491, +["Category_ID"] = 11, } , -[2266] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Frostvault.", -["points"] = 50, +[2491] = { +["name"] = "Baandari Associate", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Frostvault Challenger", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 2, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2490, +["numCriteria"] = 1, +["description"] = "Complete 10 jobs for the Baandari job broker Nisuzi in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2492, +["Category_ID"] = 11, } , -[2265] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Enter either Frostvault or Depths of Malatar for the first time.", -["points"] = 5, +[2492] = { +["name"] = "Baandari Agent", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Wrathstone Explorer", -["SubCategory"] = "General", +["SubCategory_ID"] = 2, +["firstID"] = 2490, +["numCriteria"] = 1, +["description"] = "Complete 30 jobs for the Baandari job broker Nisuzi in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 2, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2264] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2493] = { +["name"] = "Anequina Monster Hunter", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Safe Keeping", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 7, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2493, +["numCriteria"] = 1, +["description"] = "Complete 1 world boss daily quest for Ri\'hirr of the Northern Elsweyr Defense Force.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2494, +["Category_ID"] = 11, } , -[2263] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2494] = { +["name"] = "Anequina Monster Slayer", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Smash and Grab", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 6, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2493, +["numCriteria"] = 1, +["description"] = "Complete 10 world boss daily quests for Ri\'hirr of the Northern Elsweyr Defense Force.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2495, +["Category_ID"] = 11, } , [2001] = { -["numCriteria"] = 1, +["name"] = "King\'s Haven Pass Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear King\'s Haven Pass.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "King\'s Haven Pass Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, ["Category_ID"] = 12, -["firstID"] = 0, } , [2002] = { -["numCriteria"] = 1, +["name"] = "Eton Nir Grotto Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Eton Nir Grotto.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Eton Nir Grotto Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, ["Category_ID"] = 12, -["firstID"] = 0, } , [2003] = { -["numCriteria"] = 1, +["name"] = "Archon\'s Grove Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Archon\'s Grove.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Archon\'s Grove Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["firstID"] = 0, } , [2004] = { -["numCriteria"] = 1, +["name"] = "Tor-Hame-Khard Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Tor-Hame-Khard.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Tor-Hame-Khard Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, ["Category_ID"] = 12, -["firstID"] = 0, } , [2005] = { -["numCriteria"] = 1, +["name"] = "Wasten Coraldale Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Wasten Coraldale.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wasten Coraldale Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, ["Category_ID"] = 12, -["firstID"] = 0, } , [2006] = { -["numCriteria"] = 1, +["name"] = "Traitor\'s Vault Explorer", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Traitor\'s Vault.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Traitor\'s Vault Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 9, ["Category_ID"] = 12, -["firstID"] = 0, } , [2007] = { -["numCriteria"] = 6, +["name"] = "Summerset Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Explore and clear all six explorable caves in Summerset.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Summerset Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, ["Category_ID"] = 12, -["firstID"] = 0, } , [2008] = { -["numCriteria"] = 10, +["name"] = "Summerset Pathfinder", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Discover all the striking locales in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Summerset Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["firstID"] = 0, } , -[2254] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Time for Mud and Mushrooms\" Psijic Order quest in Summerset.", -["points"] = 10, +[2506] = { +["name"] = "Pellitine Style Master", +["achievementIndex"] = 8, ["prevId"] = 0, -["name"] = "Psijic Mudslinger", -["SubCategory"] = "Quests", -["nextId"] = 2255, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Pellitine style book, found by completing daily Dragon hunt quests.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , [2010] = { -["numCriteria"] = 2, +["name"] = "Summerset Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Summerset.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Summerset Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, ["Category_ID"] = 12, -["firstID"] = 0, } , -[2252] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Shattered Staff\" Psijic Order quest in Summerset.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Psijic Repairer", +[2508] = { +["name"] = "Elsweyr Grand Adventurer", +["achievementIndex"] = 2, ["SubCategory"] = "Quests", -["nextId"] = 2253, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["firstID"] = 2249, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete 32 quests in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2251] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Breaches of Frost and Fire\" Psijic Order quest in Summerset.", -["points"] = 10, +[2509] = { +["name"] = "Savior of Elsweyr", +["achievementIndex"] = 4, ["prevId"] = 0, -["name"] = "Psijic Regulator", -["SubCategory"] = "Quests", -["nextId"] = 2252, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["firstID"] = 2249, +["firstID"] = 0, +["numCriteria"] = 7, +["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2250] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Breaches on the Bay\" Psijic Order quest in Summerset.", -["points"] = 10, +[2236] = { +["name"] = "The Mystic\'s Ice", +["achievementIndex"] = 18, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, -["name"] = "Psijic Pursuer", -["SubCategory"] = "Quests", -["nextId"] = 2251, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Have Galenwe\'s shade destroy 20 roaming Hoarfrost cyclones with his Spiked Ice attack in Cloudrest.", ["Category"] = "Summerset", -["achievementIndex"] = 3, +["points"] = 15, +["nextId"] = 0, ["Category_ID"] = 12, -["firstID"] = 2249, } , -[2249] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Psijics\' Calling\" Psijic Order quest in Summerset.", -["points"] = 10, +[2238] = { +["name"] = "Valorous Combustion", +["achievementIndex"] = 11, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, -["name"] = "Psijic Responder", -["SubCategory"] = "Quests", -["nextId"] = 2250, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While battling Siroria\'s shade by itself, every Roaring Flare throughout the entire encounter must be split between at least 6 players in Cloudrest.", ["Category"] = "Summerset", -["achievementIndex"] = 3, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 12, -["firstID"] = 2249, } , -[2244] = { +[2674] = { +["name"] = "Lightning Strikes Thrice", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Vsskalvor at an Abyssal Geyser.", +["description"] = "While fighting the Stormborn Revenant in Veteran Icereach, defeat three Storm Atronachs, letting no more than three seconds pass between each kill.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Snake Charmer", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 13, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 14, } , [2016] = { -["numCriteria"] = 1, +["name"] = "Halls of Regulation Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Halls of Regulation.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Halls of Regulation Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 4, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2017] = { -["numCriteria"] = 1, +["name"] = "Shadow Cleft Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Shadow Cleft.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shadow Cleft Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2018] = { -["numCriteria"] = 2, +["name"] = "Clockwork City Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in the Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Clockwork City Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2019] = { -["numCriteria"] = 2, +["name"] = "Clockwork City Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear both explorable caves in the Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Clockwork City Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2020] = { -["numCriteria"] = 6, +["name"] = "Clockwork City Pathfinder", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in the Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Clockwork City Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 8, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2021] = { +["name"] = "Hlaalu Style Master", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Hlaalu style book, found by stealing from civilians\' homes and pockets in Morrowind.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 12, ["Category_ID"] = 13, -["name"] = "Hlaalu Style Master", } , [2022] = { +["name"] = "Redoran Style Master", +["achievementIndex"] = 13, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Redoran style book, found by stealing from civilians\' homes and pockets in Morrowind.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 13, ["Category_ID"] = 13, -["name"] = "Redoran Style Master", } , [2023] = { +["name"] = "Telvanni Style Master", +["achievementIndex"] = 14, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Telvanni style book, found by stealing from civilians\' homes and pockets in Morrowind.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 14, ["Category_ID"] = 13, -["name"] = "Telvanni Style Master", } , [2024] = { -["numCriteria"] = 14, +["name"] = "Refabricated Style Master", +["achievementIndex"] = 13, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Collect and learn every chapter in the Refabricated style book.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Refabricated Style Master", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 13, ["Category_ID"] = 13, -["firstID"] = 0, } , -[2233] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", -["points"] = 15, +[2078] = { +["name"] = "Asylum Sanctorium Contender", +["achievementIndex"] = 3, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, -["name"] = "Flares and Deadly Shadows", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 15, -["Category_ID"] = 12, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2232] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Misery Loves Company", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 14, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 21, +} +, +[2607] = { +["name"] = "Blossoming Broker", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2606, +["numCriteria"] = 1, +["description"] = "Complete 10 Delve Daily Quests for Guybert Flaubert.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2608, +["Category_ID"] = 15, } , [2027] = { +["name"] = "Clockwork City Master Angler", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["name"] = "Clockwork City Master Angler", +["Category_ID"] = 21, } , [2028] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat The Imperfect in the Sanctuary of Verification.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Imperfection", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Clockwork City", ["achievementIndex"] = 6, -["Category_ID"] = 20, -["firstID"] = 0, -} -, -[2209] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 33 quests in Summerset.", -["points"] = 50, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Summerset Grand Adventurer", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 2, -["Category_ID"] = 12, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2208] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Crystal Tower\" quest.", +["description"] = "Defeat The Imperfect in the Sanctuary of Verification.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "What Must Be Done", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, -["Category_ID"] = 12, -["firstID"] = 2205, +["Category_ID"] = 21, } , -[2207] = { -["numCriteria"] = 1, +[2599] = { +["name"] = "Halls of the Highmane", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Necessary Alliance\" quest.", +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Complete the \"Pride of Alkosh\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Enemy of My Enemy", -["SubCategory"] = "Quests", -["nextId"] = 2208, -["Category"] = "Summerset", -["achievementIndex"] = 6, -["Category_ID"] = 12, -["firstID"] = 2205, +["nextId"] = 2600, +["Category_ID"] = 15, } , -[2206] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Lost in Translation\" quest.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Unreliable Narrator", +[2609] = { +["name"] = "A Call to Arms", +["achievementIndex"] = 7, ["SubCategory"] = "Quests", -["nextId"] = 2207, -["Category"] = "Summerset", -["achievementIndex"] = 6, -["Category_ID"] = 12, -["firstID"] = 2205, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2609, +["numCriteria"] = 1, +["description"] = "Complete 4 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2610, +["Category_ID"] = 15, } , -[2204] = { -["numCriteria"] = 1, +[2610] = { +["name"] = "Restoring the Order", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Tower Sentinels\" quest.", +["firstID"] = 2609, +["numCriteria"] = 1, +["description"] = "Complete 12 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category"] = "Dragonhold", ["points"] = 10, +["nextId"] = 2611, +["Category_ID"] = 15, +} +, +[2534] = { +["name"] = "Pieces of History", +["achievementIndex"] = 6, ["prevId"] = 0, -["name"] = "Resolute Guardian", -["SubCategory"] = "Quests", +["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Gather pieces of the priceless Khajiit tapestry, Khajiit of the Moons, to honor its history and inspire the citizens of Senchal.", +["Category"] = "Dragonhold", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["firstID"] = 2201, +["Category_ID"] = 15, } , -[2203] = { +[2615] = { +["name"] = "Senchal\'s Savior", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2613, ["numCriteria"] = 1, +["description"] = "Complete 30 Group Boss Dailies from Bruccius Baenius.", +["Category"] = "Dragonhold", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[2537] = { +["name"] = "Reachman Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"Buried Memories\" quest.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 200 Reachman warriors in Veteran Icereach.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mind Games", -["SubCategory"] = "Quests", -["nextId"] = 2204, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["firstID"] = 2201, +["nextId"] = 0, +["Category_ID"] = 14, } , -[2202] = { -["numCriteria"] = 1, +[2538] = { +["name"] = "Frost Atronach Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Pearl of Great Price\" quest.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 45 Frost Atronachs in Veteran Icereach.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Precious Pearl", -["SubCategory"] = "Quests", -["nextId"] = 2203, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["firstID"] = 2201, +["nextId"] = 0, +["Category_ID"] = 14, } , [2036] = { -["numCriteria"] = 1, +["name"] = "Reef Raider", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Queen of the Reef at The Queen\'s Hatchery.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Reef Raider", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 17, ["Category_ID"] = 12, -["firstID"] = 0, } , [2037] = { -["numCriteria"] = 1, +["name"] = "Bucking the Matriarchy", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Caanerin at Indrik Frolic.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bucking the Matriarchy", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 18, ["Category_ID"] = 12, -["firstID"] = 0, } , [2038] = { -["numCriteria"] = 1, +["name"] = "Sea Sload Slugger", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Sea Sload B\'Korgen at Welenkin Cove.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sea Sload Slugger", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 19, ["Category_ID"] = 12, -["firstID"] = 0, } , [2039] = { -["numCriteria"] = 1, +["name"] = "Talon Taker", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Haeliata and Nagravia at Gryphon Run.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Talon Taker", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 20, ["Category_ID"] = 12, -["firstID"] = 0, } , [2040] = { -["numCriteria"] = 1, +["name"] = "Amphibian Agitator", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Graveld at Graveld\'s Hideaway.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Amphibian Agitator", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 21, ["Category_ID"] = 12, -["firstID"] = 0, } , [2041] = { -["numCriteria"] = 1, +["name"] = "Keel Hauler", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Keelsplitter at Keelsplitter\'s Nest.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Keel Hauler", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 22, ["Category_ID"] = 12, -["firstID"] = 0, } , [2042] = { -["numCriteria"] = 6, +["name"] = "Defender of Summerset", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all six world bosses in Summerset.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Summerset", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 16, ["Category_ID"] = 12, -["firstID"] = 0, } , -[2194] = { -["numCriteria"] = 9, -["SubCategory_ID"] = 2, -["description"] = "Stop the conspiracy sowing chaos through Summerset, protect the Crystal Tower, and forge a new alliance to restore the Isles to order.", -["points"] = 15, +[2546] = { +["name"] = "No Rest for the Wicked", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "The Good of the Many", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, -["Category_ID"] = 12, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, } , [2044] = { +["name"] = "Apostle Style Master", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Apostle style book, occasionally found as rewards for completing Brass Fortress Resupply daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, -["name"] = "Apostle Style Master", +["Category_ID"] = 21, } , [2045] = { +["name"] = "Ebonshadow Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Ebonshadow style book, occasionally found as rewards for completing Blackfeather Court daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 7, -["Category_ID"] = 20, -["name"] = "Ebonshadow Style Master", +["Category_ID"] = 21, } , [2046] = { -["numCriteria"] = 1, +["name"] = "Murderer of Crows", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ithoxis, Abathoth, and Ssatinot in Exarchs\' Egress.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Murderer of Crows", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 7, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2047] = { -["numCriteria"] = 2, +["name"] = "Clockwork City Defender", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both world bosses in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Clockwork City Defender", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , } diff --git a/data/en/en.lua b/data/en/en.lua index 60d9efb..5805908 100644 --- a/data/en/en.lua +++ b/data/en/en.lua @@ -65,6 +65,9 @@ Area_names = { [19] = { short= "Wrathstone", medium = "Wrathstone", long = "Wrathstone"}, + [20] = { short= "Harrowstorm", + medium = "Harrowstorm", + long = "Harrowstorm"}, } L = { @@ -206,4 +209,5 @@ Locations2 = { -- Used for WB and SQ, --Our Naming -DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire", "Elsweyr", "Dragonhold", "Scalebreaker", "Wrathstone"} \ No newline at end of file +DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", +"Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire", "Elsweyr", "Dragonhold", "Scalebreaker", "Wrathstone", "Harrowstorm"} \ No newline at end of file diff --git a/data/fr/fr-data.lua b/data/fr/fr-data.lua index 7dca0eb..888e847 100644 --- a/data/fr/fr-data.lua +++ b/data/fr/fr-data.lua @@ -1,23510 +1,24091 @@ --Obtained from the game, Don't edit. Ach_Detail ={ [2048] = { +["name"] = "Trésor de la Forteresse d\'airain", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Trésor de la Forteresse d\'airain", ["numCriteria"] = 1, +["description"] = "Rendez-vous à la Forteresse d\'airain à la Cité mécanique.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Rendez-vous à la Forteresse d\'airain à la Cité mécanique.", -["achievementIndex"] = 1, +["Category_ID"] = 21, } , [2049] = { +["name"] = "Héros de la Cité mécanique", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Héros de la Cité mécanique", ["numCriteria"] = 5, +["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros de la Cité mécanique.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros de la Cité mécanique.", -["achievementIndex"] = 2, +["Category_ID"] = 21, } , [2050] = { +["name"] = "Un pays de rouages et de circuits", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2050, ["SubCategory"] = "Quests", -["name"] = "Un pays de rouages et de circuits", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 2050, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Vers la Cité mécanique ».", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2058, -["description"] = "Terminez la quête « Vers la Cité mécanique ».", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2058] = { -["prevId"] = 2050, -["firstID"] = 2050, -["SubCategory"] = "Quests", ["name"] = "Citoyen mécanique", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2050, ["numCriteria"] = 1, +["description"] = "Terminez la quête « En quête de garanties ».", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2059, -["description"] = "Terminez la quête « En quête de garanties ».", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [11] = { +["name"] = "Vainqueur du Creuset des aînés I", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur du Creuset des aînés I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez Akash gra-Mal, Ronce étouffeuse et la haute chanoinesse Oraneth au Creuset des aînés I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Akash gra-Mal, Ronce étouffeuse et la haute chanoinesse Oraneth au Creuset des aînés I.", ["Category_ID"] = 4, } , [2060] = { -["prevId"] = 2059, -["firstID"] = 2050, -["SubCategory"] = "Quests", ["name"] = "Intermédiaire", -["SubCategory_ID"] = 2, ["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2050, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Ombres approfondies ».", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « Ombres approfondies ».", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2061] = { +["name"] = "Du même plumage", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 2061, ["SubCategory"] = "Quests", -["name"] = "Du même plumage", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 2061, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Perdus dans le crépuscule ».", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2062, -["description"] = "Terminez la quête « Perdus dans le crépuscule ».", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2062] = { -["prevId"] = 2061, -["firstID"] = 2061, -["SubCategory"] = "Quests", ["name"] = "Boxe d\'ombres", +["achievementIndex"] = 3, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 2061, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Dans l\'obscurité ».", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2063, -["description"] = "Terminez la quête « Dans l\'obscurité ».", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2063] = { +["name"] = "Le véritable Sotha Sil", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 2061, ["SubCategory"] = "Quests", -["name"] = "Le véritable Sotha Sil", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 2061, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Là où se tapissent les ombres ».", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2064, -["description"] = "Terminez la quête « Là où se tapissent les ombres ».", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2064] = { +["name"] = "Le Fardeau de la Connaissance", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 2061, ["SubCategory"] = "Quests", -["name"] = "Le Fardeau de la Connaissance", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 2061, ["numCriteria"] = 1, +["description"] = "Terminez la quête « La lumière de la connaissance ».", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « La lumière de la connaissance ».", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2065] = { +["name"] = "Courtiser les corbeaux", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2065, ["SubCategory"] = "Quests", -["name"] = "Courtiser les corbeaux", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 2065, ["numCriteria"] = 1, +["description"] = "Terminez une quête quotidienne de la Cour de Noireplume.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 2066, -["description"] = "Terminez une quête quotidienne de la Cour de Noireplume.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2066] = { +["name"] = "Assistant de Noireplume", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2065, ["SubCategory"] = "Quests", -["name"] = "Assistant de Noireplume", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 2065, ["numCriteria"] = 1, +["description"] = "Terminez 7 quêtes quotidiennes de la Cour de Noireplume.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2067, -["description"] = "Terminez 7 quêtes quotidiennes de la Cour de Noireplume.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2067] = { +["name"] = "Noireplume honoraire", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2065, ["SubCategory"] = "Quests", -["name"] = "Noireplume honoraire", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 2065, ["numCriteria"] = 1, +["description"] = "Terminez 30 quêtes quotidiennes de la Cour de Noireplume.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez 30 quêtes quotidiennes de la Cour de Noireplume.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2068] = { +["name"] = "Aventurier de la Cité mécanique", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 2068, ["SubCategory"] = "Quests", -["name"] = "Aventurier de la Cité mécanique", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2068, ["numCriteria"] = 1, +["description"] = "Terminez 20 quêtes d\'histoire dans la Cité mécanique", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 2069, -["description"] = "Terminez 20 quêtes d\'histoire dans la Cité mécanique", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2069] = { +["name"] = "Grand aventurier de la Cité mécanique", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 2068, ["SubCategory"] = "Quests", -["name"] = "Grand aventurier de la Cité mécanique", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2068, ["numCriteria"] = 1, +["description"] = "Terminez 24 quêtes d\'histoire dans la Cité mécanique", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez 24 quêtes d\'histoire dans la Cité mécanique", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2070] = { +["name"] = "Assistant de la Forteresse d\'airain", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2070, ["SubCategory"] = "Quests", -["name"] = "Assistant de la Forteresse d\'airain", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 2070, ["numCriteria"] = 1, +["description"] = "Terminez une quête quotidienne de ravitaillement de la Forteresse d\'airain.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 2071, -["description"] = "Terminez une quête quotidienne de ravitaillement de la Forteresse d\'airain.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2071] = { +["name"] = "Approvisionneur de la Forteresse d\'airain", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2070, ["SubCategory"] = "Quests", -["name"] = "Approvisionneur de la Forteresse d\'airain", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 2070, ["numCriteria"] = 1, +["description"] = "Terminez 7 quêtes quotidiennes de ravitaillement de la Forteresse d\'airain.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 2072, -["description"] = "Terminez 7 quêtes quotidiennes de ravitaillement de la Forteresse d\'airain.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2072] = { +["name"] = "Quartier maître de la Forteresse d\'airain", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2070, ["SubCategory"] = "Quests", -["name"] = "Quartier maître de la Forteresse d\'airain", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 2070, ["numCriteria"] = 1, +["description"] = "Terminez 30 quêtes quotidiennes de ravitaillement de la Forteresse d\'airain.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez 30 quêtes quotidiennes de ravitaillement de la Forteresse d\'airain.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2073] = { +["name"] = "Fortune et fatalité", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Fortune et fatalité", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Découvrez l\'avenir.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez l\'avenir.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2074] = { +["name"] = "Ravageur de rongeurs remontés", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Ravageur de rongeurs remontés", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Ralentissez la dispersion des secrets en détruisant 100 ragnatons.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Ralentissez la dispersion des secrets en détruisant 100 ragnatons.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2075] = { +["name"] = "Sauveur de l\'Asile sanctuaire", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Asylum Sanctorium", -["name"] = "Sauveur de l\'Asile sanctuaire", ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Terminez la liste des succès de l\'Asile sanctuaire.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez la liste des succès de l\'Asile sanctuaire.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [28] = { +["name"] = "Fléau de Faolchu", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Fléau de Faolchu", ["SubCategory_ID"] = 3, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Faolchu le changeforme et libérez la ville de Camlorn.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Faolchu le changeforme et libérez la ville de Camlorn.", ["Category_ID"] = 7, } , [2077] = { +["name"] = "Conquérant de l\'Asile sanctuaire", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Asylum Sanctorium", -["name"] = "Conquérant de l\'Asile sanctuaire", ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux dans l\'Asile sanctuaire Vétéran.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux dans l\'Asile sanctuaire Vétéran.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [30] = { +["name"] = "Ami du Wyrd", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Ami du Wyrd", ["SubCategory_ID"] = 3, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Aidez les Wyresses à chasser la corruption d\'Angof de leurs bosquets sacrés et de l\'abre du Wyrd.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Aidez les Wyresses à chasser la corruption d\'Angof de leurs bosquets sacrés et de l\'abre du Wyrd.", ["Category_ID"] = 7, } , [31] = { +["name"] = "Salut de Glénumbrie", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Salut de Glénumbrie", ["SubCategory_ID"] = 3, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Faites échouer le plan nécromancien d\'Angof le Chante-tombe pour conquérir la Glénumbrie.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Faites échouer le plan nécromancien d\'Angof le Chante-tombe pour conquérir la Glénumbrie.", ["Category_ID"] = 7, } , [2080] = { +["name"] = "Sanctification", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Asylum Sanctorium", -["name"] = "Sanctification", ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux sans qu\'un seul membre du groupe ne meure dans l\'Asile sanctuaire Vétéran.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux sans qu\'un seul membre du groupe ne meure dans l\'Asile sanctuaire Vétéran.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2081] = { +["name"] = "Clémence rapide", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Asylum Sanctorium", -["name"] = "Clémence rapide", ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux en moins de 15 minutes dans l\'Asile sanctuaire Vétéran. Le chronomètre commence lorsque les joueurs entrent dans l\'Asile sanctuaire.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux en moins de 15 minutes dans l\'Asile sanctuaire Vétéran. Le chronomètre commence lorsque les joueurs entrent dans l\'Asile sanctuaire.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [34] = { +["name"] = "Aventurier de Glénumbrie", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Aventurier de Glénumbrie", ["SubCategory_ID"] = 3, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 53 quêtes en Glénumbrie.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 53 quêtes en Glénumbrie.", ["Category_ID"] = 7, } , [2083] = { +["name"] = "Projections placides", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Asylum Sanctorium", -["name"] = "Projections placides", ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez saint Felms l\'Audacieux sans que l\'une de ses Projections pneuma n\'enrage dans l\'Asile sanctuaire Vétéran.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez saint Felms l\'Audacieux sans que l\'une de ses Projections pneuma n\'enrage dans l\'Asile sanctuaire Vétéran.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2084] = { +["name"] = "Présence imparfaite", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Asylum Sanctorium", -["name"] = "Présence imparfaite", ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Llothis le Pieux sans démanteler ses Assistants imparfaits dans l\'Asile sanctuaire Vétéran.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez Llothis le Pieux sans démanteler ses Assistants imparfaits dans l\'Asile sanctuaire Vétéran.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2085] = { +["name"] = "Condamnation juste", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Asylum Sanctorium", -["name"] = "Condamnation juste", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez saint Olms le Juste et saint Llothis le Pieux dans le même combat dans l\'Asile sanctuaire Vétéran.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste et saint Llothis le Pieux dans le même combat dans l\'Asile sanctuaire Vétéran.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2086] = { +["name"] = "Jugement du bourreau", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Asylum Sanctorium", -["name"] = "Jugement du bourreau", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez saint Olms le Juste et saint Felms l\'Audacieux dans le même combat dans l\'Asile sanctuaire Vétéran.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste et saint Felms l\'Audacieux dans le même combat dans l\'Asile sanctuaire Vétéran.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2087] = { +["name"] = "Purification parfaite", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Asylum Sanctorium", -["name"] = "Purification parfaite", ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux sans qu\'un seul membre du groupe ne meure en moins de 15 minutes dans l\'Asile sanctuaire Vétéran.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux sans qu\'un seul membre du groupe ne meure en moins de 15 minutes dans l\'Asile sanctuaire Vétéran.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2093] = { +["name"] = "Conquérant de Soltenure", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Conquérant de Soltenure", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les champions de Soltenure.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions de Soltenure.", ["Category_ID"] = 12, } , [2094] = { +["name"] = "Conquérant de Gastecairn", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Conquérant de Gastecairn", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les champions de Gastecairn.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions de Gastecairn.", ["Category_ID"] = 12, } , [2095] = { +["name"] = "Événement de groupe de Soltenure", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Événement de groupe de Soltenure", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Interrompre les bourreaux et vaincre Konnugil le Léviathan à Soltenure.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Interrompre les bourreaux et vaincre Konnugil le Léviathan à Soltenure.", ["Category_ID"] = 12, } , [2096] = { +["name"] = "Événement de groupe de Gastecairn", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Événement de groupe de Gastecairn", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre le Sload des Mers N\'Garza à Gastecairn.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre le Sload des Mers N\'Garza à Gastecairn.", ["Category_ID"] = 12, } , [2097] = { +["name"] = "Maître du style Corneffroi", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Maître du style Corneffroi", ["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style des Corneffroi, que l\'on trouve parfois en récompense dans le donjon de la Forteresse d\'Épervine.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style des Corneffroi, que l\'on trouve parfois en récompense dans le donjon de la Forteresse d\'Épervine.", -["achievementIndex"] = 8, +["Category_ID"] = 22, } , [2098] = { +["name"] = "Maître du style Forgesang", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Maître du style Forgesang", ["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style de la Forgesang, que l\'on trouve parfois en récompense dans le donjon de la Forge de Sangracine.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style de la Forgesang, que l\'on trouve parfois en récompense dans le donjon de la Forge de Sangracine.", -["achievementIndex"] = 9, +["Category_ID"] = 22, } , [2099] = { +["name"] = "Reliques du Couchant", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Reliques du Couchant", ["numCriteria"] = 20, +["description"] = "Récupérez les 20 reliques dangereuses dérobées dans les Coffres de Moawita.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Récupérez les 20 reliques dangereuses dérobées dans les Coffres de Moawita.", -["achievementIndex"] = 4, +["Category_ID"] = 12, } , [52] = { +["name"] = "Quêteur", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 52, -["Category_ID"] = 7, -["name"] = "Quêteur", ["numCriteria"] = 1, +["description"] = "Terminez 50 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 53, -["description"] = "Terminez 50 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [53] = { +["name"] = "Explorateur", +["achievementIndex"] = 1, ["prevId"] = 52, ["firstID"] = 52, -["Category_ID"] = 7, -["name"] = "Explorateur", ["numCriteria"] = 1, +["description"] = "Terminez 100 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 54, -["description"] = "Terminez 100 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [54] = { +["name"] = "Aventurier", +["achievementIndex"] = 1, ["prevId"] = 53, ["firstID"] = 52, -["Category_ID"] = 7, -["name"] = "Aventurier", ["numCriteria"] = 1, +["description"] = "Terminez 250 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 55, -["description"] = "Terminez 250 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [55] = { +["name"] = "Maître aventurier", +["achievementIndex"] = 1, ["prevId"] = 54, ["firstID"] = 52, -["Category_ID"] = 7, -["name"] = "Maître aventurier", ["numCriteria"] = 1, +["description"] = "Terminez 500 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 56, -["description"] = "Terminez 500 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [56] = { -["prevId"] = 55, -["firstID"] = 52, -["Category_ID"] = 7, ["name"] = "Aventurier indomptable", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 52, ["numCriteria"] = 1, +["description"] = "Accomplissez 1000 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Accomplissez 1000 quêtes.\nNote : Les quêtes répétables ne comptent pour ce succès que la première fois.", -["achievementIndex"] = 2, +["Category_ID"] = 7, } , [57] = { +["name"] = "Aventurier de Havre-tempête", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Aventurier de Havre-tempête", ["SubCategory_ID"] = 3, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 60 quêtes à Havre-tempête.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 60 quêtes à Havre-tempête.", ["Category_ID"] = 7, } , [58] = { +["name"] = "Aventurier de Fendretour", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Aventurier de Fendretour", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 42 quêtes à Fendretour.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 42 quêtes à Fendretour.", ["Category_ID"] = 7, } , [59] = { +["name"] = "Aventurier du désert d\'Alik\'r", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Aventurier du désert d\'Alik\'r", ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 42 quêtes dans le désert d\'Alik\'r.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 42 quêtes dans le désert d\'Alik\'r.", ["Category_ID"] = 7, } , [60] = { +["name"] = "Aventurier de Bangkoraï", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Aventurier de Bangkoraï", ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 36 quêtes à Bangkoraï.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 36 quêtes à Bangkoraï.", ["Category_ID"] = 7, } , [61] = { +["name"] = "Héros de l\'Alliance de Daguefilante", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Héros de l\'Alliance de Daguefilante", ["numCriteria"] = 5, +["description"] = "Accomplissez tous les succès de quête de l\'Alliance de Daguefilante.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez tous les succès de quête de l\'Alliance de Daguefilante.", -["achievementIndex"] = 3, +["Category_ID"] = 7, } , [78] = { +["name"] = "Vainqueur des cavernes d\'Ombre-noire I", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur des cavernes d\'Ombre-noire I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez le contremaître Llothan, le seigneur de la ruche et la sentinelle de Rkugamz dans les Cavernes d\'Ombre-noire I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le contremaître Llothan, le seigneur de la ruche et la sentinelle de Rkugamz dans les Cavernes d\'Ombre-noire I.", ["Category_ID"] = 4, } , [79] = { +["name"] = "Vainqueur des Égouts d\'Haltevoie I", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur des Égouts d\'Haltevoie I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez l\'enquêteur Garron, Varaine Pellingare et Allène Pellingare dans les Égouts d\'Haltevoie I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez l\'enquêteur Garron, Varaine Pellingare et Allène Pellingare dans les Égouts d\'Haltevoie I.", ["Category_ID"] = 4, } , [80] = { +["name"] = "Vainqueur de la Crypte des cœurs I", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de la Crypte des cœurs I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez l\'archimaître Siniel, le Léviathan de la mort et les jumeaux Ilambris dans la Crypte des cœurs I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez l\'archimaître Siniel, le Léviathan de la mort et les jumeaux Ilambris dans la Crypte des cœurs I.", ["Category_ID"] = 4, } , [81] = { +["name"] = "Vainqueur de l\'île des Tempêtes", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de l\'île des Tempêtes", ["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez Valaran Mande-tempête, Poigne-tempête et la Tempétueuse Neidir sur l\'île des tempêtes.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Valaran Mande-tempête, Poigne-tempête et la Tempétueuse Neidir sur l\'île des tempêtes.", ["Category_ID"] = 4, } , [2131] = { +["name"] = "Pas-des-Nuées terminé", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Pas-des-Nuées terminé", ["SubCategory_ID"] = 4, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe au Pas-des-Nuées.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe au Pas-des-Nuées.", ["Category_ID"] = 12, } , [2132] = { +["name"] = "Concurrent du Pas-des-Nuées", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Concurrent du Pas-des-Nuées", ["SubCategory_ID"] = 4, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe dans le même combat au Pas-des-Nuées.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe dans le même combat au Pas-des-Nuées.", ["Category_ID"] = 12, } , [2133] = { +["name"] = "Conquérant du Pas-des-Nuées", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Conquérant du Pas-des-Nuées", ["SubCategory_ID"] = 4, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe au Pas-des-Nuées Vétéran.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe au Pas-des-Nuées Vétéran.", ["Category_ID"] = 12, } , [2134] = { +["name"] = "Une Sload et son ombre", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Une Sload et son ombre", ["SubCategory_ID"] = 4, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja avec une ombre de welkynar à son côté dans le Pas-des-Nuées Vétéran.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja avec une ombre de welkynar à son côté dans le Pas-des-Nuées Vétéran.", ["Category_ID"] = 12, } , [2135] = { +["name"] = "Ombres croisées", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Ombres croisées", ["SubCategory_ID"] = 4, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja avec deux ombres de welkynar à son côté dans le Pas-des-Nuées Vétéran.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja avec deux ombres de welkynar à son côté dans le Pas-des-Nuées Vétéran.", ["Category_ID"] = 12, } , [2136] = { +["name"] = "Vainqueur du Pas-des-Nuées", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Vainqueur du Pas-des-Nuées", ["SubCategory_ID"] = 4, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe dans le même combat au Pas-des-Nuées Vétéran.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe dans le même combat au Pas-des-Nuées Vétéran.", ["Category_ID"] = 12, } , [2137] = { +["name"] = "Tueur d\'ombres rapide", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Tueur d\'ombres rapide", ["SubCategory_ID"] = 4, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe en moins de 15 minutes au Pas-des-Nuées Vétéran. Le chronomètre commence quand les joueurs entrent dans l\'Aire du Pas-des-Nuées.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe en moins de 15 minutes au Pas-des-Nuées Vétéran. Le chronomètre commence quand les joueurs entrent dans l\'Aire du Pas-des-Nuées.", ["Category_ID"] = 12, } , [2138] = { +["name"] = "Survivre aux ombres", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Survivre aux ombres", ["SubCategory_ID"] = 4, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe sans qu\'un seul membre du groupe ne meure au Pas-des-Nuées Vétéran.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe sans qu\'un seul membre du groupe ne meure au Pas-des-Nuées Vétéran.", ["Category_ID"] = 12, } , [2139] = { +["name"] = "Le Chemin d\'Alaxon", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Le Chemin d\'Alaxon", ["SubCategory_ID"] = 4, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe dans le même combat, sans qu\'un seul membre du groupe ne meure, moins de 15 minutes après être entré dans l\'Aire du Pas-des-Nuées Vétéran.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja, Siroria, Relequen et Galenwe dans le même combat, sans qu\'un seul membre du groupe ne meure, moins de 15 minutes après être entré dans l\'Aire du Pas-des-Nuées Vétéran.", ["Category_ID"] = 12, } , [2140] = { +["name"] = "Sauveur du Pas-des-Nuées", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Sauveur du Pas-des-Nuées", ["SubCategory_ID"] = 4, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Accomplissez les succès indiqués pour le Pas-des-Nuées.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès indiqués pour le Pas-des-Nuées.", ["Category_ID"] = 12, } , [2150] = { +["name"] = "Tueur Vétéran de loups sanguinaires", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur Vétéran de loups sanguinaires", ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre 200 loups sanguinaires ou loups sanguinaires cruels au Fort du Chasseur lunaire Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre 200 loups sanguinaires ou loups sanguinaires cruels au Fort du Chasseur lunaire Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2151] = { +["name"] = "Tueur de loup-garou massif Vétéran", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de loup-garou massif Vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuer 50 loups-garous massifs au Fort du Chasseur lunaire Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuer 50 loups-garous massifs au Fort du Chasseur lunaire Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2152] = { +["name"] = "Vainqueur du au Fort du Chasseur lunaire", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Vainqueur du au Fort du Chasseur lunaire", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vaincre le Geôlier Mélitus, le gardien du labyrinthe végétal, Mylenne Mire-Lune, l\'archiviste Ernarde et Vykosa l\'Ascendante au Fort du Chasseur lunaire.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre le Geôlier Mélitus, le gardien du labyrinthe végétal, Mylenne Mire-Lune, l\'archiviste Ernarde et Vykosa l\'Ascendante au Fort du Chasseur lunaire.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2153] = { +["name"] = "Conquérant du Fort du Chasseur lunaire", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant du Fort du Chasseur lunaire", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez le Geôlier Mélitus, le gardien du labyrinthe végétal, Mylenne Mire-Lune, l\'archiviste Ernarde et Vykosa l\'Ascendante au Fort du Chasseur lunaire Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le Geôlier Mélitus, le gardien du labyrinthe végétal, Mylenne Mire-Lune, l\'archiviste Ernarde et Vykosa l\'Ascendante au Fort du Chasseur lunaire Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2154] = { +["name"] = "Prédateur alpha", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Prédateur alpha", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Vykosa l\'Ascendante après avoir lu le Parchemin des Glorieuses batailles au Fort du Chasseur lunaire Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Vykosa l\'Ascendante après avoir lu le Parchemin des Glorieuses batailles au Fort du Chasseur lunaire Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2155] = { +["name"] = "Courir avec la meute", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Courir avec la meute", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus du geôlier Mélitus, du gardien du labyrinthe végétal, de Mylenne Mire-Lune, de l\'archiviste Ernarde et de Vykosa l\'Ascendante au Fort du Chasseur lunaire Vétéran en moins de 30 minutes. Votre chronomètre commence quand les joueurs attaquent le premier groupe d\'ennemis du Chasseur lunaire.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre toutes les rencontres en plus du geôlier Mélitus, du gardien du labyrinthe végétal, de Mylenne Mire-Lune, de l\'archiviste Ernarde et de Vykosa l\'Ascendante au Fort du Chasseur lunaire Vétéran en moins de 30 minutes. Votre chronomètre commence quand les joueurs attaquent le premier groupe d\'ennemis du Chasseur lunaire.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2156] = { +["name"] = "Devant la meute", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Devant la meute", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus du geôlier Mélitus, du gardien du labyrinthe végétal, de Mylenne Mire-Lune, de l\'archiviste Ernarde et de Vykosa l\'Ascendante au Fort du Chasseur lunaire Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre toutes les rencontres en plus du geôlier Mélitus, du gardien du labyrinthe végétal, de Mylenne Mire-Lune, de l\'archiviste Ernarde et de Vykosa l\'Ascendante au Fort du Chasseur lunaire Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2157] = { +["name"] = "Explorateur de Wolfhunter", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Explorateur de Wolfhunter", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Entrez dans le Fort du Chasseur lunaire ou la Procession des Sacrifiés pour la première fois.", ["Category"] = "Wolfhunter", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entrez dans le Fort du Chasseur lunaire ou la Procession des Sacrifiés pour la première fois.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2158] = { +["name"] = "Concurrent du Fort du Chasseur lunaire", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Concurrent du Fort du Chasseur lunaire", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans le Fort du Chasseur lunaire Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans le Fort du Chasseur lunaire Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2159] = { +["name"] = "Folie pure", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Folie pure", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus du geôlier Mélitus, du gardien du labyrinthe végétal, de Mylenne Mire-Lune, de l\'archiviste Ernarde et de Vykosa l\'Ascendante après avoir activé le mode difficile au Fort du Chasseur lunaire Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre toutes les rencontres en plus du geôlier Mélitus, du gardien du labyrinthe végétal, de Mylenne Mire-Lune, de l\'archiviste Ernarde et de Vykosa l\'Ascendante après avoir activé le mode difficile au Fort du Chasseur lunaire Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2160] = { +["name"] = "Tueur de limiers vétéran", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de limiers vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre 300 Limiers gardiens, Limiers archers, Limiers assassins et Limiers tonnetueurs dans la Procession des Sacrifiés Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre 300 Limiers gardiens, Limiers archers, Limiers assassins et Limiers tonnetueurs dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2161] = { +["name"] = "Tueur de luce-reines vétéran", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de luce-reines vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre 50 lucereines dans la Procession des Sacrifiés Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre 50 lucereines dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2162] = { +["name"] = "Vainqueur de la Procession des Sacrifiés", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Vainqueur de la Procession des Sacrifiés", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vaincre les Sœurs du Wyrd, Aghaedh du Solstice, Dagrund l\'Encombrant, Tarcyr et Balorgh dans la Procession des Sacrifiés.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre les Sœurs du Wyrd, Aghaedh du Solstice, Dagrund l\'Encombrant, Tarcyr et Balorgh dans la Procession des Sacrifiés.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2163] = { +["name"] = "Conquérant de la Procession des Sacrifiés", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant de la Procession des Sacrifiés", ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vaincre les Sœurs du Wyrd, Aghaedh du Solstice, Dagrund l\'encombrant, Tarcyr et Balorgh dans la Procession des Sacrifiés Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre les Sœurs du Wyrd, Aghaedh du Solstice, Dagrund l\'encombrant, Tarcyr et Balorgh dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2164] = { +["name"] = "Champion d\'Hircine", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Champion d\'Hircine", ["SubCategory_ID"] = 2, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Balorgh après avoir profané l\'étendard de la meute des Chasseurs lunaires pour le plonger dans une rage meurtrière à la Procession des Sacrifiés Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Balorgh après avoir profané l\'étendard de la meute des Chasseurs lunaires pour le plonger dans une rage meurtrière à la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2165] = { +["name"] = "Instinct pur", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Instinct pur", ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus des Sœurs du Wyrd, d\'Aghaedh du Solstice, de Dagrund l\'encombrant, de Tarcyr et de Balorgh dans la Procession des Sacrifiés Vétéran en moins de 30 minutes. Votre chronomètre commence quand les joueurs sautent ou se téléportent dans le col du limier.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre toutes les rencontres en plus des Sœurs du Wyrd, d\'Aghaedh du Solstice, de Dagrund l\'encombrant, de Tarcyr et de Balorgh dans la Procession des Sacrifiés Vétéran en moins de 30 minutes. Votre chronomètre commence quand les joueurs sautent ou se téléportent dans le col du limier.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2166] = { +["name"] = "Survie des plus forts", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Survie des plus forts", ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus des Sœurs du Wyrd, d\'Aghaedh du Solstice, de Dagrund l\'encombrant, de Tarcyr et de Balorgh dans la Procession des Sacrifiés Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre toutes les rencontres en plus des Sœurs du Wyrd, d\'Aghaedh du Solstice, de Dagrund l\'encombrant, de Tarcyr et de Balorgh dans la Procession des Sacrifiés Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2167] = { +["name"] = "Concurrent de la Procession des Sacrifiés", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Concurrent de la Procession des Sacrifiés", ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans la Procession des Sacrifiés Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2168] = { +["name"] = "Prédateur ultime", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Prédateur ultime", ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus des Sœurs du Wyrd, d\'Aghaedh du Solstice, de Dagrund l\'encombrant, de Tarcyr et de Balorgh après avoir profané l\'étendard de la Meute du Chasseur lunaire dans la Procession des Sacrifiés Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre toutes les rencontres en plus des Sœurs du Wyrd, d\'Aghaedh du Solstice, de Dagrund l\'encombrant, de Tarcyr et de Balorgh après avoir profané l\'étendard de la Meute du Chasseur lunaire dans la Procession des Sacrifiés Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2170] = { +["name"] = "Spéléologue de Wolfhunter", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Spéléologue de Wolfhunter", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Terminez le Fort du Chasseur lunaire Vétéran et la Procession des Sacrifiés Vétéran.", ["Category"] = "Wolfhunter", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez le Fort du Chasseur lunaire Vétéran et la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 19, } , [2171] = { +["name"] = "Un livre et sa couverture", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Un livre et sa couverture", ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Enquête du bailli Naramin sur Choixth terminée.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Enquête du bailli Naramin sur Choixth terminée.", ["Category_ID"] = 12, } , [2178] = { +["name"] = "Assaut abyssal", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2178, ["SubCategory"] = "Abyssal Geysers", -["name"] = "Assaut abyssal", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 2178, ["numCriteria"] = 1, +["description"] = "Terminez 10 Geysers abyssaux", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 2179, -["description"] = "Terminez 10 Geysers abyssaux", ["Category_ID"] = 12, } , [2179] = { +["name"] = "Démotion abyssale", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2178, ["SubCategory"] = "Abyssal Geysers", -["name"] = "Démotion abyssale", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 2178, ["numCriteria"] = 1, +["description"] = "Terminez 25 Geysers abyssaux", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 2180, -["description"] = "Terminez 25 Geysers abyssaux", ["Category_ID"] = 12, } , [2180] = { +["name"] = "Dévastation abyssale", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2178, ["SubCategory"] = "Abyssal Geysers", -["name"] = "Dévastation abyssale", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 2178, ["numCriteria"] = 1, +["description"] = "Terminez 50 Geysers abyssaux", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez 50 Geysers abyssaux", ["Category_ID"] = 12, } , [2181] = { +["name"] = "Vainqueur de Gastecairn", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Vainqueur de Gastecairn", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez les trois champions de Gastecairn.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez les trois champions de Gastecairn.", ["Category_ID"] = 12, } , [2182] = { +["name"] = "Vainqueur de Soltenure", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Vainqueur de Soltenure", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les champions de Soltenure.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez tous les champions de Soltenure.", ["Category_ID"] = 12, } , [2183] = { +["name"] = "Duel de sorciers", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Duel de sorciers", ["numCriteria"] = 1, +["description"] = "Gagner 5 duels JcJ dans le Colisée des Vieilles Voies sur Artæum", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Gagner 5 duels JcJ dans le Colisée des Vieilles Voies sur Artæum", -["achievementIndex"] = 8, +["Category_ID"] = 12, } , [2184] = { +["name"] = "Dégriffée", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Abyssal Geysers", -["name"] = "Dégriffée", ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Ruella Maintes-Griffes à un geyser abyssal.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Ruella Maintes-Griffes à un geyser abyssal.", ["Category_ID"] = 12, } , [2185] = { +["name"] = "Chagrin de Churug", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Abyssal Geysers", -["name"] = "Chagrin de Churug", ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Churug de l\'Abysse à un geyser abyssal.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Churug de l\'Abysse à un geyser abyssal.", ["Category_ID"] = 12, } , [2186] = { +["name"] = "Maître du style psijique", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Maître du style psijique", ["numCriteria"] = 14, +["description"] = "Apprendre chaque chapitre du livre de style de l\'Ordre psijique, que l\'on trouve parfois en vainquant des boss et en ouvrant des coffres au trésor au Couchant.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprendre chaque chapitre du livre de style de l\'Ordre psijique, que l\'on trouve parfois en vainquant des boss et en ouvrant des coffres au trésor au Couchant.", -["achievementIndex"] = 9, +["Category_ID"] = 12, } , [2187] = { +["name"] = "Maître du style sapiarque", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Maître du style sapiarque", ["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style des sapiarques, que l\'on trouve parfois en récompense des quêtes pour la Poursuite divine", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style des sapiarques, que l\'on trouve parfois en récompense des quêtes pour la Poursuite divine", -["achievementIndex"] = 11, +["Category_ID"] = 12, } , [2189] = { +["name"] = "Maître du style de la Mandécailles", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Maître du style de la Mandécailles", ["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style de la Mandécailles, que l\'on trouve parfois en récompense dans le donjon du pic de la Mandécailles", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style de la Mandécailles, que l\'on trouve parfois en récompense dans le donjon du pic de la Mandécailles", -["achievementIndex"] = 8, +["Category_ID"] = 20, } , [2190] = { +["name"] = "Maître du style du Repaire du croc", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Maître du style du Repaire du croc", ["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style du Repaire du croc, que l\'on trouve parfois en récompense dans le donjon du Repaire du croc.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style du Repaire du croc, que l\'on trouve parfois en récompense dans le donjon du Repaire du croc.", -["achievementIndex"] = 7, +["Category_ID"] = 20, } , [2191] = { +["name"] = "Grand pêcheur du Couchant", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Grand pêcheur du Couchant", ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares dans le Couchant.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares dans le Couchant.", -["achievementIndex"] = 6, +["Category_ID"] = 12, } , [145] = { +["name"] = "Protecteur d\'Abondance", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Protecteur d\'Abondance", ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Empêchez les Crevassais d\'attaquer Abondance.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Empêchez les Crevassais d\'attaquer Abondance.", ["Category_ID"] = 7, } , [146] = { +["name"] = "Libérateur de la garnison de Bangkoraï", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Libérateur de la garnison de Bangkoraï", ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Libérez la garnison de Bangkoraï des envahisseurs.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Libérez la garnison de Bangkoraï des envahisseurs.", ["Category_ID"] = 7, } , [147] = { +["name"] = "Sauveur du haut-roi Émeric", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Sauveur du haut-roi Émeric", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sauvez le haut-roi Émeric des griffes de Septima Tharn.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sauvez le haut-roi Émeric des griffes de Septima Tharn.", ["Category_ID"] = 7, } , [148] = { +["name"] = "Tueur du spriggan Chancrebois", +["achievementIndex"] = 80, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Tueur du spriggan Chancrebois", ["SubCategory_ID"] = 2, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le spriggan Chancrebois sur l\'île chancrée.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le spriggan Chancrebois sur l\'île chancrée.", ["Category_ID"] = 6, } , [149] = { +["name"] = "Faucheur de Dayarrus", +["achievementIndex"] = 32, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Faucheur de Dayarrus", ["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez Dayarrus le Xivilaï au sanctuaire d\'Arlimahéra.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez Dayarrus le Xivilaï au sanctuaire d\'Arlimahéra.", ["Category_ID"] = 6, } , [150] = { +["name"] = "Exécuteur de Nomeg Hyril", +["achievementIndex"] = 57, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Exécuteur de Nomeg Hyril", ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuer l\'atronach de glace souverain Nomeg Hyril aux chutes de Nilata.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuer l\'atronach de glace souverain Nomeg Hyril aux chutes de Nilata.", ["Category_ID"] = 6, } , [151] = { +["name"] = "Boucher des liches", +["achievementIndex"] = 51, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Boucher des liches", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuer les liches Qumehdi et Zaman aux ruines de Télésubi.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuer les liches Qumehdi et Zaman aux ruines de Télésubi.", ["Category_ID"] = 6, } , [152] = { +["name"] = "Tueur des invoqués", +["achievementIndex"] = 71, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Tueur des invoqués", ["SubCategory_ID"] = 2, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez Caecilia Attius et ses Daedra invoqués au Camp de l\'invocateur.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez Caecilia Attius et ses Daedra invoqués.", ["Category_ID"] = 6, } , [153] = { +["name"] = "Exorciste de Père-Loup", +["achievementIndex"] = 79, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Exorciste de Père-Loup", ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez le fantôme Garach Père-Loup et ses esprits de loups-garous à la tour de Lacquevue.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Détruisez le fantôme Garach Père-Loup et ses esprits de loups-garous à la tour de Lacquevue.", ["Category_ID"] = 6, } , [154] = { +["name"] = "Fléau des rêves", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Fléau des rêves", ["SubCategory_ID"] = 3, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le présage de l\'Œil vigilant et levez la paranoïa d\'Alcaire.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le présage de l\'Œil vigilant et levez la paranoïa d\'Alcaire.", ["Category_ID"] = 7, } , [155] = { +["name"] = "Champion des gardiens de l\'esprit", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Champion des gardiens de l\'esprit", ["SubCategory_ID"] = 3, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Ramenez le fragment de rêve à l\'Abbaye du paria et ramenez la paix à Ménévia.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Ramenez le fragment de rêve à l\'Abbaye du paria et ramenez la paix à Ménévia.", ["Category_ID"] = 7, } , [156] = { +["name"] = "Allié d\'Azura", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Allié d\'Azura", ["SubCategory_ID"] = 3, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Présage des mille étoiles et les obsessions qui affligent Gavaudon.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le Présage des mille étoiles et les obsessions qui affligent Gavaudon.", ["Category_ID"] = 7, } , [2205] = { +["name"] = "De beaux rêves", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2205, ["SubCategory"] = "Quests", -["name"] = "De beaux rêves", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 2205, ["numCriteria"] = 1, +["description"] = "Accomplissez la quête « La caverne du rêve ».", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 2206, -["description"] = "Accomplissez la quête « La caverne du rêve ».", ["Category_ID"] = 12, } , [158] = { +["name"] = "Chasseur de Tisse-haine", +["achievementIndex"] = 44, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Chasseur de Tisse-haine", ["SubCategory_ID"] = 2, -["achievementIndex"] = 56, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez l\'araignée géante Aésar la Tisse-haine à la toile d\'Aésar.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez l\'araignée géante Aésar la Tisse-haine à la toile d\'Aésar.", ["Category_ID"] = 6, } , [159] = { +["name"] = "Chasseur de menhirs", +["achievementIndex"] = 54, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Chasseur de menhirs", ["SubCategory_ID"] = 2, -["achievementIndex"] = 55, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez la gargouille Mehnir Pierrepel à la tour Guetteval.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez la gargouille Mehnir Pierrepel à la tour Guetteval.", ["Category_ID"] = 6, } , [160] = { +["name"] = "Chasseur de Noirsang", +["achievementIndex"] = 31, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Chasseur de Noirsang", ["SubCategory_ID"] = 2, -["achievementIndex"] = 54, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez la nécromancienne Louna Noirsang, au fort du Vieux Kalgon.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez la nécromancienne Louna Noirsang, au fort du Vieux Kalgon.", ["Category_ID"] = 6, } , [161] = { +["name"] = "Chasseur de harfreuses", +["achievementIndex"] = 42, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Chasseur de harfreuses", ["SubCategory_ID"] = 2, -["achievementIndex"] = 53, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez la harfreuse Magdalena, au repaire de Magdalena.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez la harfreuse Magdalena, au repaire de Magdalena.", ["Category_ID"] = 6, } , [162] = { +["name"] = "Assassin de Stroda", +["achievementIndex"] = 70, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Assassin de Stroda", ["SubCategory_ID"] = 2, -["achievementIndex"] = 52, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez l\'Orque Stroda gra-Drom, à la grève d\'Esteroche.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez l\'Orque Stroda gra-Drom, à la grève d\'Esteroche.", ["Category_ID"] = 6, } , [163] = { +["name"] = "Chasseur de sirènes", +["achievementIndex"] = 68, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Chasseur de sirènes", ["SubCategory_ID"] = 2, -["achievementIndex"] = 51, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez la Néréïde, Desuuga la Sirène, à la crique des sirènes.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez la Néréïde, Desuuga la Sirène, à la crique des sirènes.", ["Category_ID"] = 6, } , [2212] = { +["name"] = "Conscience des serpents", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Conscience des serpents", ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Brise-Quille sans marcher sur un serment.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Brise-Quille sans marcher sur un serment.", ["Category_ID"] = 12, } , [2213] = { +["name"] = "Vers les profondeurs", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Abyssal Geysers", -["name"] = "Vers les profondeurs", ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Sheefar des Profondeurs à un geyser abyssal.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Sheefar des Profondeurs à un geyser abyssal.", ["Category_ID"] = 12, } , [2220] = { +["name"] = "Calme et calculé", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Abyssal Geysers", -["name"] = "Calme et calculé", ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Gire-onde l\'Erratique à un geyser abyssal.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Gire-onde l\'Erratique à un geyser abyssal.", ["Category_ID"] = 12, } , [2221] = { +["name"] = "Sentiment vague", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Abyssal Geysers", -["name"] = "Sentiment vague", ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Muustikar Mange-vagues à un geyser abyssal.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Muustikar Mange-vagues à un geyser abyssal.", ["Category_ID"] = 12, } , [2222] = { +["name"] = "Entre le clou et le marteau", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Abyssal Geysers", -["name"] = "Entre le clou et le marteau", ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Martèle-récif à un geyser abyssal.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Martèle-récif à un geyser abyssal.", ["Category_ID"] = 12, } , [176] = { +["name"] = "Spéléologue de Glénumbrie", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Spéléologue de Glénumbrie", ["SubCategory_ID"] = 2, -["achievementIndex"] = 67, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de Glénumbrie.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de Glénumbrie.", ["Category_ID"] = 6, } , [177] = { +["name"] = "Spéléologue de Havre-tempête", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Spéléologue de Havre-tempête", ["SubCategory_ID"] = 2, -["achievementIndex"] = 45, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de Havre-tempête.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de Havre-tempête.", ["Category_ID"] = 6, } , [178] = { +["name"] = "Spéléologue de Fendretour", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Spéléologue de Fendretour", ["SubCategory_ID"] = 2, -["achievementIndex"] = 35, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de Fendretour.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de Fendretour.", ["Category_ID"] = 6, } , [180] = { +["name"] = "Spéléologue de Bangkoraï", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Spéléologue de Bangkoraï", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de Bangkoraï.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de Bangkoraï.", ["Category_ID"] = 6, } , [181] = { +["name"] = "Spéléologue des Éboulis", +["achievementIndex"] = 34, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Spéléologue des Éboulis", ["SubCategory_ID"] = 3, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes des Éboulis.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes des Éboulis.", ["Category_ID"] = 6, } , [2231] = { +["name"] = "Un cœur, et encore", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Un cœur, et encore", ["SubCategory_ID"] = 4, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Z\'Maja alors que chaque membre du groupe n\'aura détruit qu\'un seul Cœur malveillant au Pas-des-Nuées Vétéran.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Z\'Maja alors que chaque membre du groupe n\'aura détruit qu\'un seul Cœur malveillant au Pas-des-Nuées Vétéran.", ["Category_ID"] = 12, } , [184] = { +["name"] = "Destructeur du voleur de peau", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Destructeur du voleur de peau", ["SubCategory_ID"] = 4, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez la capacité du Domaine à créer des voleurs de peau.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Détruisez la capacité du Domaine à créer des voleurs de peau.", ["Category_ID"] = 7, } , [185] = { +["name"] = "Protecteur des œufs", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Protecteur des œufs", ["SubCategory_ID"] = 4, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Protégez les œufs argoniens pour qu\'une nouvelle génération puisse naître.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Protégez les œufs argoniens pour qu\'une nouvelle génération puisse naître.", ["Category_ID"] = 7, } , [186] = { +["name"] = "Gardien de l\'œuf mnémique", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Gardien de l\'œuf mnémique", ["SubCategory_ID"] = 4, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Récupérez l\'Œuf mnémique auprès du Domaine.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Récupérez l\'Œuf mnémique auprès du Domaine.", ["Category_ID"] = 7, } , [187] = { +["name"] = "Chasseur d\'Haynekhtnamet", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Chasseur d\'Haynekhtnamet", ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le champion wamasu Haynekhtnamet dans son antre.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le champion wamasu Haynekhtnamet dans son antre.", ["Category_ID"] = 6, } , [188] = { +["name"] = "Tourment des ogres jumeaux", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Tourment des ogres jumeaux", ["SubCategory_ID"] = 3, -["achievementIndex"] = 56, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez les ogres jumeaux Argalog et Vlaga à Xal Thak.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez les ogres jumeaux Argalog et Vlaga à Xal Thak.", ["Category_ID"] = 6, } , [189] = { +["name"] = "Assassin du seigneur momie", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Assassin du seigneur momie", ["SubCategory_ID"] = 3, -["achievementIndex"] = 59, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le seigneur momie ayléide Talkynd à Nen Ria.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le seigneur momie ayléide Talkynd à Nen Ria.", ["Category_ID"] = 6, } , [190] = { +["name"] = "Destructeur du capitaine Os", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Destructeur du capitaine Os", ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le capitaine Os et son équipage mort-vivant à bord du navire du capitaine.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le capitaine Os et son équipage mort-vivant à bord du navire du capitaine.", ["Category_ID"] = 6, } , [191] = { +["name"] = "Fléau d\'Urrai", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Fléau d\'Urrai", ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le Daedroth Urrai à la caverne d\'aigracine.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le Daedroth Urrai à la caverne d\'aigracine.", ["Category_ID"] = 6, } , [192] = { +["name"] = "Ruine du seigneur esclavagiste", +["achievementIndex"] = 76, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Ruine du seigneur esclavagiste", ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le seigneur esclavagiste Rendrasa au camp de l\'esclavagiste.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le seigneur esclavagiste Rendrasa au camp de l\'esclavagiste.", ["Category_ID"] = 6, } , [193] = { +["name"] = "Spéléologue de Fangeombre", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Spéléologue de Fangeombre", ["SubCategory_ID"] = 3, -["achievementIndex"] = 49, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de Fangeombre.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de Fangeombre.", ["Category_ID"] = 6, } , [194] = { +["name"] = "Héros de Morneroc", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Héros de Morneroc", ["SubCategory_ID"] = 4, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 15, +["description"] = "Trouvez les villageois disparus de Morneroc, et renvoyez-les chez eux.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Trouvez les villageois disparus de Morneroc, et renvoyez-les chez eux.", ["Category_ID"] = 7, } , [195] = { +["name"] = "Éradicateur de luttessaim", +["achievementIndex"] = 42, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Éradicateur de luttessaim", ["SubCategory_ID"] = 3, -["achievementIndex"] = 73, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le champion de la ruche kwama de Luttessaim.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le champion de la ruche kwama de Luttessaim.", ["Category_ID"] = 6, } , [196] = { +["name"] = "Broyeur des souvenirs", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Broyeur des souvenirs", ["SubCategory_ID"] = 3, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Entrez dans la caverne aux souvenirs et détruisez le Gardien du Cendrais.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entrez dans la caverne aux souvenirs et détruisez le Gardien du Cendrais.", ["Category_ID"] = 6, } , [197] = { +["name"] = "Craquechitine", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Craquechitine", ["SubCategory_ID"] = 3, -["achievementIndex"] = 70, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Survivez aux vasards du détroit aux épaves et tuez Craquechitine, le crabe cannibale.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Survivez aux vasards du détroit aux épaves et tuez Craquechitine, le crabe cannibale.", ["Category_ID"] = 6, } , [198] = { +["name"] = "Destructeur de dreugh", +["achievementIndex"] = 39, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Destructeur de dreugh", ["SubCategory_ID"] = 3, -["achievementIndex"] = 72, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Prenez d\'assaut la plage de l\'étreinte de la Matrone, tuez les matrones dreughs et mettez fin à la menace des couveuses dreughs.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Prenez d\'assaut la plage de l\'étreinte de la Matrone, tuez les matrones dreughs et mettez fin à la menace des couveuses dreughs.", ["Category_ID"] = 6, } , [199] = { +["name"] = "Massacre des Saints", +["achievementIndex"] = 36, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Massacre des Saints", ["SubCategory_ID"] = 3, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez la sainte dorée à l\'autel Trémenside.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Détruisez la sainte dorée à l\'autel Trémenside.", ["Category_ID"] = 6, } , [200] = { +["name"] = "Dresseur de netch", +["achievementIndex"] = 38, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Dresseur de netch", ["SubCategory_ID"] = 3, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le netch mâle Ozzacha dans le bosquet de Brahma.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le netch mâle Ozzacha dans le bosquet de Brahma.", ["Category_ID"] = 6, } , [201] = { +["name"] = "Fléau de Balreth", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Fléau de Balreth", ["SubCategory_ID"] = 4, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez Balreth et ramenez le sommeil au Frère de la discorde.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Détruisez Balreth et ramenez le sommeil au Frère de la discorde.", ["Category_ID"] = 7, } , [202] = { +["name"] = "Explorateur de la Nef de la mer intérieure", +["achievementIndex"] = 46, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la Nef de la mer intérieure", ["SubCategory_ID"] = 3, -["achievementIndex"] = 78, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez l\'armature de la mer intérieure.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez l\'armature de la mer intérieure.", ["Category_ID"] = 6, } , [203] = { +["name"] = "Explorateur de la Mine de Braisine", +["achievementIndex"] = 45, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la Mine de Braisine", ["SubCategory_ID"] = 3, -["achievementIndex"] = 75, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine de Braisine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine de Braisine.", ["Category_ID"] = 6, } , [204] = { +["name"] = "Trépas du général Sérien", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Trépas du général Sérien", ["SubCategory_ID"] = 4, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le général Sérien et interrompez l\'invasion des Éboulis par l\'Alliance.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le général Sérien et interrompez l\'invasion des Éboulis par l\'Alliance.", ["Category_ID"] = 7, } , [205] = { +["name"] = "Explorateur du Nid de Méphala", +["achievementIndex"] = 41, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur du Nid de Méphala", ["SubCategory_ID"] = 3, -["achievementIndex"] = 77, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le nid de Méphala.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le nid de Méphala.", ["Category_ID"] = 6, } , [206] = { +["name"] = "Explorateur du Creux des marées", +["achievementIndex"] = 40, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur du Creux des marées", ["SubCategory_ID"] = 3, -["achievementIndex"] = 76, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le creux des marées.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le creux des marées.", ["Category_ID"] = 6, } , [207] = { +["name"] = "Explorateur de la Caverne d\'humus", +["achievementIndex"] = 37, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la Caverne d\'humus", ["SubCategory_ID"] = 3, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la Caverne d\'humus.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la Caverne d\'humus.", ["Category_ID"] = 6, } , [208] = { +["name"] = "Explorateur de la Langue de Shéogorath", +["achievementIndex"] = 35, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la Langue de Shéogorath", ["SubCategory_ID"] = 3, -["achievementIndex"] = 74, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la langue de Shéogorath.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la langue de Shéogorath.", ["Category_ID"] = 6, } , [209] = { +["name"] = "Tueur de Sadal", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Tueur de Sadal", ["SubCategory_ID"] = 4, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez Sadal et sauvez les Éboulis.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Détruisez Sadal et sauvez les Éboulis.", ["Category_ID"] = 7, } , [210] = { +["name"] = "Chasseur de Ragegriffe", +["achievementIndex"] = 73, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Chasseur de Ragegriffe", ["SubCategory_ID"] = 3, -["achievementIndex"] = 41, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le grand loup-garou, Ragegriffe, à la tanière de Ragegriffe.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le grand loup-garou, Ragegriffe, à la tanière de Ragegriffe.", ["Category_ID"] = 6, } , [211] = { +["name"] = "Fléau d\'Armène", +["achievementIndex"] = 57, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Fléau d\'Armène", ["SubCategory_ID"] = 3, -["achievementIndex"] = 42, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le nécromancien bréton, Vivien Armène, au tertre du dragon.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le nécromancien bréton, Vivien Armène, au tertre du dragon.", ["Category_ID"] = 6, } , [212] = { +["name"] = "Écraseur de Ratière", +["achievementIndex"] = 74, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Écraseur de Ratière", ["SubCategory_ID"] = 3, -["achievementIndex"] = 34, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez la vampire Olveidi la Ratière, à la ronde de la Ratière.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez la vampire Olveidi la Ratière, à la ronde de la Ratière.", ["Category_ID"] = 6, } , [213] = { +["name"] = "Mutilateur de Mannskadi", +["achievementIndex"] = 71, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Mutilateur de Mannskadi", ["SubCategory_ID"] = 3, -["achievementIndex"] = 35, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le mammouth sauvage, Mannskadi, au creux du Dragon.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le mammouth sauvage, Mannskadi, au creux du Dragon.", ["Category_ID"] = 6, } , [214] = { +["name"] = "Assassin d\'Ammabani", +["achievementIndex"] = 56, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Assassin d\'Ammabani", ["SubCategory_ID"] = 3, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le smilodon, Ammabani, à la fierté d\'Ammabani.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le smilodon, Ammabani, à la fierté d\'Ammabani.", ["Category_ID"] = 6, } , [215] = { +["name"] = "Explorateur de la tour d\'Ilessan", +["achievementIndex"] = 46, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la tour d\'Ilessan", ["SubCategory_ID"] = 2, -["achievementIndex"] = 77, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la tour d\'Ilessan.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la tour d\'Ilessan.", ["Category_ID"] = 6, } , [216] = { +["name"] = "Explorateur de Silumm", +["achievementIndex"] = 67, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de Silumm", ["SubCategory_ID"] = 2, -["achievementIndex"] = 75, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Silumm.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Silumm.", ["Category_ID"] = 6, } , [217] = { +["name"] = "Explorateur d\'Enduum", +["achievementIndex"] = 36, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur d\'Enduum", ["SubCategory_ID"] = 2, -["achievementIndex"] = 72, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Enduum.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Enduum.", ["Category_ID"] = 6, } , [218] = { +["name"] = "Explorateur des Mines de Khuras", +["achievementIndex"] = 55, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur des Mines de Khuras", ["SubCategory_ID"] = 2, -["achievementIndex"] = 74, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les mines de Khuras.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les mines de Khuras.", ["Category_ID"] = 6, } , [219] = { +["name"] = "Explorateur de la Crypte d\'ébène", +["achievementIndex"] = 35, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la Crypte d\'ébène", ["SubCategory_ID"] = 2, -["achievementIndex"] = 69, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la crypte d\'ébène.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la crypte d\'ébène.", ["Category_ID"] = 6, } , [220] = { +["name"] = "Explorateur du fort de Veillecaveau", +["achievementIndex"] = 30, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur du fort de Veillecaveau", ["SubCategory_ID"] = 2, -["achievementIndex"] = 68, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le fort de Veillecaveau.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le fort de Veillecaveau.", ["Category_ID"] = 6, } , [221] = { +["name"] = "Explorateur de la Vigie de Beigeport", +["achievementIndex"] = 62, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la Vigie de Beigeport", ["SubCategory_ID"] = 2, -["achievementIndex"] = 49, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la vigie de Portdun.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la vigie de Portdun.", ["Category_ID"] = 6, } , [222] = { +["name"] = "Explorateur de la Mine de Koeglin", +["achievementIndex"] = 48, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la Mine de Koeglin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 63, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine de Koeglin.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine de Koeglin.", ["Category_ID"] = 6, } , [223] = { +["name"] = "Explorateur des Catacombes du Paria", +["achievementIndex"] = 61, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur des Catacombes du Paria", ["SubCategory_ID"] = 2, -["achievementIndex"] = 48, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les catacombes du Paria.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les catacombes du Paria.", ["Category_ID"] = 6, } , [224] = { +["name"] = "Explorateur de Farangel", +["achievementIndex"] = 38, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de Farangel", ["SubCategory_ID"] = 2, -["achievementIndex"] = 50, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la galerie de Farangel.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la galerie de Farangel.", ["Category_ID"] = 6, } , [225] = { +["name"] = "Explorateur de la Mine d\'Ursegriffe", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la Mine d\'Ursegriffe", ["SubCategory_ID"] = 2, -["achievementIndex"] = 46, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine d\'Ursegriffe.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine d\'Ursegriffe.", ["Category_ID"] = 6, } , [226] = { +["name"] = "Explorateur des Ruines de Norvolk", +["achievementIndex"] = 58, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur des Ruines de Norvolk", ["SubCategory_ID"] = 2, -["achievementIndex"] = 47, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines de Norvolk.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines de Norvolk.", ["Category_ID"] = 6, } , [227] = { +["name"] = "Explorateur de la mine de Crêtombre", +["achievementIndex"] = 28, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la mine de Crêtombre", ["SubCategory_ID"] = 2, -["achievementIndex"] = 40, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine de Crêtombre.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine de Crêtombre.", ["Category_ID"] = 6, } , [228] = { +["name"] = "Explorateur des catacombes de Gardecouleur", +["achievementIndex"] = 39, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur des catacombes de Gardecouleur", ["SubCategory_ID"] = 2, -["achievementIndex"] = 41, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les catacombes de Gardecouleur.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les catacombes de Gardecouleur.", ["Category_ID"] = 6, } , [229] = { +["name"] = "Explorateur de la crypte des tribulations", +["achievementIndex"] = 75, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la crypte des tribulations", ["SubCategory_ID"] = 2, -["achievementIndex"] = 42, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la crypte des tribulations.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la crypte des tribulations.", ["Category_ID"] = 6, } , [230] = { +["name"] = "Explorateur des ruines du doigt d\'Orque", +["achievementIndex"] = 60, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur des ruines du doigt d\'Orque", ["SubCategory_ID"] = 2, -["achievementIndex"] = 39, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines du Doigt d\'Orque.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines du Doigt d\'Orque.", ["Category_ID"] = 6, } , [231] = { +["name"] = "Explorateur des ruines d\'Erokii", +["achievementIndex"] = 37, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur des ruines d\'Erokii", ["SubCategory_ID"] = 2, -["achievementIndex"] = 36, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines d\'Erokii.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines d\'Erokii.", ["Category_ID"] = 6, } , [232] = { +["name"] = "Explorateur du refuge secret d\'Hildune", +["achievementIndex"] = 45, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur du refuge secret d\'Hildune", ["SubCategory_ID"] = 2, -["achievementIndex"] = 37, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le refuge secret d\'Erokii.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le refuge secret d\'Erokii.", ["Category_ID"] = 6, } , [2285] = { +["name"] = "Maître du style pyandonnéen", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Maître du style pyandonnéen", ["numCriteria"] = 14, +["description"] = "Apprendre chaque chapitre du livre de style pyandonéen, que l\'on trouve parfois en pêchant au Couchant.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprendre chaque chapitre du livre de style pyandonéen, que l\'on trouve parfois en pêchant au Couchant.", -["achievementIndex"] = 10, +["Category_ID"] = 12, } , [2286] = { +["name"] = "Explorateur des cavernes de Tsofeer", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur des cavernes de Tsofeer", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorer et vider la caverne de Tsofeer.", ["Category"] = "Murkmire", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorer et vider la caverne de Tsofeer.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2287] = { +["name"] = "Explorateur des Dents de Sithis", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur des Dents de Sithis", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les Dents de Sithis.", ["Category"] = "Murkmire", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz les Dents de Sithis.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2288] = { +["name"] = "Grand explorateur de Tourbevase", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Grand explorateur de Tourbevase", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les grottes et lieux remarquables de Tourbevase.", ["Category"] = "Murkmire", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les grottes et lieux remarquables de Tourbevase.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2289] = { +["name"] = "Spéléologue de Tourbevase", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Spéléologue de Tourbevase", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrir et vider les deux cavernes explorables de Tourbevase.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrir et vider les deux cavernes explorables de Tourbevase.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2290] = { +["name"] = "Éclaireur de Tourbevase", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Éclaireur de Tourbevase", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrir tous les lieux remarquables de Tourbevase.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrir tous les lieux remarquables de Tourbevase.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2291] = { +["name"] = "Chasseur d\'éclats célestes de Tourbevase", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Chasseur d\'éclats célestes de Tourbevase", ["numCriteria"] = 6, +["description"] = "Découvrez les 6 éclats célestes de Tourbevase.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez les 6 éclats célestes de Tourbevase.", -["achievementIndex"] = 5, +["Category_ID"] = 18, } , [2292] = { +["name"] = "Défenseur de Tourbevase", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Défenseur de Tourbevase", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Vaincre les deux boss de groupe de Tourbevase", ["Category"] = "Murkmire", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vaincre les deux boss de groupe de Tourbevase", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [245] = { +["name"] = "Explorateur des ruines d\'Atanaz", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur des ruines d\'Atanaz", ["SubCategory_ID"] = 3, -["achievementIndex"] = 51, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines d\'Atanaz.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines d\'Atanaz.", ["Category_ID"] = 6, } , [246] = { +["name"] = "Explorateur de la défense brisée", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la défense brisée", ["SubCategory_ID"] = 3, -["achievementIndex"] = 53, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la Défense brisée.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la Défense brisée.", ["Category_ID"] = 6, } , [247] = { +["name"] = "Explorateur des ruines de Chid-Moska", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur des ruines de Chid-Moska", ["SubCategory_ID"] = 3, -["achievementIndex"] = 50, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines de Chid-Moska.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines de Chid-Moska.", ["Category_ID"] = 6, } , [248] = { +["name"] = "Explorateur de Gandranen", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de Gandranen", ["SubCategory_ID"] = 3, -["achievementIndex"] = 52, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Gandranen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Gandranen.", ["Category_ID"] = 6, } , [249] = { +["name"] = "Explorateur de la mine à kwamas d\'Onkobra", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la mine à kwamas d\'Onkobra", ["SubCategory_ID"] = 3, -["achievementIndex"] = 55, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine aux kwamas d\'Onkobra.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine aux kwamas d\'Onkobra.", ["Category_ID"] = 6, } , [250] = { +["name"] = "Explorateur de la Gueule noire", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la Gueule noire", ["SubCategory_ID"] = 3, -["achievementIndex"] = 57, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz l\'autel de la Gueule noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz l\'autel de la Gueule noire.", ["Category_ID"] = 6, } , [251] = { +["name"] = "Explorateur de la grotte aux Frimas", +["achievementIndex"] = 62, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la grotte aux Frimas", ["SubCategory_ID"] = 3, -["achievementIndex"] = 47, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la grotte aux frimas.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la grotte aux frimas.", ["Category_ID"] = 6, } , [252] = { +["name"] = "Explorateur de la chambre de Glacemartel", +["achievementIndex"] = 69, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la chambre de Glacemartel", ["SubCategory_ID"] = 3, -["achievementIndex"] = 46, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la chambre de Glacemartel.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la chambre de Glacemartel.", ["Category_ID"] = 6, } , [253] = { +["name"] = "Explorateur de la caverne du vieux Sord", +["achievementIndex"] = 72, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la caverne du vieux Sord", ["SubCategory_ID"] = 3, -["achievementIndex"] = 43, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la caverne du vieux Sord.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne du vieux Sord.", ["Category_ID"] = 6, } , [254] = { +["name"] = "Explorateur de la grotte froide", +["achievementIndex"] = 65, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la grotte froide", ["SubCategory_ID"] = 3, -["achievementIndex"] = 45, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la grotte froide.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la grotte froide.", ["Category_ID"] = 6, } , [255] = { +["name"] = "Explorateur de la crypte de Cime-foudre", +["achievementIndex"] = 78, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la crypte de Cime-foudre", ["SubCategory_ID"] = 3, -["achievementIndex"] = 40, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la crypte de Cime-foudre.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la crypte de Cime-foudre.", ["Category_ID"] = 6, } , [256] = { +["name"] = "Explorateur de la tombe du bâtard", +["achievementIndex"] = 59, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la tombe du bâtard", ["SubCategory_ID"] = 3, -["achievementIndex"] = 39, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la tombe du bâtard.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la tombe du bâtard.", ["Category_ID"] = 6, } , [257] = { +["name"] = "Chasseur de Beralagr", +["achievementIndex"] = 60, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Chasseur de Beralagr", ["SubCategory_ID"] = 3, -["achievementIndex"] = 36, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le grand ours, Béralagr, au camp des Vive-lames.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le grand ours, Béralagr, au camp des Vive-lames.", ["Category_ID"] = 6, } , [258] = { +["name"] = "Exterminateur de la Horde noyée", +["achievementIndex"] = 32, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Exterminateur de la Horde noyée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vous avez détruit la horde noyée.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vous avez détruit la horde noyée.", ["Category_ID"] = 6, } , [259] = { +["name"] = "Démolisseur de Dugan le Rouge", +["achievementIndex"] = 33, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Démolisseur de Dugan le Rouge", ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le ravageur orque Dugan le rouge.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le ravageur orque Dugan le rouge.", ["Category_ID"] = 6, } , [260] = { +["name"] = "Fléau de Serre-os", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Fléau de Serre-os", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez l\'étrangleuse Serre-os dans son nid.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez l\'étrangleuse Serre-os dans son nid.", ["Category_ID"] = 6, } , [261] = { +["name"] = "Annihilateur de Tallatta la Perlée", +["achievementIndex"] = 68, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Annihilateur de Tallatta la Perlée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 77, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez la reine Néréide Tallatta la Perlée dans la grotte accidentée.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez la reine Néréide Tallatta la Perlée dans la grotte accidentée.", ["Category_ID"] = 6, } , [262] = { +["name"] = "Bristêtes", +["achievementIndex"] = 65, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Bristêtes", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez Bristêtes le troll marin au détroit de Percevent.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez Bristêtes le troll marin au détroit de Percevent.", ["Category_ID"] = 6, } , [263] = { +["name"] = "Victoire verte", +["achievementIndex"] = 39, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Victoire verte", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le commandant Faldethil des Chasseurs verts sur la berge.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le commandant Faldethil des Chasseurs verts sur la berge.", ["Category_ID"] = 6, } , [264] = { +["name"] = "Explorateur de l\'abri de dame Llarel", +["achievementIndex"] = 30, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de l\'abri de dame Llarel", ["SubCategory_ID"] = 3, -["achievementIndex"] = 71, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz l\'abri de dame Llarel.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz l\'abri de dame Llarel.", ["Category_ID"] = 6, } , [265] = { +["name"] = "Explorateur de Bas-Bthanual", +["achievementIndex"] = 29, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de Bas-Bthanual", ["SubCategory_ID"] = 3, -["achievementIndex"] = 68, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines de Bas-Bthanual", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines de Bas-Bthanual", ["Category_ID"] = 6, } , [266] = { +["name"] = "Explorateur de la mine du triple cercle", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la mine du triple cercle", ["SubCategory_ID"] = 3, -["achievementIndex"] = 64, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine du Triple cercle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine du Triple cercle.", ["Category_ID"] = 6, } , [267] = { +["name"] = "Explorateur du pic de Taléon", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur du pic de Taléon", ["SubCategory_ID"] = 3, -["achievementIndex"] = 66, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le pic de Taléon.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le pic de Taléon.", ["Category_ID"] = 6, } , [268] = { +["name"] = "Explorateur de la grotte du Lobe aigu", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la grotte du Lobe aigu", ["SubCategory_ID"] = 3, -["achievementIndex"] = 65, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la grotte du Lobe aigu.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la grotte du Lobe aigu.", ["Category_ID"] = 6, } , [269] = { +["name"] = "Explorateur du jardin des dépouilles", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur du jardin des dépouilles", ["SubCategory_ID"] = 3, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le jardin des dépouilles.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le jardin des dépouilles.", ["Category_ID"] = 6, } , [270] = { +["name"] = "Spéléologue de Deshaan", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Spéléologue de Deshaan", ["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de Deshaan.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de Deshaan.", ["Category_ID"] = 6, } , [2319] = { +["name"] = "Maître du style Welkynar", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cloudrest", -["name"] = "Maître du style Welkynar", ["SubCategory_ID"] = 4, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style des Welkynars, que l\'on trouve parfois en récompense pour avoir terminé l\'Épreuve du Pas-des-Nuées.", ["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style des Welkynars, que l\'on trouve parfois en récompense pour avoir terminé l\'Épreuve du Pas-des-Nuées.", ["Category_ID"] = 12, } , [272] = { +["name"] = "Vainqueur d\'Arx Corinium", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur d\'Arx Corinium", ["SubCategory_ID"] = 3, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez Ganakton la tempête, Sliklenia la chanteresse et Sellistrix la reine lamie dans Arx Corinium.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Ganakton la tempête, Sliklenia la chanteresse et Sellistrix la reine lamie dans Arx Corinium.", ["Category_ID"] = 4, } , [2321] = { +["name"] = "Ceux qui avalent les saisons", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Ceux qui avalent les saisons", ["numCriteria"] = 4, +["description"] = "Terrassez les quatre fangeux émaciés qui ont avalé des tablettes du Xinchei-Konu.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez les quatre fangeux émaciés qui ont avalé des tablettes du Xinchei-Konu.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , [274] = { +["name"] = "Explorateur du précipice de l\'Homme mort", +["achievementIndex"] = 29, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur du précipice de l\'Homme mort", ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le précipice de l\'Homme mort.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le précipice de l\'Homme mort.", ["Category_ID"] = 6, } , [275] = { +["name"] = "Chasseur de Courte-broche", +["achievementIndex"] = 31, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Chasseur de Courte-broche", ["SubCategory_ID"] = 3, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le kagouti géant, Courte-broche, à la butte de Courte-broche.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le kagouti géant, Courte-broche, à la butte de Courte-broche.", ["Category_ID"] = 6, } , [276] = { +["name"] = "Tueur d\'Abomination", +["achievementIndex"] = 28, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Tueur d\'Abomination", ["SubCategory_ID"] = 3, -["achievementIndex"] = 69, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez l\'enveloppe défunte, l\'Abomination, au bosquet de l\'Abomination.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez l\'enveloppe défunte, l\'Abomination, au bosquet de l\'Abomination.", ["Category_ID"] = 6, } , [277] = { +["name"] = "Tueur de Croc-tranchant", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Tueur de Croc-tranchant", ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le troll géant, Croc-tranchant, au Ronçaire terrible.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le troll géant, Croc-tranchant, au Ronçaire terrible.", ["Category_ID"] = 6, } , [278] = { +["name"] = "Destructeur de Mabrigash", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Destructeur de Mabrigash", ["SubCategory_ID"] = 3, -["achievementIndex"] = 62, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez l\'ombre de Mabrigash, au cercle funéraire de Mabrigash.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Détruisez l\'ombre de Mabrigash, au cercle funéraire de Mabrigash.", ["Category_ID"] = 6, } , [279] = { +["name"] = "Fléau de Druitularg", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Fléau de Druitularg", ["SubCategory_ID"] = 3, -["achievementIndex"] = 63, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le ritualiste Drémora, Druitularg, à l\'autel rituel de Druitularg.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le ritualiste Drémora, Druitularg, à l\'autel rituel de Druitularg.", ["Category_ID"] = 6, } , [280] = { +["name"] = "Oblitérateur de Vert-amer", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Oblitérateur de Vert-amer", ["SubCategory_ID"] = 3, -["achievementIndex"] = 60, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le guar géant, Vert-amer le sauvage, à la crête de la caravane.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le guar géant, Vert-amer le sauvage, à la crête de la caravane.", ["Category_ID"] = 6, } , [281] = { +["name"] = "Explorateur des ruines de Roncenoire", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur des ruines de Roncenoire", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines de Roncenoire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines de Roncenoire.", ["Category_ID"] = 6, } , [282] = { +["name"] = "Explorateur des racines de Silvenar", +["achievementIndex"] = 58, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur des racines de Silvenar", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les racines de Silvenar.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les racines de Silvenar.", ["Category_ID"] = 6, } , [283] = { +["name"] = "Obstacle du Limier", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Obstacle du Limier", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Découvrez le plan du Limier pour attirer la Dame Verte à Silvenar.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez le plan du Limier pour attirer la Dame Verte à Silvenar.", ["Category_ID"] = 7, } , [284] = { +["name"] = "Ami du Silvenar", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Ami du Silvenar", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sauvez le Silvenar de ses ravisseurs.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sauvez le Silvenar de ses ravisseurs.", ["Category_ID"] = 7, } , [285] = { +["name"] = "Héros des racines et des feuilles", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Héros des racines et des feuilles", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Unissez le Silvenar et la Dame Verte.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Unissez le Silvenar et la Dame Verte.", ["Category_ID"] = 7, } , [286] = { +["name"] = "Explorateur des ruines de Shael", +["achievementIndex"] = 62, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur des ruines de Shael", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines de Shael.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines de Shael.", ["Category_ID"] = 6, } , [287] = { +["name"] = "Spéléologue d\'Auridia", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Spéléologue d\'Auridia", ["SubCategory_ID"] = 1, -["achievementIndex"] = 57, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes d\'Auridia.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes d\'Auridia.", ["Category_ID"] = 6, } , [288] = { +["name"] = "Explorateur de la Concession de Del", +["achievementIndex"] = 31, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la Concession de Del", ["SubCategory_ID"] = 1, -["achievementIndex"] = 67, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la concession de Del.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la concession de Del.", ["Category_ID"] = 6, } , [289] = { +["name"] = "Explorateur d\'Ondil", +["achievementIndex"] = 55, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur d\'Ondil", ["SubCategory_ID"] = 1, -["achievementIndex"] = 66, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Ondil.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Ondil.", ["Category_ID"] = 6, } , [290] = { +["name"] = "Explorateur de la Folie d\'Entila", +["achievementIndex"] = 34, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la Folie d\'Entila", ["SubCategory_ID"] = 1, -["achievementIndex"] = 65, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la folie d\'Entila.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la folie d\'Entila.", ["Category_ID"] = 6, } , [291] = { +["name"] = "Explorateur de Wansalen", +["achievementIndex"] = 75, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de Wansalen", ["SubCategory_ID"] = 1, -["achievementIndex"] = 64, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Wansalen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Wansalen.", ["Category_ID"] = 6, } , [292] = { +["name"] = "Explorateur de la Rancœur de Mérunès", +["achievementIndex"] = 47, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la Rancœur de Mérunès", ["SubCategory_ID"] = 1, -["achievementIndex"] = 58, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la Rancœur de Mérunès.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la Rancœur de Mérunès.", ["Category_ID"] = 6, } , [293] = { +["name"] = "Explorateur de Bewan", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de Bewan", ["SubCategory_ID"] = 1, -["achievementIndex"] = 61, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Bewan.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Bewan.", ["Category_ID"] = 6, } , [294] = { +["name"] = "Vainqueur de la Champignonnière I", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de la Champignonnière I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Vainquez le chef de guerre gobelin et le roi dreugh dans la Champignonnière I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le chef de guerre gobelin et le roi dreugh dans la Champignonnière I.", ["Category_ID"] = 4, } , [2343] = { +["name"] = "Flore forcenée", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Flore forcenée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Récoltez une fleur trotteuse et désarmez une fleur de gaz, un pichet statique, un chou catapulte et une mante lanterne.", ["Category"] = "Murkmire", ["points"] = 5, ["nextId"] = 0, -["description"] = "Récoltez une fleur trotteuse et désarmez une fleur de gaz, un pichet statique, un chou catapulte et une mante lanterne.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [296] = { +["name"] = "Spéléologue de Malabal Tor", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Spéléologue de Malabal Tor", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de Malabal Tor.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de Malabal Tor.", ["Category_ID"] = 6, } , [297] = { +["name"] = "Explorateur du tombeau des Apostats", +["achievementIndex"] = 71, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur du tombeau des Apostats", ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le tombeau des Apostats.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le tombeau des Apostats.", ["Category_ID"] = 6, } , [298] = { +["name"] = "Explorateur de la fosse aux vargrisons", +["achievementIndex"] = 42, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la fosse aux vargrisons", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la fosse aux vargrisons", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la fosse aux vargrisons", ["Category_ID"] = 6, } , [299] = { +["name"] = "Vainqueur du réaume de Sanghin", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur du réaume de Sanghin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 39, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez trois des Champions dans le réaume de Sanghin.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des Champions dans le réaume de Sanghin.", ["Category_ID"] = 4, } , [300] = { +["name"] = "Conquérant du réaume de Sanghin", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant du réaume de Sanghin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 38, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez les six Champions dans le réaume de Sanghin.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez les six Champions dans le réaume de Sanghin.", ["Category_ID"] = 4, } , [301] = { +["name"] = "Vainqueur de Tressefuseau I", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de Tressefuseau I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Vainquez la Mère de la nuée et la Chuchoteuse dans Tressefuseau I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Mère de la nuée et la Chuchoteuse dans Tressefuseau I.", ["Category_ID"] = 4, } , [2350] = { +["name"] = "Racines murmurantes", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 2350, ["SubCategory"] = "Quests", -["name"] = "Racines murmurantes", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 2350, ["numCriteria"] = 1, +["description"] = "Terminez 1 quête quotidienne de Murmure-Racine pour Tuwul.", ["Category"] = "Murkmire", ["points"] = 5, ["nextId"] = 2351, -["description"] = "Terminez 1 quête quotidienne de Murmure-Racine pour Tuwul.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [303] = { +["name"] = "Trépas des tortionnaires", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Trépas des tortionnaires", ["SubCategory_ID"] = 7, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Kathutet, Amkaos et Ranyu, les tortionnaires de Molag Bal, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Kathutet, Amkaos et Ranyu, les tortionnaires de Molag Bal, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [304] = { +["name"] = "Dominateur des frères ogrims", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Dominateur des frères ogrims", ["SubCategory_ID"] = 7, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Goinfre, Hure et Trébuchet, les trois frères ogrims, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Goinfre, Hure et Trébuchet, les trois frères ogrims, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [305] = { +["name"] = "Tueur de pirate Drémora", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Tueur de pirate Drémora", ["SubCategory_ID"] = 7, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Velehk Sain, le pirate Drémora, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Velehk Sain, le pirate Drémora, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [306] = { +["name"] = "Tueur de Drémoras errants", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Tueur de Drémoras errants", ["SubCategory_ID"] = 7, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Methats, Vonshala et Sumeer, les Drémoras errants, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Methats, Vonshala et Sumeer, les Drémoras errants, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [307] = { +["name"] = "Destructeur du daedroth préféré", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Destructeur du daedroth préféré", ["SubCategory_ID"] = 7, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Menta Na, le daedroth préféré de Molag Bal, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Menta Na, le daedroth préféré de Molag Bal, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [308] = { +["name"] = "Détruisez l\'Œil Écarquillé", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Détruisez l\'Œil Écarquillé", ["SubCategory_ID"] = 7, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Yggmanei l\'Œil Écarquillé, meilleur espion de Molag Bal, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Yggmanei l\'Œil Écarquillé, meilleur espion de Molag Bal, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [309] = { +["name"] = "Fléau de Hrelvesuu", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Fléau de Hrelvesuu", ["SubCategory_ID"] = 7, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le daedroth Hrelvesuu autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le daedroth Hrelvesuu autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [310] = { +["name"] = "Destructeur du Dévoreur d\'âmes", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Destructeur du Dévoreur d\'âmes", ["SubCategory_ID"] = 7, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rhagotha, le dévoreur d\'âmes, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Rhagotha, le dévoreur d\'âmes, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [311] = { +["name"] = "Destructeur du Seigneur du givre", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Destructeur du Seigneur du givre", ["SubCategory_ID"] = 7, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Nomeg Haga, l\'atronach de glace géant de Havreglace, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Nomeg Haga, l\'atronach de glace géant de Havreglace, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [312] = { +["name"] = "Destructeur du Seigneur des tempêtes", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Destructeur du Seigneur des tempêtes", ["SubCategory_ID"] = 7, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Zymel Hriz, l\'atronach de foudre géant de Havreglace, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Zymel Hriz, l\'atronach de foudre géant de Havreglace, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [313] = { +["name"] = "Destructeur des esclavagistes xivilaï", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Destructeur des esclavagistes xivilaï", ["SubCategory_ID"] = 7, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Anaxès et Medrike, les tortionnaires xivilaïs, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Anaxès et Medrike, les tortionnaires xivilaïs, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [314] = { +["name"] = "Destructeur des Sœurs Séductrices", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Destructeur des Sœurs Séductrices", ["SubCategory_ID"] = 7, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Vika, Dylora et Jansa, les sœurs Séductrices, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Vika, Dylora et Jansa, les sœurs Séductrices, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [315] = { +["name"] = "Destructeur du vampire de Verkath", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Destructeur du vampire de Verkath", ["SubCategory_ID"] = 7, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le roi Styriche de Verkarth et ses compagnons, Fangaril et Zayzahad, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le roi Styriche de Verkarth et ses compagnons, Fangaril et Zayzahad, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [316] = { +["name"] = "Pas de pitié pour les Drémora du croissant", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Pas de pitié pour les Drémora du croissant", ["SubCategory_ID"] = 7, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le seigneur Dregas Volar, maître du croissant daedrique, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le seigneur Dregas Volar, maître du croissant daedrique, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [317] = { +["name"] = "Destructeur de la liche de Longsanglot", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Destructeur de la liche de Longsanglot", ["SubCategory_ID"] = 7, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Gedna Relvel, la liche de Longsanglot, autour d\'une Ancre noire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Gedna Relvel, la liche de Longsanglot, autour d\'une Ancre noire.", ["Category_ID"] = 6, } , [318] = { +["name"] = "Exécuteur de généraux", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Exécuteur de généraux", ["SubCategory_ID"] = 7, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 16, +["description"] = "Détruisez tous les généraux de Molag Bal apparaissant autour des Ancres noires.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Détruisez tous les généraux de Molag Bal apparaissant autour des Ancres noires.", ["Category_ID"] = 6, } , [2367] = { +["name"] = "Boucanier de la Rose noire", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Blackrose Prison", -["name"] = "Boucanier de la Rose noire", ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran en moins de 40 minutes sans mourir. Le chronomètre s\'engage lorsque la première Arène commence.", ["Category"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran en moins de 40 minutes sans mourir. Le chronomètre s\'engage lorsque la première Arène commence.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2368] = { +["name"] = "Dieu du défi", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Blackrose Prison", -["name"] = "Dieu du défi", ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran en moins de 40 minutes sans mourir ni activer de sceaux pendant le combat. Le chronomètre s\'engage lorsque la première Arène commence.", ["Category"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran en moins de 40 minutes sans mourir ni activer de sceaux pendant le combat. Le chronomètre s\'engage lorsque la première Arène commence.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2369] = { +["name"] = "Plus rapide que la flamme", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Blackrose Prison", -["name"] = "Plus rapide que la flamme", ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre le mage de bataille Ennodius sans qu\'un membre du groupe ne subisse les dégâts de feu de ses jets de flammes dans la Prison de la Rose noire Vétéran.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre le mage de bataille Ennodius sans qu\'un membre du groupe ne subisse les dégâts de feu de ses jets de flammes dans la Prison de la Rose noire Vétéran.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [322] = { +["name"] = "Brise-chaînes", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Brise-chaînes", ["SubCategory_ID"] = 7, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez les points d\'ancrage des Ancres noires pour renvoyer leurs chaînes en Havreglace.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Détruisez les points d\'ancrage des Ancres noires pour renvoyer leurs chaînes en Havreglace.", ["Category_ID"] = 6, } , [2371] = { +["name"] = "Invocation de squelettes", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Blackrose Prison", -["name"] = "Invocation de squelettes", ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez dame Minara après que trois colosses d\'os auront été invoqués dans les 30 premières secondes du combat, dans la Prison de la Rose noire Vétéran.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez dame Minara après que trois colosses d\'os auront été invoqués dans les 30 premières secondes du combat, dans la Prison de la Rose noire Vétéran.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [324] = { +["name"] = "Destructeur d\'Ancres", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 324, ["SubCategory"] = "Dark Anchors", -["name"] = "Destructeur d\'Ancres", ["SubCategory_ID"] = 7, -["achievementIndex"] = 3, +["firstID"] = 324, ["numCriteria"] = 1, +["description"] = "Détruisez 10 Ancres noires de Havreglace.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 619, -["description"] = "Détruisez 10 Ancres noires de Havreglace.", ["Category_ID"] = 6, } , [325] = { +["name"] = "Vainqueur du Cachot interdit I", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur du Cachot interdit I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Vainquez Taillombre et le haut patriarche Rilis dans le Cachot interdit I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Taillombre et le haut patriarche Rilis dans le Cachot interdit I.", ["Category_ID"] = 4, } , [2374] = { +["name"] = "Manège des météores", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Blackrose Prison", -["name"] = "Manège des météores", ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Utilisez la compétence Météore de la mage de bataille Ennodius pour sonner les quatre atronachs simultanément dans la première arène de la Prison de la Rose noire.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Utilisez la compétence Météore de la mage de bataille Ennodius pour sonner les quatre atronachs simultanément dans la première arène de la Prison de la Rose noire.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [2375] = { +["name"] = "L\'éveil des déchus", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Blackrose Prison", -["name"] = "L\'éveil des déchus", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Utilisez un Sceau de résurrection dans n\'importe quelle arène pour ranimer trois autres membres du groupe en même temps dans la Prison de la Rose noire.", ["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Utilisez un Sceau de résurrection dans n\'importe quelle arène pour ranimer trois autres membres du groupe en même temps dans la Prison de la Rose noire.", -["Category_ID"] = 17, +["Category_ID"] = 18, } , [328] = { +["name"] = "Spéléologue de la Brèche", +["achievementIndex"] = 53, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Spéléologue de la Brèche", ["SubCategory_ID"] = 3, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de la Brèche.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de la Brèche.", ["Category_ID"] = 6, } , [329] = { +["name"] = "Explorateur de la Dent de Faldar", +["achievementIndex"] = 63, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la Dent de Faldar", ["SubCategory_ID"] = 3, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le croc de Faldar.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le croc de Faldar.", ["Category_ID"] = 6, } , [330] = { +["name"] = "Explorateur du creux de Brise-heaume", +["achievementIndex"] = 61, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur du creux de Brise-heaume", ["SubCategory_ID"] = 3, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le creux de Brise-heaume.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le creux de Brise-heaume.", ["Category_ID"] = 6, } , [331] = { +["name"] = "Explorateur d\'Avanchnzel", +["achievementIndex"] = 58, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur d\'Avancheznel", ["SubCategory_ID"] = 3, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Avanchnzel.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Avancheznel.", ["Category_ID"] = 6, } , [332] = { +["name"] = "Explorateur de Fort Vallevert", +["achievementIndex"] = 64, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de Fort Vallevert", ["SubCategory_ID"] = 3, -["achievementIndex"] = 31, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le fort Vallevert.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le fort Vallevert.", ["Category_ID"] = 6, } , [333] = { +["name"] = "Explorateur du tertre de Voile-foyer", +["achievementIndex"] = 75, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur du tertre de Voile-foyer", ["SubCategory_ID"] = 3, -["achievementIndex"] = 32, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le tertre de Voile-foyer.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le tertre de Voile-foyer.", ["Category_ID"] = 6, } , [334] = { +["name"] = "Explorateur de la grotte de Brisejambe", +["achievementIndex"] = 77, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de la grotte de Brisejambe", ["SubCategory_ID"] = 3, -["achievementIndex"] = 33, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la grotte de Brisejambe.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la grotte de Brisejambe.", ["Category_ID"] = 6, } , [335] = { +["name"] = "Écraseur de la Crevasse", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Écraseur de la Crevasse", ["SubCategory_ID"] = 4, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Expulsez les Crevassais de la Brèche.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Expulsez les Crevassais de la Brèche.", ["Category_ID"] = 7, } , [336] = { +["name"] = "Écrase-Vers", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Écrase-Vers", ["SubCategory_ID"] = 4, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Thallik Verarche et dispersez le Culte du Ver.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Thallik Verarche et dispersez le Culte du Ver.", ["Category_ID"] = 7, } , [337] = { +["name"] = "Prodige d\'Ysgramor", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Prodige d\'Ysgramor", ["SubCategory_ID"] = 4, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Renvoyez Sinmur à son tombeau !", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Renvoyez Sinmur à son tombeau !", ["Category_ID"] = 7, } , [2386] = { +["name"] = "Une variété de vermines", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Une variété de vermines", ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Prenez le contrôle de chaque type de ragnaton modifié. Les ragnatons modifiés sont disponibles pendant la phase Protocole d\'extermination du combat contre le Gardien des pierres, après avoir activé le Vérificateur de véracité dans Arquegivre Vétéran. Vous ne pouvez pas être mort ou Ferraille à la fin du combat si vous voulez recevoir le crédit.", ["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Prenez le contrôle de chaque type de ragnaton modifié. Les ragnatons modifiés sont disponibles pendant la phase Protocole d\'extermination du combat contre le Gardien des pierres, après avoir activé le Vérificateur de véracité dans Arquegivre Vétéran. Vous ne pouvez pas être mort ou Ferraille à la fin du combat si vous voulez recevoir le crédit.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , [2387] = { +["name"] = "Course au fromage", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Course au fromage", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Désactivez le Protocole d\'extermination du Gardien des pierres avec les ragnatons de Tharayya en moins de 35 secondes après leur invocation dans Arquegivre. Le chronomètre commence au début de sa mise en garde.", ["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Désactivez le Protocole d\'extermination du Gardien des pierres avec les ragnatons de Tharayya en moins de 35 secondes après leur invocation dans Arquegivre. Le chronomètre commence au début de sa mise en garde.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , [340] = { +["name"] = "Assassin de la Champignonnière II", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de la Champignonnière II", ["SubCategory_ID"] = 4, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Croc de Méphala, Gamyne Bandu, Ciirenas la bergère, le Rejeton de Méphala, Reggr Aubenoire, et Vila Theran dans la Champignonnière Vétéran II moins de vingt minutes après avoir commencé le donjon. Le compte à rebours s\'enclenche quand les joueurs affrontent le premier groupe d\'adeptes de l\'Araignée.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Croc de Méphala, Gamyne Bandu, Ciirenas la bergère, le Rejeton de Méphala, Reggr Aubenoire, et Vila Theran dans la Champignonnière Vétéran II moins de vingt minutes après avoir commencé le donjon. Le compte à rebours s\'enclenche quand les joueurs affrontent le premier groupe d\'adeptes de l\'Araignée.", ["Category_ID"] = 5, } , [2389] = { +["name"] = "Glissade", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Glissade", ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Aucun membre du groupe ne doit être frappé par Glaciation pendant votre combat contre la Pleureuse dans les Profondeurs de Malatar Vétéran.", ["Category"] = "Wrathstone", ["points"] = 5, ["nextId"] = 0, -["description"] = "Aucun membre du groupe ne doit être frappé par Glaciation pendant votre combat contre la Pleureuse dans les Profondeurs de Malatar Vétéran.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , [342] = { +["name"] = "Assaillant inébranlable", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Assaillant inébranlable", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Vila Théran dans la Champignonnière Vétéran II sans qu\'aucun membre de votre groupe n\'utilisez la protection de l\'enveloppe d\'obsidienne.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Vila Théran dans la Champignonnière Vétéran II sans qu\'aucun membre de votre groupe n\'utilisez la protection de l\'enveloppe d\'obsidienne.", ["Category_ID"] = 5, } , [343] = { +["name"] = "Conquérant de la Champignonnière II", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de la Champignonnière II", ["numCriteria"] = 3, +["description"] = "Vainquez Gamyne Bandu, l\'engeance de Méphala et Vila Théran dans la Champignonnière Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Gamyne Bandu, l\'engeance de Méphala et Vila Théran dans la Champignonnière Vétéran II.", -["achievementIndex"] = 22, +["Category_ID"] = 5, } , [2392] = { +["name"] = "Moisson d\'arc-en-ciel", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Moisson d\'arc-en-ciel", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez chaque couleur d\'Aurorien pendant la bataille contre la Symphonie des lames dans les Profondeurs de Malatar.", ["Category"] = "Wrathstone", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez chaque couleur d\'Aurorien pendant la bataille contre la Symphonie des lames dans les Profondeurs de Malatar.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , [345] = { +["name"] = "Fléau des chasseurs khajiits", +["achievementIndex"] = 70, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Fléau des chasseurs khajiits", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Indur-sa et les chasseurs khajiits au camp des chasseurs.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Indur-sa et les chasseurs khajiits au camp des chasseurs.", ["Category_ID"] = 6, } , [346] = { +["name"] = "Tueur de trolls", +["achievementIndex"] = 79, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Tueur de trolls", ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez les trolls Bave-glace et Griffe-grésil à la grotte aux trolls.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez les trolls Bave-glace et Griffe-grésil à la grotte aux trolls.", ["Category_ID"] = 6, } , [347] = { +["name"] = "Destructeur d\'atronach de glace", +["achievementIndex"] = 66, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Destructeur d\'atronach de glace", ["SubCategory_ID"] = 3, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'atronach de glace, Nomeg Rine, aux ruines glacées.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'atronach de glace, Nomeg Rine, aux ruines glacées.", ["Category_ID"] = 6, } , [348] = { +["name"] = "Exorciste", +["achievementIndex"] = 67, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Exorciste", ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Donnez le repos à Ghoragham au tertre d\'Angarvunde.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Donnez le repos à Ghoragham au tertre d\'Angarvunde.", ["Category_ID"] = 6, } , [349] = { +["name"] = "Tueur de géant", +["achievementIndex"] = 68, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Tueur de géant", ["SubCategory_ID"] = 3, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Foulongue le géant et son mammouth au camp du géant.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Foulongue le géant et son mammouth au camp du géant.", ["Category_ID"] = 6, } , [350] = { +["name"] = "Tueur de Lucereine", +["achievementIndex"] = 80, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Tueur de Lucereine", ["SubCategory_ID"] = 3, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Bannissez Aéréus la lucereine du bosquet des luces.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Bannissez Aéréus la lucereine du bosquet des luces.", ["Category_ID"] = 6, } , [351] = { +["name"] = "Vengeur des Soldats", +["achievementIndex"] = 46, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Vengeur des Soldats", ["SubCategory_ID"] = 1, -["achievementIndex"] = 72, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Mettez fin à la menace des nécromanciens au plateau du creuset des âmes et vengez les soldats de la Prime Auridia.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Mettez fin à la menace des nécromanciens au plateau du creuset des âmes et vengez les soldats de la Prime Auridia.", ["Category_ID"] = 6, } , [352] = { +["name"] = "Chasseur de primes du seigneur bandit", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Chasseur de primes du seigneur bandit", ["SubCategory_ID"] = 1, -["achievementIndex"] = 60, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Quenyas, chef des bandes hors-la-loi d\'Auridia, dans le camp de l\'escarpe côtière.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Quenyas, chef des bandes hors-la-loi d\'Auridia, dans le camp de l\'escarpe côtière.", ["Category_ID"] = 6, } , [353] = { +["name"] = "Écraseur du capitaine fantôme", +["achievementIndex"] = 37, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Écraseur du capitaine fantôme", ["SubCategory_ID"] = 1, -["achievementIndex"] = 62, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez le capitaine fantôme Blanchetête à l\'épave du Raptor.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Détruisez le capitaine fantôme Blanchetête à l\'épave du Raptor.", ["Category_ID"] = 6, } , [354] = { +["name"] = "Fléau de Claquepiège", +["achievementIndex"] = 66, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Fléau de Claquepiège", ["SubCategory_ID"] = 1, -["achievementIndex"] = 63, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le champion faucheclan Claquepiège et mettez fin au massacre des innocents aux invocations hérétiques.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le champion faucheclan Claquepiège et mettez fin au massacre des innocents aux invocations hérétiques.", ["Category_ID"] = 6, } , [355] = { +["name"] = "Éradicateur de Mère de nichée", +["achievementIndex"] = 53, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Éradicateur de Mère de nichée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 56, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le serpent géant Couveuse dans son antre.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le serpent géant Couveuse dans son antre.", ["Category_ID"] = 6, } , [356] = { +["name"] = "Chasseur de primes d\'Aranumë", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Chasseur de primes d\'Aranumë", ["SubCategory_ID"] = 1, -["achievementIndex"] = 59, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Anarume au camp d\'entraînement de l\'héritage, et mettez un terme à sa trahison.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Anarume au camp d\'entraînement de l\'héritage, et mettez un terme à sa trahison.", ["Category_ID"] = 6, } , [357] = { +["name"] = "Vainqueur du donjon d\'Affregivre", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur du donjon d\'Affregivre", ["SubCategory_ID"] = 3, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez le Gardien de la Flamme, l\'atronach de glace surpuissant et Drodda Crève-Nève au donjon d\'Affregivre.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le Gardien de la Flamme, l\'atronach de glace surpuissant et Drodda Crève-Nève au donjon d\'Affregivre.", ["Category_ID"] = 4, } , [2406] = { +["name"] = "Plateau du cauchemar applati", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Plateau du cauchemar applati", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la dro-m\'Athra Zalsheem sur le Plateau du Cauchemar.", ["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la dro-m\'Athra Zalsheem sur le Plateau du Cauchemar.", ["Category_ID"] = 11, } , [2407] = { +["name"] = "Étouffeur d\'oiseau-terreur", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Étouffeur d\'oiseau-terreur", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'oiseau-terreur Kee\'va la retorse à la ravine de la Serre.", ["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez l\'oiseau-terreur Kee\'va la retorse à la ravine de la Serre.", ["Category_ID"] = 11, } , [360] = { +["name"] = "Déchirez le premier Voile", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Déchirez le premier Voile", ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Exécutez le traître de Tanzelwil au nom de la reine Ayrenn.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Exécutez le traître de Tanzelwil au nom de la reine Ayrenn.", ["Category_ID"] = 7, } , [361] = { +["name"] = "Déchirez le second Voile.", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Déchirez le second Voile.", ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Infiltrez l\'Héritage voilé et découvrez son secret.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Infiltrez l\'Héritage voilé et découvrez son secret.", ["Category_ID"] = 7, } , [362] = { +["name"] = "Déchirez le troisième Voile.", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Déchirez le troisième Voile.", ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'armée daedrique et son chef à Prime-Tenure.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'armée daedrique et son chef à Prime-Tenure.", ["Category_ID"] = 7, } , [363] = { +["name"] = "Panacée", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Panacée", ["SubCategory_ID"] = 4, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez Méryndril l\'Alchimiste à la gorge d\'obsidienne et mettez fin au fléau de Llodos.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez Méryndril l\'Alchimiste à la gorge d\'obsidienne et mettez fin au fléau de Llodos.", ["Category_ID"] = 7, } , [364] = { +["name"] = "Chevalier du Temple", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Chevalier du Temple", ["SubCategory_ID"] = 4, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Libérez le temple du Tribunal des forces d\'invasion daedriques.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Libérez le temple du Tribunal des forces d\'invasion daedriques.", ["Category_ID"] = 7, } , [365] = { +["name"] = "Fléau de Vox", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Fléau de Vox", ["SubCategory_ID"] = 4, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez la magistrix Vox au creux d\'Eidolon et ramenez la paix à Deshaan.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tuez la magistrix Vox au creux d\'Eidolon et ramenez la paix à Deshaan.", ["Category_ID"] = 7, } , [2414] = { +["name"] = "Tueur de gueules sanguinaires du Croc creux", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de gueules sanguinaires du Croc creux", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 25 gueules sanguinaires du Croc creux dans le reliquaire des Lunes funèbres Vétéran.", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 25 gueules sanguinaires du Croc creux dans le reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [367] = { +["name"] = "Vainqueur du bois du corbeau", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur du bois du corbeau", ["SubCategory_ID"] = 2, -["achievementIndex"] = 45, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez trois des champions au bois du corbeau.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des champions au bois du corbeau.", ["Category_ID"] = 4, } , [368] = { +["name"] = "Conquérant du bois du corbeau", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant du bois du corbeau", ["SubCategory_ID"] = 2, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les Champions du bois du corbeau.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les Champions du bois du corbeau.", ["Category_ID"] = 4, } , [369] = { +["name"] = "Vainqueur des cryptes oubliées", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur des cryptes oubliées", ["SubCategory_ID"] = 2, -["achievementIndex"] = 50, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez trois des Champions des cryptes oubliées.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des Champions des cryptes oubliées.", ["Category_ID"] = 4, } , [370] = { +["name"] = "Conquérant des cryptes oubliées", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant des cryptes oubliées", ["SubCategory_ID"] = 2, -["achievementIndex"] = 44, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez tous les Champions des cryptes oubliées.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les Champions des cryptes oubliées.", ["Category_ID"] = 4, } , [371] = { +["name"] = "Événement de groupe de l\'Antre du lion", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe de l\'Antre du lion", ["SubCategory_ID"] = 2, -["achievementIndex"] = 34, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Géant solitaire et ses mammouths enragés dans l\'Antre du Lion.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Géant solitaire et ses mammouths enragés dans l\'Antre du Lion.", ["Category_ID"] = 4, } , [372] = { +["name"] = "Événement de groupe de Sanghin", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe de Sanghin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 40, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le maître d\'arène Grel et ses adeptes au réaume de Sanghin.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le maître d\'arène Grel et ses adeptes au réaume de Sanghin.", ["Category_ID"] = 4, } , [373] = { +["name"] = "Vainqueur de l\'antre du lion", +["achievementIndex"] = 44, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur de l\'antre du lion", ["SubCategory_ID"] = 2, -["achievementIndex"] = 48, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Vainquez trois des Champions dans l\'Antre du lion.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des Champions dans l\'Antre du lion.", ["Category_ID"] = 4, } , [374] = { +["name"] = "Conquérant de l\'antre du lion", +["achievementIndex"] = 33, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de l\'antre du lion", ["SubCategory_ID"] = 2, -["achievementIndex"] = 33, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Vainquez tous les Champions dans l\'Antre du lion.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les Champions dans l\'Antre du lion.", ["Category_ID"] = 4, } , [375] = { +["name"] = "Vainqueur de la Nécropole", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur de la Nécropole", ["SubCategory_ID"] = 2, -["achievementIndex"] = 49, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez trois des Champions dans la Nécropole.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des Champions dans la Nécropole.", ["Category_ID"] = 4, } , [376] = { +["name"] = "Conquérant de la Nécropole", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de la Nécropole", ["SubCategory_ID"] = 2, -["achievementIndex"] = 42, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez tous les Champions dans la Nécropole.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les Champions dans la Nécropole.", ["Category_ID"] = 4, } , [377] = { +["name"] = "Vainqueur de la cicatrice obsidienne", +["achievementIndex"] = 46, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur de la cicatrice obsidienne", ["SubCategory_ID"] = 2, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Vainquez trois des Champions dans la Cicatrice obsidienne.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des Champions dans la Cicatrice obsidienne.", ["Category_ID"] = 4, } , [378] = { +["name"] = "Conquérant de la cicatrice obsidienne", +["achievementIndex"] = 35, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de la cicatrice obsidienne", ["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Vainquez tous les Champions dans la Cicatrice obsidienne.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les Champions dans la Cicatrice obsidienne.", ["Category_ID"] = 4, } , [379] = { +["name"] = "Événement de groupe du bois du corbeau", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe du bois du corbeau", ["SubCategory_ID"] = 2, -["achievementIndex"] = 51, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez les âmes spectrales pour invoquer puis tuer Ghyslain dans le bois du corbeau.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Détruisez les âmes spectrales pour invoquer puis tuer Ghyslain dans le bois du corbeau.", ["Category_ID"] = 4, } , [380] = { +["name"] = "Événement de groupe du malandrin", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe du malandrin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 37, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la mère serpent géante dans le sanctuaire du Malandrin.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la mère serpent géante dans le sanctuaire du Malandrin.", ["Category_ID"] = 4, } , [381] = { +["name"] = "Événement de groupe de la Nécropole", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe de la Nécropole", ["SubCategory_ID"] = 2, -["achievementIndex"] = 41, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Reynir le destructeur et ses sbires dans la Nécropole.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Reynir le destructeur et ses sbires dans la Nécropole.", ["Category_ID"] = 4, } , [382] = { +["name"] = "Chasseur de Graucroc", +["achievementIndex"] = 41, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Chasseur de Graucroc", ["SubCategory_ID"] = 2, -["achievementIndex"] = 62, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'ours géant, Graucroc, au panorama de la côte.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'ours géant, Graucroc, au panorama de la côte.", ["Category_ID"] = 6, } , [383] = { +["name"] = "Tueur de Meurtrisseur", +["achievementIndex"] = 52, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Tueur de Meurtrisseur", ["SubCategory_ID"] = 2, -["achievementIndex"] = 76, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le suturé, Meurtrisseur, au surplomb ouest.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le suturé, Meurtrisseur, au surplomb ouest.", ["Category_ID"] = 6, } , [384] = { +["name"] = "Fléau des loups-garous", +["achievementIndex"] = 78, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Fléau des loups-garous", ["SubCategory_ID"] = 2, -["achievementIndex"] = 73, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le loup-garou, Salazar le Loup, au camp du loup.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le loup-garou, Salazar le Loup, au camp du loup.", ["Category_ID"] = 6, } , [385] = { +["name"] = "Assassin d\'Asard", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Assassin d\'Asard", ["SubCategory_ID"] = 2, -["achievementIndex"] = 65, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le zombie de Sangrépine, Asard le putride, à la pointe de la côte nord.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le zombie de Sangrépine, Asard le putride, à la pointe de la côte nord.", ["Category_ID"] = 6, } , [386] = { +["name"] = "Traqueur de Claquepiège", +["achievementIndex"] = 74, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Traqueur de Claquepiège", ["SubCategory_ID"] = 2, -["achievementIndex"] = 61, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le wamasu, Claquepiège, à l\'anse de Claquepiège.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le wamasu, Claquepiège, à l\'anse de Claquepiège.", ["Category_ID"] = 6, } , [387] = { +["name"] = "Ruines du mande-sang", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Ruines du mande-sang", ["SubCategory_ID"] = 2, -["achievementIndex"] = 71, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le nécromancien, Grivier Mandesang, à l\'île de la Lancefeu.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le nécromancien, Grivier Mandesang, à l\'île de la Lancefeu.", ["Category_ID"] = 6, } , [388] = { +["name"] = "Événement de groupe des cryptes oubliées", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe des cryptes oubliées", ["SubCategory_ID"] = 2, -["achievementIndex"] = 43, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Éradiquez l\'infestation de kwamas et tuez les gardiens des kwamas dans les cryptes oubliées.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Éradiquez l\'infestation de kwamas et tuez les gardiens des kwamas dans les cryptes oubliées.", ["Category_ID"] = 4, } , [389] = { +["name"] = "Vainqueur de la ravine du Chicot", +["achievementIndex"] = 51, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur de la ravine du Chicot", ["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez trois des Champions dans la ravine du Chicot.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des Champions dans la ravine du Chicot.", ["Category_ID"] = 4, } , [390] = { +["name"] = "Conquérant de la ravine du Chicot", +["achievementIndex"] = 40, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de la ravine du Chicot", ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les Champions dans la ravine du Chicot.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les Champions dans la ravine du Chicot.", ["Category_ID"] = 4, } , [391] = { +["name"] = "Vainqueur de Volenfell", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de Volenfell", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez Quintus Verres, Tremblécaille et le conseil du gardien à Volenfell.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Quintus Verres, Tremblécaille et le conseil du gardien à Volenfell.", ["Category_ID"] = 4, } , [2440] = { +["name"] = "Conquérant de la nécropole de Rimmen", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Conquérant de la nécropole de Rimmen", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vaincre tous les champions dans la nécropole de Rimmen.", ["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre tous les champions dans la nécropole de Rimmen.", ["Category_ID"] = 11, } , [393] = { +["name"] = "Vainqueur du Creuset béni", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur du Creuset béni", ["SubCategory_ID"] = 3, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez la meute, la maîtresse des Fauves et la reine de lave.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la meute, la maîtresse des Fauves et la reine de lave.", ["Category_ID"] = 4, } , [2442] = { +["name"] = "Conquérant d\'Orcrête", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Conquérant d\'Orcrête", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vaincre tous les champions d\'Orcrête.", ["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre tous les champions d\'Orcrête.", ["Category_ID"] = 11, } , [395] = { +["name"] = "Vainqueur de la cité perdue", +["achievementIndex"] = 45, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur de la cité perdue", ["SubCategory_ID"] = 2, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez trois des Champions dans la cité perdue des Na-Totambu.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des Champions dans la cité perdue des Na-Totambu.", ["Category_ID"] = 4, } , [396] = { +["name"] = "Conquérant de la Cité perdue", +["achievementIndex"] = 34, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de la Cité perdue", ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les Champions dans la cité perdue des Na-Totambu.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les Champions dans la cité perdue des Na-Totambu.", ["Category_ID"] = 4, } , [2445] = { +["name"] = "Événement de groupe d\'Orcrête", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Événement de groupe d\'Orcrête", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Plaie de Corbeaux à Orcrête.", ["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Plaie de Corbeaux à Orcrête.", ["Category_ID"] = 11, } , [399] = { +["name"] = "Briseur Pince-de-titan", +["achievementIndex"] = 72, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Briseur Pince-de-titan", ["SubCategory_ID"] = 2, -["achievementIndex"] = 64, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Pince-de-titan le vasard à la plage du vasard.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Pince-de-titan le vasard à la plage du vasard.", ["Category_ID"] = 6, } , [400] = { +["name"] = "Tueur d\'araignées", +["achievementIndex"] = 69, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Tueur d\'araignées", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Vieille Veuve Soie et les araignées tisse-sang au Nid des araignées.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la Vieille Veuve Soie et les araignées tisse-sang au Nid des araignées.", ["Category_ID"] = 6, } , [401] = { +["name"] = "Destructeur de la reine de la couvée", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Destructeur de la reine de la couvée", ["SubCategory_ID"] = 2, -["achievementIndex"] = 60, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la reine de la couvée dreugh dans les eaux des dreughs.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la reine de la couvée dreugh dans les eaux des dreughs.", ["Category_ID"] = 6, } , [402] = { +["name"] = "Fléau de Gar Xuu Gar", +["achievementIndex"] = 40, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Fléau de Gar Xuu Gar", ["SubCategory_ID"] = 2, -["achievementIndex"] = 59, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le daedroth Gar Xuu Gar et ses sbires à la Ferme abandonnée.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le daedroth Gar Xuu Gar et ses sbires à la Ferme abandonnée.", ["Category_ID"] = 6, } , [403] = { +["name"] = "Bourreau de Cousin Scrag", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Bourreau de Cousin Scrag", ["SubCategory_ID"] = 2, -["achievementIndex"] = 58, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'ogre appelé Cousin Scrag au garde-manger de Scrag.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'ogre appelé Cousin Scrag au garde-manger de Scrag.", ["Category_ID"] = 6, } , [404] = { +["name"] = "Contrôle de Kruz", +["achievementIndex"] = 50, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Contrôle de Kruz", ["SubCategory_ID"] = 2, -["achievementIndex"] = 57, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Zymel Kyruz, l\'atronach de foudre.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Zymel Kyruz, l\'atronach de foudre.", ["Category_ID"] = 6, } , [406] = { +["name"] = "Plongeur en piqué", +["achievementIndex"] = 59, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Plongeur en piqué", ["SubCategory_ID"] = 2, -["achievementIndex"] = 81, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sautez depuis le nez du Géant éploré.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sautez depuis le nez du Géant éploré.", ["Category_ID"] = 6, } , [410] = { +["name"] = "Vainqueur du Havre de Cœurnoir", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur du Havre de Cœurnoir", ["SubCategory_ID"] = 3, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez Atarus, la mère de la volière et le capitaine Cœurnoir au havre de Cœurnoir.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Atarus, la mère de la volière et le capitaine Cœurnoir au havre de Cœurnoir.", ["Category_ID"] = 4, } , [412] = { +["name"] = "Explorateur de Santaki", +["achievementIndex"] = 66, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de Santaki", ["SubCategory_ID"] = 2, -["achievementIndex"] = 33, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines de Santaki.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines de Santaki.", ["Category_ID"] = 6, } , [413] = { +["name"] = "Spéléologue du désert d\'Alik\'r", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Spéléologue du désert d\'Alik\'r", ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes du désert d\'Alik\'r.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes du désert d\'Alik\'r.", ["Category_ID"] = 6, } , [414] = { +["name"] = "Explorateur de la mine du chagrin de Divad", +["achievementIndex"] = 33, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la mine du chagrin de Divad", ["SubCategory_ID"] = 2, -["achievementIndex"] = 32, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine du chagrin de Divad.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine du chagrin de Divad.", ["Category_ID"] = 6, } , [415] = { +["name"] = "Célèbre recruteur", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Célèbre recruteur", ["SubCategory_ID"] = 3, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Recrutez les trois célèbres corsaires de Stros M\'Kai.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Recrutez les trois célèbres corsaires de Stros M\'Kai.", ["Category_ID"] = 7, } , [416] = { +["name"] = "Explorateur des ruines d\'Aldunz", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur des ruines d\'Aldunz", ["SubCategory_ID"] = 2, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines d\'Aldunz.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines d\'Aldunz.", ["Category_ID"] = 6, } , [417] = { +["name"] = "Vainqueur de la Toile de Sélène", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de la Toile de Sélène", ["SubCategory_ID"] = 3, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez Longuegriffe, Pelsanie et Sélène dans la toile de Sélène.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Longuegriffe, Pelsanie et Sélène dans la toile de Sélène.", ["Category_ID"] = 4, } , [2466] = { +["name"] = "Vainqueur de Sollance", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Sunspire", -["name"] = "Vainqueur de Sollance", ["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Yolnahkriin, Lokkestiiz et Nahviintaas après avoir éteint leurs braseros à offrandes à Sollance Vétéran.", ["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Yolnahkriin, Lokkestiiz et Nahviintaas après avoir éteint leurs braseros à offrandes à Sollance Vétéran.", ["Category_ID"] = 11, } , [419] = { +["name"] = "Explorateur des excavations de Froideroche", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur des excavations de Froideroche", ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les excavations de Froideroche.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les excavations de Froideroche.", ["Category_ID"] = 6, } , [420] = { +["name"] = "Explorateur de la mine des Décapés", +["achievementIndex"] = 65, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la mine des Décapés", ["SubCategory_ID"] = 2, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine des Décapés.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine des Décapés.", ["Category_ID"] = 6, } , [421] = { +["name"] = "Conquérant de Tressefuseau II", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de Tressefuseau II", ["numCriteria"] = 3, +["description"] = "Vainquez le golem de sang, le fantôme de Praxin et Vorenor Nédhiver dans Tressefuseau Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le golem de sang, le fantôme de Praxin et Vorenor Nédhiver dans Tressefuseau Vétéran II.", -["achievementIndex"] = 20, +["Category_ID"] = 5, } , [2470] = { +["name"] = "Chasseur de tempêtes", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Sunspire", -["name"] = "Chasseur de tempêtes", ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Lokkestiiz après avoir éteint ses braseros à offrandes à Sollance Vétéran.", ["Category"] = "Elsweyr", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vaincre Lokkestiiz après avoir éteint ses braseros à offrandes à Sollance Vétéran.", ["Category_ID"] = 11, } , [423] = { +["name"] = "Explorateur des ruines d\'Yldzuun", +["achievementIndex"] = 81, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur des ruines d\'Yldzuun", ["SubCategory_ID"] = 2, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les ruines d\'Yldzuun.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les ruines d\'Yldzuun.", ["Category_ID"] = 6, } , [424] = { +["name"] = "Spéléologue d\'Estemarche", +["achievementIndex"] = 52, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Spéléologue d\'Estemarche", ["SubCategory_ID"] = 3, -["achievementIndex"] = 38, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes d\'Estemarche.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes d\'Estemarche.", ["Category_ID"] = 6, } , [425] = { +["name"] = "Déforesteur de la litanie", +["achievementIndex"] = 30, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Déforesteur de la litanie", ["SubCategory_ID"] = 1, -["achievementIndex"] = 70, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez les créatures végétales souillées dans la fosse de la litanie, dans la marche de la Camarde.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Détruisez les créatures végétales souillées dans la fosse de la litanie, dans la marche de la Camarde.", ["Category_ID"] = 6, } , [426] = { +["name"] = "Fléau d\'Ozur le gros", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Fléau d\'Ozur le gros", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'ogre Ozur le dur dans la Vallée d\'Ozur le dur.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'ogre Ozur le dur dans la Vallée d\'Ozur le dur.", ["Category_ID"] = 6, } , [427] = { +["name"] = "Euthanasiator", +["achievementIndex"] = 48, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Euthanasiator", ["SubCategory_ID"] = 1, -["achievementIndex"] = 73, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la reine des Trois Pitiés et son entourage aux chutes des danseurs d\'eau, dans la marche de la Camarde.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la reine des Trois Pitiés et son entourage aux chutes des danseurs d\'eau, dans la marche de la Camarde.", ["Category_ID"] = 6, } , [428] = { +["name"] = "Destin du Mande-tombe", +["achievementIndex"] = 38, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Destin du Mande-tombe", ["SubCategory_ID"] = 1, -["achievementIndex"] = 71, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le mandetombe Niramo et sa fille sombre Varien à l\'Henge de la Camarde.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le mandetombe Niramo et sa fille sombre Varien à l\'Henge de la Camarde.", ["Category_ID"] = 6, } , [429] = { +["name"] = "Ruine d\'Ysolmarr", +["achievementIndex"] = 79, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Ruine d\'Ysolmarr", ["SubCategory_ID"] = 1, -["achievementIndex"] = 79, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le daedroth Ysolmarr le bûcher errant près des quais de la vieille S\'ren-ja, dans la marche de la Camarde.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le daedroth Ysolmarr le bûcher errant près des quais de la vieille S\'ren-ja, dans la marche de la Camarde.", ["Category_ID"] = 6, } , [430] = { +["name"] = "Chute de Nur-dro", +["achievementIndex"] = 54, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Chute de Nur-dro", ["SubCategory_ID"] = 1, -["achievementIndex"] = 74, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le seigneur vampire Nur-dro au repos d\'Ushmal, dans la marche de la Camarde.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le seigneur vampire Nur-dro au repos d\'Ushmal, dans la marche de la Camarde.", ["Category_ID"] = 6, } , [432] = { +["name"] = "Explorateur d\'Aba-Loria", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Explorateur d\'Aba-Loria", ["SubCategory_ID"] = 4, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Aba-Loria.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Aba-Loria.", ["Category_ID"] = 6, } , [433] = { +["name"] = "Explorateur de la grotte de la dépravation", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Explorateur de la grotte de la dépravation", ["SubCategory_ID"] = 4, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la grotte de la dépravation.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la grotte de la dépravation.", ["Category_ID"] = 6, } , [434] = { +["name"] = "Explorateur de la grotte aux trophées", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Explorateur de la grotte aux trophées", ["SubCategory_ID"] = 4, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la grotte aux trophées.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la grotte aux trophées.", ["Category_ID"] = 6, } , [435] = { +["name"] = "Explorateur de la crypte de Forgefeu", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Explorateur de la crypte de Forgefeu", ["SubCategory_ID"] = 4, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la crypte d\'Haman Forgefeu.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la crypte d\'Haman Forgefeu.", ["Category_ID"] = 6, } , [436] = { +["name"] = "Explorateur du tombeau de Mal Sorra", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Explorateur du tombeau de Mal Sorra", ["SubCategory_ID"] = 4, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la tombe de Mal Sorra.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la tombe de Mal Sorra.", ["Category_ID"] = 6, } , [437] = { +["name"] = "Explorateur de la gorge plaintive", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Explorateur de la gorge plaintive", ["SubCategory_ID"] = 4, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la gorge plaintive.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la gorge plaintive.", ["Category_ID"] = 6, } , [438] = { +["name"] = "Spéléologue de Havreglace", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Spéléologue de Havreglace", ["SubCategory_ID"] = 4, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de Havreglace.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de Havreglace.", ["Category_ID"] = 6, } , [439] = { +["name"] = "Destin de Sthorha", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Destin de Sthorha", ["SubCategory_ID"] = 4, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la daedroth Sthorha la folle à Aba-Darre.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la daedroth Sthorha la folle à Aba-Darre.", ["Category_ID"] = 6, } , [440] = { +["name"] = "Chasseur de spectre de glace", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Chasseur de spectre de glace", ["SubCategory_ID"] = 4, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le spectre de glace, Duriatundur, au champ du massacre de Durantundur.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le spectre de glace, Duriatundur, au champ du massacre de Durantundur.", ["Category_ID"] = 6, } , [441] = { +["name"] = "Ruine du Centurion", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Ruine du Centurion", ["SubCategory_ID"] = 4, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'antique centurion dwemer, Zemarek-thul, au creux de Zemarek.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'antique centurion dwemer, Zemarek-thul, au creux de Zemarek.", ["Category_ID"] = 6, } , [442] = { +["name"] = "Chasseur de trio de Daedroth", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Chasseur de trio de Daedroth", ["SubCategory_ID"] = 4, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez les trois Daedra, Nolagha, Keggagiha et Rsolignah, au garde-manger des daedroth.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez les trois Daedra, Nolagha, Keggagiha et Rsolignah, au garde-manger des daedroth.", ["Category_ID"] = 6, } , [443] = { +["name"] = "Fléau de Brolsgerbwd", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Fléau de Brolsgerbwd", ["SubCategory_ID"] = 4, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le nécromancien Drémora, Brolsgerbwd, à la cour des revenants.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le nécromancien Drémora, Brolsgerbwd, à la cour des revenants.", ["Category_ID"] = 6, } , [444] = { +["name"] = "Fin de Cynhamoth", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Fin de Cynhamoth", ["SubCategory_ID"] = 4, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le moissonneur, Cynhamoth, au bosquet de Cynhamoth.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le moissonneur, Cynhamoth, au bosquet de Cynhamoth.", ["Category_ID"] = 6, } , [445] = { +["name"] = "Événement de groupe de la chute des Rulanyil", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe de la chute des Rulanyil", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez les hordes de morts-vivants d\'Hergor le Déchu à la chute des Rulanyil.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez les hordes de morts-vivants d\'Hergor le Déchu à la chute des Rulanyil.", ["Category_ID"] = 4, } , [446] = { +["name"] = "Assassin de Tressefusau II", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de Tressefusau II", ["SubCategory_ID"] = 4, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Mortin le fou, l\'Engeance de sang, Praxin Douare, le trio d\'atronachs de chair, Urvan Veleth, et Vorénor Nédhiver dans Tressefuseau Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s\'engage lorsque les joueurs attaquent le premier groupe de guerriers asservis.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Mortin le fou, l\'Engeance de sang, Praxin Douare, le trio d\'atronachs de chair, Urvan Veleth, et Vorénor Nédhiver dans Tressefuseau Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s\'engage lorsque les joueurs attaquent le premier groupe de guerriers asservis.", ["Category_ID"] = 5, } , [2495] = { +["name"] = "Exterminateur de monstre d\'Anequina", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2493, ["SubCategory"] = "Quests", -["name"] = "Exterminateur de monstre d\'Anequina", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 2493, ["numCriteria"] = 1, +["description"] = "Terminer 30 quêtes journalières de boss de boss sauvage pour Ri\'hirr de la Force de défense du Nord d\'Elsweyr.", ["Category"] = "Elsweyr", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminer 30 quêtes journalières de boss de boss sauvage pour Ri\'hirr de la Force de défense du Nord d\'Elsweyr.", ["Category_ID"] = 11, } , [448] = { +["name"] = "Héroïsme et compassion", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Héroïsme et compassion", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Vorenor Nédhiver dans Tressefuseau Vétéran II sans tuer une seule des victimes innocentes détenues dans son repaire.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Vorenor Nédhiver dans Tressefuseau Vétéran II sans tuer une seule des victimes innocentes détenues dans son repaire.", ["Category_ID"] = 5, } , [449] = { +["name"] = "Assassin du Cachot interdit II", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin du Cachot interdit II", ["SubCategory_ID"] = 4, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans le Cachot interdit Vétéran II, vainquez les gardiens Imiril, Areldur, et Voranil, ainsi que la Gueule de l\'infernal et les sœurs Sihna et Véra, le tout avant de vaincre le haut-patriarche Rilis moins de vingt minutes après avoir commencé le donjon. Le compte à rebours s\'enclenche quand les joueurs affrontent le premier groupe de squelettes.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Dans le Cachot interdit Vétéran II, vainquez les gardiens Imiril, Areldur, et Voranil, ainsi que la Gueule de l\'infernal et les sœurs Sihna et Véra, le tout avant de vaincre le haut-patriarche Rilis moins de vingt minutes après avoir commencé le donjon. Le compte à rebours s\'enclenche quand les joueurs affrontent le premier groupe de squelettes.", ["Category_ID"] = 5, } , [2498] = { +["name"] = "Exterminateur de dragon", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2496, ["SubCategory"] = "Quests", -["name"] = "Exterminateur de dragon", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 2496, ["numCriteria"] = 1, +["description"] = "Terminer 30 quêtes journalières pour le haut-commissaire Tanerline dans le Nord d\'Elsweyr.", ["Category"] = "Elsweyr", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminer 30 quêtes journalières pour le haut-commissaire Tanerline dans le Nord d\'Elsweyr.", ["Category_ID"] = 11, } , [451] = { +["name"] = "Marche implacable", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Marche implacable", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans le Cachot interdit Vétéran II, vainquez le haut patriarche Rilis alors que trois daedroth ou plus sont encore en vie.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Dans le Cachot interdit Vétéran II, vainquez le haut patriarche Rilis alors que trois daedroth ou plus sont encore en vie.", ["Category_ID"] = 5, } , [452] = { +["name"] = "Spéléologue de la marche de la Camarde", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Spéléologue de la marche de la Camarde", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de la marche de la Camarde.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de la marche de la Camarde.", ["Category_ID"] = 6, } , [453] = { +["name"] = "Explorateur de la galerie de Kuna", +["achievementIndex"] = 45, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la galerie de Kuna", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la galerie de Kuna.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la galerie de Kuna.", ["Category_ID"] = 6, } , [454] = { +["name"] = "Explorateur du cairn de Thibaut", +["achievementIndex"] = 69, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur du cairn de Thibaut", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le cairn de Thibaut.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le cairn de Thibaut.", ["Category_ID"] = 6, } , [455] = { +["name"] = "Explorateur de la caverne du Vent gémissant", +["achievementIndex"] = 77, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la caverne du Vent gémissant", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la caverne du Vent gémissant.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne du Vent gémissant.", ["Category_ID"] = 6, } , [456] = { +["name"] = "Explorateur du coup de griffe", +["achievementIndex"] = 28, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur du coup de griffe", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Coup de griffe.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Coup de griffe.", ["Category_ID"] = 6, } , [457] = { +["name"] = "Explorateur de la folie de Fardir", +["achievementIndex"] = 35, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la folie de Fardir", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la folie de Fardir.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la folie de Fardir.", ["Category_ID"] = 6, } , [458] = { +["name"] = "Explorateur de la lumière de Jode", +["achievementIndex"] = 43, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la lumière de Jode", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la lumière de Jode.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la lumière de Jode.", ["Category_ID"] = 6, } , [459] = { +["name"] = "Conquérant du Creuset des aînés II", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant du Creuset des aînés II", ["numCriteria"] = 3, +["description"] = "Vainquez Racine noire, Fange-jour et Bogdan la Nocteflamme au Creuset des aînés II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Racine noire, Fange-jour et Bogdan la Nocteflamme au Creuset des aînés II.", -["achievementIndex"] = 21, +["Category_ID"] = 5, } , [460] = { +["name"] = "Événement de groupe de la crique écarlate", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe de la crique écarlate", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Dent-plate et ses gars à la crique écarlate.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Dent-plate et ses gars à la crique écarlate.", ["Category_ID"] = 4, } , [461] = { +["name"] = "Assassin du Creuset des aînés II", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin du Creuset des aînés II", ["SubCategory_ID"] = 4, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Dubroze l\'Infestateur, Racine noire, Azara la Terrifiante, Fange-jour, le garde d\'ombre, et Bogdan la Nocteflamme dans le Creuset des aînés Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s\'engage lorsque les joueurs attaquent le premier groupe de Daedra.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Dubroze l\'Infestateur, Racine noire, Azara la Terrifiante, Fange-jour, le garde d\'ombre, et Bogdan la Nocteflamme dans le Creuset des aînés Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s\'engage lorsque les joueurs attaquent le premier groupe de Daedra.", ["Category_ID"] = 5, } , [463] = { +["name"] = "Le sujet est clos", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Le sujet est clos", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Bogdan la Nocteflamme après avoir lu l\'opus de Tourment dans le Creuset des aînés Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Bogdan la Nocteflamme après avoir lu l\'opus de Tourment dans le Creuset des aînés Vétéran II.", ["Category_ID"] = 5, } , [464] = { +["name"] = "Conquérant des Cavernes d\'Ombre-noire II", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant des Cavernes d\'Ombre-noire II", ["numCriteria"] = 3, +["description"] = "Vainquez le seigneur de ruche transmuté, Grobull le transmuté et le Gardien du moteur dans les cavernes d\'Ombre-noire Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le seigneur de ruche transmuté, Grobull le transmuté et le Gardien du moteur dans les cavernes d\'Ombre-noire Vétéran II.", -["achievementIndex"] = 16, +["Category_ID"] = 5, } , [465] = { +["name"] = "Assassin des cavernes d\'Ombre-noire II", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin des cavernes d\'Ombre-noire II", ["SubCategory_ID"] = 4, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le contremaître déchu, le Seigneur de la ruche et ses scribs, les alits transmutés, Grobull le transmuté, l\'armée devant Rkugamz, et la garnison et le Gardien du moteur dans les cavernes d\'Ombre-noire Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s\'engage lorsque les joueurs attaquent le premier groupe de kwamas.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le contremaître déchu, le Seigneur de la ruche et ses scribs, les alits transmutés, Grobull le transmuté, l\'armée devant Rkugamz, et la garnison et le Gardien du moteur dans les cavernes d\'Ombre-noire Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s\'engage lorsque les joueurs attaquent le premier groupe de kwamas.", ["Category_ID"] = 5, } , [467] = { +["name"] = "Ingénierie de mort", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Ingénierie de mort", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Gardien du moteur dans les cavernes d\'Ombre-noire Vétéran II sans qu\'un membre de votre groupe active un levier du moteur.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Gardien du moteur dans les cavernes d\'Ombre-noire Vétéran II sans qu\'un membre de votre groupe active un levier du moteur.", ["Category_ID"] = 5, } , [468] = { +["name"] = "Événement de groupe de la ravine du Chicot", +["achievementIndex"] = 28, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe de la ravine du Chicot", ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez Sangracine et ses gardiens à la ravine du Chicot.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Détruisez Sangracine et ses gardiens à la ravine du Chicot.", ["Category_ID"] = 4, } , [469] = { +["name"] = "Événement de groupe du presbytère infâme", +["achievementIndex"] = 29, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe du presbytère infâme", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez les maudites créations des expériences de glace de Graccus au presbytère infâme.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez les maudites créations des expériences de glace de Graccus au presbytère infâme.", ["Category_ID"] = 4, } , [470] = { +["name"] = "Événement de groupe de Scinderacine", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe de Scinderacine", ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Ossomancien et ses geôliers dans les ruines de Scinderacine.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'Ossomancien et ses geôliers dans les ruines de Scinderacine.", ["Category_ID"] = 4, } , [471] = { +["name"] = "Pêcheur de Glénumbrie", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Glénumbrie", ["SubCategory_ID"] = 8, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Glénumbrie.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Glénumbrie.", ["Category_ID"] = 6, } , [472] = { +["name"] = "Pêcheur de Havre-tempête", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Havre-tempête", ["SubCategory_ID"] = 8, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Havre-tempête.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Havre-tempête.", ["Category_ID"] = 6, } , [473] = { +["name"] = "Pêcheur de Fendretour", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Fendretour", ["SubCategory_ID"] = 8, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Fendretour.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Fendretour.", ["Category_ID"] = 6, } , [474] = { +["name"] = "Pêcheur du désert d\'Alik\'r", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur du désert d\'Alik\'r", ["SubCategory_ID"] = 8, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares dans le désert d\'Alik\'r.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares dans le désert d\'Alik\'r.", ["Category_ID"] = 6, } , [475] = { +["name"] = "Pêcheur de Bangkoraï", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Bangkoraï", ["SubCategory_ID"] = 8, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Bangkoraï.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Bangkoraï.", ["Category_ID"] = 6, } , [476] = { +["name"] = "Pêcheur de l\'Alliance", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de l\'Alliance", ["SubCategory_ID"] = 8, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Terminez tous les succès de pêche de l\'Alliance de Daguefilante", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez tous les succès de pêche de l\'Alliance de Daguefilante", ["Category_ID"] = 6, } , [477] = { +["name"] = "Pêcheur des Éboulis", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur des Éboulis", ["SubCategory_ID"] = 8, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares des Éboulis.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares des Éboulis.", ["Category_ID"] = 6, } , [478] = { +["name"] = "Pêcheur de Deshaan", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Deshaan", ["SubCategory_ID"] = 8, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Deshaan.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Deshaan.", ["Category_ID"] = 6, } , [479] = { +["name"] = "Pêcheur de Fangeombre", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Fangeombre", ["SubCategory_ID"] = 8, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Fangeombre.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Fangeombre.", ["Category_ID"] = 6, } , [480] = { +["name"] = "Pêcheur d\'Estemarche", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur d\'Estemarche", ["SubCategory_ID"] = 8, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares d\'Estemarche.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares d\'Estemarche.", ["Category_ID"] = 6, } , [481] = { +["name"] = "Pêcheur de la Brèche", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de la Brèche", ["SubCategory_ID"] = 8, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de la Brèche.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de la Brèche.", ["Category_ID"] = 6, } , [482] = { +["name"] = "Pêcheur du Pacte", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur du Pacte", ["SubCategory_ID"] = 8, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Terminez tous les succès de pêche du Pacte de Cœurébène.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez tous les succès de pêche du Pacte de Cœurébène.", ["Category_ID"] = 6, } , [483] = { +["name"] = "Pêcheur d\'Auridia", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur d\'Auridia", ["SubCategory_ID"] = 8, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares d\'Auridia.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares d\'Auridia.", ["Category_ID"] = 6, } , [484] = { +["name"] = "Pêcheur du bois de Graht", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur du bois de Graht", ["SubCategory_ID"] = 8, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares du bois de Graht.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares du bois de Graht.", ["Category_ID"] = 6, } , [485] = { +["name"] = "Pêcheur de Prasin", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Prasin", ["SubCategory_ID"] = 8, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Prasin.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Prasin.", ["Category_ID"] = 6, } , [486] = { +["name"] = "Pêcheur de Malabal Tor", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Malabal Tor", ["SubCategory_ID"] = 8, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Malabal Tor.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Malabal Tor.", ["Category_ID"] = 6, } , [487] = { +["name"] = "Pêcheur de la marche de la Camarde", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de la marche de la Camarde", ["SubCategory_ID"] = 8, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de la marche de la Camarde", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de la marche de la Camarde", ["Category_ID"] = 6, } , [488] = { +["name"] = "Pêcheur du Domaine", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur du Domaine", ["SubCategory_ID"] = 8, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Terminez tous les succès de pêche du Domaine aldmeri.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez tous les succès de pêche du Domaine aldmeri.", ["Category_ID"] = 6, } , [489] = { +["name"] = "Pêcheur de Cyrodiil", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Cyrodiil", ["SubCategory_ID"] = 8, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Cyrodiil.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Cyrodiil.", ["Category_ID"] = 6, } , [490] = { +["name"] = "Pêcheur de Havreglace", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Havreglace", ["SubCategory_ID"] = 8, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Havreglace", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Havreglace", ["Category_ID"] = 6, } , [491] = { +["name"] = "Pêcheur de Stros M\'Kai", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Stros M\'Kai", ["SubCategory_ID"] = 8, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Attrapez un serranide éthéré dans les eaux de mer de Stros M\'Kai.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez un serranide éthéré dans les eaux de mer de Stros M\'Kai.", ["Category_ID"] = 6, } , [492] = { +["name"] = "Pêcheur du perchoir de Khenarthi", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur du perchoir de Khenarthi", ["SubCategory_ID"] = 8, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Attrapez une raie pyandonéenne dans les eaux de mer du perchoir de Khenarthi.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez une raie pyandonéenne dans les eaux de mer du perchoir de Khenarthi.", ["Category_ID"] = 6, } , [493] = { +["name"] = "Pêcheur de Morneroc", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Morneroc", ["SubCategory_ID"] = 8, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Attrapez une porme de la mer intérieure dans les eaux de mer de Morneroc.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez une porme de la mer intérieure dans les eaux de mer de Morneroc.", ["Category_ID"] = 6, } , [494] = { +["name"] = "Maître pêcheur", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Maître pêcheur", ["SubCategory_ID"] = 8, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 8, +["description"] = "Terminez tous les succès de pèche.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez tous les succès de pèche.", ["Category_ID"] = 6, } , [495] = { +["name"] = "Chute de l\'éventreur des dunes", +["achievementIndex"] = 34, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Chute de l\'éventreur des dunes", ["SubCategory_ID"] = 2, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuer l\'éventreur des dunes, Mère Sable, à la Caravane perdue.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuer l\'éventreur des dunes, Mère Sable, à la Caravane perdue.", ["Category_ID"] = 6, } , [496] = { +["name"] = "Destin de Papa Solitaire", +["achievementIndex"] = 53, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Destin de Papa Solitaire", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le géant, Papa Solitaire, au camp du géant.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le géant, Papa Solitaire, au camp du géant.", ["Category_ID"] = 6, } , [497] = { +["name"] = "Renversement des Sœurs Harfreuses", +["achievementIndex"] = 43, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Renversement des Sœurs Harfreuses", ["SubCategory_ID"] = 2, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuer les Sœurs Harfreuses, Igazkad, Orochar et Ukha, au camp des harfreuses.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuer les Sœurs Harfreuses, Igazkad, Orochar et Ukha, au camp des harfreuses.", ["Category_ID"] = 6, } , [498] = { +["name"] = "Fléau de Korignah", +["achievementIndex"] = 49, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Fléau de Korignah", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Korignah le moissonneur dans la caverne des Cœurs abandonnés.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Korignah le moissonneur dans la caverne des Cœurs abandonnés.", ["Category_ID"] = 6, } , [499] = { +["name"] = "Meurtrier du Roi Momie", +["achievementIndex"] = 56, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Meurtrier du Roi Momie", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Roi Momie au Repos du roi.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le Roi Momie au Repos du roi.", ["Category_ID"] = 6, } , [500] = { +["name"] = "Tueur de Sainte", +["achievementIndex"] = 64, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Tueur de Sainte", ["SubCategory_ID"] = 2, -["achievementIndex"] = 31, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la sainte dorée, Straada, au Cercle inférieur.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la sainte dorée, Straada, au Cercle inférieur.", ["Category_ID"] = 6, } , -[2557] = { +[2549] = { +["name"] = "Vainqueur du Sépulcre profane", +["achievementIndex"] = 4, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Exploration", +["numCriteria"] = 5, +["description"] = "Vaincre Hakgrym le Hurleur, le Gardien du four, l\'Égide éternelle, Ondagore le Fou et Kjalnar Tombescalde dans le Sépulcre profane.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2550] = { +["name"] = "Conquérant du Sépulcre profane", +["achievementIndex"] = 18, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Vaincre Hakgrym le Hurleur, le Gardien du four, l\'Égide éternelle, Ondagore le Fou et Kjalnar Tombescalde dans le Sépulcre profane Vétéran.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2551] = { +["name"] = "Briseur de crânes", +["achievementIndex"] = 19, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Dans le Sépulcre profane Vétéran, vaincre Kjalnar Tombescalde après avoir brûlé le totem de crâne de Kjalnar.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2552] = { +["name"] = "Pilleur de sépulcre", +["achievementIndex"] = 20, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus de Hakgrym le Hurleur, le Gardien du four, l\'Égide éternelle, Ondagore le Fou et Kjalnar Tombescalde moins de 30 minutes après être entré dans le Sépulcre profane Vétéran. Votre chronomètre commence lorsque vous attaquez le premier groupe d\'ennemis. L\'accès au Sanctuaire de Voria n\'est pas nécessaire.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2553] = { +["name"] = "Sépulcre intact", +["achievementIndex"] = 21, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus de Hakgrym le Hurleur, le Gardien du four, l\'Égide éternelle, Ondagore le Fou et Kjalnar Tombescalde moins dans le Sépulcre profane Vétéran sans qu\'un seul membre de votre groupe ne meure. L\'accès au Sanctuaire de Voria n\'est pas nécessaire.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2554] = { +["name"] = "Concurrent du Sépulcre profane", +["achievementIndex"] = 16, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés au Sépulcre profane.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2555] = { +["name"] = "Faire fi de la mort", +["achievementIndex"] = 17, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus de Hakgrym le Hurleur, le Gardien du four, l\'Égide éternelle, Ondagore le Fou et Kjalnar Tombescalde moins de 30 minutes après être entré dans le Sépulcre profane Vétéran sans qu\'un seul membre de votre groupe ne meure. L\'accès au Sanctuaire de Voria n\'est pas nécessaire.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2556] = { +["name"] = "Spéléologue de Harrowstorm", +["achievementIndex"] = 1, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Terminer Crève-Nève et le Sépulcre profane en Vétéran.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2557] = { ["name"] = "Explorateur de la Citadelle interdite", -["SubCategory_ID"] = 1, ["achievementIndex"] = 4, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la Citadelle oubliée.", ["Category"] = "Dragonhold", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz la Citadelle oubliée.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [510] = { +["name"] = "Éclaireur de la Cour", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Éclaireur de la Cour", ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Protégez la cour du Roi-nature.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Protégez la cour du Roi-nature.", ["Category_ID"] = 7, } , [511] = { +["name"] = "Par qui le Voile se lève", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Par qui le Voile se lève", ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Mettez fin à la menace que représente l\'Héritage voilé à Prasin.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Mettez fin à la menace que représente l\'Héritage voilé à Prasin.", ["Category_ID"] = 7, } , [512] = { +["name"] = "Protecteur de Val-boisé", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Protecteur de Val-boisé", ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Purifiez la corruption de Val-boisé.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Purifiez la corruption de Val-boisé.", ["Category_ID"] = 7, } , [2561] = { +["name"] = "Éclaireur de Pellitine", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Éclaireur de Pellitine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez tous les lieux remarquables du Sud d\'Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables du Sud d\'Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [2562] = { +["name"] = "Chasseur d\'éclats célestes du Sud d\'Elsweyr", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Chasseur d\'éclats célestes du Sud d\'Elsweyr", ["numCriteria"] = 6, +["description"] = "Découvrez les 6 éclats célestes du Sud d\'Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez les 6 éclats célestes du Sud d\'Elsweyr.", -["achievementIndex"] = 5, +["Category_ID"] = 15, } , [2563] = { +["name"] = "Défenseur de Pellitine", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Défenseur de Pellitine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Terrassez les deux boss sauvages du Sud d\'Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terrassez les deux boss sauvages du Sud d\'Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [516] = { +["name"] = "Ruine d\'Uwafa", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Ruine d\'Uwafa", ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Uwafa et reprenez la parade d\'Anseï.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Uwafa et reprenez la parade d\'Anseï.", ["Category_ID"] = 7, } , [517] = { +["name"] = "Dévastation d\'Alasan", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Dévastation d\'Alasan", ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Alasan et réparer la parade d\'Anseï.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Alasan et réparer la parade d\'Anseï.", ["Category_ID"] = 7, } , [518] = { +["name"] = "Héros d\'Ash\'abah", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Héros d\'Ash\'abah", ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Main de Gloire et récupérez toutes les parades d\'Anseï.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la Main de Gloire et récupérez toutes les parades d\'Anseï.", ["Category_ID"] = 7, } , [2569] = { +["name"] = "Tuerie propre", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tuerie propre", ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre les Ruines ranimées sans créer d\'Hilote hémo avec la synergie Sacrifice de Sangiin dans le Reliquaire des Lunes funèbres Vétéran.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre les Ruines ranimées sans créer d\'Hilote hémo avec la synergie Sacrifice de Sangiin dans le Reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2570] = { +["name"] = "Tuerie sanglante", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Tuerie sanglante", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Dro\'zakar après avoir lancé vers lui un Hilote hémo qu\'il consumait dans le Reliquaire des Lunes funèbres.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Dro\'zakar après avoir lancé vers lui un Hilote hémo qu\'il consumait dans le Reliquaire des Lunes funèbres.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2571] = { +["name"] = "Au cube", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Au cube", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Kujo Kethba et bloquez trois geysers à trois secondes les uns des autres dans le Reliquaire des Lunes funèbres Vétéran.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le Kujo Kethba et bloquez trois geysers à trois secondes les uns des autres dans le Reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [524] = { +["name"] = "Porte-flambeau de Méridia", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Porte-flambeau de Méridia", ["SubCategory_ID"] = 5, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rassemblez toutes les Lumières de Méridia dans Havreglace.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Rassemblez toutes les Lumières de Méridia dans Havreglace.", ["Category_ID"] = 7, } , [525] = { +["name"] = "Fléau de l\'invasion maormer", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Fléau de l\'invasion maormer", ["SubCategory_ID"] = 2, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Empêchez les Maormers d\'invoquer un ouragan pour détruire le perchoir de Khenarthi.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Empêchez les Maormers d\'invoquer un ouragan pour détruire le perchoir de Khenarthi.", ["Category_ID"] = 7, } , [526] = { +["name"] = "Le skouma, c\'est de l\'amer", +["achievementIndex"] = 64, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Le skouma, c\'est de l\'amer", ["SubCategory_ID"] = 1, -["achievementIndex"] = 68, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Intervenez dans toutes les situations d\'abus de skouma sur le perchoir de Khenarthi.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Intervenez dans toutes les situations d\'abus de skouma sur le perchoir de Khenarthi.", ["Category_ID"] = 6, } , [2575] = { +["name"] = "Couperet", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Couperet", ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Après avoir utilisé l\'hémot hélo de Sangiin, écrasez des horqueurs affamés avec la Pierre coulissante dans le Reliquaire des Lunes funèbres Vétéran.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Après avoir utilisé l\'hémot hélo de Sangiin, écrasez des horqueurs affamés avec la Pierre coulissante dans le Reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2576] = { +["name"] = "Manœuvres d\'évitement", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Manœuvres d\'évitement", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Sélène sans que sa compétence Éclairs de poison ne vous inflige de dégâts dans le Repaire de Maarselok.", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Sélène sans que sa compétence Éclairs de poison ne vous inflige de dégâts dans le Repaire de Maarselok.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2577] = { +["name"] = "Frappeur de sang", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Frappeur de sang", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Touchez 150 ennemis avec des Hilotes hémo dans le Reliquaire des Lunes funèbres.", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Touchez 150 ennemis avec des Hilotes hémo dans le Reliquaire des Lunes funèbres.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2578] = { +["name"] = "Œil dans le ciel", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Œil dans le ciel", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Maarselok sans qu\'aucun membre de votre groupe ne se fasse toucher par son Mitraillage de souffle corrompu dans le Repaire de Maarselok.", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Maarselok sans qu\'aucun membre de votre groupe ne se fasse toucher par son Mitraillage de souffle corrompu dans le Repaire de Maarselok.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2579] = { +["name"] = "Maîter Jardinier", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Maîter Jardinier", ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Suturé de Pestazur seulement lorsqu\'il est enragé par le Mitraillage de souffle pestiféré de Maarselok dans le Repaire de Maarselok Vétéran", ["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le Suturé de Pestazur seulement lorsqu\'il est enragé par le Mitraillage de souffle pestiféré de Maarselok dans le Repaire de Maarselok Vétéran", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2580] = { +["name"] = "Rotation des cultures", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Rotation des cultures", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre le cancroïde Pestazur avec une graine de corruption cueille par chaque membre du groupe dans le Repaire de Maarselok.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre le cancroïde Pestazur avec une graine de corruption cueille par chaque membre du groupe dans le Repaire de Maarselok.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2581] = { +["name"] = "Bouclier de Shagrath", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Bouclier de Shagrath", ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Maarselok sur son perchoir sans qu\'un seul hôte de Shagrath ne meure dans le Repaire de Maarselok Vétéran.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Maarselok sur son perchoir sans qu\'un seul hôte de Shagrath ne meure dans le Repaire de Maarselok Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2582] = { +["name"] = "Ami des arbres", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Ami des arbres", ["SubCategory_ID"] = 2, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Maarselok sur son perchoir sans vaincre un seul suturé de Pestazur dans le Repaire de Maarselok Vétéran.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Maarselok sur son perchoir sans vaincre un seul suturé de Pestazur dans le Repaire de Maarselok Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2583] = { +["name"] = "Purge du fléau", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Purge du fléau", ["SubCategory_ID"] = 2, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Maarselok dans son nid tout en purifiant toutes ses graines d\'éradication sans que l\'hôte actuel n\'active les charmes de purification de Sélène dans le Repaire de Maarselok Vétéran.", ["Category"] = "Scalebreaker", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Maarselok dans son nid tout en purifiant toutes ses graines d\'éradication sans que l\'hôte actuel n\'active les charmes de purification de Sélène dans le Repaire de Maarselok Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [536] = { +["name"] = "Inaugurateur de la matriarche", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Inaugurateur de la matriarche", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rendez le pouvoir à la matriarche à Arenthia.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Rendez le pouvoir à la matriarche à Arenthia.", ["Category_ID"] = 7, } , [537] = { +["name"] = "Incarcérateur de la Crinière noire", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Incarcérateur de la Crinière noire", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Liez la Crinière noire à sa prison sous Mont-la-lune.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Liez la Crinière noire à sa prison sous Mont-la-lune.", ["Category_ID"] = 7, } , [538] = { +["name"] = "Arpenteur des deux Lunes", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Arpenteur des deux Lunes", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Suivez le sentier des deux Lunes avec la prochaine Crinière.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Suivez le sentier des deux Lunes avec la prochaine Crinière.", ["Category_ID"] = 7, } , [539] = { +["name"] = "Explorateur du Cure-dents à trolls", +["achievementIndex"] = 76, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur du Cure-dents à trolls", ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le Cure-dents à trolls.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le Cure-dents à trolls.", ["Category_ID"] = 6, } , [540] = { +["name"] = "Explorateur du Mépris de Torog", +["achievementIndex"] = 73, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur du Mépris de Torog", ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le mépris de Torog.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le mépris de Torog.", ["Category_ID"] = 6, } , [541] = { +["name"] = "Explorateur de la Crypte des Exilés", +["achievementIndex"] = 29, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de la Crypte des Exilés", ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la crypte des exilés.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la crypte des exilés.", ["Category_ID"] = 6, } , [542] = { +["name"] = "Explorateur du Guet viride", +["achievementIndex"] = 77, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur du Guet viride", ["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le Guet viride.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le Guet viride.", ["Category_ID"] = 6, } , [543] = { +["name"] = "Explorateur du Remblai des gravats", +["achievementIndex"] = 63, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur du Remblai des gravats", ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le remblai des gravats.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le remblai des gravats.", ["Category_ID"] = 6, } , [544] = { +["name"] = "Explorateur de Klathzgar", +["achievementIndex"] = 47, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de Klathzgar", ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Klathzgar.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Klathzgar.", ["Category_ID"] = 6, } , [545] = { +["name"] = "Conquérant du Cachot interdit II", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant du Cachot interdit II", ["numCriteria"] = 3, +["description"] = "Vainquez la Gueule de l\'Infernal, la gardienne Imiril et le haut patriarche Rilis dans le Cachot interdit Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Gueule de l\'Infernal, la gardienne Imiril et le haut patriarche Rilis dans le Cachot interdit Vétéran II.", -["achievementIndex"] = 17, +["Category_ID"] = 5, } , [548] = { +["name"] = "Fléau d\'Ozozzachar", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Fléau d\'Ozozzachar", ["SubCategory_ID"] = 7, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez Ozozzachar, le Titan préféré de Molag Bal.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Détruisez Ozozzachar, le Titan préféré de Molag Bal.", ["Category_ID"] = 6, } , [2597] = { +["name"] = "Conseils de Khenarthi", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 2596, ["SubCategory"] = "Quests", -["name"] = "Conseils de Khenarthi", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 2596, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Alliance précaire » dans le Sud d\'Elsweyr", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 2598, -["description"] = "Terminez la quête « Alliance précaire » dans le Sud d\'Elsweyr", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [550] = { +["name"] = "Explorateur de Souracine", +["achievementIndex"] = 72, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de Souracine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 32, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la Souracine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la Souracine.", ["Category_ID"] = 6, } , [551] = { +["name"] = "Vainqueur de la Cité des cendres I", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de la Cité des cendres I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez le Gardien infernal, le Gardien de l\'autel et le Maître-rasoir Erthas dans la Cité des cendres I.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le Gardien infernal, le Gardien de l\'autel et le Maître-rasoir Erthas dans la Cité des cendres I.", ["Category_ID"] = 4, } , [2600] = { +["name"] = "Le retour de la Garde du dragon", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 2596, ["SubCategory"] = "Quests", -["name"] = "Le retour de la Garde du dragon", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 2596, ["numCriteria"] = 1, +["description"] = "Terminer la quête « La Garde du dragon » dans le sud d\'Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminer la quête « La Garde du dragon » dans le sud d\'Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [553] = { +["name"] = "Explorateur de Carac Dena", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de Carac Dena", ["SubCategory_ID"] = 1, -["achievementIndex"] = 39, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Carac Dena.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Carac Dena.", ["Category_ID"] = 6, } , [2602] = { +["name"] = "La Colère du dragon", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2602, ["SubCategory"] = "Quests", -["name"] = "La Colère du dragon", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 2602, ["numCriteria"] = 1, +["description"] = "Terminer la quête « L\'éon noir » dans le sud d\'Elsweyr, qui devient disponible après avoir terminé les quêtes principales d\'Elsweyr et de Dragonhold.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 2603, -["description"] = "Terminer la quête « L\'éon noir » dans le sud d\'Elsweyr, qui devient disponible après avoir terminé les quêtes principales d\'Elsweyr et de Dragonhold.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [555] = { +["name"] = "Explorateur de la mine de Gurzag.", +["achievementIndex"] = 40, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la mine de Gurzag.", ["SubCategory_ID"] = 1, -["achievementIndex"] = 37, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine de Gurzag.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine de Gurzag.", ["Category_ID"] = 6, } , [2604] = { +["name"] = "Vives Lunes sur Elsweyr", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2602, ["SubCategory"] = "Quests", -["name"] = "Vives Lunes sur Elsweyr", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 2602, ["numCriteria"] = 1, +["description"] = "Terminez la quête « La Fierté d\'Elsweyr » dans le sud d\'Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « La Fierté d\'Elsweyr » dans le sud d\'Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [558] = { +["name"] = "Explorateur de la tanière de l\'Harridelle", +["achievementIndex"] = 41, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la tanière de l\'Harridelle", ["SubCategory_ID"] = 1, -["achievementIndex"] = 38, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la tanière de l\'Haridelle.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la tanière de l\'Haridelle.", ["Category_ID"] = 6, } , [559] = { +["name"] = "Explorateur de la tranchée du tertre", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la tranchée du tertre", ["SubCategory_ID"] = 1, -["achievementIndex"] = 33, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la tranchée du tertre.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la tranchée du tertre.", ["Category_ID"] = 6, } , [560] = { +["name"] = "Chasseur de Gathongor l\'Étripeur", +["achievementIndex"] = 36, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Chasseur de Gathongor l\'Étripeur", ["SubCategory_ID"] = 1, -["achievementIndex"] = 35, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Béhémoth argonien, Gathongor l\'Étripeur, au bourbier de Gathongor.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le Béhémoth argonien, Gathongor l\'Étripeur, au bourbier de Gathongor.", ["Category_ID"] = 6, } , [561] = { +["name"] = "Roi de la Colline", +["achievementIndex"] = 44, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Roi de la Colline", ["SubCategory_ID"] = 1, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'ogre Thodundor de la Colline, au panorama de Thodundor.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'ogre Thodundor de la Colline, au panorama de Thodundor.", ["Category_ID"] = 6, } , [562] = { +["name"] = "Chagrin de l\'Elfe des mers", +["achievementIndex"] = 61, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Chagrin de l\'Elfe des mers", ["SubCategory_ID"] = 1, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Elfe des mers, Jahlasri, et ses compagnons maormers au campement maormer.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'Elfe des mers, Jahlasri, et ses compagnons maormers au campement maormer.", ["Category_ID"] = 6, } , [563] = { +["name"] = "Trépas d\'Aigueracine", +["achievementIndex"] = 59, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Trépas d\'Aigueracine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 36, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le suturé appelé Cœur d\'Aigueracine, à la source d\'Aigueracine.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le suturé appelé Cœur d\'Aigueracine, à la source d\'Aigueracine.", ["Category_ID"] = 6, } , [564] = { +["name"] = "Anti-espion", +["achievementIndex"] = 67, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Anti-espion", ["SubCategory_ID"] = 1, -["achievementIndex"] = 76, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Argonien Maheelius et son groupe d\'espions au camp de reconnaissance.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'Argonien Maheelius et son groupe d\'espions au camp de reconnaissance.", ["Category_ID"] = 6, } , [565] = { +["name"] = "Traqueur de Zymel", +["achievementIndex"] = 80, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Traqueur de Zymel", ["SubCategory_ID"] = 1, -["achievementIndex"] = 80, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'atronach de foudre Zymel Etitan, à Pelda Tarn.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'atronach de foudre Zymel Etitan, à Pelda Tarn.", ["Category_ID"] = 6, } , [2614] = { +["name"] = "L\'avant-garde de Senchal", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 2613, ["SubCategory"] = "Quests", -["name"] = "L\'avant-garde de Senchal", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 2613, ["numCriteria"] = 1, +["description"] = "Terminez 10 quêtes quotidiennes de boss pour Bruccius Baenius.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 2615, -["description"] = "Terminez 10 quêtes quotidiennes de boss pour Bruccius Baenius.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [567] = { +["name"] = "Explorateur de Naril Nagaia", +["achievementIndex"] = 51, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de Naril Nagaia", ["SubCategory_ID"] = 1, -["achievementIndex"] = 34, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Naril Nagaia.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Naril Nagaia.", ["Category_ID"] = 6, } , [568] = { +["name"] = "Spéléologue de Prasin", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Spéléologue de Prasin", ["SubCategory_ID"] = 1, -["achievementIndex"] = 31, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes de Prasin.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes de Prasin.", ["Category_ID"] = 6, } , [2617] = { +["name"] = "La fierté de Pellitine", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "La fierté de Pellitine", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminer 16 quêtes narratives dans le sud d\'Elsweyr", ["Category"] = "Dragonhold", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminer 16 quêtes narratives dans le sud d\'Elsweyr", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [570] = { +["name"] = "Vainqueur des Chambres de la folie", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur des Chambres de la folie", ["SubCategory_ID"] = 3, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez Ulguna Clive-âme, Grothdarr, Iskra le Présage et l\'Architecte fou dans les chambres de la folie.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Ulguna Clive-âme, Grothdarr, Iskra le Présage et l\'Architecte fou dans les chambres de la folie.", ["Category_ID"] = 4, } , [2619] = { +["name"] = "Critique de théâtre", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Critique de théâtre", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Trouvez les 10 fragments de la pièce perdue de de Julius Cruilius, Elsweyr, Mon amour.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Trouvez les 10 fragments de la pièce perdue de de Julius Cruilius, Elsweyr, Mon amour.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [572] = { +["name"] = "Spéléologue du bois de Graht", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Spéléologue du bois de Graht", ["SubCategory_ID"] = 1, -["achievementIndex"] = 41, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes du bois de Graht.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes du bois de Graht.", ["Category_ID"] = 6, } , [573] = { +["name"] = "Explorateur de Ne Salas", +["achievementIndex"] = 52, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de Ne Salas", ["SubCategory_ID"] = 1, -["achievementIndex"] = 52, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Ne Salas.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Ne Salas.", ["Category_ID"] = 6, } , [574] = { +["name"] = "Explorateur de la fosse aux grattements", +["achievementIndex"] = 60, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la fosse aux grattements", ["SubCategory_ID"] = 1, -["achievementIndex"] = 53, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la fosse aux grattements.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la fosse aux grattements.", ["Category_ID"] = 6, } , [575] = { +["name"] = "Explorateur la caverne de Roncemort", +["achievementIndex"] = 74, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur la caverne de Roncemort", ["SubCategory_ID"] = 1, -["achievementIndex"] = 45, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la caverne de Roncemort.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne de Roncemort.", ["Category_ID"] = 6, } , [576] = { +["name"] = "Explorateur de la mine à kwamas de Boguerave", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la mine à kwamas de Boguerave", ["SubCategory_ID"] = 1, -["achievementIndex"] = 48, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine à kwamas de Boguerave.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine à kwamas de Boguerave.", ["Category_ID"] = 6, } , [577] = { +["name"] = "Explorateur des profondeurs de Verracine", +["achievementIndex"] = 78, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur des profondeurs de Verracine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 42, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les profondeurs de Verracine.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les profondeurs de Verracine.", ["Category_ID"] = 6, } , [578] = { +["name"] = "Explorateur de la mine de Mobar", +["achievementIndex"] = 49, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Explorateur de la mine de Mobar", ["SubCategory_ID"] = 1, -["achievementIndex"] = 51, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine de Mobar.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la mine de Mobar.", ["Category_ID"] = 6, } , [579] = { +["name"] = "Briseur d\'Ancres du Domaine", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Briseur d\'Ancres du Domaine", ["SubCategory_ID"] = 7, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 15, +["description"] = "Détruisez toutes les Ancres noires dans les territoires du Domaine aldmeri.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Détruisez toutes les Ancres noires dans les territoires du Domaine aldmeri.", ["Category_ID"] = 6, } , [2628] = { +["name"] = "Maître du style du Reliquaire des Lunes funèbres", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Maître du style du Reliquaire des Lunes funèbres", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style du Reliquaire des Lunes funèbres, que l\'on trouve dans le donjon du même nom.", ["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style du Reliquaire des Lunes funèbres, que l\'on trouve dans le donjon du même nom.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2629] = { +["name"] = "Maître du style des Cerfs de Z\'en", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Maître du style des Cerfs de Z\'en", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style des Cerfs de Z\'en, que l\'on trouve dans le donjon du Repaire de Maarselok.", ["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style des Cerfs de Z\'en, que l\'on trouve dans le donjon du Repaire de Maarselok.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [2630] = { +["name"] = "Maître de style la Garde du dragon", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Maître de style la Garde du dragon", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Apprendre chaque chapitre du style de la Garde du dragon, que l\'on trouve parfois en récompense des quêtes journalières de la Garde du dragon d\'Oraison Truptor ou Chizbari l\'égayée au sud d\'Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprendre chaque chapitre du style de la Garde du dragon, que l\'on trouve parfois en récompense des quêtes journalières de la Garde du dragon d\'Oraison Truptor ou Chizbari l\'égayée au sud d\'Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 15, } , [2631] = { +["name"] = "Tueur de dragon de Pellitine", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 2631, -["Category_ID"] = 14, -["name"] = "Tueur de dragon de Pellitine", ["numCriteria"] = 1, +["description"] = "Tuer 1 dragon dans les terres sauvages du Sud d\'Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 5, ["nextId"] = 2636, -["description"] = "Tuer 1 dragon dans les terres sauvages du Sud d\'Elsweyr.", -["achievementIndex"] = 3, +["Category_ID"] = 15, } , [584] = { +["name"] = "Briseur d\'Ancres de l\'Alliance", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Briseur d\'Ancres de l\'Alliance", ["SubCategory_ID"] = 7, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 15, +["description"] = "Détruisez toutes les Ancres noires dans les territoires de l\'Alliance de Daguefilante.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Détruisez toutes les Ancres noires dans les territoires de l\'Alliance de Daguefilante.", ["Category_ID"] = 6, } , [585] = { +["name"] = "Briseur d\'Ancres du Pacte", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Briseur d\'Ancres du Pacte", ["SubCategory_ID"] = 7, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 15, +["description"] = "Détruisez toutes les Ancres noires dans les territoires du Pacte de Cœurébène.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Détruisez toutes les Ancres noires dans les territoires du Pacte de Cœurébène.", ["Category_ID"] = 6, } , [586] = { +["name"] = "Briseur d\'Ancres impériales", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Briseur d\'Ancres impériales", ["SubCategory_ID"] = 7, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Détruisez toutes les Ancres noires dans les terres contestées de Cyrodiil.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Détruisez toutes les Ancres noires dans les terres contestées de Cyrodiil.", ["Category_ID"] = 6, } , [587] = { +["name"] = "Levez l\'Ancre", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Dark Anchors", -["name"] = "Levez l\'Ancre", ["SubCategory_ID"] = 7, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Détruisez toutes les Ancres noires de Tamriel.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Détruisez toutes les Ancres noires de Tamriel.", ["Category_ID"] = 6, } , [2636] = { +["name"] = "Traqueur de dragon de Pellitine", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 2631, -["Category_ID"] = 14, -["name"] = "Traqueur de dragon de Pellitine", ["numCriteria"] = 1, +["description"] = "Tuer 25 dragons dans les terres sauvages du Sud d\'Elsweyr.", ["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 2637, -["description"] = "Tuer 25 dragons dans les terres sauvages du Sud d\'Elsweyr.", -["achievementIndex"] = 3, +["Category_ID"] = 15, } , [589] = { +["name"] = "Héros de la maison Tamrith", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Héros de la maison Tamrith", ["SubCategory_ID"] = 3, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez Reezal-Jul au camp Tamrith et sauvez les réfugiés de Crêtombre.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez Reezal-Jul au camp Tamrith et sauvez les réfugiés de Crêtombre.", ["Category_ID"] = 7, } , [590] = { +["name"] = "Héros de la maison Dorell", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Héros de la maison Dorell", ["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez dame Lléraya Montclair à Pointe-Nord et libérez la ville du baron Dorell.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez dame Lléraya Montclair à Pointe-Nord et libérez la ville du baron Dorell.", ["Category_ID"] = 7, } , [591] = { +["name"] = "Épée de Corbeguet", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Épée de Corbeguet", ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le baron Wylon Montclair et détruisez le Vestige obscur à Morteroche pour sauver Fendretour.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez le baron Wylon Montclair et détruisez le Vestige obscur à Morteroche pour sauver Fendretour.", ["Category_ID"] = 7, } , [593] = { +["name"] = "Aventurier des Éboulis", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Aventurier des Éboulis", ["SubCategory_ID"] = 4, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 59 quêtes aux Éboulis.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 59 quêtes aux Éboulis.", ["Category_ID"] = 7, } , [595] = { +["name"] = "Aventurier de Deshaan", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Aventurier de Deshaan", ["SubCategory_ID"] = 4, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 55 quêtes à Deshaan.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 55 quêtes à Deshaan.", ["Category_ID"] = 7, } , [596] = { +["name"] = "Aventurier de Fangeombre", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Aventurier de Fangeombre", ["SubCategory_ID"] = 4, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 51 quêtes à Fangeombre.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 51 quêtes à Fangeombre.", ["Category_ID"] = 7, } , [597] = { +["name"] = "Ami des géants", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Ami des géants", ["SubCategory_ID"] = 4, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez Lob l\'équarrisseur et aidez les géants dans l\'arène de Berceroc.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez Lob l\'équarrisseur et aidez les géants dans l\'arène de Berceroc.", ["Category_ID"] = 7, } , [598] = { +["name"] = "Salut du Roi-scalde", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Salut du Roi-scalde", ["SubCategory_ID"] = 4, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sauvez Jorunn le Roi-scalde à la tour d\'Arquebrumes.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sauvez Jorunn le Roi-scalde à la tour d\'Arquebrumes.", ["Category_ID"] = 7, } , [599] = { +["name"] = "Flèche du Roi-scalde", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Flèche du Roi-scalde", ["SubCategory_ID"] = 4, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Fildgor thane-Orque à Skuldafn et gagnez le titre de Flèche de Jorunn le Roi-scalde.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Fildgor thane-Orque à Skuldafn et gagnez le titre de Flèche de Jorunn le Roi-scalde.", ["Category_ID"] = 7, } , [600] = { +["name"] = "Aventurier d\'Estemarche", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Aventurier d\'Estemarche", ["SubCategory_ID"] = 4, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 43 quêtes en Estemarche.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 43 quêtes en Estemarche.", ["Category_ID"] = 7, } , [602] = { +["name"] = "Aventurier de la marche de la Camarde", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Aventurier de la marche de la Camarde", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 45 quêtes à la marche de la Camarde.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 45 quêtes à la marche de la Camarde.", ["Category_ID"] = 7, } , [603] = { +["name"] = "Aventurier de la Brèche", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Aventurier de la Brèche", ["SubCategory_ID"] = 4, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 61 quêtes dans la Brèche.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 61 quêtes dans la Brèche.", ["Category_ID"] = 7, } , [604] = { +["name"] = "Aventurier d\'Auridia", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Aventurier d\'Auridia", ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 37 quêtes à Auridia.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 37 quêtes à Auridia.", ["Category_ID"] = 7, } , [605] = { +["name"] = "Sauveur de Pointe-Sud", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Sauveur de Pointe-Sud", ["SubCategory_ID"] = 2, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Libérez Pointe-Sud de l\'influence du prince Daedra Shéogorath.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Libérez Pointe-Sud de l\'influence du prince Daedra Shéogorath.", ["Category_ID"] = 7, } , [606] = { +["name"] = "Récupérateur du reliquaire", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Récupérateur du reliquaire", ["SubCategory_ID"] = 2, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vous avez récupéré le Cœur d\'Anumaril dans le reliquaire des étoiles.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vous avez récupéré le Cœur d\'Anumaril dans le reliquaire des étoiles.", ["Category_ID"] = 7, } , [607] = { +["name"] = "Héros de Falinesti", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Héros de Falinesti", ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Libérez Nairume de sa prison et récupérez le manteau de Rajhin.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Libérez Nairume de sa prison et récupérez le manteau de Rajhin.", ["Category_ID"] = 7, } , [608] = { +["name"] = "Aventurier du bois de Graht", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Aventurier du bois de Graht", ["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 38 quêtes au bois de Graht.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 38 quêtes au bois de Graht.", ["Category_ID"] = 7, } , [610] = { +["name"] = "Aventurier de Prasin", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Aventurier de Prasin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 40 quêtes à Prasin.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 40 quêtes à Prasin.", ["Category_ID"] = 7, } , [611] = { +["name"] = "Aventurier de Malabal Tor", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Aventurier de Malabal Tor", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 40 quêtes à Malabal Tor.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 40 quêtes à Malabal Tor.", ["Category_ID"] = 7, } , [612] = { +["name"] = "Lumière du roi ayléide", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Lumière du roi ayléide", ["SubCategory_ID"] = 5, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sauvez le dernier roi ayléide, Laloriaran Dynar, des Oubliettes obscures.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sauvez le dernier roi ayléide, Laloriaran Dynar, des Oubliettes obscures.", ["Category_ID"] = 7, } , [613] = { +["name"] = "Gardien du Grand Mage", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Gardien du Grand Mage", ["SubCategory_ID"] = 5, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sauvez le grand mage, Vanus Galérion, et aidez-le à détruire le Grand Fer de Molag Bal.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sauvez le grand mage, Vanus Galérion, et aidez-le à détruire le Grand Fer de Molag Bal.", ["Category_ID"] = 7, } , [614] = { +["name"] = "Séparateur", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Séparateur", ["SubCategory_ID"] = 5, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Empêchez la Coalescence et déjouez le plan de conquête de Molag Bal sur l\'Escalier infini.", ["Category"] = "Quests", ["points"] = 5, ["nextId"] = 0, -["description"] = "Empêchez la Coalescence et déjouez le plan de conquête de Molag Bal sur l\'Escalier infini.", ["Category_ID"] = 7, } , [616] = { +["name"] = "Aventurier de Havreglace", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Aventurier de Havreglace", ["SubCategory_ID"] = 5, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 29 quêtes à Havreglace", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 29 quêtes à Havreglace", ["Category_ID"] = 7, } , [617] = { +["name"] = "Héros du Pacte de Cœurébène", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Héros du Pacte de Cœurébène", ["numCriteria"] = 5, +["description"] = "Accomplissez les succès de quête du Pacte de Cœurébène.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès de quête du Pacte de Cœurébène.", -["achievementIndex"] = 4, +["Category_ID"] = 7, } , [618] = { +["name"] = "Héros du Domaine aldmeri", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Héros du Domaine aldmeri", ["numCriteria"] = 5, +["description"] = "Accomplissez tous les succès de quête du Domaine aldmeri.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez tous les succès de quête du Domaine aldmeri.", -["achievementIndex"] = 1, +["Category_ID"] = 7, } , [619] = { +["name"] = "Démolisseur d\'Ancres", +["achievementIndex"] = 1, ["prevId"] = 324, -["firstID"] = 324, ["SubCategory"] = "Dark Anchors", -["name"] = "Démolisseur d\'Ancres", ["SubCategory_ID"] = 7, -["achievementIndex"] = 3, +["firstID"] = 324, ["numCriteria"] = 1, +["description"] = "Détruisez 50 Ancres noires de Havreglace.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 620, -["description"] = "Détruisez 50 Ancres noires de Havreglace.", ["Category_ID"] = 6, } , [620] = { +["name"] = "Décimateur d\'Ancres", +["achievementIndex"] = 1, ["prevId"] = 619, -["firstID"] = 324, ["SubCategory"] = "Dark Anchors", -["name"] = "Décimateur d\'Ancres", ["SubCategory_ID"] = 7, -["achievementIndex"] = 3, +["firstID"] = 324, ["numCriteria"] = 1, +["description"] = "Détruisez 100 Ancres noires de Havreglace.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 621, -["description"] = "Détruisez 100 Ancres noires de Havreglace.", ["Category_ID"] = 6, } , [621] = { +["name"] = "Dévastateur d\'Ancres", +["achievementIndex"] = 1, ["prevId"] = 620, -["firstID"] = 324, ["SubCategory"] = "Dark Anchors", -["name"] = "Dévastateur d\'Ancres", ["SubCategory_ID"] = 7, -["achievementIndex"] = 3, +["firstID"] = 324, ["numCriteria"] = 1, +["description"] = "Détruisez 250 Ancres noires de Havreglace.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Détruisez 250 Ancres noires de Havreglace.", ["Category_ID"] = 6, } , [622] = { +["name"] = "Spéléologue du Domaine", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Spéléologue du Domaine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Accomplissez les succès d\'exploration des cavernes du Domaine aldmeri.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès d\'exploration des cavernes du Domaine aldmeri.", ["Category_ID"] = 6, } , -[625] = { +[2671] = { +["name"] = "Feu de brousse", +["achievementIndex"] = 7, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Daggerfall Covenant", +["numCriteria"] = 1, +["description"] = "Supprimez l\'Armure de glace de cinquante étrangleuses avec le Torrent en fusion pour leur infliger des dégâts de Radiations incandescentes.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2672] = { +["name"] = "Tenir le crachoir", +["achievementIndex"] = 11, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre Sœur Skelga sans que les projectiles de Crachage gelé des étrangleuses ne touchent un seul joueur dans Crève-Nève Vétéran.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[625] = { ["name"] = "Spéléologue de l\'Alliance", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Daggerfall Covenant", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Accomplissez les succès d\'exploration des cavernes de l\'Alliance de Daguefilante.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès d\'exploration des cavernes de l\'Alliance de Daguefilante.", ["Category_ID"] = 6, } , [626] = { +["name"] = "Spéléologue du Pacte", +["achievementIndex"] = 49, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Spéléologue du Pacte", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Accomplissez les succès d\'exploration des cavernes du Pacte de Cœurébène.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès d\'exploration des cavernes du Pacte de Cœurébène.", ["Category_ID"] = 6, } , [627] = { +["name"] = "Maître spéléologue de Tamriel", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Maître spéléologue de Tamriel", ["numCriteria"] = 4, +["description"] = "Accomplissez tous les succès d\'exploration des cavernes de Tamriel.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez tous les succès d\'exploration des cavernes de Tamriel.", -["achievementIndex"] = 3, +["Category_ID"] = 6, } , [628] = { +["name"] = "Aventurier expert de Tamriel", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Aventurier expert de Tamriel", ["numCriteria"] = 4, +["description"] = "Accomplissez tous les succès de quêtes de Tamriel.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez tous les succès de quêtes de Tamriel.", -["achievementIndex"] = 5, +["Category_ID"] = 7, } , -[678] = { +[2677] = { +["name"] = "Comptine cuisante", +["achievementIndex"] = 15, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 5, +["numCriteria"] = 1, +["description"] = "Lors du combat contre les sorcières Crève-Nève en mode difficile dans Crève-Nève Vétéran, utiliser le géant de Gohlla pour frapper les sœurs et les désenrager", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2678] = { +["name"] = "Toc toc", +["achievementIndex"] = 6, +["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Entrez dans le Sanctuaire de Voria au Sépulcre profane et vainquez la bête à l\'intérieur.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2679] = { +["name"] = "Fourrière inlassable", +["achievementIndex"] = 24, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre Hakgrym le Hurleur sans vaincre une seule de ses abominations de chair au Sépulcre profane.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2680] = { +["name"] = "Panique céramique", +["achievementIndex"] = 8, +["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre le Gardien du gour sans jamais révéler le bon symbole.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2681] = { +["name"] = "Boucliers brisés", +["achievementIndex"] = 9, +["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre l\'Égide éternelle sans que l\'Anneau de lames ne bloque aucune attaque des membres du groupe, ni laisser exploser une seule égide mineure.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2682] = { +["name"] = "Scission de dernière seconde", +["achievementIndex"] = 10, +["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "En combattant l\'Égide éternelle dans le Sépulcre profane, vainquez une Égide inférieure juste après qu\'elle commence à canaliser la compétence Brise-bouclier, et juste avant qu\'elle explose.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2683] = { +["name"] = "Guère hisseurs", +["achievementIndex"] = 25, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "En combattant Ondagore le Fou dans le Sépulcre profane Vétéran, tuez tous les guérisseurs à moins de 5 secondes d\'intervalle.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2684] = { +["name"] = "Renforcement désinhibé", +["achievementIndex"] = 26, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre Kjalnar Tombescalde dans le Tombeau profane Vétéran sans détruire les squelettes imprégnés avant qu\'ils n\'atteignent les cercles de dynamisation.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2685] = { +["name"] = "Stop aux squelettes", +["achievementIndex"] = 11, +["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre Kjalnar Tombescalde sans que les squelettes imprégnés ne se renforcent", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[678] = { ["name"] = "Conquérant des égouts d\'Haltevoie II", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez Malubeth le Faucheur, Garron le Ressuscité et Varaine et Allène Pellingare dans les égouts d\'Haltevoie Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Malubeth le Faucheur, Garron le Ressuscité et Varaine et Allène Pellingare dans les égouts d\'Haltevoie Vétéran II.", -["achievementIndex"] = 19, +["Category_ID"] = 5, } , [679] = { +["name"] = "Assassin des égouts d\'Haltevoie II", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin des égouts d\'Haltevoie II", ["SubCategory_ID"] = 4, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Malubeth le Faucheur, Fauche-crânes, Uulgarg le Revenu, l\'Oublié, et les jumeaux Pellingare dans les Égouts d\'Haltevoie Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s\'engage lorsque les joueurs attaquent le premier nécromancien.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Malubeth le Faucheur, Fauche-crânes, Uulgarg le Revenu, l\'Oublié, et les jumeaux Pellingare dans les Égouts d\'Haltevoie Vétéran II moins de vingt minutes après avoir commencé le donjon. Le chronomètre s\'engage lorsque les joueurs attaquent le premier nécromancien.", ["Category_ID"] = 5, } , [681] = { +["name"] = "Tueur de goules Pellingare", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Tueur de goules Pellingare", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 15 zombies pendant le combat contre Allène et Varaine Pellingare avant de vaincre les jumeaux eux-mêmes dans les égouts d\'Haltevoie Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez 15 zombies pendant le combat contre Allène et Varaine Pellingare avant de vaincre les jumeaux eux-mêmes dans les égouts d\'Haltevoie Vétéran II.", ["Category_ID"] = 5, } , [691] = { +["name"] = "Maître des donjons", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Maître des donjons", ["numCriteria"] = 1, +["description"] = "Tuez 100 ennemis nommés dans des donjons.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuez 100 ennemis nommés dans des donjons.", -["achievementIndex"] = 11, +["Category_ID"] = 4, } , [696] = { +["name"] = "Destin de Shagura", +["achievementIndex"] = 63, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Destin de Shagura", ["SubCategory_ID"] = 1, -["achievementIndex"] = 49, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Chasseur orque fou Shagura au Henge d\'Hircine.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le Chasseur orque fou Shagura au Henge d\'Hircine.", ["Category_ID"] = 6, } , [697] = { +["name"] = "Maraudeur de la Mousson", +["achievementIndex"] = 50, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Maraudeur de la Mousson", ["SubCategory_ID"] = 1, -["achievementIndex"] = 50, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la tigresse-senche Nindaeril la Mousson au sommet du perchoir de Nindaeril.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la tigresse-senche Nindaeril la Mousson au sommet du perchoir de Nindaeril.", ["Category_ID"] = 6, } , [698] = { +["name"] = "Cogneur d\'eau", +["achievementIndex"] = 76, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Cogneur d\'eau", ["SubCategory_ID"] = 1, -["achievementIndex"] = 46, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Néréide dame Consoline au marais de dame Consoline.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la Néréide dame Consoline au marais de dame Consoline.", ["Category_ID"] = 6, } , [699] = { +["name"] = "Garde-chasse", +["achievementIndex"] = 57, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Garde-chasse", ["SubCategory_ID"] = 1, -["achievementIndex"] = 44, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Otho Rufinus, le maître des braconniers, au camp du braconnier.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Otho Rufinus, le maître des braconniers, au camp du braconnier.", ["Category_ID"] = 6, } , [700] = { +["name"] = "Dissecteur de Thugrub le Réformé", +["achievementIndex"] = 70, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Dissecteur de Thugrub le Réformé", ["SubCategory_ID"] = 1, -["achievementIndex"] = 43, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'atronach de chair géant Thugrub le Réformé, dans la caverne de Thugrub.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'atronach de chair géant Thugrub le Réformé, dans la caverne de Thugrub.", ["Category_ID"] = 6, } , [701] = { +["name"] = "Fléau de Valanir le Troublé", +["achievementIndex"] = 73, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Fléau de Valanir le Troublé", ["SubCategory_ID"] = 1, -["achievementIndex"] = 78, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la liche Valanir le Troublé au Repos de Valanir.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la liche Valanir le Troublé au Repos de Valanir.", ["Category_ID"] = 6, } , -[707] = { +[2750] = { +["name"] = "Maître de style de Bouclier de Senchal", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Public Dungeons", +["numCriteria"] = 14, +["description"] = "Apprendre chaque chapitre du style des Boucliers de Senchal, que l\'on trouve en accomplissant des quêtes journalières pour Bruccius Baenius ou Guybert Flaubert.", +["Category"] = "Dragonhold", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[707] = { ["name"] = "Événement de groupe des Na-Totambu", +["achievementIndex"] = 23, +["prevId"] = 0, +["SubCategory"] = "Public Dungeons", ["SubCategory_ID"] = 2, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Résolvez l\'énigme des Gardiens dans la cité perdue des Na-Totambu.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Résolvez l\'énigme des Gardiens dans la cité perdue des Na-Totambu.", ["Category_ID"] = 4, } , [708] = { +["name"] = "Événement de groupe de la roue de Razak", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe de la roue de Razak", ["SubCategory_ID"] = 2, -["achievementIndex"] = 46, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'atronach de chair à la roue de Razak.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'atronach de chair à la roue de Razak.", ["Category_ID"] = 4, } , [709] = { +["name"] = "Seigneur des donjons", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Seigneur des donjons", ["numCriteria"] = 1, +["description"] = "Tuez 1 000 ennemis nommés dans des donjons.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Tuez 1 000 ennemis nommés dans des donjons.", -["achievementIndex"] = 1, +["Category_ID"] = 4, } , [710] = { +["name"] = "Maraudeur des donjons", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Maraudeur des donjons", ["numCriteria"] = 1, +["description"] = "Vainquez 1 000 ennemis dans des donjons.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 1 000 ennemis dans des donjons.", -["achievementIndex"] = 13, +["Category_ID"] = 4, } , [711] = { +["name"] = "Annihilateur des donjons", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Annihilateur des donjons", ["numCriteria"] = 1, +["description"] = "Vainquez 10 000 ennemis dans des donjons.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez 10 000 ennemis dans des donjons.", -["achievementIndex"] = 6, +["Category_ID"] = 4, } , [713] = { +["name"] = "Événement de groupe de la cicatrice obsidienne", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe de la cicatrice obsidienne", ["SubCategory_ID"] = 2, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Orque Zilbash le Trompeur, à la cicatrice obsidienne.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'Orque Zilbash le Trompeur, à la cicatrice obsidienne.", ["Category_ID"] = 4, } , [714] = { +["name"] = "Événement de groupe des ruines de l\'Esquille", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe des ruines de l\'Esquille", ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Éternel aux ruines de l\'Esquille.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'Éternel aux ruines de l\'Esquille.", ["Category_ID"] = 4, } , [716] = { +["name"] = "Pacificateur", +["achievementIndex"] = 56, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Pacificateur", ["SubCategory_ID"] = 1, -["achievementIndex"] = 75, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Aidez à soulager les tensions culturelles et réconciliez les alliés dans le bois de Graht.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Aidez à soulager les tensions culturelles et réconciliez les alliés dans le bois de Graht.", ["Category_ID"] = 6, } , [730] = { +["name"] = "Explorateur de la caverne Crin-de-Sang", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne Crin-de-Sang", ["SubCategory_ID"] = 6, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Explorez et videz la caverne du Crin-de-Sang.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne du Crin-de-Sang.", ["Category_ID"] = 6, } , [731] = { +["name"] = "Explorateur de la caverne de l\'À-pic", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne de l\'À-pic", ["SubCategory_ID"] = 6, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez et videz la caverne de l\'À-pic.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne de l\'À-pic.", ["Category_ID"] = 6, } , [732] = { +["name"] = "Explorateur de la caverne de Paillenote", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne de Paillenote", ["SubCategory_ID"] = 6, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez et videz la caverne de Paillenote.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne de Paillenote.", ["Category_ID"] = 6, } , [733] = { +["name"] = "Explorateur de la caverne de Nisin", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne de Nisin", ["SubCategory_ID"] = 6, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez et videz la caverne de Nisin.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne de Nisin.", ["Category_ID"] = 6, } , [734] = { +["name"] = "Explorateur des cavernes criblées.", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur des cavernes criblées.", ["SubCategory_ID"] = 6, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Explorez et videz les cavernes criblées.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les cavernes criblées.", ["Category_ID"] = 6, } , [735] = { +["name"] = "Explorateur du creux du serpent", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur du creux du serpent", ["SubCategory_ID"] = 6, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez et videz le Creux du serpent.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le Creux du serpent.", ["Category_ID"] = 6, } , [736] = { +["name"] = "Explorateur de la caverne de Capierre", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne de Capierre", ["SubCategory_ID"] = 6, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la caverne de Cappière.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne de Cappière.", ["Category_ID"] = 6, } , [737] = { +["name"] = "Explorateur de la caverne aux échos", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne aux échos", ["SubCategory_ID"] = 6, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la caverne aux échos.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne aux échos.", ["Category_ID"] = 6, } , [738] = { +["name"] = "Explorateur du lac de Bergesable", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur du lac de Bergesable", ["SubCategory_ID"] = 6, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez et videz le lac de Bergesable.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le lac de Bergesable.", ["Category_ID"] = 6, } , [739] = { +["name"] = "Explorateur de la caverne du rubis rouge", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne du rubis rouge", ["SubCategory_ID"] = 6, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez et videz la caverne du rubis rouge.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne du rubis rouge.", ["Category_ID"] = 6, } , [740] = { +["name"] = "Explorateur du creux du champignon vénéneux", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur du creux du champignon vénéneux", ["SubCategory_ID"] = 6, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Explorez et videz la caverne du champignon vénéneux.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne du champignon vénéneux.", ["Category_ID"] = 6, } , [741] = { +["name"] = "Explorateur de la caverne du sous-suaire", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne du sous-suaire", ["SubCategory_ID"] = 6, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez et videz la caverne du sous-suaire.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne du sous-suaire.", ["Category_ID"] = 6, } , [742] = { +["name"] = "Explorateur de la caverne du Bois fendu", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne du Bois fendu", ["SubCategory_ID"] = 6, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Explorez et videz la caverne du Bois fendu.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne du Bois fendu.", ["Category_ID"] = 6, } , [743] = { +["name"] = "Explorateur de la caverne des Armoiries", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne des Armoiries", ["SubCategory_ID"] = 6, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la caverne des Armoiries.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne des Armoiries.", ["Category_ID"] = 6, } , [744] = { +["name"] = "Explorateur de la caverne de Valboue", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne de Valboue", ["SubCategory_ID"] = 6, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Explorez et videz la caverne de Valboue.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne de Valboue.", ["Category_ID"] = 6, } , [745] = { +["name"] = "Explorateur de la caverne aux tritons", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne aux tritons", ["SubCategory_ID"] = 6, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez et videz la caverne aux tritons.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne aux tritons.", ["Category_ID"] = 6, } , [746] = { +["name"] = "Explorateur de la caverne de l\'Eau vive", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de la caverne de l\'Eau vive", ["SubCategory_ID"] = 6, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez et videz la caverne de l\'Eau-vive.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne de l\'Eau-vive.", ["Category_ID"] = 6, } , [747] = { +["name"] = "Explorateur de Vahtacen", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Explorateur de Vahtacen", ["SubCategory_ID"] = 6, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Vahtacen.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz Vahtacen.", ["Category_ID"] = 6, } , [749] = { +["name"] = "Ravageur de donjon", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Ravageur de donjon", ["numCriteria"] = 1, +["description"] = "1 000 000 de points de dégâts infligés en donjon.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "1 000 000 de points de dégâts infligés en donjon.", -["achievementIndex"] = 12, +["Category_ID"] = 4, } , [750] = { +["name"] = "Faucheur des donjons", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Faucheur des donjons", ["numCriteria"] = 1, +["description"] = "10 000 000 de points de dégâts infligés en donjon.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "10 000 000 de points de dégâts infligés en donjon.", -["achievementIndex"] = 9, +["Category_ID"] = 4, } , [751] = { +["name"] = "Soigneur en donjon", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Soigneur en donjon", ["numCriteria"] = 1, +["description"] = "1 000 000 de points de Santé soignés en donjon.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "1 000 000 de points de Santé soignés en donjon.", -["achievementIndex"] = 7, +["Category_ID"] = 4, } , [752] = { +["name"] = "Soigneur supérieur en donjon", +["achievementIndex"] = 12, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Soigneur supérieur en donjon", ["numCriteria"] = 1, +["description"] = "10 000 000 de points de Santé soignés en donjon.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "10 000 000 de points de Santé soignés en donjon.", -["achievementIndex"] = 2, +["Category_ID"] = 4, } , [753] = { +["name"] = "Rempart des donjons", +["achievementIndex"] = 13, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Rempart des donjons", ["numCriteria"] = 1, +["description"] = "1 000 000 de points de dégâts bloqués en donjon.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "1 000 000 de points de dégâts bloqués en donjon.", -["achievementIndex"] = 8, +["Category_ID"] = 4, } , [754] = { +["name"] = "Vous ne passerez pas !", +["achievementIndex"] = 14, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "Vous ne passerez pas !", ["numCriteria"] = 1, +["description"] = "10 000 000 de points de dégâts bloqués en donjon.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "10 000 000 de points de dégâts bloqués en donjon.", -["achievementIndex"] = 5, +["Category_ID"] = 4, } , [758] = { +["name"] = "Aventurier de Bruma", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Aventurier de Bruma", ["SubCategory_ID"] = 6, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Accomplissez toutes les quêtes de Bruma.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez toutes les quêtes de Bruma.", ["Category_ID"] = 7, } , [759] = { +["name"] = "Aventurier de Cheydinhal", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Aventurier de Cheydinhal", ["SubCategory_ID"] = 6, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Accomplissez toutes les quêtes de Cheydinhal.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez toutes les quêtes de Cheydinhal.", ["Category_ID"] = 7, } , [760] = { +["name"] = "Prieuré de Chorrol et Weynon", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Prieuré de Chorrol et Weynon", ["SubCategory_ID"] = 6, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Accomplissez toutes les quêtes de Chorrol et du prieuré de Weynon.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez toutes les quêtes de Chorrol et du prieuré de Weynon.", ["Category_ID"] = 7, } , [761] = { +["name"] = "Aventurier de Gué-les-Champs", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Aventurier de Gué-les-Champs", ["SubCategory_ID"] = 6, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Accomplissez toutes les quêtes de Gué-les-Champs.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez toutes les quêtes de Gué-les-Champs.", ["Category_ID"] = 7, } , [762] = { +["name"] = "Aventurier de Vlastarus", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Aventurier de Vlastarus", ["SubCategory_ID"] = 6, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Accomplissez toutes les quêtes de Vlastarus.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez toutes les quêtes de Vlastarus.", ["Category_ID"] = 7, } , [766] = { +["name"] = "Spéléologue de Cyrodiil", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Cyrodiil", -["name"] = "Spéléologue de Cyrodiil", ["SubCategory_ID"] = 6, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 18, +["description"] = "Explorez et videz les 18 cavernes de Cyrodiil", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Explorez et videz les 18 cavernes de Cyrodiil", ["Category_ID"] = 6, } , [767] = { +["name"] = "Héros de Cyrodiil", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 7, -["name"] = "Héros de Cyrodiil", ["numCriteria"] = 5, +["description"] = "Accomplissez tous les succès de quête de Cyrodiil.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez tous les succès de quête de Cyrodiil.", -["achievementIndex"] = 6, +["Category_ID"] = 7, } , [768] = { +["name"] = "Éclaireur du perchoir de Khenarthi", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Éclaireur du perchoir de Khenarthi", ["SubCategory_ID"] = 1, -["achievementIndex"] = 69, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Découvrez tous les lieux remarquables du perchoir de Khenarthi.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables du perchoir de Khenarthi.", ["Category_ID"] = 6, } , [769] = { +["name"] = "Éclaireur d\'Auridia", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Éclaireur d\'Auridia", ["SubCategory_ID"] = 1, -["achievementIndex"] = 55, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables d\'Auridia.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables d\'Auridia.", ["Category_ID"] = 6, } , [770] = { +["name"] = "Éclaireur de l\'île de Morneroc", +["achievementIndex"] = 47, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Éclaireur de l\'île de Morneroc", ["SubCategory_ID"] = 3, -["achievementIndex"] = 80, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Découvrez tous les lieux remarquables de l\'île de Morneroc.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de l\'île de Morneroc.", ["Category_ID"] = 6, } , [771] = { +["name"] = "Éclaireur de Bal Foyen", +["achievementIndex"] = 44, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Éclaireur de Bal Foyen", ["SubCategory_ID"] = 3, -["achievementIndex"] = 79, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez tous les lieux remarquables de Bal Foyen.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Bal Foyen.", ["Category_ID"] = 6, } , [772] = { +["name"] = "Éclaireur des Éboulis", +["achievementIndex"] = 33, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Éclaireur des Éboulis", ["SubCategory_ID"] = 3, -["achievementIndex"] = 67, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables des Éboulis.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables des Éboulis.", ["Category_ID"] = 6, } , [773] = { +["name"] = "Éclaireur de Stros M\'Kai", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Éclaireur de Stros M\'Kai", ["SubCategory_ID"] = 2, -["achievementIndex"] = 80, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Découvrez tous les lieux remarquables de Stros M\'Kai.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Stros M\'Kai.", ["Category_ID"] = 6, } , [774] = { +["name"] = "Éclaireur de Betnikh", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Éclaireur de Betnikh", ["SubCategory_ID"] = 2, -["achievementIndex"] = 79, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez tous les lieux remarquables de Betnikh.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Betnikh.", ["Category_ID"] = 6, } , [775] = { +["name"] = "Éclaireur de Glénumbrie", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Éclaireur de Glénumbrie", ["SubCategory_ID"] = 2, -["achievementIndex"] = 70, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de Glénumbrie.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Glénumbrie.", ["Category_ID"] = 6, } , [778] = { +["name"] = "Champion de Rahni\'Za", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Champion de Rahni\'Za", ["SubCategory_ID"] = 7, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Découvrez les mystères de Rahni\'Za, l\'école des guerriers.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez les mystères de Rahni\'Za, l\'école des guerriers.", ["Category_ID"] = 7, } , [832] = { +["name"] = "Éclaireur du bois de Graht", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Éclaireur du bois de Graht", ["SubCategory_ID"] = 1, -["achievementIndex"] = 47, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables du bois de Graht.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables du bois de Graht.", ["Category_ID"] = 6, } , [833] = { +["name"] = "Éclaireur de Havre-tempête", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Éclaireur de Havre-tempête", ["SubCategory_ID"] = 2, -["achievementIndex"] = 44, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de Havre-tempête.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Havre-tempête.", ["Category_ID"] = 6, } , [834] = { +["name"] = "Éclaireur de Deshaan", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Éclaireur de Deshaan", ["SubCategory_ID"] = 3, -["achievementIndex"] = 61, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de Deshaan.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Deshaan.", ["Category_ID"] = 6, } , [835] = { +["name"] = "Éclaireur de la Camarde", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Éclaireur de la Camarde", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de la marche de la Camarde.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de la marche de la Camarde.", ["Category_ID"] = 6, } , [836] = { +["name"] = "Il va leur falloir un plus gros ventre", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Il va leur falloir un plus gros ventre", ["numCriteria"] = 1, +["description"] = "Se faire tuer par des poissons carnassiers.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Se faire tuer par des poissons carnassiers.", -["achievementIndex"] = 2, +["Category_ID"] = 6, } , [839] = { +["name"] = "Éclaireur de Prasin", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Éclaireur de Prasin", ["SubCategory_ID"] = 1, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de Prasin.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Prasin.", ["Category_ID"] = 6, } , [840] = { +["name"] = "Éclaireur de Fendretour", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Éclaireur de Fendretour", ["SubCategory_ID"] = 2, -["achievementIndex"] = 38, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de Fendretour.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Fendretour.", ["Category_ID"] = 6, } , [845] = { +["name"] = "Éclaireur de Fangeombre", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Éclaireur de Fangeombre", ["SubCategory_ID"] = 3, -["achievementIndex"] = 54, +["firstID"] = 0, ["numCriteria"] = 8, +["description"] = "Découvrez tous les lieux remarquables de Fangeombre.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Fangeombre.", ["Category_ID"] = 6, } , [849] = { +["name"] = "Éclaireur du désert d\'Alik\'r", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Éclaireur du désert d\'Alik\'r", ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables du désert d\'Alik\'r.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables du désert d\'Alik\'r.", ["Category_ID"] = 6, } , [850] = { +["name"] = "Tueur d\'araignées vétéran", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'araignées vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 200 araignées dans la Champignonnière Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 200 araignées dans la Champignonnière Vétéran II.", ["Category_ID"] = 5, } , [851] = { +["name"] = "Tueur d\'obsidienne vétéran", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'obsidienne vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 425 guerriers d\'obsidienne dans la Champignonnière Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 425 guerriers d\'obsidienne dans la Champignonnière Vétéran II.", ["Category_ID"] = 5, } , [852] = { +["name"] = "Briseur d\'os vétéran II", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Briseur d\'os vétéran II", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 120 squelettes dans le Cachot interdit Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 120 squelettes dans le Cachot interdit Vétéran II.", ["Category_ID"] = 5, } , [853] = { +["name"] = "Tueur de Drémoras de Rilis", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de Drémoras de Rilis", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 300 Drémoras dans le Cachot interdit Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 300 Drémoras dans le Cachot interdit Vétéran II.", ["Category_ID"] = 5, } , [854] = { +["name"] = "Tueur d\'esclaves vétéran", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'esclaves vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 220 serviteurs vampiriques dans Tressefuseau Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 220 serviteurs vampiriques dans Tressefuseau Vétéran II.", ["Category_ID"] = 5, } , [855] = { +["name"] = "Conquérant d\'atronachs de chair vétéran", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Conquérant d\'atronachs de chair vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 65 atronachs de chair dans Tressefuseau Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 65 atronachs de chair dans Tressefuseau Vétéran II.", ["Category_ID"] = 5, } , [856] = { +["name"] = "Tueur de kwamas vétéran II", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de kwamas vétéran II", ["SubCategory_ID"] = 2, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 200 kwamas dans les cavernes d\'Ombre-noire Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 200 kwamas dans les cavernes d\'Ombre-noire Vétéran II.", ["Category_ID"] = 5, } , [857] = { +["name"] = "Tueur d\'assemblages vétéran", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'assemblages vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 800 automates dwemers dans les cavernes d\'Ombre-noire Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 800 automates dwemers dans les cavernes d\'Ombre-noire Vétéran II.", ["Category_ID"] = 5, } , [858] = { +["name"] = "Tueur de portemorts vétéran", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de portemorts vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 140 portemorts dans le Creuset des aînés Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 140 portemorts dans le Creuset des aînés Vétéran II.", ["Category_ID"] = 5, } , [859] = { +["name"] = "Tueur de suturés vétéran", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de suturés vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 60 suturés dans le Creuset des aînés Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 60 suturés dans le Creuset des aînés Vétéran II.", ["Category_ID"] = 5, } , [860] = { +["name"] = "Tueur de zombies vétéran", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de zombies vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 350 zombies dans les Égouts d\'Haltevoie Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 350 zombies dans les Égouts d\'Haltevoie Vétéran II.", ["Category_ID"] = 5, } , [861] = { +["name"] = "Tueur de colosses vétéran", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de colosses vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 40 colosses d\'os dans les Égouts d\'Haltevoie Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 40 colosses d\'os dans les Égouts d\'Haltevoie Vétéran II.", ["Category_ID"] = 5, } , [862] = { +["name"] = "Éclaireur de Malabal Tor", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Éclaireur de Malabal Tor", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de Malabal Tor.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Malabal Tor.", ["Category_ID"] = 6, } , [863] = { +["name"] = "Éclaireur de la Brèche", +["achievementIndex"] = 55, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Éclaireur de la Brèche", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de la Brèche.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de la Brèche.", ["Category_ID"] = 6, } , [864] = { +["name"] = "Éclaireur de Havreglace", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Éclaireur de Havreglace", ["SubCategory_ID"] = 4, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de Havreglace.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Havreglace.", ["Category_ID"] = 6, } , [865] = { +["name"] = "Éclaireur de Bangkoraï", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Éclaireur de Bangkoraï", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables de Bangkoraï.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Bangkoraï.", ["Category_ID"] = 6, } , [866] = { +["name"] = "Éclaireur d\'Estemarche", +["achievementIndex"] = 54, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Éclaireur d\'Estemarche", ["SubCategory_ID"] = 3, -["achievementIndex"] = 44, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables d\'Estemarche.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables d\'Estemarche.", ["Category_ID"] = 6, } , [867] = { +["name"] = "Pionnier de Tamriel", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Pionnier de Tamriel", ["numCriteria"] = 21, +["description"] = "Découvrez tous les lieux remarquables des régions centrales du Domaine aldmeri, de l\'Alliance de Daguefilante, du Pacte de Cœurébène et de Havreglace.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables des régions centrales du Domaine aldmeri, de l\'Alliance de Daguefilante, du Pacte de Cœurébène et de Havreglace.", -["achievementIndex"] = 1, +["Category_ID"] = 6, } , [869] = { +["name"] = "Le crime paie", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Le crime paie", ["numCriteria"] = 15, +["description"] = "Extorquez de l\'argent aux marchands de Tamriel.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Extorquez de l\'argent aux marchands de Tamriel.", -["achievementIndex"] = 4, +["Category_ID"] = 6, } , [870] = { +["name"] = "Citadelle d\'Hel Ra : Cor de guerre", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Citadelle d\'Hel Ra : Cor de guerre", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sonnez le cor de guerre dans la citadelle d\'Hel Ra Vétéran et vainquez les guerriers antiques qui répondent à l\'appel.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sonnez le cor de guerre dans la citadelle d\'Hel Ra Vétéran et vainquez les guerriers antiques qui répondent à l\'appel.", ["Category_ID"] = 4, } , [871] = { +["name"] = "Donnez aux pauvres", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Donnez aux pauvres", ["numCriteria"] = 15, +["description"] = "Partagez votre richesse avec les pauvres de Tamriel.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Partagez votre richesse avec les pauvres de Tamriel.", -["achievementIndex"] = 5, +["Category_ID"] = 6, } , [872] = { +["name"] = "Il n\'y a que M\'aiq qui m\'aille", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Il n\'y a que M\'aiq qui m\'aille", ["numCriteria"] = 19, +["description"] = "Suivez les déplacements de M\'aiq le Menteur dans tout Tamriel et au-delà.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Suivez les déplacements de M\'aiq le Menteur dans tout Tamriel et au-delà.", -["achievementIndex"] = 6, +["Category_ID"] = 6, } , [873] = { +["name"] = "Porteur de lumière", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 6, -["name"] = "Porteur de lumière", ["numCriteria"] = 15, +["description"] = "Amenez la lumière dans les endroits sombres du monde.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Amenez la lumière dans les endroits sombres du monde.", -["achievementIndex"] = 7, +["Category_ID"] = 6, } , [874] = { +["name"] = "Événement de groupe du village des perdus", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Événement de groupe du village des perdus", ["SubCategory_ID"] = 2, -["achievementIndex"] = 31, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez Zatalguch dans le Village des perdus.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terrassez Zatalguch dans le Village des perdus.", ["Category_ID"] = 4, } , [876] = { +["name"] = "Conquérant de la Crypte des cœurs II", +["achievementIndex"] = 20, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de la Crypte des cœurs II", ["numCriteria"] = 3, +["description"] = "Vainquez Ruzozuzalpamaz, les frères Ilambris, l\'amalgame Ilambris et enfin Nérien\'Eth dans la Crypte des cœurs Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Ruzozuzalpamaz, les frères Ilambris, l\'amalgame Ilambris et enfin Nérien\'Eth dans la Crypte des cœurs Vétéran II.", -["achievementIndex"] = 18, +["Category_ID"] = 5, } , [878] = { +["name"] = "Conquérant de la Cité des cendres II", +["achievementIndex"] = 14, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de la Cité des cendres II", ["numCriteria"] = 3, +["description"] = "Terminez la Cité de cendres Vétéran II en vainquant Horvantud Gueule-ardente, le titan de cendres et Valkyn Skoria.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez la Cité de cendres Vétéran II en vainquant Horvantud Gueule-ardente, le titan de cendres et Valkyn Skoria.", -["achievementIndex"] = 24, +["Category_ID"] = 5, } , [880] = { +["name"] = "Conquérant de la Prison de la cité impériale", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "Conquérant de la Prison de la cité impériale", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez l\'Ennemi, Ibomez le Sculpte-chairs, la sentinelle Lumetombe, l\'abomination de chair, le conseil du seigneur gardien et le seigneur gardien Crépuscule dans la Prison de la cité impériale Vétéran.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez l\'Ennemi, Ibomez le Sculpte-chairs, la sentinelle Lumetombe, l\'abomination de chair, le conseil du seigneur gardien et le seigneur gardien Crépuscule dans la Prison de la cité impériale Vétéran.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [884] = { +["name"] = "Explorateur de Molavar", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de Molavar", ["SubCategory_ID"] = 5, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez Molavar.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez Molavar.", ["Category_ID"] = 6, } , [885] = { +["name"] = "Explorateur de Rkundzelft", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de Rkundzelft", ["SubCategory_ID"] = 5, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez Rkundzelft.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez Rkundzelft.", ["Category_ID"] = 6, } , [886] = { +["name"] = "Explorateur du Nid du Serpent", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur du Nid du Serpent", ["SubCategory_ID"] = 5, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le Nid du Serpent.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le Nid du Serpent.", ["Category_ID"] = 6, } , [887] = { +["name"] = "Explorateur des fondations d\'Ilthag", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur des fondations d\'Ilthag", ["SubCategory_ID"] = 5, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les fondations d\'Ilthag.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les fondations d\'Ilthag.", ["Category_ID"] = 6, } , [888] = { +["name"] = "Explorateur de Kardala", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de Kardala", ["SubCategory_ID"] = 5, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez Kardala.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez Kardala.", ["Category_ID"] = 6, } , [889] = { +["name"] = "Explorateur des cavernes de Loth\'Na", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur des cavernes de Loth\'Na", ["SubCategory_ID"] = 5, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les cavernes de Loth\'Na.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les cavernes de Loth\'Na.", ["Category_ID"] = 6, } , [890] = { +["name"] = "Explorateur de Rkhardahrk", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de Rkhardahrk", ["SubCategory_ID"] = 5, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez Rkhardahrk.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez Rkhardahrk.", ["Category_ID"] = 6, } , [891] = { +["name"] = "Explorateur du marché de l\'aiglefin", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur du marché de l\'aiglefin", ["SubCategory_ID"] = 5, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez le marché de l\'aiglefin.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez le marché de l\'aiglefin.", ["Category_ID"] = 6, } , [892] = { +["name"] = "Explorateur de Cisèlecri", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de Cisèlecri", ["SubCategory_ID"] = 5, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez la mine de Cisèlecri.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez la mine de Cisèlecri.", ["Category_ID"] = 6, } , [893] = { +["name"] = "Explorateur des sables engloutis", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur des sables engloutis", ["SubCategory_ID"] = 5, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez les sables engloutis.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez les sables engloutis.", ["Category_ID"] = 6, } , [894] = { +["name"] = "Explorateur de Mtharnaz", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de Mtharnaz", ["SubCategory_ID"] = 5, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez Mtharnaz.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez Mtharnaz.", ["Category_ID"] = 6, } , [895] = { +["name"] = "Explorateur des sépulcres hurlants", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur des sépulcres hurlants", ["SubCategory_ID"] = 5, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les sépulcres hurlants.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz les sépulcres hurlants.", ["Category_ID"] = 6, } , [896] = { +["name"] = "Explorateur de Balamath", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de Balamath", ["SubCategory_ID"] = 5, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez Balamath.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez Balamath.", ["Category_ID"] = 6, } , [897] = { +["name"] = "Explorateur de la caverne de Tremblecrocs", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de la caverne de Tremblecrocs", ["SubCategory_ID"] = 5, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la caverne de Tremblecrocs.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne de Tremblecrocs.", ["Category_ID"] = 6, } , [898] = { +["name"] = "Explorateur de la forteresse de l\'exarque", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de la forteresse de l\'exarque", ["SubCategory_ID"] = 5, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la forteresse de l\'exarque.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la forteresse de l\'exarque.", ["Category_ID"] = 6, } , [899] = { +["name"] = "Explorateur de l\'antre de Zalgaz", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de l\'antre de Zalgaz", ["SubCategory_ID"] = 5, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez l\'antre de Zalgaz.", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez l\'antre de Zalgaz.", ["Category_ID"] = 6, } , [900] = { +["name"] = "Explorateur des tombes des Na-Totambu", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur des tombes des Na-Totambu", ["SubCategory_ID"] = 5, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez les tombes des Na-Totambu", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez les tombes des Na-Totambu", ["Category_ID"] = 6, } , [901] = { +["name"] = "Explorateur de la hantise d\'Hircine", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur de la hantise d\'Hircine", ["SubCategory_ID"] = 5, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et dégagez la hantise d\'Hircine", ["Category"] = "Exploration", ["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et dégagez la hantise d\'Hircine", ["Category_ID"] = 6, } , [902] = { +["name"] = "Éclaireur du bas Raidelorn", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Éclaireur du bas Raidelorn", ["SubCategory_ID"] = 5, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 9, +["description"] = "Découvrez tous les lieux du bas Raidelorn.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux du bas Raidelorn.", ["Category_ID"] = 6, } , [905] = { +["name"] = "Rédempteur de la larme de Shada", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Rédempteur de la larme de Shada", ["SubCategory_ID"] = 7, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Shada et purifiez les eaux à la lame de Shada.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez Shada et purifiez les eaux à la lame de Shada.", ["Category_ID"] = 7, } , [906] = { +["name"] = "Sourcier tenace", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Sourcier tenace", ["SubCategory_ID"] = 7, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Découvrez les secrets cachés dans l\'Archive du Sourcier.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez les secrets cachés dans l\'Archive du Sourcier.", ["Category_ID"] = 7, } , [907] = { +["name"] = "Protecteur de la Cicatrice enchantée", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Protecteur de la Cicatrice enchantée", ["SubCategory_ID"] = 7, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Empêchez une explosion de magie catastrophique dans la Cicatrice enchantée.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Empêchez une explosion de magie catastrophique dans la Cicatrice enchantée.", ["Category_ID"] = 7, } , [908] = { +["name"] = "Exalté d\'Élinhir", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Exalté d\'Élinhir", ["SubCategory_ID"] = 7, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Yamanu-ko et mettez fin à la guerre d\'Élinhir.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez Yamanu-ko et mettez fin à la guerre d\'Élinhir.", ["Category_ID"] = 7, } , [909] = { +["name"] = "Enquêteur Céleste", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Enquêteur Céleste", ["SubCategory_ID"] = 7, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Découvrez pourquoi les Célestes sont apparus à Raidelorn.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez pourquoi les Célestes sont apparus à Raidelorn.", ["Category_ID"] = 7, } , [916] = { +["name"] = "Pêcheur de Raidelorn", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Fishing", -["name"] = "Pêcheur de Raidelorn", ["SubCategory_ID"] = 8, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Raidelorn.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Raidelorn.", ["Category_ID"] = 6, } , [936] = { +["name"] = "Serpents et secrets", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Serpents et secrets", ["SubCategory_ID"] = 7, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Démantelez les forces du Serpent et vainquez la Vipère exaltée.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Démantelez les forces du Serpent et vainquez la Vipère exaltée.", ["Category_ID"] = 7, } , [937] = { +["name"] = "Éclaireur du haut Raidelorn", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Éclaireur du haut Raidelorn", ["SubCategory_ID"] = 5, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Découvrez tous les lieux saisissants du haut Raidelorn.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux saisissants du haut Raidelorn.", ["Category_ID"] = 6, } , [939] = { +["name"] = "Tueur d\'arachnakiens vétéran", +["achievementIndex"] = 34, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'arachnakiens vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 34, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 250 arachnakiens dans la Crypte des cœurs Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 250 arachnakiens dans la Crypte des cœurs Vétéran II.", ["Category_ID"] = 5, } , [940] = { +["name"] = "Tueur d\'atronachs de chair vétéran", +["achievementIndex"] = 33, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'atronachs de chair vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 33, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 50 atronachs de chair dans la Crypte des cœurs Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 50 atronachs de chair dans la Crypte des cœurs Vétéran II.", ["Category_ID"] = 5, } , [941] = { +["name"] = "Assassin de la Crypte des cœurs II", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de la Crypte des cœurs II", ["SubCategory_ID"] = 4, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Ibelgast, Ruzozuzalpamaz, le gardien de la chambre, l\'amalgame Ilambris et Mezeluth, puis Nérien\'eth dans les trente minutes après avoir commencé la Crypte des cœurs Vétéran II. Le compte à rebours s\'enclenche quand les portes s\'ouvrent.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Ibelgast, Ruzozuzalpamaz, le gardien de la chambre, l\'amalgame Ilambris et Mezeluth, puis Nérien\'eth dans les trente minutes après avoir commencé la Crypte des cœurs Vétéran II. Le compte à rebours s\'enclenche quand les portes s\'ouvrent.", ["Category_ID"] = 5, } , [942] = { +["name"] = "Survivant de la Crypte", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de la Crypte", ["SubCategory_ID"] = 3, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Ibelgast, Ruzozuzalpamaz, le gardien de la chambre, l\'amalgame Ilambris et Mezeluth, puis Nérien\'eth dans la Crypte des cœurs Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Ibelgast, Ruzozuzalpamaz, le gardien de la chambre, l\'amalgame Ilambris et Mezeluth, puis Nérien\'eth dans la Crypte des cœurs Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [943] = { +["name"] = "Une loi incontestée", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Une loi incontestée", ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Sauvez le Domaine d\'une menace planant en Auridia.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Sauvez le Domaine d\'une menace planant en Auridia.", ["Category_ID"] = 7, } , [944] = { +["name"] = "Iconoclaste", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Iconoclaste", ["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Vous avez contré la menace daedrique qui planait sur le bois de Graht.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vous avez contré la menace daedrique qui planait sur le bois de Graht.", ["Category_ID"] = 7, } , [945] = { +["name"] = "L\'esprit des Bosmers", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "L\'esprit des Bosmers", ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Libérez le cœur de Val-boisé du mal qui le rongeait à Prasin.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Libérez le cœur de Val-boisé du mal qui le rongeait à Prasin.", ["Category_ID"] = 7, } , [946] = { +["name"] = "Entremetteur", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Entremetteur", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Ramenez le Silvenar et la Dame Verte à leur place légitime à Malabal Tor.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Ramenez le Silvenar et la Dame Verte à leur place légitime à Malabal Tor.", ["Category_ID"] = 7, } , [947] = { +["name"] = "Les lunes sacrées", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Les lunes sacrées", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Gravissez le sentier des deux Lunes à la marche de la Camarde.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Gravissez le sentier des deux Lunes à la marche de la Camarde.", ["Category_ID"] = 7, } , [948] = { +["name"] = "Les cœurs des ténèbres", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Les cœurs des ténèbres", ["SubCategory_ID"] = 4, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Emprisonnez les Frères de la discorde aux Éboulis.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Emprisonnez les Frères de la discorde aux Éboulis.", ["Category_ID"] = 7, } , [949] = { +["name"] = "Exterminateur de fléau", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Exterminateur de fléau", ["SubCategory_ID"] = 4, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Sauvez Deshaan de la destruction.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Sauvez Deshaan de la destruction.", ["Category_ID"] = 7, } , [950] = { +["name"] = "Œuf et racine", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Œuf et racine", ["SubCategory_ID"] = 4, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vous avez sauvé l\'Hist de Fangeombre d\'un grand péril.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vous avez sauvé l\'Hist de Fangeombre d\'un grand péril.", ["Category_ID"] = 7, } , [951] = { +["name"] = "Conflit familial", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Conflit familial", ["SubCategory_ID"] = 4, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Sauvez le Roi-scalde d\'un grand péril en Estemarche.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Sauvez le Roi-scalde d\'un grand péril en Estemarche.", ["Category_ID"] = 7, } , [952] = { +["name"] = "Vestiges brisés", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Vestiges brisés", ["SubCategory_ID"] = 4, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Sauvez la Brèche du Culte du Ver.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Sauvez la Brèche du Culte du Ver.", ["Category_ID"] = 7, } , [953] = { +["name"] = "Destruction rituelle", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Destruction rituelle", ["SubCategory_ID"] = 3, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Déjouez un complot sectaire en Glénumbrie.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Déjouez un complot sectaire en Glénumbrie.", ["Category_ID"] = 7, } , [954] = { +["name"] = "Éveil brutal", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Éveil brutal", ["SubCategory_ID"] = 3, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Mettez fin au cauchemar de Havre-tempête.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Mettez fin au cauchemar de Havre-tempête.", ["Category_ID"] = 7, } , [955] = { +["name"] = "Briseur de malédiction", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Briseur de malédiction", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Libérez Fendretour du mal hématique et rétabli l\'ordre.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Libérez Fendretour du mal hématique et rétabli l\'ordre.", ["Category_ID"] = 7, } , [956] = { +["name"] = "Terre sacrée", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Terre sacrée", ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Rendez le repos éternel aux morts d\'Alik\'r.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Rendez le repos éternel aux morts d\'Alik\'r.", ["Category_ID"] = 7, } , [957] = { +["name"] = "Brillant champion", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Brillant champion", ["SubCategory_ID"] = 5, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Défiez Molag Bal à Havreglace.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Défiez Molag Bal à Havreglace.", ["Category_ID"] = 7, } , [958] = { +["name"] = "La fin d\'un empire", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "La fin d\'un empire", ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Chassez les troupes impériales de Bangkoraï.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Chassez les troupes impériales de Bangkoraï.", ["Category_ID"] = 7, } , [964] = { +["name"] = "Grand explorateur de Glénumbrie", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Grand explorateur de Glénumbrie", ["SubCategory_ID"] = 2, -["achievementIndex"] = 66, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Glénumbrie.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Glénumbrie.", ["Category_ID"] = 6, } , [965] = { +["name"] = "Grand explorateur de Havre-tempête", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Grand explorateur de Havre-tempête", ["SubCategory_ID"] = 2, -["achievementIndex"] = 43, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Havre-tempête.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Havre-tempête.", ["Category_ID"] = 6, } , [966] = { +["name"] = "Grand explorateur de Fendretour", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Grand explorateur de Fendretour", ["SubCategory_ID"] = 2, -["achievementIndex"] = 34, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Fendretour.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Fendretour.", ["Category_ID"] = 6, } , [967] = { +["name"] = "Grand explorateur du désert d\'Alik\'r.", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Grand explorateur du désert d\'Alik\'r.", ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables du désert d\'Alik\'r.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables du désert d\'Alik\'r.", ["Category_ID"] = 6, } , [968] = { +["name"] = "Grand explorateur de Bangkoraï", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Grand explorateur de Bangkoraï", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Bangkoraï.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Bangkoraï.", ["Category_ID"] = 6, } , [969] = { +["name"] = "Grand explorateur aldmeri", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Grand explorateur aldmeri", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du Domaine aldmeri.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du Domaine aldmeri.", ["Category_ID"] = 6, } , [970] = { +["name"] = "Grand explorateur des Éboulis", +["achievementIndex"] = 32, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Grand explorateur des Éboulis", ["SubCategory_ID"] = 3, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables des Éboulis.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables des Éboulis.", ["Category_ID"] = 6, } , [971] = { +["name"] = "Grand explorateur de Deshaan", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Grand explorateur de Deshaan", ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Deshaan.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Deshaan.", ["Category_ID"] = 6, } , [972] = { +["name"] = "Grand explorateur de Fangeombre", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Grand explorateur de Fangeombre", ["SubCategory_ID"] = 3, -["achievementIndex"] = 48, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Fangeombre.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Fangeombre.", ["Category_ID"] = 6, } , [973] = { +["name"] = "Grand explorateur d\'Estemarche", +["achievementIndex"] = 50, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Grand explorateur d\'Estemarche", ["SubCategory_ID"] = 3, -["achievementIndex"] = 37, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables d\'Estemarche.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables d\'Estemarche.", ["Category_ID"] = 6, } , [974] = { +["name"] = "Grand explorateur de la Brèche", +["achievementIndex"] = 51, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Grand explorateur de la Brèche", ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de la Brèche.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de la Brèche.", ["Category_ID"] = 6, } , [975] = { +["name"] = "Explorateur de Morneroc et Bal Foyen", +["achievementIndex"] = 43, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Explorateur de Morneroc et Bal Foyen", ["SubCategory_ID"] = 3, -["achievementIndex"] = 58, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez tous les lieux remarquables de Morneroc et Bal Foyen.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Explorez tous les lieux remarquables de Morneroc et Bal Foyen.", ["Category_ID"] = 6, } , [976] = { +["name"] = "Grand explorateur d\'Auridia", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Grand explorateur d\'Auridia", ["SubCategory_ID"] = 1, -["achievementIndex"] = 54, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables d\'Auridia.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables d\'Auridia.", ["Category_ID"] = 6, } , [977] = { +["name"] = "Grand explorateur du bois de Graht", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Grand explorateur du bois de Graht", ["SubCategory_ID"] = 1, -["achievementIndex"] = 40, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables du bois de Graht.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables du bois de Graht.", ["Category_ID"] = 6, } , [978] = { +["name"] = "Grand explorateur de Prasin", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Grand explorateur de Prasin", ["SubCategory_ID"] = 1, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Prasin.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Prasin.", ["Category_ID"] = 6, } , [979] = { +["name"] = "Grand explorateur de Malabal Tor", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Grand explorateur de Malabal Tor", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Malabal Tor.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Malabal Tor.", ["Category_ID"] = 6, } , [980] = { +["name"] = "Grand explorateur de la marche de la Camarde", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Aldmeri Dominion", -["name"] = "Grand explorateur de la marche de la Camarde", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de la marche de la Camarde.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de la marche de la Camarde.", ["Category_ID"] = 6, } , [981] = { +["name"] = "Explorateur de Stros M\'Kai et Betnikh", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Explorateur de Stros M\'Kai et Betnikh", ["SubCategory_ID"] = 2, -["achievementIndex"] = 78, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Explorez tous les lieux remarquables de Stros M\'Kai et Betnikh.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Explorez tous les lieux remarquables de Stros M\'Kai et Betnikh.", ["Category_ID"] = 6, } , [982] = { +["name"] = "Grand explorateur de Daguefilante", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Daggerfall Covenant", -["name"] = "Grand explorateur de Daguefilante", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez toutes les grottes et le territoire de l\'Alliance de Daguefilante.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez toutes les grottes et le territoire de l\'Alliance de Daguefilante.", ["Category_ID"] = 6, } , [983] = { +["name"] = "Grand explorateur de Cœurébène", +["achievementIndex"] = 48, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Ebonheart Pact", -["name"] = "Grand explorateur de Cœurébène", ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du Pacte de Cœurébène.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du Pacte de Cœurébène.", ["Category_ID"] = 6, } , [984] = { +["name"] = "Grand explorateur de Havreglace", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Coldharbour", -["name"] = "Grand explorateur de Havreglace", ["SubCategory_ID"] = 4, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Havreglace.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de Havreglace.", ["Category_ID"] = 6, } , [985] = { +["name"] = "Spéléologue du bas Raidelorn", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Spéléologue du bas Raidelorn", ["SubCategory_ID"] = 5, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Découvrez et sécurisez les douze cavernes explorables du bas Raidelorn.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les douze cavernes explorables du bas Raidelorn.", ["Category_ID"] = 6, } , [986] = { +["name"] = "Grand explorateur du bas Raidelorn", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Grand explorateur du bas Raidelorn", ["SubCategory_ID"] = 5, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du bas Raidelorn.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du bas Raidelorn.", ["Category_ID"] = 6, } , [990] = { +["name"] = "Archive æthérienne terminée", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Archive æthérienne terminée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Céleste Mage, pour la libérer du contrôle du Serpent.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Céleste Mage, pour la libérer du contrôle du Serpent.", ["Category_ID"] = 4, } , [991] = { +["name"] = "Citadelle d\'Hel Ra terminée", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Citadelle d\'Hel Ra terminée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Céleste Guerrier, ce qui le libèrera du contrôle du Serpent.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Céleste Guerrier, ce qui le libèrera du contrôle du Serpent.", ["Category_ID"] = 4, } , [992] = { +["name"] = "Champion de l\'arène de l\'Étoile du dragon", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Champion de l\'arène de l\'Étoile du dragon", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Conquérez tous les inscrits et gagnez le titre de champion de l\'arène de l\'Étoile du dragon !", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Conquérez tous les inscrits et gagnez le titre de champion de l\'arène de l\'Étoile du dragon !", ["Category_ID"] = 4, } , [993] = { +["name"] = "Les Absous de Havreglace", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "Les Absous de Havreglace", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 1 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 1 de la quête principale.", ["Category_ID"] = 7, } , [994] = { +["name"] = "Le Port", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "Le Port", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 1 5 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 1 5 de la quête principale.", ["Category_ID"] = 7, } , [995] = { +["name"] = "Fille des géants", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "Fille des géants", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 2 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 2 de la quête principale.", ["Category_ID"] = 7, } , [996] = { +["name"] = "Chasseur d\'ombres", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "Chasseur d\'ombres", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 2 5 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 2 5 de la quête principale.", ["Category_ID"] = 7, } , [997] = { +["name"] = "Château du Ver", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "Château du Ver", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 3 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 3 de la quête principale.", ["Category_ID"] = 7, } , [998] = { +["name"] = "Le Tharn parle", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "Le Tharn parle", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 3 5 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 3 5 de la quête principale.", ["Category_ID"] = 7, } , [999] = { +["name"] = "Les salles du Tourment", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "Les salles du Tourment", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 4 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 4 de la quête principale.", ["Category_ID"] = 7, } , [1000] = { +["name"] = "La Vallée des Lames", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "La Vallée des Lames", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 4 5 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 4 5 de la quête principale.", ["Category_ID"] = 7, } , [1001] = { +["name"] = "L\'ombre de Sancre Tor", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "L\'ombre de Sancre Tor", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 5 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 5 de la quête principale.", ["Category_ID"] = 7, } , [1002] = { +["name"] = "Le conseil des cinq compagnons", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "Le conseil des cinq compagnons", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 5 5 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 5 5 de la quête principale.", ["Category_ID"] = 7, } , [1003] = { +["name"] = "Seigneur des manigances", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Main Quest", -["name"] = "Seigneur des manigances", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez le chapitre 6 de la quête principale.", ["Category"] = "Quests", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le chapitre 6 de la quête principale.", ["Category_ID"] = 7, } , [1014] = { +["name"] = "Briseur d\'écailles", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Briseur d\'écailles", ["SubCategory_ID"] = 7, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez l\'exarque Arnoth et libérez Frôleciel de la Cour écailleuse et ses alliés.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terrassez l\'exarque Arnoth et libérez Frôleciel de la Cour écailleuse et ses alliés.", ["Category_ID"] = 7, } , [1015] = { +["name"] = "Vainqueur de Virmaril", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Vainqueur de Virmaril", ["SubCategory_ID"] = 7, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez Virmaril le traître et ses légions mortes-vivantes dans les catacombes de Frôleciel.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terrassez Virmaril le traître et ses légions mortes-vivantes dans les catacombes de Frôleciel.", ["Category_ID"] = 7, } , [1016] = { +["name"] = "Sentinelle de l\'apogée", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Sentinelle de l\'apogée", ["SubCategory_ID"] = 7, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Ætherion et réactivez les anciennes défenses nèdes dans le sommet de Frôleciel.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez Ætherion et réactivez les anciennes défenses nèdes dans le sommet de Frôleciel.", ["Category_ID"] = 7, } , [1049] = { +["name"] = "Conquérant de Scinderacine", +["achievementIndex"] = 37, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de Scinderacine", ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez tous les champions de Scinderacine.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions de Scinderacine.", ["Category_ID"] = 4, } , [1050] = { +["name"] = "Conquérant de la chute des Rulanyil", +["achievementIndex"] = 38, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de la chute des Rulanyil", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Terrassez tous les champions de la chute des Rulanyil", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terrassez tous les champions de la chute des Rulanyil", ["Category_ID"] = 4, } , [1051] = { +["name"] = "Conquérant de la crique écarlate", +["achievementIndex"] = 32, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de la crique écarlate", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Terrassez tous les champions de la crique écarlate", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terrassez tous les champions de la crique écarlate", ["Category_ID"] = 4, } , [1052] = { +["name"] = "Conquérant du presbytère infâme", +["achievementIndex"] = 39, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant du presbytère infâme", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez tous les champions du presbytère infâme.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions du presbytère infâme.", ["Category_ID"] = 4, } , [1053] = { +["name"] = "Conquérant du sanctuaire du Malandrin", +["achievementIndex"] = 30, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant du sanctuaire du Malandrin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 35, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez tous les champions du sanctuaire du Malandrin.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions du sanctuaire du Malandrin.", ["Category_ID"] = 4, } , [1054] = { +["name"] = "Conquérant des ruines de l\'Esquille", +["achievementIndex"] = 31, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant des ruines de l\'Esquille", ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez tous les champions des ruines de l\'Esquille.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions des ruines de l\'Esquille.", ["Category_ID"] = 4, } , [1055] = { +["name"] = "Conquérant de la Roue de Razak", +["achievementIndex"] = 36, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de la Roue de Razak", ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez tous les champions de la Roue de Razak.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions de la Roue de Razak.", ["Category_ID"] = 4, } , [1056] = { +["name"] = "Conquérant du Village des perdus", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant du Village des perdus", ["SubCategory_ID"] = 2, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Vainquez tous les champions du Village des perdus.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions du Village des perdus.", ["Category_ID"] = 4, } , [1057] = { +["name"] = "Vainqueur de Scinderacine", +["achievementIndex"] = 48, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur de Scinderacine", ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez trois des champions de Scinderacine.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des champions de Scinderacine.", ["Category_ID"] = 4, } , [1058] = { +["name"] = "Vainqueur de la chute des Rulanyil", +["achievementIndex"] = 49, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur de la chute des Rulanyil", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Terrassez trois des champions de la chute des Rulanyil", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez trois des champions de la chute des Rulanyil", ["Category_ID"] = 4, } , [1059] = { +["name"] = "Vainqueur de la crique écarlate", +["achievementIndex"] = 43, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur de la crique écarlate", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Terrassez trois des champions de la crique écarlate", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez trois des champions de la crique écarlate", ["Category_ID"] = 4, } , [1060] = { +["name"] = "Vainqueur du presbytère infâme", +["achievementIndex"] = 50, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur du presbytère infâme", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez trois des champions du presbytère infâme.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des champions du presbytère infâme.", ["Category_ID"] = 4, } , [1061] = { +["name"] = "Vainqueur du sanctuaire du Malandrin", +["achievementIndex"] = 41, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur du sanctuaire du Malandrin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 36, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez trois des champions du sanctuaire du Malandrin.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des champions du sanctuaire du Malandrin.", ["Category_ID"] = 4, } , [1062] = { +["name"] = "Vainqueur des ruines de l\'Esquille", +["achievementIndex"] = 42, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur des ruines de l\'Esquille", ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez trois des champions des ruines de l\'Esquille.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des champions des ruines de l\'Esquille.", ["Category_ID"] = 4, } , [1063] = { +["name"] = "Vainqueur de la Roue de Razak", +["achievementIndex"] = 47, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur de la Roue de Razak", ["SubCategory_ID"] = 2, -["achievementIndex"] = 47, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez trois des champions de la Roue de Razak.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des champions de la Roue de Razak.", ["Category_ID"] = 4, } , [1064] = { +["name"] = "Vainqueur du Village des perdus", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Vainqueur du Village des perdus", ["SubCategory_ID"] = 2, -["achievementIndex"] = 32, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Vainquez trois des champions du Village des perdus.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des champions du Village des perdus.", ["Category_ID"] = 4, } , [1068] = { +["name"] = "Conquérant du Pacte de Cœurébène", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant du Pacte de Cœurébène", ["SubCategory_ID"] = 2, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Triomphez de tous les champions des donjons publics du Pacte de Cœurébène.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Triomphez de tous les champions des donjons publics du Pacte de Cœurébène.", ["Category_ID"] = 4, } , [1069] = { +["name"] = "Conquérant du Domaine aldmeri", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant du Domaine aldmeri", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Triomphez de tous les champions des donjons publics du Domaine aldmeri.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Triomphez de tous les champions des donjons publics du Domaine aldmeri.", ["Category_ID"] = 4, } , [1070] = { +["name"] = "Conquérant de l\'Alliance de Daguefilante", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Public Dungeons", -["name"] = "Conquérant de l\'Alliance de Daguefilante", ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Triomphez de tous les champions des donjons publics de l\'Alliance de Daguefilante.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Triomphez de tous les champions des donjons publics de l\'Alliance de Daguefilante.", ["Category_ID"] = 4, } , [1071] = { +["name"] = "Relevez tous les défis de rapidité", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Relevez tous les défis de rapidité", ["SubCategory_ID"] = 4, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Relevez les défis de rapidité suivants.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Relevez les défis de rapidité suivants.", ["Category_ID"] = 5, } , [1072] = { +["name"] = "Relevez tous les défis d\'assassinat", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Relevez tous les défis d\'assassinat", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 8, +["description"] = "Relevez les défis d\'assassinat suivants.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Relevez les défis d\'assassinat suivants.", ["Category_ID"] = 5, } , [1073] = { +["name"] = "Champion du Pacte", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Champion du Pacte", ["SubCategory_ID"] = 3, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les boss des donjons de groupe du Pacte de Cœurébène.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les boss des donjons de groupe du Pacte de Cœurébène.", ["Category_ID"] = 4, } , [1074] = { +["name"] = "Champion de l\'Alliance", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Champion de l\'Alliance", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les boss des donjons de groupe de l\'Alliance de Daguefilante.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les boss des donjons de groupe de l\'Alliance de Daguefilante.", ["Category_ID"] = 4, } , [1075] = { +["name"] = "Champion du Domaine", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Champion du Domaine", ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les boss des donjons de groupe du Domaine aldmeri.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les boss des donjons de groupe du Domaine aldmeri.", ["Category_ID"] = 4, } , [1078] = { +["name"] = "Réussir une Épreuve hebdomadaire", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Réussir une Épreuve hebdomadaire", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Réussissez une Épreuve hebdomadaire.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Réussissez une Épreuve hebdomadaire.", ["Category_ID"] = 4, } , [1079] = { +["name"] = "Course contre la montre : hebdomadaire", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Course contre la montre : hebdomadaire", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Réussissez une Épreuve hebdomadaire en 33 minutes.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Réussissez une Épreuve hebdomadaire en 33 minutes.", ["Category_ID"] = 4, } , [1080] = { +["name"] = "Course contre la montre : Citadelle d\'Hel Ra", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Course contre la montre : Citadelle d\'Hel Ra", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez la citadelle d\'Hel Ra en moins de 33 minutes.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Explorez la citadelle d\'Hel Ra en moins de 33 minutes.", ["Category_ID"] = 4, } , [1081] = { +["name"] = "Course contre la montre : Archive æthérienne", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Course contre la montre : Archive æthérienne", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez l\'Archive æthérienne en moins de 33 minutes.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Explorez l\'Archive æthérienne en moins de 33 minutes.", ["Category_ID"] = 4, } , [1082] = { +["name"] = "Sauveteur des Indomptables", +["achievementIndex"] = 17, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Sauveteur des Indomptables", ["numCriteria"] = 12, +["description"] = "Secourez tous les membres de l\'expédition des Indomptables vers les Terres mortes de Mérunès Dagon.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Secourez tous les membres de l\'expédition des Indomptables vers les Terres mortes de Mérunès Dagon.", -["achievementIndex"] = 26, +["Category_ID"] = 5, } , [1084] = { +["name"] = "Le fil de la lame", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Le fil de la lame", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans la Crypte des cœurs Vétéran II, laissez quatre des étudiants de Nérien\'eth survivre jusqu\'à ce qu\'il s\'empare de la lame d\'ébène, puis terrassez-les tous.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Dans la Crypte des cœurs Vétéran II, laissez quatre des étudiants de Nérien\'eth survivre jusqu\'à ce qu\'il s\'empare de la lame d\'ébène, puis terrassez-les tous.", ["Category_ID"] = 5, } , [1105] = { +["name"] = "Tueur de Drémoras de Mérunès", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de Drémoras de Mérunès", ["SubCategory_ID"] = 2, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez 300 Drémoras dans le donjon la Cité des cendres Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez 300 Drémoras dans le donjon la Cité des cendres Vétéran II.", ["Category_ID"] = 5, } , [1106] = { +["name"] = "Tueur de colosses de flamme vétéran", +["achievementIndex"] = 28, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de colosses de flamme vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez 50 colosses de flamme dans la Cité des cendres Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez 50 colosses de flamme dans la Cité des cendres Vétéran II.", ["Category_ID"] = 5, } , [1107] = { +["name"] = "Survivant des Terres mortes", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant des Terres mortes", ["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rukhan, Marruz, Akezel, Urata la Légion, Horvantud Gueule-ardente, et le titan de cendres, restaurez le pont, et tuez Valkyn Skoria dans la Cité des cendres Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Rukhan, Marruz, Akezel, Urata la Légion, Horvantud Gueule-ardente, et le titan de cendres, restaurez le pont, et tuez Valkyn Skoria dans la Cité des cendres Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1108] = { +["name"] = "Assassin de la Cité des cendres II", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de la Cité des cendres II", ["SubCategory_ID"] = 4, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rukhan, Marruz, Akezel, Urata la Légion, Horvantud Gueule-ardente, et le titan de cendres, restaurez le pont, et tuez Valkyn Skoria dans la Cité des cendres Vétéran II, le tout en moins de trente minutes. Le compte à rebours s\'enclenche quand les joueurs entrent dans le bosquet intérieur.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Rukhan, Marruz, Akezel, Urata la Légion, Horvantud Gueule-ardente, et le titan de cendres, restaurez le pont, et tuez Valkyn Skoria dans la Cité des cendres Vétéran II, le tout en moins de trente minutes. Le compte à rebours s\'enclenche quand les joueurs entrent dans le bosquet intérieur.", ["Category_ID"] = 5, } , [1109] = { +["name"] = "Dompteur des égouts", +["achievementIndex"] = 17, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Dompteur des égouts", ["numCriteria"] = 12, +["description"] = "Tuez tous les champions possédant un nom dans les égouts de la cité impériale.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tuez tous les champions possédant un nom dans les égouts de la cité impériale.", -["achievementIndex"] = 18, +["Category_ID"] = 27, } , [1111] = { +["name"] = "C\'est de la tarte", +["achievementIndex"] = 16, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "C\'est de la tarte", ["numCriteria"] = 1, +["description"] = "Découvrez les traditions culinaires des Drémoras.", ["Category"] = "Veteran Dungeons", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez les traditions culinaires des Drémoras.", -["achievementIndex"] = 1, +["Category_ID"] = 5, } , [1112] = { +["name"] = "Pèlerin de Raidelorn", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Pèlerin de Raidelorn", ["SubCategory_ID"] = 7, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Effectuez le pèlerinage du passage gris dans le temps imparti.", ["Category"] = "Quests", ["points"] = 15, ["nextId"] = 0, -["description"] = "Effectuez le pèlerinage du passage gris dans le temps imparti.", ["Category_ID"] = 7, } , [1113] = { +["name"] = "Sanctum ophidia : fosse à repas", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Sanctum ophidia : fosse à repas", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Utilisez la pile de nourriture du Sanctum ophidia et survivez à la bataille qui s\'ensuit.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 0, -["description"] = "Utilisez la pile de nourriture du Sanctum ophidia et survivez à la bataille qui s\'ensuit.", ["Category_ID"] = 4, } , [1114] = { +["name"] = "Un monde embrasé", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Un monde embrasé", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans la Cité des cendres Vétéran II, passez un pacte avec le tome frigide, puis terrassez Valkyn Skoria.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Dans la Cité des cendres Vétéran II, passez un pacte avec le tome frigide, puis terrassez Valkyn Skoria.", ["Category_ID"] = 5, } , [1115] = { +["name"] = "Distributeur de dégâts des épreuves.", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Distributeur de dégâts des épreuves.", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Infligez 1 000 000 de points de dégâts pendant les épreuves.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Infligez 1 000 000 de points de dégâts pendant les épreuves.", ["Category_ID"] = 4, } , [1116] = { +["name"] = "Soigneur des épreuves", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Soigneur des épreuves", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Soignez vos alliés pour 1 000 000 de points de dégâts pendant les épreuves.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Soignez vos alliés pour 1 000 000 de points de dégâts pendant les épreuves.", ["Category_ID"] = 4, } , [1117] = { +["name"] = "Bloqueur des épreuves", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Bloqueur des épreuves", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Bloquez pour 1 000 000 de points de dégâts pendant les épreuves.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Bloquez pour 1 000 000 de points de dégâts pendant les épreuves.", ["Category_ID"] = 4, } , [1120] = { +["name"] = "Conquérant de la Tour d\'or blanc", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "Conquérant de la Tour d\'or blanc", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez l\'Adjudicateur, la garde d\'élite, l\'inhibiteur planaire et Molag Kena dans la Tour d\'or blanc Vétéran.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez l\'Adjudicateur, la garde d\'élite, l\'inhibiteur planaire et Molag Kena dans la Tour d\'or blanc Vétéran.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1121] = { +["name"] = "Possessions terrestres", +["achievementIndex"] = 28, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Possessions terrestres", ["SubCategory_ID"] = 5, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Trouvez la cachette de Geldrion à Belkarth.", ["Category"] = "Exploration", ["points"] = 5, ["nextId"] = 0, -["description"] = "Trouvez la cachette de Geldrion à Belkarth.", ["Category_ID"] = 6, } , [1122] = { +["name"] = "Maître de l\'évasion", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "Maître de l\'évasion", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Libérez les prisonniers du pénitencier de la cité impériale.", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Libérez les prisonniers du pénitencier de la cité impériale.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1123] = { +["name"] = "Sanctum ophidia terminé", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Sanctum ophidia terminé", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Céleste Serpent.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Céleste Serpent.", ["Category_ID"] = 4, } , [1124] = { +["name"] = "Course contre la montre : Sanctum ophidia", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Course contre la montre : Sanctum ophidia", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez le Sanctum ophidia en moins de 33 minutes.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Explorez le Sanctum ophidia en moins de 33 minutes.", ["Category_ID"] = 4, } , [1126] = { +["name"] = "Grand explorateur du haut Raidelorn", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Grand explorateur du haut Raidelorn", ["SubCategory_ID"] = 5, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du haut Raidelorn.", ["Category"] = "Exploration", ["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez toutes les grottes et le territoire du haut Raidelorn.", ["Category_ID"] = 6, } , [1127] = { +["name"] = "Explorateur des grottes du haut Raidelorn.", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Explorateur des grottes du haut Raidelorn.", ["SubCategory_ID"] = 5, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six grottes du haut Raidelorn.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes du haut Raidelorn.", ["Category_ID"] = 6, } , [1128] = { +["name"] = "La grande évasion", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "La grande évasion", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez tous les mini-boss et boss de la prison de la cité impériale Vétéran en moins de quarante-cinq minutes après le début du donjon. Le chronomètre commence lorsque les joueurs entrent dans le bastion.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les mini-boss et boss de la prison de la cité impériale Vétéran en moins de quarante-cinq minutes après le début du donjon. Le chronomètre commence lorsque les joueurs entrent dans le bastion.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1129] = { +["name"] = "Détention à vie", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "Détention à vie", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez tous les mini-boss et boss de la prison de la cité impériale Vétéran sans qu\'un seule membre du groupe ne meure.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les mini-boss et boss de la prison de la cité impériale Vétéran sans qu\'un seule membre du groupe ne meure.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1130] = { +["name"] = "Tueur des observateurs vigilants", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "Tueur des observateurs vigilants", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 50 observateurs vigilants dans la Prison de la cité impériale Vétéran.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 50 observateurs vigilants dans la Prison de la cité impériale Vétéran.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1131] = { +["name"] = "Tueur de sans esprit", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "Tueur de sans esprit", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 300 sans esprit dans la Prison de la cité impériale Vétéran.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 300 sans esprit dans la Prison de la cité impériale Vétéran.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1132] = { +["name"] = "Accomplisseur de défis de la cité impériale", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "Accomplisseur de défis de la cité impériale", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Accomplissez les défis indiqués dans les donjons Vétéran de la cité impériale.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les défis indiqués dans les donjons Vétéran de la cité impériale.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1133] = { +["name"] = "Loin des yeux", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "Loin des yeux", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans la Prison de la cité impériale, vainquez l\'Ennemi, Ibomez le Sculpte-chairs, la sentinelle Lumetombe, l\'abomination de chair et le seigneur gardien Crépuscule sans que les observateurs vigilants ne remarquent un seul membre du groupe.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Dans la Prison de la cité impériale, vainquez l\'Ennemi, Ibomez le Sculpte-chairs, la sentinelle Lumetombe, l\'abomination de chair et le seigneur gardien Crépuscule sans que les observateurs vigilants ne remarquent un seul membre du groupe.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1136] = { +["name"] = "Citadelle d\'Hel Ra mode difficile", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Citadelle d\'Hel Ra mode difficile", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Céleste Guerrier après l\'avoir fait enrager en détruisant son armée de statues.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Céleste Guerrier après l\'avoir fait enrager en détruisant son armée de statues.", ["Category_ID"] = 4, } , [1137] = { +["name"] = "Archive æthérienne mode difficile", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Archive æthérienne mode difficile", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Céleste Mage après l\'avoir fait enrager en détruisant ses orbes æthériens.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Céleste Mage après l\'avoir fait enrager en détruisant ses orbes æthériens.", ["Category_ID"] = 4, } , [1138] = { +["name"] = "Sanctum ophidia mode difficile", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Sanctum ophidia mode difficile", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Céleste Serpent après avoir profané les étendards sacrés de la Cour écailleuse.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Céleste Serpent après avoir profané les étendards sacrés de la Cour écailleuse.", ["Category_ID"] = 4, } , [1139] = { +["name"] = "Conquérant des Épreuves de Raidelorn", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Conquérant des Épreuves de Raidelorn", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Terminez la Citadelle d\'Hel Ra, l\'Archive æthérienne et le Sanctum ophidia à leur difficulté maximale.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez la Citadelle d\'Hel Ra, l\'Archive æthérienne et le Sanctum ophidia à leur difficulté maximale.", ["Category_ID"] = 4, } , [1140] = { +["name"] = "Conquérant de l\'arène de l\'Étoile du dragon", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Conquérant de l\'arène de l\'Étoile du dragon", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Conquérez tous les concurrents de la version la plus difficile de l\'arène de l\'Étoile du dragon", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Conquérez tous les concurrents de la version la plus difficile de l\'arène de l\'Étoile du dragon", ["Category_ID"] = 4, } , [1142] = { +["name"] = "Danseur de la lumière noire", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "Danseur de la lumière noire", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Gardien-chef Crépuscule de la Prison de la cité impériale pendant que les membres de votre groupe et vous évitez toutes les Détonations de lumière noire.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Gardien-chef Crépuscule de la Prison de la cité impériale pendant que les membres de votre groupe et vous évitez toutes les Détonations de lumière noire.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1143] = { +["name"] = "Complétiste de Raidelorn", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Complétiste de Raidelorn", ["SubCategory_ID"] = 7, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Éliminez la menace du Serpent et de sa Cour écailleuse dans tout Raidelorn.", ["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Éliminez la menace du Serpent et de sa Cour écailleuse dans tout Raidelorn.", ["Category_ID"] = 7, } , [1150] = { +["name"] = "Prête-serment", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 1150, -["Category_ID"] = 4, -["name"] = "Prête-serment", ["numCriteria"] = 1, +["description"] = "Complétez un serment des Indomptables que vous assigne Maj al-Ragath.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 1151, -["description"] = "Complétez un serment des Indomptables que vous assigne Maj al-Ragath.", -["achievementIndex"] = 4, +["Category_ID"] = 4, } , [1151] = { -["prevId"] = 1150, -["firstID"] = 1150, -["Category_ID"] = 4, ["name"] = "Indomptable en herbe", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, +["description"] = "Complétez 10 serments des Indomptables que vous assigne Maj al-Ragath.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 1152, -["description"] = "Complétez 10 serments des Indomptables que vous assigne Maj al-Ragath.", -["achievementIndex"] = 4, +["Category_ID"] = 4, } , [1152] = { -["prevId"] = 1151, -["firstID"] = 1150, -["Category_ID"] = 4, ["name"] = "Indomptable toujours !", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, +["description"] = "Complétez 50 serments des Indomptables que vous assigne Maj al-Ragath.", ["Category"] = "Dungeons", ["points"] = 15, ["nextId"] = 1153, -["description"] = "Complétez 50 serments des Indomptables que vous assigne Maj al-Ragath.", -["achievementIndex"] = 4, +["Category_ID"] = 4, } , [1153] = { +["name"] = "Bras droit du commandant", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 1150, -["Category_ID"] = 4, -["name"] = "Bras droit du commandant", ["numCriteria"] = 1, +["description"] = "Complétez 100 serments des Indomptables que vous assigne Maj al-Ragath.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Complétez 100 serments des Indomptables que vous assigne Maj al-Ragath.", -["achievementIndex"] = 4, +["Category_ID"] = 4, } , [1154] = { +["name"] = "Prouvez-leur qu\'ils ont tort", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 1154, -["Category_ID"] = 4, -["name"] = "Prouvez-leur qu\'ils ont tort", ["numCriteria"] = 1, +["description"] = "Complétez un serment des Indomptables que vous assigne Glirion Barbe-Rousse.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 1155, -["description"] = "Complétez un serment des Indomptables que vous assigne Glirion Barbe-Rousse.", -["achievementIndex"] = 3, +["Category_ID"] = 4, } , [1155] = { -["prevId"] = 1154, -["firstID"] = 1154, -["Category_ID"] = 4, ["name"] = "Vous respirez toujours", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, +["description"] = "Complétez 10 serments des Indomptables que vous assigne Glirion Barbe-Rousse.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 1156, -["description"] = "Complétez 10 serments des Indomptables que vous assigne Glirion Barbe-Rousse.", -["achievementIndex"] = 3, +["Category_ID"] = 4, } , [1156] = { -["prevId"] = 1155, -["firstID"] = 1154, -["Category_ID"] = 4, ["name"] = "Votre heure n\'a pas sonné", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, +["description"] = "Complétez 50 serments des Indomptables que vous assigne Glirion Barbe-Rousse.", ["Category"] = "Dungeons", ["points"] = 15, ["nextId"] = 1157, -["description"] = "Complétez 50 serments des Indomptables que vous assigne Glirion Barbe-Rousse.", -["achievementIndex"] = 3, +["Category_ID"] = 4, } , [1157] = { +["name"] = "Compagnon de Glirion", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 1154, -["Category_ID"] = 4, -["name"] = "Compagnon de Glirion", ["numCriteria"] = 1, +["description"] = "Complétez 100 serments des Indomptables que vous assigne Glirion Barbe-Rousse.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Complétez 100 serments des Indomptables que vous assigne Glirion Barbe-Rousse.", -["achievementIndex"] = 3, +["Category_ID"] = 4, } , [1158] = { +["name"] = "L\'appel des Indomptables", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 4, -["name"] = "L\'appel des Indomptables", ["numCriteria"] = 1, +["description"] = "Atteignez le niveau 45 pour attirer l\'attention des Indomptables.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Atteignez le niveau 45 pour attirer l\'attention des Indomptables.", -["achievementIndex"] = 10, +["Category_ID"] = 4, } , [1159] = { +["name"] = "Amoureux des terres mortes", +["achievementIndex"] = 15, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Amoureux des terres mortes", ["numCriteria"] = 8, +["description"] = "Déverrouillez tous les succès de la Cité des cendres Vétéran II.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Déverrouillez tous les succès de la Cité des cendres Vétéran II.", -["achievementIndex"] = 25, +["Category_ID"] = 5, } , [1160] = { +["name"] = "Chasseur d\'Éclats célestes de la cité impériale", +["achievementIndex"] = 12, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Chasseur d\'Éclats célestes de la cité impériale", ["numCriteria"] = 13, +["description"] = "Trouvez les 13 Éclats célestes de la cité impériale", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Trouvez les 13 Éclats célestes de la cité impériale", -["achievementIndex"] = 14, +["Category_ID"] = 27, } , [1169] = { +["name"] = "Éclaireur des égouts impériaux", +["achievementIndex"] = 14, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Éclaireur des égouts impériaux", ["numCriteria"] = 6, +["description"] = "Découvrez tous les lieux remarquables des égouts impériaux.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables des égouts impériaux.", -["achievementIndex"] = 15, +["Category_ID"] = 27, } , [1171] = { +["name"] = "Serrurier de la Cité impériale", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Serrurier de la Cité impériale", ["numCriteria"] = 6, +["description"] = "Assemblez une clef pour chaque coffre à trophée de la Cité impériale.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Assemblez une clef pour chaque coffre à trophée de la Cité impériale.", -["achievementIndex"] = 13, +["Category_ID"] = 27, } , [1172] = { +["name"] = "Passe-partout", +["achievementIndex"] = 15, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Passe-partout", ["numCriteria"] = 1, +["description"] = "Assemblez un total de 25 clefs pour les salles des trophées de la cité impériale.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Assemblez un total de 25 clefs pour les salles des trophées de la cité impériale.", -["achievementIndex"] = 16, +["Category_ID"] = 27, } , [1174] = { +["name"] = "Fléau des horreurs", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Fléau des horreurs", ["numCriteria"] = 12, +["description"] = "Tuez toutes les patrouilles horrifiques de la cité impériale.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tuez toutes les patrouilles horrifiques de la cité impériale.", -["achievementIndex"] = 9, +["Category_ID"] = 27, } , [1175] = { +["name"] = "Le sublime Protecteur", +["achievementIndex"] = 19, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Le sublime Protecteur", ["numCriteria"] = 7, +["description"] = "Mettez fin aux projets secrets de Molag Bal dans la cité impériale.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Mettez fin aux projets secrets de Molag Bal dans la cité impériale.", -["achievementIndex"] = 19, +["Category_ID"] = 27, } , [1176] = { +["name"] = "Recrue de la cité impériale", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 1176, -["Category_ID"] = 26, -["name"] = "Recrue de la cité impériale", ["numCriteria"] = 1, +["description"] = "Tuez 1 joueur dans la cité impériale.", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 1177, -["description"] = "Tuez 1 joueur dans la cité impériale.", -["achievementIndex"] = 3, +["Category_ID"] = 27, } , [1177] = { -["prevId"] = 1176, -["firstID"] = 1176, -["Category_ID"] = 26, ["name"] = "Vétéran de la cité impériale", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 1176, ["numCriteria"] = 1, +["description"] = "Tuez 50 joueurs dans la cité impériale.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1178, -["description"] = "Tuez 50 joueurs dans la cité impériale.", -["achievementIndex"] = 3, +["Category_ID"] = 27, } , [1178] = { +["name"] = "Seigneur de guerre de la cité impériale", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 1176, -["Category_ID"] = 26, -["name"] = "Seigneur de guerre de la cité impériale", ["numCriteria"] = 1, +["description"] = "Tuez 100 joueurs dans la cité impériale.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tuez 100 joueurs dans la cité impériale.", -["achievementIndex"] = 3, +["Category_ID"] = 27, } , [1179] = { +["name"] = "Jackpot", +["achievementIndex"] = 18, ["prevId"] = 0, ["firstID"] = 1314, -["Category_ID"] = 26, -["name"] = "Jackpot", ["numCriteria"] = 1, +["description"] = "Gagnez 900 pierres de Tel Var d\'un coup.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Gagnez 900 pierres de Tel Var d\'un coup.", -["achievementIndex"] = 2, +["Category_ID"] = 27, } , [1181] = { +["name"] = "Maître du style Xivkyn", +["achievementIndex"] = 20, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Maître du style Xivkyn", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style Xivkyn, que l\'on trouve dans des caches daedriques de la cité impériale.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style Xivkyn, que l\'on trouve dans des caches daedriques de la cité impériale.", -["achievementIndex"] = 20, +["Category_ID"] = 27, } , [1182] = { +["name"] = "Traqueur de galopin avare", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 1182, -["Category_ID"] = 26, -["name"] = "Traqueur de galopin avare", ["numCriteria"] = 1, +["description"] = "Tuez 1 galopin avare dans les égouts impériaux.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1269, -["description"] = "Tuez 1 galopin avare dans les égouts impériaux.", -["achievementIndex"] = 5, +["Category_ID"] = 27, } , [1184] = { +["name"] = "Champion de l\'Arène impériale", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Champion de l\'Arène impériale", ["numCriteria"] = 4, +["description"] = "Terminez l\'Arène de la cité impériale en tuant la maîtresse et ses monstrueux serviteurs.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez l\'Arène de la cité impériale en tuant la maîtresse et ses monstrueux serviteurs.", -["achievementIndex"] = 10, +["Category_ID"] = 27, } , [1185] = { +["name"] = "Protecteur de la foi", +["achievementIndex"] = 16, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Protecteur de la foi", ["numCriteria"] = 1, +["description"] = "Terminez le Temple de la cité impériale en vainquant le titan Daedra Uzuruz.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez le Temple de la cité impériale en vainquant le titan Daedra Uzuruz.", -["achievementIndex"] = 17, +["Category_ID"] = 27, } , [1186] = { +["name"] = "Pêcheur de la cité impériale", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Pêcheur de la cité impériale", ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de la cité impériale", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de la cité impériale", -["achievementIndex"] = 11, +["Category_ID"] = 27, } , [1235] = { +["name"] = "Événement de groupe de Rkindaleft", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Événement de groupe de Rkindaleft", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Activez l\'antique centurion de Rkindaleft.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Activez l\'antique centurion de Rkindaleft.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1236] = { +["name"] = "Conquérant de Rkindaleft", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Conquérant de Rkindaleft", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez tous les champions de Rkindaleft.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions de Rkindaleft.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1237] = { +["name"] = "Vainqueur de Rkindaleft", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Vainqueur de Rkindaleft", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez 3 champions dans le donjon public de Rkindaleft.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez 3 champions dans le donjon public de Rkindaleft.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1238] = { +["name"] = "Événement de groupe d\'Orsinium-la-Vieille", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Événement de groupe d\'Orsinium-la-Vieille", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Résistez à l\'assaut des adeptes dans Orsinium-la-Vieille.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Résistez à l\'assaut des adeptes dans Orsinium-la-Vieille.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1239] = { +["name"] = "Conquérant d\'Orsinium-la-Vieille", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Conquérant d\'Orsinium-la-Vieille", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les champions d\'Orsinium-la-Vieille", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les champions d\'Orsinium-la-Vieille", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1240] = { +["name"] = "Vainqueur d\'Orsinium-la-Vieille", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Vainqueur d\'Orsinium-la-Vieille", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez 3 champions dans le donjon public d\'Orsinium-la-Vieille.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez 3 champions dans le donjon public d\'Orsinium-la-Vieille.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1241] = { +["name"] = "Touriste de Wrothgar", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 1241, ["SubCategory"] = "Quests", -["name"] = "Touriste de Wrothgar", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Accomplissez 3 quêtes à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1242, -["description"] = "Accomplissez 3 quêtes à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1242] = { -["prevId"] = 1241, -["firstID"] = 1241, -["SubCategory"] = "Quests", ["name"] = "Explorateur de Wrothgar", +["achievementIndex"] = 6, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Accomplissez 9 quêtes à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1243, -["description"] = "Accomplissez 9 quêtes à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1243] = { -["prevId"] = 1242, -["firstID"] = 1241, -["SubCategory"] = "Quests", ["name"] = "Pionnier de Wrothgar", +["achievementIndex"] = 6, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Accomplissez 15 quêtes à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1244, -["description"] = "Accomplissez 15 quêtes à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1244] = { -["prevId"] = 1243, -["firstID"] = 1241, -["SubCategory"] = "Quests", ["name"] = "Éclaireur de Wrothgar", +["achievementIndex"] = 6, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Accomplissez 21 quêtes à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1245, -["description"] = "Accomplissez 21 quêtes à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1245] = { -["prevId"] = 1244, -["firstID"] = 1241, -["SubCategory"] = "Quests", ["name"] = "Aventurier de Wrothgar", +["achievementIndex"] = 6, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1241, ["numCriteria"] = 1, +["description"] = "Accomplissez 27 quêtes à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez 27 quêtes à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1247] = { +["name"] = "Une dernière bagarre", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Une dernière bagarre", ["SubCategory_ID"] = 1, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Donnez une mort glorieuse à 5 Orques âgés.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Donnez une mort glorieuse à 5 Orques âgés.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1248] = { +["name"] = "Héros de Wrothgar", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Héros de Wrothgar", ["numCriteria"] = 6, +["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros de Wrothgar.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros de Wrothgar.", -["achievementIndex"] = 1, +["Category_ID"] = 26, } , [1249] = { +["name"] = "Protecteur d\'Orsinium", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Protecteur d\'Orsinium", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez 4 boss sauvages de Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez 4 boss sauvages de Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1250] = { +["name"] = "Chasseur de reliques de Wrothgar", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 1250, -["Category_ID"] = 25, -["name"] = "Chasseur de reliques de Wrothgar", ["numCriteria"] = 20, +["description"] = "Rassemblez 16 reliques pour la Maison de la gloire des Orsimers.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 1324, -["description"] = "Rassemblez 16 reliques pour la Maison de la gloire des Orsimers.", -["achievementIndex"] = 2, +["Category_ID"] = 26, } , [1257] = { +["name"] = "Tueur des donjons de Wrothgar", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Tueur des donjons de Wrothgar", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Complétez les deux succès de boss de donjons publics de Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Complétez les deux succès de boss de donjons publics de Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , -[1260] = { +[2559] = { +["name"] = "Maître explorateur du sud d\'Elsweyr", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", +["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les antres et lieux remarquables du sud d\'Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[2558] = { +["name"] = "Explorateur de la crique lunaire", +["achievementIndex"] = 5, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explorez et videz la Crique lunaire.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[1260] = { ["name"] = "La main derrière le trône", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Terminez les quêtes principales de Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez les quêtes principales de Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1261] = { +["name"] = "Assassin de xivkyn", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 1261, -["Category_ID"] = 26, -["name"] = "Assassin de xivkyn", ["numCriteria"] = 1, +["description"] = "Tuez 1 membre de la Garde d\'élite de Havreglace.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1262, -["description"] = "Tuez 1 membre de la Garde d\'élite de Havreglace.", -["achievementIndex"] = 7, +["Category_ID"] = 27, } , [1262] = { +["name"] = "Fléau des xivkyn", +["achievementIndex"] = 4, ["prevId"] = 1261, ["firstID"] = 1261, -["Category_ID"] = 26, -["name"] = "Fléau des xivkyn", ["numCriteria"] = 1, +["description"] = "Tuez 50 membres de la Garde d\'élite de Havreglace.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 1263, -["description"] = "Tuez 50 membres de la Garde d\'élite de Havreglace.", -["achievementIndex"] = 7, +["Category_ID"] = 27, } , [1263] = { +["name"] = "Plaie des xivkyn", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 1261, -["Category_ID"] = 26, -["name"] = "Plaie des xivkyn", ["numCriteria"] = 1, +["description"] = "Tuez 100 membres de la Garde d\'élite de Havreglace.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Tuez 100 membres de la Garde d\'élite de Havreglace.", -["achievementIndex"] = 7, +["Category_ID"] = 27, } , -[1267] = { +[2548] = { +["name"] = "Tueur de colosse squelette", +["achievementIndex"] = 23, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 26, +["numCriteria"] = 1, +["description"] = "Vaincre 10 colosses squelettes dans le Sépulcre profane Vétéran.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2547] = { +["name"] = "Tueur de Draugrien", +["achievementIndex"] = 22, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre 200 guerriers Draugriens dans le Sépulcre profane Vétéran.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2560] = { +["name"] = "Spéléologue du sud d\'Elsweyr", +["achievementIndex"] = 3, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les deux cavernes explorables du sud d\'Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[1267] = { ["name"] = "Gladiateur de l\'alliance", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez 100 joueurs dans l\'arène impériale.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tuez 100 joueurs dans l\'arène impériale.", -["achievementIndex"] = 8, +["Category_ID"] = 27, } , [1268] = { +["name"] = "Traqueur de galopin rusé", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 1268, -["Category_ID"] = 26, -["name"] = "Traqueur de galopin rusé", ["numCriteria"] = 1, +["description"] = "Tuez 1 galopin rusé lors de vos aventures dans les égouts impériaux.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1271, -["description"] = "Tuez 1 galopin rusé lors de vos aventures dans les égouts impériaux.", -["achievementIndex"] = 6, +["Category_ID"] = 27, } , [1269] = { +["name"] = "Tueur de galopins avares", +["achievementIndex"] = 3, ["prevId"] = 1182, ["firstID"] = 1182, -["Category_ID"] = 26, -["name"] = "Tueur de galopins avares", ["numCriteria"] = 1, +["description"] = "Tuez 50 galopins avares lors de vos aventures dans les égouts impériaux.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 1270, -["description"] = "Tuez 50 galopins avares lors de vos aventures dans les égouts impériaux.", -["achievementIndex"] = 5, +["Category_ID"] = 27, } , [1270] = { +["name"] = "Exterminateur de galopins avares", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 1182, -["Category_ID"] = 26, -["name"] = "Exterminateur de galopins avares", ["numCriteria"] = 1, +["description"] = "Tuez 100 galopins avares lors de vos aventures dans les égouts impériaux.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Tuez 100 galopins avares lors de vos aventures dans les égouts impériaux.", -["achievementIndex"] = 5, +["Category_ID"] = 27, } , [1271] = { +["name"] = "Tueur de galopins rusés", +["achievementIndex"] = 2, ["prevId"] = 1268, ["firstID"] = 1268, -["Category_ID"] = 26, -["name"] = "Tueur de galopins rusés", ["numCriteria"] = 1, +["description"] = "Tuez 50 galopins rusés lors de vos aventures dans les égouts impériaux.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 1272, -["description"] = "Tuez 50 galopins rusés lors de vos aventures dans les égouts impériaux.", -["achievementIndex"] = 6, +["Category_ID"] = 27, } , [1272] = { +["name"] = "Exterminateur de galopins rusés", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 1268, -["Category_ID"] = 26, -["name"] = "Exterminateur de galopins rusés", ["numCriteria"] = 1, +["description"] = "Tuez 100 galopins rusés lors de vos aventures dans les égouts impériaux.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Tuez 100 galopins rusés lors de vos aventures dans les égouts impériaux.", -["achievementIndex"] = 6, +["Category_ID"] = 27, } , [1273] = { +["name"] = "Porteur de lumière impérial", +["achievementIndex"] = 13, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Porteur de lumière impérial", ["numCriteria"] = 1, +["description"] = "Terminez les événements de Barathrum Centrata dans les profondeurs de la cité impériale.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez les événements de Barathrum Centrata dans les profondeurs de la cité impériale.", -["achievementIndex"] = 4, +["Category_ID"] = 27, } , -[1275] = { +[2545] = { +["name"] = "Concurrent de Crève-Nève", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "White Gold Tower", +["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans Crève-Nève Vétéran.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[1275] = { ["name"] = "Premier au sommet", +["achievementIndex"] = 3, +["prevId"] = 0, +["SubCategory"] = "White Gold Tower", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Adjudicateur, la Garde de l\'Impératrice régente, l\'Inhibiteur planaire et Molag Kena dans la Tour d\'or blanc Vétéran en moins de 30 minutes. Le chronomètre démarre lorsque vous entrez sur l\'Avenue de l\'empereur vert.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'Adjudicateur, la Garde de l\'Impératrice régente, l\'Inhibiteur planaire et Molag Kena dans la Tour d\'or blanc Vétéran en moins de 30 minutes. Le chronomètre démarre lorsque vous entrez sur l\'Avenue de l\'empereur vert.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1276] = { +["name"] = "Faire bisquer une Tharn", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "Faire bisquer une Tharn", ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Adjudicateur, la Garde de l\'Impératrice régente, l\'Inhibiteur planaire et Molag Kena dans la Tour d\'or blanc Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'Adjudicateur, la Garde de l\'Impératrice régente, l\'Inhibiteur planaire et Molag Kena dans la Tour d\'or blanc Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1277] = { +["name"] = "Brise-corne", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "Brise-corne", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 100 xivkyn dans la Tour d\'or blanc Vétéran.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 100 xivkyn dans la Tour d\'or blanc Vétéran.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1278] = { +["name"] = "Faucheur de Daedroth", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "Faucheur de Daedroth", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 75 Daedroth dans la Tour d\'or blanc Vétéran.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 75 Daedroth dans la Tour d\'or blanc Vétéran.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1279] = { +["name"] = "La rage de l\'orage", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "La rage de l\'orage", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans la Tour d\'or blanc Vétéran, menez le rituel énoncé dans le Tome de l\'Obélisque, puis vainquez Molag Kena.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Dans la Tour d\'or blanc Vétéran, menez le rituel énoncé dans le Tome de l\'Obélisque, puis vainquez Molag Kena.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1280] = { +["name"] = "Entrée interdite", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "Entrée interdite", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans la Tour d\'or blanc Vétéran, détruisez tous les portails pour empêcher les renforts de l\'Inhibiteur planaire d\'arriver.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Dans la Tour d\'or blanc Vétéran, détruisez tous les portails pour empêcher les renforts de l\'Inhibiteur planaire d\'arriver.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1281] = { +["name"] = "Transgressions impériales", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "Transgressions impériales", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Trouvez toutes les pierres parlantes de la Tour d\'or blanc et interagissez avec elles.", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Trouvez toutes les pierres parlantes de la Tour d\'or blanc et interagissez avec elles.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , -[1285] = { +[2544] = { +["name"] = "Explorateur d\'Harrowstorm", +["achievementIndex"] = 1, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Exploration", +["numCriteria"] = 1, +["description"] = "Entrer dans Crève-Nève ou le Sépulcre profane pour la première fois.", +["Category"] = "Harrowstorm", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2543] = { +["name"] = "À l\'épreuve du mal", +["achievementIndex"] = 7, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre toutes les rencontres en plus de Kjarg le Gratte-défenses, Sœur Skelga, Vearogh le Traînard, le Revenant Enfant de la foudre, et les Sorcières de Crève-Nève dans Crève-Nève Vétéran sans qu\'un seul membre du groupe ne meure.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2542] = { +["name"] = "Hâte du thane", +["achievementIndex"] = 6, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre Kjarg le Gratte-défenses, Sœur Skelga, Vearogh le Traînard, le Revenant Enfant de la foudre, et les Sorcières de Crève-Nève moins de 30 minutes après être entré dans Crève-Nève Vétéran. Votre chronomètre commence lorsque vous attaquez le premier groupe d\'ennemis.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[1285] = { ["name"] = "Tuez la Vieille Snagara", -["SubCategory_ID"] = 1, ["achievementIndex"] = 18, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez la Vieille Snagara l\'échatère dans le Campement des Braconniers.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuez la Vieille Snagara l\'échatère dans le Campement des Braconniers.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1286] = { +["name"] = "Tuez Zanadunoz la Renaissante", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Tuez Zanadunoz la Renaissante", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Zanadunoz la Renaissante au dolmen inachevé.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Zanadunoz la Renaissante au dolmen inachevé.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1287] = { +["name"] = "Régicide riekr", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Régicide riekr", ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le régent riekr roi-chef Edu au Trône du roi-chef.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuez le régent riekr roi-chef Edu au Trône du roi-chef.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1288] = { +["name"] = "Tuez Corintthac l\'Abomination", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Tuez Corintthac l\'Abomination", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le guerrier roncecœur Nédhiver, Corintthac l\'Abomination, à la Pouponnière maudite.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuez le guerrier roncecœur Nédhiver, Corintthac l\'Abomination, à la Pouponnière maudite.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1289] = { +["name"] = "Tuez l\'ogre Urkazbur le Fou", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Tuez l\'ogre Urkazbur le Fou", ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez Urkazbur le Fou à l\'autel de l\'Ogre Fou.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuez Urkazbur le Fou à l\'autel de l\'Ogre Fou.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1290] = { +["name"] = "Tuez Nuzchaleft", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Tuez Nuzchaleft", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez Nuzchaleft le centurion dwemer aux Chutes de Nuzchaleft.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuez Nuzchaleft le centurion dwemer aux Chutes de Nuzchaleft.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , -[1297] = { +[2541] = { +["name"] = "Tueur de sang-froid", +["achievementIndex"] = 5, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur du chenil de Nikolvara", -["SubCategory_ID"] = 1, -["achievementIndex"] = 23, ["numCriteria"] = 1, -["Category"] = "Orsinium", -["points"] = 5, +["description"] = "Dans Crève-Nève Vétéran, vaincre les sorcières de Crève-Nève après avoir brûlé leur totem en osier.", +["Category"] = "Harrowstorm", +["points"] = 50, ["nextId"] = 0, -["description"] = "Explorez et videz le chenil de Nikolvara.", -["Category_ID"] = 25, +["Category_ID"] = 14, } , -[1298] = { +[2540] = { +["name"] = "Conquérant de Crève-Nève", +["achievementIndex"] = 4, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur de la caverne de Froideperche", -["SubCategory_ID"] = 1, -["achievementIndex"] = 12, -["numCriteria"] = 1, -["Category"] = "Orsinium", -["points"] = 5, +["numCriteria"] = 5, +["description"] = "Vaincre Kjarg le Gratte-défenses, Sœur Skelga, Vearogh le Traînard, le Revenant Enfant de la foudre, et les Sorcières de Crève-Nève dans Crève-Nève Vétéran.", +["Category"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la Caverne de Froideperche.", -["Category_ID"] = 25, +["Category_ID"] = 14, } , -[1299] = { +[2539] = { +["name"] = "Vainqueur de Crève-Nève", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur de la mine d\'argent", +["SubCategory"] = "General", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, -["numCriteria"] = 1, -["Category"] = "Orsinium", -["points"] = 5, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Vaincre Kjarg le Gratte-défenses, Sœur Skelga, Vearogh le Traînard, le Revenant Enfant de la foudre, et les Sorcières de Crève-Nève dans Crève-Nève.", +["Category"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la Mine d\'argent", -["Category_ID"] = 25, +["Category_ID"] = 14, } , -[1300] = { +[2564] = { +["name"] = "Terreur du Gardien du temple", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur du sanctuaire de Thukhozod", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Orsinium", -["points"] = 5, +["description"] = "Vainquez le gardien du temple Iratan le Porteur de Lumière à l\'Autel des Reforgés.", +["Category"] = "Dragonhold", +["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le sanctuaire de Thukhozod.", -["Category_ID"] = 25, +["Category_ID"] = 15, } , -[1301] = { +[2565] = { +["name"] = "La fin de l\'exil", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur du retranchement du guetteur", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Orsinium", -["points"] = 5, +["description"] = "Vainquez l\'adepte exilé Ri\'Atahrashi sur son terrain d\'entraînement.", +["Category"] = "Dragonhold", +["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz le retranchement du Guetteur.", -["Category_ID"] = 25, +["Category_ID"] = 15, } , -[1302] = { +[2566] = { +["name"] = "Maître pêcheur de la Petite zone", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur de Zthenganaz", -["SubCategory_ID"] = 1, -["achievementIndex"] = 16, -["numCriteria"] = 1, -["Category"] = "Orsinium", -["points"] = 5, -["nextId"] = 0, +["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares du sud d\'Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[1297] = { +["name"] = "Explorateur du chenil de Nikolvara", +["achievementIndex"] = 7, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explorez et videz le chenil de Nikolvara.", +["Category"] = "Orsinium", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1298] = { +["name"] = "Explorateur de la caverne de Froideperche", +["achievementIndex"] = 8, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explorez et videz la Caverne de Froideperche.", +["Category"] = "Orsinium", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1299] = { +["name"] = "Explorateur de la mine d\'argent", +["achievementIndex"] = 9, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explorez et videz la Mine d\'argent", +["Category"] = "Orsinium", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1300] = { +["name"] = "Explorateur du sanctuaire de Thukhozod", +["achievementIndex"] = 10, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explorez et videz le sanctuaire de Thukhozod.", +["Category"] = "Orsinium", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1301] = { +["name"] = "Explorateur du retranchement du guetteur", +["achievementIndex"] = 11, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explorez et videz le retranchement du Guetteur.", +["Category"] = "Orsinium", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1302] = { +["name"] = "Explorateur de Zthenganaz", +["achievementIndex"] = 12, +["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explorez et videz Zthenganaz.", -["Category_ID"] = 25, +["Category"] = "Orsinium", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 26, } , [1303] = { +["name"] = "Représailles du seigneur gardien", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "Représailles du seigneur gardien", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans la Prison de la cité impériale Vétéran, détruisez le Tome du Gardien, puis vainquez le seigneur gardien Crépuscule.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Dans la Prison de la cité impériale Vétéran, détruisez le Tome du Gardien, puis vainquez le seigneur gardien Crépuscule.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1304] = { +["name"] = "Champion de l\'Arène de Maelström", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maelstrom Arena", -["name"] = "Champion de l\'Arène de Maelström", ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 9, +["description"] = "Surmontez tous les défis et gagnez le titre de champion de l\'arène de Maelström.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Surmontez tous les défis et gagnez le titre de champion de l\'arène de Maelström.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1305] = { +["name"] = "Conquérant de l\'arène de Maelström", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maelstrom Arena", -["name"] = "Conquérant de l\'arène de Maelström", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 9, +["description"] = "Surmontez tous les défis de l\'Arène de Maelström Vétéran.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Surmontez tous les défis de l\'Arène de Maelström Vétéran.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1306] = { +["name"] = "Charybde", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "Charybde", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans la Tour d\'or blanc Vétéran, laissez-vous entièrement envelopper par les flammes de l\'Insolation de l\'Inhibiteur planaire avant qu\'il porte son attaque de Catastrophe daedrique. Puis restez en vie jusqu\'à la défaite de l\'Inhibiteur planaire.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Dans la Tour d\'or blanc Vétéran, laissez-vous entièrement envelopper par les flammes de l\'Insolation de l\'Inhibiteur planaire avant qu\'il porte son attaque de Catastrophe daedrique. Puis restez en vie jusqu\'à la défaite de l\'Inhibiteur planaire.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1307] = { +["name"] = "Serrurier des donjons de la cité impériale", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 26, -["name"] = "Serrurier des donjons de la cité impériale", ["numCriteria"] = 2, +["description"] = "Assemblez une clef pour chaque coffre à trophée des donjons de groupe de la Tour d\'or blanc et la prison de la cité impériale.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Assemblez une clef pour chaque coffre à trophée des donjons de groupe de la Tour d\'or blanc et la prison de la cité impériale.", +["Category_ID"] = 27, +} +, +[2572] = { +["name"] = "Étancher la soif", +["achievementIndex"] = 11, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Portez un coup fatal à une Soif de Sanguin avec un Hilote hémo dans le Reliquaire des Lunes funèbres Vétéran.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, +} +, +[2573] = { +["name"] = "Transfusion ratée", ["achievementIndex"] = 12, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vainquez Nisaazda et Grundwulf sans que Nisaazda n\'utilise sa compétence des Liens du sang pour égaliser leur santé dans le Reliquaire des Lunes funèbres Vétéran.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, +} +, +[2574] = { +["name"] = "Expérience commune", +["achievementIndex"] = 13, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vainquez Grundwulf et chaque membre du groupe en ne déplaçant pas la Pierre coulissante plus d\'une fois dans le Reliquaire des Lunes funèbres Vétéran.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, } , [1311] = { +["name"] = "Collectionneur de Tel Var", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 1311, -["Category_ID"] = 26, -["name"] = "Collectionneur de Tel Var", ["numCriteria"] = 1, +["description"] = "Gagnez 1 000 pierres de Tel Var avec votre personnage.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1312, -["description"] = "Gagnez 1 000 pierres de Tel Var avec votre personnage.", -["achievementIndex"] = 1, +["Category_ID"] = 27, } , [1312] = { +["name"] = "Baron de Tel Var", +["achievementIndex"] = 1, ["prevId"] = 1311, ["firstID"] = 1311, -["Category_ID"] = 26, -["name"] = "Baron de Tel Var", ["numCriteria"] = 1, +["description"] = "Gagnez 10 000 pierres de Tel Var avec votre personnage.", ["Category"] = "Imperial City", ["points"] = 15, ["nextId"] = 1313, -["description"] = "Gagnez 10 000 pierres de Tel Var avec votre personnage.", -["achievementIndex"] = 1, +["Category_ID"] = 27, } , [1313] = { -["prevId"] = 1312, -["firstID"] = 1311, -["Category_ID"] = 26, ["name"] = "Maître de Tel Var", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 1311, ["numCriteria"] = 1, +["description"] = "Gagnez 100 000 pierres de Tel Var avec votre personnage.", ["Category"] = "Imperial City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Gagnez 100 000 pierres de Tel Var avec votre personnage.", -["achievementIndex"] = 1, +["Category_ID"] = 27, } , [1314] = { +["name"] = "Butin soudain", +["achievementIndex"] = 18, ["prevId"] = 0, ["firstID"] = 1314, -["Category_ID"] = 26, -["name"] = "Butin soudain", ["numCriteria"] = 1, +["description"] = "Gagnez 300 pierres de Tel Var d\'un coup.", ["Category"] = "Imperial City", ["points"] = 5, ["nextId"] = 1315, -["description"] = "Gagnez 300 pierres de Tel Var d\'un coup.", -["achievementIndex"] = 2, +["Category_ID"] = 27, } , [1315] = { -["prevId"] = 1314, -["firstID"] = 1314, -["Category_ID"] = 26, ["name"] = "Manne inespérée", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 1314, ["numCriteria"] = 1, +["description"] = "Gagnez 600 pierres de Tel Var d\'un coup.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 1179, -["description"] = "Gagnez 600 pierres de Tel Var d\'un coup.", -["achievementIndex"] = 2, +["Category_ID"] = 27, } , [1316] = { +["name"] = "Mécène d\'Orsinium", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Mécène d\'Orsinium", ["SubCategory_ID"] = 1, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Faites 15 donnations à l\'huissière d\'Orsinium.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Faites 15 donnations à l\'huissière d\'Orsinium.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , -[2059] = { -["prevId"] = 2058, -["firstID"] = 2050, -["SubCategory"] = "Quests", -["name"] = "Fumée et miroirs", +[2584] = { +["name"] = "Botaniste aux pouces bleus", +["achievementIndex"] = 28, +["prevId"] = 0, +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Clockwork City", -["points"] = 10, -["nextId"] = 2060, -["description"] = "Terminez la quête « L\'étrangeté de Seht ».", -["Category_ID"] = 20, +["description"] = "Vaincre Maarselok tout en lui permettant de gagner les avantages des Vapeurs galvanisantes chaque fois qu\'il plonge en mode Difficile dans le Repaire de Maarselok Vétéran.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2100] = { +[2598] = { +["name"] = "Infiltrer la Nouvelle Lune", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Fermez les vannes", -["SubCategory_ID"] = 3, -["achievementIndex"] = 1, -["numCriteria"] = 6, -["Category"] = "Summerset", -["points"] = 5, -["nextId"] = 0, -["description"] = "Détruire la perle abyssale de chaque geyser abyssal du Couchant.", -["Category_ID"] = 12, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Terminez la quête « l\'Ordre de la Nouvelle Lune » dans le sud d\'Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2599, +["Category_ID"] = 15, +} +, +[2596] = { +["name"] = "Cartographe des antres", +["achievementIndex"] = 4, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Terminer la quête « Le repaire du dragon » dans le sud d\'Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2597, +["Category_ID"] = 15, } , [1320] = { +["name"] = "Chasseur d\'éclats célestes de Wrothgar", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Chasseur d\'éclats célestes de Wrothgar", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 17, +["description"] = "Trouvez les 17 éclats célestes de Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Trouvez les 17 éclats célestes de Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1321] = { +["name"] = "Spéléologue de Wrothgar", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Spéléologue de Wrothgar", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez et sécurisez les six cavernes explorables de Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six cavernes explorables de Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1322] = { +["name"] = "Maître chercheur de Wrothgar", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Maître chercheur de Wrothgar", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez tous les lieux remarquables de Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1323] = { +["name"] = "Grand explorateur de Wrothgar", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Grand explorateur de Wrothgar", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les grottes et lieux remarquables de Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les grottes et lieux remarquables de Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1324] = { -["prevId"] = 1250, -["firstID"] = 1250, -["Category_ID"] = 25, ["name"] = "Maître chasseur de reliques de Wrothgar", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1250, ["numCriteria"] = 20, +["description"] = "Rassemblez les 20 reliques pour la Maison de la gloire des Orsimers.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Rassemblez les 20 reliques pour la Maison de la gloire des Orsimers.", -["achievementIndex"] = 2, +["Category_ID"] = 26, } , [1325] = { +["name"] = "Conseiller du roi orque", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Conseiller du roi orque", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Guet-apens royal » à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « Guet-apens royal » à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1326] = { +["name"] = "Maréchal du roi orque", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Maréchal du roi orque", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez la quête « La colère d\'un roi » à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « La colère d\'un roi » à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1327] = { +["name"] = "Conquérant du roi orque", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Conquérant du roi orque", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Le roi aux mains de sang » à Wrothgar", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « Le roi aux mains de sang » à Wrothgar", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1328] = { +["name"] = "Grand aventurier de Wrothgar", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Grand aventurier de Wrothgar", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez 40 quêtes à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez 40 quêtes à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , -[2101] = { +[2076] = { +["name"] = "Asile sanctuaire terminé", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Retour à l\'abysse", +["SubCategory"] = "Asylum Sanctorium", ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, -["numCriteria"] = 10, -["Category"] = "Summerset", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux dans l\'Asile sanctuaire.", +["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez tous les boss qui peuvent apparaître aux Geysers abyssaux.", -["Category_ID"] = 12, +["Category_ID"] = 21, } , [1330] = { +["name"] = "Arène de Maelström : passage parfait", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maelstrom Arena", -["name"] = "Arène de Maelström : passage parfait", ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminer l\'Arène de Maelström Vétéran en un seul passage, sans mourir ni quitter l\'arène", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminer l\'Arène de Maelström Vétéran en un seul passage, sans mourir ni quitter l\'arène", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1331] = { +["name"] = "Sauteur des falaises de Wrothgar", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Sauteur des falaises de Wrothgar", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sautez depuis la falaise à l\'ouest de la crête de Brisegivre et survivez à la chute.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sautez depuis la falaise à l\'ouest de la crête de Brisegivre et survivez à la chute.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , -[2193] = { +[2590] = { +["name"] = "Éclaireur de Scalebreaker", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Sauveur du Couchant", -["numCriteria"] = 7, -["Category"] = "Summerset", +["numCriteria"] = 2, +["description"] = "Terminez le repaire de Maarselok et le reliquaire des Lunes funèbres en normal.", +["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le sauveur du Couchant.", -["achievementIndex"] = 3, +["Category_ID"] = 16, } , [1333] = { +["name"] = "Un par un", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 1333, ["SubCategory"] = "Quests", -["name"] = "Un par un", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 1333, ["numCriteria"] = 1, +["description"] = "Terminez 1 quête journalière de boss de groupe à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 1334, -["description"] = "Terminez 1 quête journalière de boss de groupe à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1334] = { -["prevId"] = 1333, -["firstID"] = 1333, -["SubCategory"] = "Quests", ["name"] = "Sept d\'un coup", -["SubCategory_ID"] = 2, ["achievementIndex"] = 7, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 1333, ["numCriteria"] = 1, +["description"] = "Terminez 7 quêtes journalières de boss de groupe à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1335, -["description"] = "Terminez 7 quêtes journalières de boss de groupe à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1335] = { -["prevId"] = 1334, -["firstID"] = 1333, -["SubCategory"] = "Quests", ["name"] = "Chasseur de monstres du mois", -["SubCategory_ID"] = 2, ["achievementIndex"] = 7, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 1333, ["numCriteria"] = 1, +["description"] = "Terminez 30 quêtes journalières de boss de groupe à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez 30 quêtes journalières de boss de groupe à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1336] = { +["name"] = "Un antre par jour", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 1336, ["SubCategory"] = "Quests", -["name"] = "Un antre par jour", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 1336, ["numCriteria"] = 1, +["description"] = "Terminez 1 quête journalière d\'antre à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 1337, -["description"] = "Terminez 1 quête journalière d\'antre à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1337] = { -["prevId"] = 1336, -["firstID"] = 1336, -["SubCategory"] = "Quests", ["name"] = "La semaine dans l\'antre", +["achievementIndex"] = 8, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 1336, ["numCriteria"] = 1, +["description"] = "Terminez 7 quêtes journalières d\'antre à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 1338, -["description"] = "Terminez 7 quêtes journalières d\'antre à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1338] = { -["prevId"] = 1337, -["firstID"] = 1336, -["SubCategory"] = "Quests", ["name"] = "Un mois sous terre", +["achievementIndex"] = 8, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 1336, ["numCriteria"] = 1, +["description"] = "Terminez 30 quêtes journalières d\'antre à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez 30 quêtes journalières d\'antre à Wrothgar.", -["Category_ID"] = 25, +["Category_ID"] = 26, } , [1339] = { +["name"] = "La grosse prise de Wrothgar", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "La grosse prise de Wrothgar", ["numCriteria"] = 1, +["description"] = "Attrapez le crabe-grue-carnassier rare que l\'on trouve à Wrothgar.", ["Category"] = "Orsinium", ["points"] = 10, ["nextId"] = 0, -["description"] = "Attrapez le crabe-grue-carnassier rare que l\'on trouve à Wrothgar.", -["achievementIndex"] = 5, +["Category_ID"] = 26, } , [1340] = { +["name"] = "Maître pêcheur de Wrothgar", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Maître pêcheur de Wrothgar", ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Wrothgar.", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Wrothgar.", -["achievementIndex"] = 4, +["Category_ID"] = 26, } , [1341] = { +["name"] = "Maître du style orque antique", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Maître du style orque antique", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style Orque antique, que l\'on trouve en vainquant des ennemis dans la Vieille Orsinium et à Rkindaleft.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style Orque antique, que l\'on trouve en vainquant des ennemis dans la Vieille Orsinium et à Rkindaleft.", -["achievementIndex"] = 6, +["Category_ID"] = 26, } , [1342] = { +["name"] = "Chasseur d\'Éclats célestes de la Côte d\'or", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Chasseur d\'Éclats célestes de la Côte d\'or", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Trouvez les 6 Éclats célestes sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Trouvez les 6 Éclats célestes sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1343] = { +["name"] = "Gueule de Lorkhaj terminée", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj terminée", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Repoussez les dro-m\'Athra dans le Vide et fermez la Gueule de Lorkhaj en mode normal.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Repoussez les dro-m\'Athra dans le Vide et fermez la Gueule de Lorkhaj en mode normal.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1344] = { +["name"] = "Gueule de Lorkhaj : mode difficile", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj : mode difficile", ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rakkhat après l\'avoir fait enrager en priant aux autels lunaires dans la Gueule de Lorkhaj Vétéran.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Rakkhat après l\'avoir fait enrager en priant aux autels lunaires dans la Gueule de Lorkhaj Vétéran.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1345] = { +["name"] = "Vainqueur de la Prison de la cité impériale", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Imperial City Prison", -["name"] = "Vainqueur de la Prison de la cité impériale", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez l\'Ennemi, Ibomez le Sculpte-chairs, la sentinelle Lumetombe, l\'abomination de chair, le conseil du seigneur gardien et le seigneur gardien Crépuscule dans la Prison de la cité impériale.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez l\'Ennemi, Ibomez le Sculpte-chairs, la sentinelle Lumetombe, l\'abomination de chair, le conseil du seigneur gardien et le seigneur gardien Crépuscule dans la Prison de la cité impériale.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1346] = { +["name"] = "Vainqueur de la Tour d\'or blanc", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "White Gold Tower", -["name"] = "Vainqueur de la Tour d\'or blanc", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez l\'Adjudicateur, la garde d\'élite, l\'inhibiteur planaire et Molag Kena dans la Tour d\'or blanc.", ["Category"] = "Imperial City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez l\'Adjudicateur, la garde d\'élite, l\'inhibiteur planaire et Molag Kena dans la Tour d\'or blanc.", -["Category_ID"] = 26, +["Category_ID"] = 27, } , [1347] = { +["name"] = "Chasseur d\'éclats célestes du Trépas des Cognées", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Chasseur d\'éclats célestes du Trépas des Cognées", ["numCriteria"] = 6, +["description"] = "Trouvez les 6 éclats célestes du Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Trouvez les 6 éclats célestes du Trépas des Cognées.", -["achievementIndex"] = 2, +["Category_ID"] = 25, } , -[2194] = { +[2525] = { +["name"] = "Assassin de séides draconiques", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "L\'intérêt du plus grand nombre", -["SubCategory_ID"] = 2, -["achievementIndex"] = 1, -["numCriteria"] = 9, -["Category"] = "Summerset", -["points"] = 15, +["numCriteria"] = 3, +["description"] = "Tuer 100 wyrms de feu, atronachs de feu et atronachs de fer en affrontant des dragons.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Arrêtez la conspiration qui sème le chaos dans le Couchant, protégez la Tour de cristal et forgez une nouvelle alliance pour ramener l\'ordre sur l\'île.", -["Category_ID"] = 12, +["Category_ID"] = 11, } , [1349] = { +["name"] = "Entrée par effraction", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Entrée par effraction", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Pénétrez par effraction dans sept lieux verrouillés du débarcadère d\'Abah.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Pénétrez par effraction dans sept lieux verrouillés du débarcadère d\'Abah.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1350] = { +["name"] = "La Dame de la citerne", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "La Dame de la citerne", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Apprenez toutes les rumeurs sur la statue dans l\'Antre des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Apprenez toutes les rumeurs sur la statue dans l\'Antre des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1351] = { +["name"] = "Maître pêcheur du Trépas des Cognées", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Maître pêcheur du Trépas des Cognées", ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares du Trépas des Cognées", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares du Trépas des Cognées", -["achievementIndex"] = 5, +["Category_ID"] = 25, } , [1352] = { +["name"] = "Tréfonds obscurs", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Tréfonds obscurs", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez Syvarra des Profondeurs à Ko Estaran.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuez Syvarra des Profondeurs à Ko Estaran.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1353] = { +["name"] = "Couper la quille", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Couper la quille", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez le capitaine Virindi l\'esclavagiste à la Crique des esclaves.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuez le capitaine Virindi l\'esclavagiste à la Crique des esclaves.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1354] = { +["name"] = "Protecteur du Trépas des Cognées", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Protecteur du Trépas des Cognées", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Vainquez les deux boss sauvages du Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez les deux boss sauvages du Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1355] = { +["name"] = "Explorateur des Pénombres de Bahraha", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur des Pénombres de Bahraha", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les Pénombres de Bahraha.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz les Pénombres de Bahraha.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1356] = { +["name"] = "Explorateur de la grotte des dents du requin", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de la grotte des dents du requin", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la grotte des dents du requin.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz la grotte des dents du requin.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1357] = { +["name"] = "Spéléologue du Trépas des Cognées", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Spéléologue du Trépas des Cognées", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les deux cavernes explorables du Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les deux cavernes explorables du Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1358] = { +["name"] = "Éclaireur du Trépas des Cognées", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Éclaireur du Trépas des Cognées", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Découvrez tous lieux remarquables du Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez tous lieux remarquables du Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1359] = { +["name"] = "Grand explorateur du Trépas des Cognées", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Grand explorateur du Trépas des Cognées", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez toutes les grottes et tous lieux remarquables du Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez toutes les grottes et tous lieux remarquables du Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1360] = { +["name"] = "Voyagez toujours séparément", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 1360, ["SubCategory"] = "Quests", -["name"] = "Voyagez toujours séparément", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Grand nettoyage » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1370, -["description"] = "Terminez la quête « Grand nettoyage » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1361] = { -["prevId"] = 1370, -["firstID"] = 1360, -["SubCategory"] = "Quests", ["name"] = "Ne volez jamais rien à la guilde", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Un plan sans accroc » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1362, -["description"] = "Terminez la quête « Un plan sans accroc » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1362] = { -["prevId"] = 1361, -["firstID"] = 1360, -["SubCategory"] = "Quests", ["name"] = "Incruste au mariage", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Qu\'ils se taisent à jamais » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1363, -["description"] = "Terminez la quête « Qu\'ils se taisent à jamais » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1363] = { -["prevId"] = 1362, -["firstID"] = 1360, -["SubCategory"] = "Quests", ["name"] = "Roue brisée", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Évasion » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « Évasion » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1364] = { +["name"] = "Aventurier du Trépas des Cognées", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 1364, ["SubCategory"] = "Quests", -["name"] = "Aventurier du Trépas des Cognées", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1364, ["numCriteria"] = 1, +["description"] = "Terminez 12 quêtes d\'histoire au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 1366, -["description"] = "Terminez 12 quêtes d\'histoire au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1365] = { +["name"] = "Héros du Trépas des Cognées", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Héros du Trépas des Cognées", ["numCriteria"] = 5, +["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros du Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros du Trépas des Cognées.", -["achievementIndex"] = 1, +["Category_ID"] = 25, } , [1366] = { -["prevId"] = 1364, -["firstID"] = 1364, -["SubCategory"] = "Quests", ["name"] = "Grand aventurier du Trépas des Cognées", -["SubCategory_ID"] = 2, ["achievementIndex"] = 3, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 1364, ["numCriteria"] = 1, +["description"] = "Terminez 16 quêtes d\'histoire au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez 16 quêtes d\'histoire au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1367] = { +["name"] = "Course contre la montre : Gueule de Lorkhaj", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Course contre la montre : Gueule de Lorkhaj", ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez la Gueule de Lorkhaj Vétéran en moins de 40 minutes. Votre épreuve commence lorsque vous franchissez le seuil du Temple des Sept énigmes.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez la Gueule de Lorkhaj Vétéran en moins de 40 minutes. Votre épreuve commence lorsque vous franchissez le seuil du Temple des Sept énigmes.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1368] = { +["name"] = "Conquérant de la Gueule de Lorkhaj", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Conquérant de la Gueule de Lorkhaj", ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rakkhat, le croc de Lorkhaj et ses légions de dro-m\'Athra dans la Gueule de Lorkhaj Vétéran.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Rakkhat, le croc de Lorkhaj et ses légions de dro-m\'Athra dans la Gueule de Lorkhaj Vétéran.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1369] = { +["name"] = "Gueule de Lorkhaj : Embuscade furieuse", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj : Embuscade furieuse", ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Utilisez les deux leviers à chaîne en moins de dix secondes dans la Gueule de Lorkhaj Vétéran, puis vainquez les envahisseurs dro-m\'Athra.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Utilisez les deux leviers à chaîne en moins de dix secondes dans la Gueule de Lorkhaj Vétéran, puis vainquez les envahisseurs dro-m\'Athra.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1370] = { -["prevId"] = 1360, -["firstID"] = 1360, -["SubCategory"] = "Quests", ["name"] = "Infiltrer la Roue de Fer", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 1360, ["numCriteria"] = 1, +["description"] = "Terminez la quête « De longue haleine » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1361, -["description"] = "Terminez la quête « De longue haleine » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1371] = { +["name"] = "Bienvenue dans la guilde des voleurs", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Bienvenue dans la guilde des voleurs", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Rejoignez la guilde des voleurs en terminant la quête « Complicité » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Rejoignez la guilde des voleurs en terminant la quête « Complicité » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1372] = { +["name"] = "Crapule novice", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 1372, ["SubCategory"] = "Quests", -["name"] = "Crapule novice", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 1372, ["numCriteria"] = 1, +["description"] = "Terminez 1 casse du tableau des casses pour la guilde des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 1373, -["description"] = "Terminez 1 casse du tableau des casses pour la guilde des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1373] = { +["name"] = "Voleur furtif expérimenté", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 1372, ["SubCategory"] = "Quests", -["name"] = "Voleur furtif expérimenté", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 1372, ["numCriteria"] = 1, +["description"] = "Terminez 7 casses du tableau des casses pour la guilde des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1374, -["description"] = "Terminez 7 casses du tableau des casses pour la guilde des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1374] = { +["name"] = "Chapardeur professionnelle", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 1372, ["SubCategory"] = "Quests", -["name"] = "Chapardeur professionnelle", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 1372, ["numCriteria"] = 1, +["description"] = "Terminez 15 casses du tableau des casses pour la guilde des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez 15 casses du tableau des casses pour la guilde des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1375] = { +["name"] = "Une vie en sursis", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Une vie en sursis", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Son plus grand trésor » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « Son plus grand trésor » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1376] = { +["name"] = "Graines exhumées", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Graines exhumées", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Ce qui était perdu » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « Ce qui était perdu » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1377] = { +["name"] = "Quel prix, la liberté ?", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Quel prix, la liberté ?", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Tout le monde a un prix » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « Tout le monde a un prix » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1378] = { +["name"] = "Détails à régler", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Détails à régler", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez la quête « Détails à régler » au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « Détails à régler » au Trépas des Cognées.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1379] = { +["name"] = "Détroussez le Domaine", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Détroussez le Domaine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Volez les trésors de la liste de commissions de Kari dans chaque territoire du Domaine aldmeri et placez-les dans l\'Antre des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Volez les trésors de la liste de commissions de Kari dans chaque territoire du Domaine aldmeri et placez-les dans l\'Antre des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1380] = { +["name"] = "Daguefauchée", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Daguefauchée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Volez les trésors de la liste de commissions de Kari dans chaque territoire de l\'Alliance de Daguefilante et placez-les dans l\'Antre des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Volez les trésors de la liste de commissions de Kari dans chaque territoire de l\'Alliance de Daguefilante et placez-les dans l\'Antre des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1381] = { +["name"] = "Le pactole du Pacte", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Le pactole du Pacte", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Volez les trésors de la liste de commissions de Kari dans chaque territoire du Pacte de Cœurébène et placez-les dans l\'Antre des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Volez les trésors de la liste de commissions de Kari dans chaque territoire du Pacte de Cœurébène et placez-les dans l\'Antre des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1382] = { +["name"] = "Ça dépouille au débarcadère", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Ça dépouille au débarcadère", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Volez le trésor de la liste de commissions de Kari au Débarcadère d\'Abah et placez-le dans l\'Antre des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Volez le trésor de la liste de commissions de Kari au Débarcadère d\'Abah et placez-le dans l\'Antre des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1383] = { +["name"] = "De haut vol", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "De haut vol", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Volez tous les trésors de la liste de commissions de Kari et placez-les tous dans l\'Antre des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Volez tous les trésors de la liste de commissions de Kari et placez-les tous dans l\'Antre des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , -[2196] = { +[2524] = { +["name"] = "Maître du style de la Confrérie noire", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2195, -["SubCategory"] = "Quests", -["name"] = "Avocat divin", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2197, -["description"] = "Accomplissez sept missions de la Poursuite divine pour le Justiciar Tanorian.", -["Category_ID"] = 12, +["description"] = "Atteignez le rang maximal de la ligne de compétences de la Confrérie noire.", +["Category"] = "Dark Brotherhood", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 24, } , [1385] = { +["name"] = "Gueule de Lorkhaj : Pourfendeur du Vide", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj : Pourfendeur du Vide", ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 25 mande-vide dans la Gueule de Lorkhaj.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 25 mande-vide dans la Gueule de Lorkhaj.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1386] = { +["name"] = "Gueule de Lorkhaj : Âmes immaculées", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj : Âmes immaculées", ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rakkhat sans que quiconque ne meure sous l\'effet du Souffle de Lorkhaj.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez Rakkhat sans que quiconque ne meure sous l\'effet du Souffle de Lorkhaj.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , -[2197] = { +[2523] = { +["name"] = "Maître des compétences de la guilde des voleurs", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2195, -["SubCategory"] = "Quests", -["name"] = "Magistrat divin", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, +["description"] = "Atteindre le rang maximal de la ligne de compétences de la guilde des voleurs.", +["Category"] = "Thieves Guild", +["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez trente missions de la Poursuite divine pour le Justiciar Tanorian.", -["Category_ID"] = 12, +["Category_ID"] = 25, } , [1388] = { +["name"] = "Gueule de Lorkhaj : Danse des deux lunes", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj : Danse des deux lunes", ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans la Gueule de Lorkhaj Vétéran, faites entrer Rakkhat, le Croc de Lorkhaj dans sa dernière phase en moins de deux cycles lunaires, puis vainquez-le.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Dans la Gueule de Lorkhaj Vétéran, faites entrer Rakkhat, le Croc de Lorkhaj dans sa dernière phase en moins de deux cycles lunaires, puis vainquez-le.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1389] = { +["name"] = "Gueule de Lorkhaj : Vide évité", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj : Vide évité", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rakkhat dans la Gueule de Lorkhaj Vétéran, sans que plus de deux joueurs n\'aient été affectés par le souffle de Lorkhaj.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez Rakkhat dans la Gueule de Lorkhaj Vétéran, sans que plus de deux joueurs n\'aient été affectés par le souffle de Lorkhaj.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1390] = { +["name"] = "Gueule de Lorkhaj : Croc concentré", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj : Croc concentré", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rakkhat dans la Gueule de Lorkhaj Vétéran, avec au moins trois traqueurs d\'effroi dro-m\'Athra toujours en vie.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez Rakkhat dans la Gueule de Lorkhaj Vétéran, avec au moins trois traqueurs d\'effroi dro-m\'Athra toujours en vie.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1391] = { +["name"] = "Gueule de Lorkhaj : Champion des Lunes", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj : Champion des Lunes", ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Accomplissez tous les succès liés aux victoires contre Rakkhat, le Croc de Lorkhaj, dans la Gueule de Lorkhaj Vétéran.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez tous les succès liés aux victoires contre Rakkhat, le Croc de Lorkhaj, dans la Gueule de Lorkhaj Vétéran.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1392] = { +["name"] = "Gueule de Lorkhaj : Triomphe total", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Maw of Lorkhaj", -["name"] = "Gueule de Lorkhaj : Triomphe total", ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez la Gueule de Lorkhaj en mode Vétéran, sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez la Gueule de Lorkhaj en mode Vétéran, sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1393] = { +["name"] = "Un présent d\'Orsinium", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Un présent d\'Orsinium", ["numCriteria"] = 1, +["description"] = "Venez visiter la capitale récemment reconstruite des Orques : Orsinium !", ["Category"] = "Orsinium", ["points"] = 5, ["nextId"] = 0, -["description"] = "Venez visiter la capitale récemment reconstruite des Orques : Orsinium !", -["achievementIndex"] = 3, +["Category_ID"] = 26, } , [1394] = { +["name"] = "Remise intégrale", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Remise intégrale", ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Réussissez à faire les poches dans chacune des quatre grandes boutiques du débarcadère d\'Abah.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Réussissez à faire les poches dans chacune des quatre grandes boutiques du débarcadère d\'Abah.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1395] = { +["name"] = "Qui trouve, garde", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 1395, ["SubCategory"] = "Exploration", -["name"] = "Qui trouve, garde", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 1395, ["numCriteria"] = 1, +["description"] = "Découvrir et piller un trésor des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 1396, -["description"] = "Découvrir et piller un trésor des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1396] = { +["name"] = "Œil de lynx", +["achievementIndex"] = 1, ["prevId"] = 1395, -["firstID"] = 1395, ["SubCategory"] = "Exploration", -["name"] = "Œil de lynx", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 1395, ["numCriteria"] = 1, +["description"] = "Découvrir et piller cinq trésors des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1397, -["description"] = "Découvrir et piller cinq trésors des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1397] = { +["name"] = "Pas de quartiers pour les trésors", +["achievementIndex"] = 1, ["prevId"] = 1396, -["firstID"] = 1395, ["SubCategory"] = "Exploration", -["name"] = "Pas de quartiers pour les trésors", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 1395, ["numCriteria"] = 1, +["description"] = "Découvrir et piller quinze trésors des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrir et piller quinze trésors des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1398] = { +["name"] = "Voleur débutant", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 1398, ["SubCategory"] = "Quests", -["name"] = "Voleur débutant", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 1398, ["numCriteria"] = 1, +["description"] = "Terminez un boulot du tableau des tuyaux pour la guilde des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 1399, -["description"] = "Terminez un boulot du tableau des tuyaux pour la guilde des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1399] = { -["prevId"] = 1398, -["firstID"] = 1398, -["SubCategory"] = "Quests", ["name"] = "Rôdeur confirmé", +["achievementIndex"] = 10, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 1398, ["numCriteria"] = 1, +["description"] = "Terminez 10 boulots du tableau des tuyaux pour la guilde des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 1400, -["description"] = "Terminez 10 boulots du tableau des tuyaux pour la guilde des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1400] = { -["prevId"] = 1399, -["firstID"] = 1398, -["SubCategory"] = "Quests", ["name"] = "Pied-léger virtuose", +["achievementIndex"] = 10, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 1398, ["numCriteria"] = 1, +["description"] = "Terminez 30 boulots du tableau des tuyaux pour la guilde des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez 30 boulots du tableau des tuyaux pour la guilde des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1401] = { +["name"] = "Le code d\'honneur des voleurs", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Le code d\'honneur des voleurs", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Aidez chaque membre de la guilde des voleurs à régler ses problèmes personnels.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Aidez chaque membre de la guilde des voleurs à régler ses problèmes personnels.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1402] = { +["name"] = "Et comme ça, ils ont disparu", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Et comme ça, ils ont disparu", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Échappez à la justice avec l\'aide de la compétence de la guilde des voleurs « Poudre d\'escampette », ainsi que du monte-en-l\'air bienveillant que cela implique.", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Échappez à la justice avec l\'aide de la compétence de la guilde des voleurs « Poudre d\'escampette », ainsi que du monte-en-l\'air bienveillant que cela implique.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1403] = { +["name"] = "Maître des ombres", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Maître des ombres", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez un casse pour la guilde des voleurs sans vous faire détecter une seule fois.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez un casse pour la guilde des voleurs sans vous faire détecter une seule fois.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1404] = { +["name"] = "Poches profondes", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Poches profondes", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Recevez la plus forte récompense pour 5 casses pour la guilde des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Recevez la plus forte récompense pour 5 casses pour la guilde des voleurs.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1405] = { +["name"] = "Magot de l\'Aigle", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Magot de l\'Aigle", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à chaque refuge dans le Domaine aldmeri.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à chaque refuge dans le Domaine aldmeri.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1406] = { +["name"] = "Fortune du Dragon", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Fortune du Dragon", ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à chaque refuge dans le Pacte de Cœurébène.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à chaque refuge dans le Pacte de Cœurébène.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1407] = { +["name"] = "Fierté dorée du Lion", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Fierté dorée du Lion", ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à chaque refuge dans l\'Alliance de Daguefilante.", ["Category"] = "Thieves Guild", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à chaque refuge dans l\'Alliance de Daguefilante.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1408] = { +["name"] = "Coffres des seigneurs marchands", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Coffres des seigneurs marchands", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à l\'Antre des voleurs du débarcadère d\'Abah.", ["Category"] = "Thieves Guild", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à l\'Antre des voleurs du débarcadère d\'Abah.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1409] = { +["name"] = "Magnat magnanime", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Magnat magnanime", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à chaque refuge dans chaque zone d\'Alliance, et à l\'Antre des voleurs du débarcadère d\'Abah.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vendez aux receleurs pour 4 000 pièces d\'or d\'objets volés à chaque refuge dans chaque zone d\'Alliance, et à l\'Antre des voleurs du débarcadère d\'Abah.", -["Category_ID"] = 24, +["Category_ID"] = 25, } , [1410] = { +["name"] = "Litanie du sang", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Litanie du sang", ["numCriteria"] = 16, +["description"] = "Exécutez toutes les cibles listées par la Litanie du Sang et touchez votre récompense.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Exécutez toutes les cibles listées par la Litanie du Sang et touchez votre récompense.", -["achievementIndex"] = 2, +["Category_ID"] = 24, } , [1411] = { +["name"] = "Maître du style de Trinimac", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Maître du style de Trinimac", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style de Trinimac, que l\'on trouve en accomplissant des quêtes journalières pour Guruzug à Morkul.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style de Trinimac, que l\'on trouve en accomplissant des quêtes journalières pour Guruzug à Morkul.", -["achievementIndex"] = 8, +["Category_ID"] = 26, } , [1412] = { +["name"] = "Maître du style de Malacath", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 25, -["name"] = "Maître du style de Malacath", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style Malacath, que l\'on trouve en accomplissant des quêtes journalières pour Arzorag dans l\'auberge de Skalar.", ["Category"] = "Orsinium", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style Malacath, que l\'on trouve en accomplissant des quêtes journalières pour Arzorag dans l\'auberge de Skalar.", -["achievementIndex"] = 7, +["Category_ID"] = 26, } , [1413] = { +["name"] = "Butin du débarcadère d\'Abah", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Butin du débarcadère d\'Abah", ["numCriteria"] = 1, +["description"] = "Rendez-vous au célèbre port libre du débarcadère d\'Abah !", ["Category"] = "Thieves Guild", ["points"] = 5, ["nextId"] = 0, -["description"] = "Rendez-vous au célèbre port libre du débarcadère d\'Abah !", -["achievementIndex"] = 3, +["Category_ID"] = 25, } , -[2198] = { +[2522] = { +["name"] = "Champion d\'Anequina", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 2198, ["SubCategory"] = "Quests", -["name"] = "Poursuiveur divin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 5, -["nextId"] = 2199, -["description"] = "Accomplissez votre première mission de la Poursuite divine pour la Justiciar Farowël.", -["Category_ID"] = 12, +["firstID"] = 0, +["numCriteria"] = 8, +["description"] = "Renversez l\'usurpatrice, vainquez Mulaamnir et aidez à rétablir la famille royale sur le trône de Rimmen alors que les dragons menacent le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2199] = { +[2673] = { +["name"] = "Invocation ouverte", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 2198, -["SubCategory"] = "Quests", -["name"] = "Juge divin", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Vaincre Vearogh le Traînard sans tuer de Spectres de la Brèche dans Crève-Nève Vétéran.", +["Category"] = "Harrowstorm", ["points"] = 10, -["nextId"] = 2200, -["description"] = "Accomplissez dix missions de la Poursuite divine pour la Justiciar Farowël.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 14, } , -[2200] = { +[2520] = { +["name"] = "Reprise de tissus pestiférés de Péryite", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 2198, -["SubCategory"] = "Quests", -["name"] = "Exécuteur divin", -["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, +["description"] = "Ramassez des tissus imprégnés de peste à Orcrête et combinez-les pour créer la robe de maître des ragnards de Péryite.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez trente missions de la Poursuite divine pour la Justiciar Farowël.", -["Category_ID"] = 12, +["Category_ID"] = 11, } , [1417] = { +["name"] = "Maître du style hors-la-loi", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Maître du style hors-la-loi", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style des hors-la-loi que l\'on trouve en vainquant des boss au Trépas des Cognées.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style des hors-la-loi que l\'on trouve en vainquant des boss au Trépas des Cognées.", -["achievementIndex"] = 8, +["Category_ID"] = 25, } , -[2201] = { +[2519] = { +["name"] = "Maître des momies alfiqs", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 2201, -["SubCategory"] = "Quests", -["name"] = "Pour la reine", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Rassemblez des morceaux d\'Alfiq momifié dans la Nécropole de Rimmen et ressuscitez le chat momifié inquiétant.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 2202, -["description"] = "Accomplissez la quête « Le Décret de la Reine ».", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 11, } , [1419] = { +["name"] = "Vainquez Limenauruus", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Vainquez Limenauruus", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Limenauruus le Minotaure possédé et les esprits spectraux à la Folie du Tribun.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Limenauruus le Minotaure possédé et les esprits spectraux à la Folie du Tribun.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1420] = { +["name"] = "Terminez l\'arène de Kvatch", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Terminez l\'arène de Kvatch", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Entrez dans l\'arène de Kvatch et vainquez tous les concurrents.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Entrez dans l\'arène de Kvatch et vainquez tous les concurrents.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1421] = { +["name"] = "Tourisme sur la Côte d\'or", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Tourisme sur la Côte d\'or", ["numCriteria"] = 1, +["description"] = "Visitez la Côte d\'or et appréciez le paysage.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Visitez la Côte d\'or et appréciez le paysage.", -["achievementIndex"] = 3, +["Category_ID"] = 24, } , [1422] = { +["name"] = "Maître de style de la garde d\'Abah", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Maître de style de la garde d\'Abah", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style du Guet d\'Abah, que l\'on trouve en accomplissant les quêtes des tuyaux de l\'antre des voleurs.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style du Guet d\'Abah, que l\'on trouve en accomplissant les quêtes des tuyaux de l\'antre des voleurs.", -["achievementIndex"] = 6, +["Category_ID"] = 25, } , [1423] = { +["name"] = "Maître du style de la guilde des voleurs", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Maître du style de la guilde des voleurs", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style de la guilde des voleurs que l\'on trouve en accomplissant des casses dans la Guilde des Voleurs.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style de la guilde des voleurs que l\'on trouve en accomplissant des casses dans la Guilde des Voleurs.", -["achievementIndex"] = 9, +["Category_ID"] = 25, } , [1424] = { +["name"] = "Maître du style de la ligue des assassins", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Maître du style de la ligue des assassins", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre du style de la ligue des assassins, que l\'on trouve en vainquant des boss sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre du style de la ligue des assassins, que l\'on trouve en vainquant des boss sur la Côte d\'or.", -["achievementIndex"] = 6, +["Category_ID"] = 24, } , [1425] = { +["name"] = "Protecteur de la Côte d\'or", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Protecteur de la Côte d\'or", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Vainquez les deux boss sauvages de la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez les deux boss sauvages de la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1426] = { +["name"] = "Explorateur de la grotte de Hrota", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de la grotte de Hrota", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la caverne de Hrota.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz la caverne de Hrota.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1427] = { +["name"] = "Explorateur de Garlas Agéa", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de Garlas Agéa", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Garlas Agéa.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz Garlas Agéa.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1428] = { +["name"] = "Maître explorateur de la Côte d\'or", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Maître explorateur de la Côte d\'or", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez toutes les grottes et lieux remarquables de la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez toutes les grottes et lieux remarquables de la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1429] = { +["name"] = "Spéléologue de la Côte d\'or", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Spéléologue de la Côte d\'or", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les deux cavernes explorables de la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les deux cavernes explorables de la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1430] = { +["name"] = "Éclaireur de la Côte d\'or", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Éclaireur de la Côte d\'or", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez tous les lieux remarquables de la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1431] = { +["name"] = "Maître pêcheur de la Côte d\'or", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Maître pêcheur de la Côte d\'or", ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de la Côte d\'or.", -["achievementIndex"] = 5, +["Category_ID"] = 24, } , [1432] = { +["name"] = "Aventurier de la Côte d\'or", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 1432, ["SubCategory"] = "Quests", -["name"] = "Aventurier de la Côte d\'or", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 1432, ["numCriteria"] = 1, +["description"] = "Terminez 14 quêtes d\'histoire sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 1433, -["description"] = "Terminez 14 quêtes d\'histoire sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1433] = { -["prevId"] = 1432, -["firstID"] = 1432, -["SubCategory"] = "Quests", ["name"] = "Grand aventurier de la Côte d\'or", -["SubCategory_ID"] = 2, ["achievementIndex"] = 1, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 1432, ["numCriteria"] = 1, +["description"] = "Terminez 17 quêtes d\'histoire sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez 17 quêtes d\'histoire sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1434] = { +["name"] = "Fléau de la Côte d\'or", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Fléau de la Côte d\'or", ["numCriteria"] = 5, +["description"] = "Complétez des quêtes, vainquez des boss, et explorez des antres pour devenir la Fléau de la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Complétez des quêtes, vainquez des boss, et explorez des antres pour devenir la Fléau de la Côte d\'or.", -["achievementIndex"] = 1, +["Category_ID"] = 24, } , [1435] = { +["name"] = "Premier sang", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 1435, ["SubCategory"] = "Quests", -["name"] = "Premier sang", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Rejoignez la Confrérie noire et terminez la quête « Des voix dans la nuit ».", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1436, -["description"] = "Rejoignez la Confrérie noire et terminez la quête « Des voix dans la nuit ».", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1436] = { -["prevId"] = 1435, -["firstID"] = 1435, -["SubCategory"] = "Quests", ["name"] = "Sombre Initié", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Terminez la quête de la Confrérie noire « Seing de sang » sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1437, -["description"] = "Terminez la quête de la Confrérie noire « Seing de sang » sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1437] = { -["prevId"] = 1436, -["firstID"] = 1435, -["SubCategory"] = "Quests", ["name"] = "Nouvelle-lame", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Terminez la quête de la Confrérie noire « Bon retour » sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1438, -["description"] = "Terminez la quête de la Confrérie noire « Bon retour » sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1438] = { -["prevId"] = 1437, -["firstID"] = 1435, -["SubCategory"] = "Quests", ["name"] = "Prédicateurs réprimandés", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Terminez la quête de la Confrérie noire « Leçon silencieuse » sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1439, -["description"] = "Terminez la quête de la Confrérie noire « Leçon silencieuse » sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1439] = { -["prevId"] = 1438, -["firstID"] = 1435, -["SubCategory"] = "Quests", ["name"] = "Bienfaiteur de la Confrérie", +["achievementIndex"] = 2, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 1435, ["numCriteria"] = 1, +["description"] = "Terminez la quête de la Confrérie noire « Questions de foi » sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête de la Confrérie noire « Questions de foi » sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1440] = { +["name"] = "Assassin", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 1440, ["SubCategory"] = "Quests", -["name"] = "Assassin", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Terminez la quête de la Confrérie noire « Requête spéciale » sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1441, -["description"] = "Terminez la quête de la Confrérie noire « Requête spéciale » sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1441] = { -["prevId"] = 1440, -["firstID"] = 1440, -["SubCategory"] = "Quests", ["name"] = "Sombre découverte", +["achievementIndex"] = 3, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Terminez la quête de la Confrérie noire « Sombres révélations » sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1442, -["description"] = "Terminez la quête de la Confrérie noire « Sombres révélations » sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1442] = { -["prevId"] = 1441, -["firstID"] = 1440, -["SubCategory"] = "Quests", ["name"] = "Investigateur sombre", +["achievementIndex"] = 3, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Terminez la quête de la Confrérie noire « Un fantôme du passé » sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1443, -["description"] = "Terminez la quête de la Confrérie noire « Un fantôme du passé » sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1443] = { -["prevId"] = 1442, -["firstID"] = 1440, -["SubCategory"] = "Quests", ["name"] = "Rage de Sithis", +["achievementIndex"] = 3, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Terminez la quête de la Confrérie noire « La rage de Sithis » sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1444, -["description"] = "Terminez la quête de la Confrérie noire « La rage de Sithis » sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1444] = { -["prevId"] = 1443, -["firstID"] = 1440, -["SubCategory"] = "Quests", ["name"] = "Surineur", +["achievementIndex"] = 3, +["prevId"] = 0, +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1440, ["numCriteria"] = 1, +["description"] = "Terminez la quête de la Confrérie noire « Combler le Vide » sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête de la Confrérie noire « Combler le Vide » sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1445] = { +["name"] = "Premier Sacrement", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 1445, ["SubCategory"] = "Exploration", -["name"] = "Premier Sacrement", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 1445, ["numCriteria"] = 1, +["description"] = "Complétez votre premier contrat du Sacrement noir, comme la Langue noire vous l\'a indiqué.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 1446, -["description"] = "Complétez votre premier contrat du Sacrement noir, comme la Langue noire vous l\'a indiqué.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1446] = { -["prevId"] = 1445, -["firstID"] = 1445, -["SubCategory"] = "Exploration", ["name"] = "Septième Sacrement", +["achievementIndex"] = 11, +["prevId"] = 0, +["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 1445, ["numCriteria"] = 1, +["description"] = "Complétez 7 contrats du Sacrement noir, comme la Langue noire vous l\'a indiqué.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1447, -["description"] = "Complétez 7 contrats du Sacrement noir, comme la Langue noire vous l\'a indiqué.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1447] = { +["name"] = "Quinzième Sacrement", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 1445, ["SubCategory"] = "Exploration", -["name"] = "Quinzième Sacrement", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 1445, ["numCriteria"] = 1, +["description"] = "Complétez 15 contrats du Sacrement noir, comme la Langue noire vous l\'a indiqué.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Complétez 15 contrats du Sacrement noir, comme la Langue noire vous l\'a indiqué.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1448] = { +["name"] = "Sacrement parfait", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Sacrement parfait", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Complétez 5 contrats du Sacrement noir au niveau de récompense le plus élevé possible.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Complétez 5 contrats du Sacrement noir au niveau de récompense le plus élevé possible.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1449] = { +["name"] = "Sacrement voilé", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Sacrement voilé", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Complétez un contrat du Sacrement noir sans vous faire détecter.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Complétez un contrat du Sacrement noir sans vous faire détecter.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1450] = { +["name"] = "Sacrement ténébreux", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Sacrement ténébreux", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 21, +["description"] = "Assassinez toutes les cibles nommées par un Sacrement noir comme la Langue noire vous l\'a ordonné.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Assassinez toutes les cibles nommées par un Sacrement noir comme la Langue noire vous l\'a ordonné.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1451] = { +["name"] = "Premier contrat", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 1451, ["SubCategory"] = "Exploration", -["name"] = "Premier contrat", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 1451, ["numCriteria"] = 1, +["description"] = "Complétez votre premier contrat de meurtre du tome des « Destinés à mourir ».", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 1452, -["description"] = "Complétez votre premier contrat de meurtre du tome des « Destinés à mourir ».", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1452] = { -["prevId"] = 1451, -["firstID"] = 1451, -["SubCategory"] = "Exploration", ["name"] = "Dixième contrat", +["achievementIndex"] = 15, +["prevId"] = 0, +["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 1451, ["numCriteria"] = 1, +["description"] = "Complétez 10 contrats de meurtre du tome des « Destinés à mourir ».", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1453, -["description"] = "Complétez 10 contrats de meurtre du tome des « Destinés à mourir ».", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1453] = { -["prevId"] = 1452, -["firstID"] = 1451, -["SubCategory"] = "Exploration", ["name"] = "Trentième contrat", +["achievementIndex"] = 15, +["prevId"] = 0, +["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 1451, ["numCriteria"] = 1, +["description"] = "Complétez 30 contrats de meurtre du tome des « Destinés à mourir ».", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Complétez 30 contrats de meurtre du tome des « Destinés à mourir ».", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1454] = { +["name"] = "Sentinelle solitaire", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Sentinelle solitaire", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Observez, de près, la veillée silencieuse de la sentinelle ayléide à Beldaburo, sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Observez, de près, la veillée silencieuse de la sentinelle ayléide à Beldaburo, sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1455] = { +["name"] = "Meurtres en série à Kvatch", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Meurtres en série à Kvatch", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez 20 innocents dans la ville de Kvatch sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez 20 innocents dans la ville de Kvatch sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1456] = { +["name"] = "Meurtres en série à Cœur-Enclume", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Meurtres en série à Cœur-Enclume", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Tuez 20 innocents dans la ville de Cœur-Enclume sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez 20 innocents dans la ville de Cœur-Enclume sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1457] = { +["name"] = "Tournée de sang", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Tournée de sang", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Dans la capitale de chaque alliance, tuez un innocent avec la Lame de malheur.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 0, -["description"] = "Dans la capitale de chaque alliance, tuez un innocent avec la Lame de malheur.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1458] = { +["name"] = "Contrats de la Côte d\'or", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Contrats de la Côte d\'or", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Aidez toutes les personnalités récemment arrivées sur la Côte d\'or.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Aidez toutes les personnalités récemment arrivées sur la Côte d\'or.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1459] = { +["name"] = "Première entaille", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 1459, ["SubCategory"] = "Exploration", -["name"] = "Première entaille", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 1459, ["numCriteria"] = 1, +["description"] = "Tuez votre premier innocent avec la Lame de malheur.", ["Category"] = "Dark Brotherhood", ["points"] = 5, ["nextId"] = 1460, -["description"] = "Tuez votre premier innocent avec la Lame de malheur.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1460] = { -["prevId"] = 1459, -["firstID"] = 1459, -["SubCategory"] = "Exploration", ["name"] = "Vingt-cinquième sang", +["achievementIndex"] = 20, +["prevId"] = 0, +["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 1459, ["numCriteria"] = 1, +["description"] = "Tuez 25 innocents avec la Lame de malheur.", ["Category"] = "Dark Brotherhood", ["points"] = 10, ["nextId"] = 1461, -["description"] = "Tuez 25 innocents avec la Lame de malheur.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1461] = { -["prevId"] = 1460, -["firstID"] = 1459, -["SubCategory"] = "Exploration", ["name"] = "Centième sang", +["achievementIndex"] = 20, +["prevId"] = 0, +["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 1459, ["numCriteria"] = 1, +["description"] = "Tuez 100 innocents avec la Lame de malheur.", ["Category"] = "Dark Brotherhood", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tuez 100 innocents avec la Lame de malheur.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , [1462] = { +["name"] = "Conquérant du Sanctum Ophidia", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Conquérant du Sanctum Ophidia", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez le Céleste serpent dans le Sanctum Ophidia Vétéran.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terrassez le Céleste serpent dans le Sanctum Ophidia Vétéran.", ["Category_ID"] = 4, } , [1463] = { +["name"] = "Sacrement irréprochable", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Sacrement irréprochable", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Accomplissez tous les succès associés avec les contrats de Sacrement noir de la Langue noire.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez tous les succès associés avec les contrats de Sacrement noir de la Langue noire.", -["Category_ID"] = 23, +["Category_ID"] = 24, } , -[2611] = { +[2676] = { +["name"] = "Bâillon rapide", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2609, -["SubCategory"] = "Quests", -["name"] = "Reforger la Garde du dragon", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Empêchez les sorcières de Crève-Nève de canaliser la tempête en interrompant les quatre sœurs dans les cinq secondes qui suivent le début du sort.", +["Category"] = "Harrowstorm", ["points"] = 10, -["nextId"] = 2612, -["description"] = "Terminez 20 quêtes pour la Garde du dragon, dont les quêtes journalières pour Oraison Truptor ou Chizbari l\'égayée, afin de rétablir l\'ancien ordre et déverrouiller les services supplémentaires du sanctuaire de la Garde du dragon.", +["nextId"] = 0, ["Category_ID"] = 14, } , -[2202] = { +[2675] = { +["name"] = "L\'œil de l\'orage", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 2201, -["SubCategory"] = "Quests", -["name"] = "Perle précieuse", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Vaincre les sorcières de Crève-Nève alors qu\'un des membres du groupe est affecté par tous les sorts uniques des sorcières dans Crève-Nève Vétéran.", +["Category"] = "Harrowstorm", ["points"] = 10, -["nextId"] = 2203, -["description"] = "Accomplissez la quête « Une perle au grand prix ».", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 14, } , -[2203] = { +[2079] = { +["name"] = "Vainqueur de l\'Asile sanctuaire", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2201, -["SubCategory"] = "Quests", -["name"] = "Esprit contraire", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["SubCategory"] = "Asylum Sanctorium", +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2204, -["description"] = "Accomplissez la quête « Souvenirs enfouis ».", -["Category_ID"] = 12, +["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux dans le même combat dans l\'Asile sanctuaire Vétéran.", +["Category"] = "Clockwork City", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 21, } , -[2204] = { +[2082] = { +["name"] = "Rossée béatifique", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 2201, -["SubCategory"] = "Quests", -["name"] = "Gardien résolu", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["SubCategory"] = "Asylum Sanctorium", +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux en même temps sans laisser saint Felms ni saint Llothis enrager lors du combat de l\'Asile sanctuaire Vétéran.", +["Category"] = "Clockwork City", +["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez la quête « Les sentinelles de la tour ».", -["Category_ID"] = 12, +["Category_ID"] = 21, } , -[2206] = { +[2603] = { +["name"] = "La chute de l\'éon noir", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2205, ["SubCategory"] = "Quests", -["name"] = "Narrateur partisan", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 2602, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Terminez la quête « L\'ascension de la Nouvelle Lune » dans le sud d\'Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2207, -["description"] = "Accomplissez la quête « Perte de sens ».", -["Category_ID"] = 12, +["nextId"] = 2604, +["Category_ID"] = 15, } , -[2207] = { +[2606] = { +["name"] = "Intermédiaire interminable", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 2205, ["SubCategory"] = "Quests", -["name"] = "L\'ennemi de mon ennemi", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 2606, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2208, -["description"] = "Accomplissez la quête « Une alliance nécessaire ».", -["Category_ID"] = 12, +["description"] = "Terminez 1 quête journalière d\'antre de Guyvbert Flaubert.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2607, +["Category_ID"] = 15, } , -[2208] = { +[2608] = { +["name"] = "Indécourageable indépendant", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 2205, ["SubCategory"] = "Quests", -["name"] = "Ce qui s\'impose", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 2606, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["description"] = "Terminez 30 quêtes journalières d\'antre de Guyvbert Flaubert.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["description"] = "Accomplissez la quête « La Tour de cristal ».", -["Category_ID"] = 12, +["Category_ID"] = 15, } , -[2209] = { +[2507] = { +["name"] = "Maître du style de Sollance", +["achievementIndex"] = 15, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Grand aventurier du Couchant", -["SubCategory_ID"] = 2, -["achievementIndex"] = 2, -["numCriteria"] = 1, -["Category"] = "Summerset", +["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style de Sollance, trouvés dans l\'Épreuve de Sollance.", +["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 33 quêtes au Couchant", -["Category_ID"] = 12, +["Category_ID"] = 11, } , -[2238] = { +[2611] = { +["name"] = "Reforger la Garde du dragon", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Combustion valeureuse", -["SubCategory_ID"] = 4, -["achievementIndex"] = 11, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2609, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Terminez 20 quêtes pour la Garde du dragon, dont les quêtes journalières pour Oraison Truptor ou Chizbari l\'égayée, afin de rétablir l\'ancien ordre et déverrouiller les services supplémentaires du sanctuaire de la Garde du dragon.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 0, -["description"] = "En affrontant l\'ombre de Siroria seule, tous les signaux rugissants de la rencontre doivent être répartis entre au moins 6 joueurs dans le Pas des Nuées", -["Category_ID"] = 12, +["nextId"] = 2612, +["Category_ID"] = 15, } , -[2240] = { +[2505] = { +["name"] = "Maître du style d\'Anequina", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Maître pêcheur d\'Artæum", -["numCriteria"] = 3, -["Category"] = "Summerset", -["points"] = 5, +["numCriteria"] = 14, +["description"] = "Trouvez et apprenez chaque chapitre du livre de style d\'Anequina, que l\'on trouve en accomplissant des quêtes journalières pour Ri\'hirr et Nisuzi.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Attraper les 3 poissons rares d\'Artæum", -["achievementIndex"] = 7, +["Category_ID"] = 11, } , [1474] = { +["name"] = "Conquérant de la citadelle d\'Hel Ra", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Conquérant de la citadelle d\'Hel Ra", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Céleste guerrier dans la citadelle d\'Hel Ra Vétéran.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Céleste guerrier dans la citadelle d\'Hel Ra Vétéran.", ["Category_ID"] = 4, } , -[2232] = { +[2504] = { +["name"] = "Maître du style méridien", +["achievementIndex"] = 14, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Pour se remonter le moral", -["SubCategory_ID"] = 4, -["achievementIndex"] = 14, -["numCriteria"] = 1, -["Category"] = "Summerset", +["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style de Méridia, que l\'on trouve parfois en récompense dans le donjon des Profondeurs de Malatar.", +["Category"] = "Wrathstone", ["points"] = 50, ["nextId"] = 0, -["description"] = "En affrontant Z\'Maja avec les trois ombres des welkynars avec eux, un joueur avec l\'affliction Givrée et deux autres joueurs avec l\'afflictions Surcharge voltaïque partagent les dégâts de l\'éruption de Feu rugissant dans le Pas des Nuées Vétéran", -["Category_ID"] = 12, +["Category_ID"] = 17, } , -[2233] = { +[2503] = { +["name"] = "Maître du style de la Glaciation", +["achievementIndex"] = 13, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Éruptions et ombres mortelles", -["SubCategory_ID"] = 4, -["achievementIndex"] = 15, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, +["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style de la Glaciation, que l\'on trouve parfois en récompense dans le donjon du Arquegivre.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "En affrontant Z\'Maja avec siroria, utilisez une attaque Signal rugissant et portez 20 coups fatals aux Ombres des défunts du Pas des Nuées.", -["Category_ID"] = 12, +["Category_ID"] = 17, } , -[2243] = { +[2501] = { +["name"] = "Restez synchros", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Élan brisé", +["SubCategory"] = "Sunspire", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Vaincre Nahviintaas sans qu\'un membre du groupe ne soit déplacé via une Brèche temporelle plus d\'une fois à Sollance Vétéran.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Brisante à un geyser abyssal.", -["Category_ID"] = 12, +["Category_ID"] = 11, } , -[2318] = { +[2500] = { +["name"] = "Plus rapide que l\'éclair", +["achievementIndex"] = 11, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Maître du style de l\'Aube d\'argent", -["SubCategory_ID"] = 1, -["achievementIndex"] = 9, -["numCriteria"] = 14, -["Category"] = "Wolfhunter", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Vaincre Lokkestiiz sans qu\'un membre du groupe ne soit frappé par un Souffle de foudre à sollance", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style du Chasseur, que l\'on reçoit parfois en récompense pour avoir fini le donjon du Fort du Chasseur lunaire.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2638] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Main Quest", -["name"] = "Maître de compétence de Magie des âmes", -["SubCategory_ID"] = 1, -["achievementIndex"] = 1, -["numCriteria"] = 1, -["Category"] = "Quests", -["points"] = 50, -["nextId"] = 0, -["description"] = "Atteindre le rang maximal de la ligne de compétences de Magie des âmes", -["Category_ID"] = 7, -} -, -[2317] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Maître du style du Chasseur", -["SubCategory_ID"] = 1, -["achievementIndex"] = 8, -["numCriteria"] = 14, -["Category"] = "Wolfhunter", -["points"] = 50, -["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style du Chasseur, que l\'on reçoit parfois en récompense pour avoir fini le donjon de la Procession des Sacrifiés.", -["Category_ID"] = 18, -} -, -[2312] = { +[2499] = { +["name"] = "Frapper tant que le fer est chaud", +["achievementIndex"] = 10, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Chasse parfaite", -["SubCategory_ID"] = 2, -["achievementIndex"] = 29, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", +["description"] = "Vaincre Yolnahkriin en détruisant ses serviteurs de fer une fois qu\'ils ont été enragés à Sollance.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Balorgh après avoir profané l\'étendard du Chasseur lunaire et sans vous faire frapper par sa compétence de Vestige embrasé pendant tout le combat dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2311] = { +[2497] = { +["name"] = "Assassin de dragon", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Élément de surprise", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 28, +["firstID"] = 2496, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", +["description"] = "Terminer 10 quêtes journalières pour le haut-commissaire Tanerline dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 0, -["description"] = "Vainquez Balorgh en évitant à la fois Eau électrique et Plantes empoisonnées dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["nextId"] = 2498, +["Category_ID"] = 11, } , -[2253] = { +[2496] = { +["name"] = "Suiveur de dragon", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2249, ["SubCategory"] = "Quests", -["name"] = "Garde-forêt psijique", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2496, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 0, -["description"] = "Terminer la quête de l\'Ordre psijique « Une brèche dans les arbres » au Couchant.", -["Category_ID"] = 12, +["description"] = "Terminer 1 quête journalière pour le haut-commissaire Tanerline dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2497, +["Category_ID"] = 11, } , -[2310] = { +[2612] = { +["name"] = "Agent de la Garde du dragon", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Sœurs avant tout", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 27, +["firstID"] = 2609, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 10, +["description"] = "Terminez 30 quêtes pour la Garde du dragon, dont les quêtes journalières pour Oraison Truptor ou Chizbari l\'égayée, afin de rétablir l\'ancien ordre et déverrouiller les services supplémentaires du sanctuaire de la Garde du dragon.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez les Sœurs du Wyrd en les empêchant d\'utiliser leur aura respective pour renforcer l\'autre dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 15, } , -[2255] = { +[2613] = { +["name"] = "Un bouclier de Senchal", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 2254, ["SubCategory"] = "Quests", -["name"] = "Trouveur de bâton psijique", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 2613, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2256, -["description"] = "Terminer la quête de l\'Ordre psijique « Les vestiges des Tours » au Couchant.", -["Category_ID"] = 12, +["description"] = "Terminez 1 quête quotidienne de boss pour Bruccius Baenius.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2614, +["Category_ID"] = 15, } , -[2244] = { +[2102] = { +["name"] = "Jusqu\'aux derniers os", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Charmeur de serpents", -["SubCategory_ID"] = 3, -["achievementIndex"] = 13, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["description"] = "Venez à bout de toutes les rencontres en plus de Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du Croc Vétéran en mode difficile en moins de 30 minutes sans qu\'un membre du groupe ne meure.", +["Category"] = "Dragon Bones", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Vsskalvor à un geyser abyssal.", -["Category_ID"] = 12, +["Category_ID"] = 20, } , -[2249] = { +[2103] = { +["name"] = "Spéléologue des Ossements du dragon", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 2249, -["SubCategory"] = "Quests", -["name"] = "Réaction psijique", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Terminez le Repaire du croc et le Pic de la Mandécailles Vétérans.", +["Category"] = "Dragon Bones", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 20, +} +, +[2104] = { +["name"] = "Explorateur des Ossements du dragon", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, -["nextId"] = 2250, -["description"] = "Terminer la quête de l\'Ordre psijique « L\'appel des Psijiques » au Couchant.", -["Category_ID"] = 12, +["description"] = "Entrez dans le Repaire du croc ou le Pic de la Mandécailles pour la première fois.", +["Category"] = "Dragon Bones", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 20, } , -[2250] = { +[2618] = { +["name"] = "Liberté pour les perdus", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 2249, -["SubCategory"] = "Quests", -["name"] = "Poursuite psijique", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Libérez 25 esclaves et réfugiés capturés par des pirates ou esclavagistes dans le Sud d\'Elsweyr", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2251, -["description"] = "Terminer la quête de l\'Ordre psijique « Brèches sur la baie » au Couchant.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2251] = { +[2620] = { +["name"] = "Éclaireur de l\'arc à grappin", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 2249, -["SubCategory"] = "Quests", -["name"] = "Régulateur psijique", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Trouvez et traversez un terrain d\'entraînement antique de la Garde du dragon avec votre arc à grappin.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2252, -["description"] = "Terminer la quête de l\'Ordre psijique « Brèches de feu et de glace » au Couchant.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2252] = { +[2621] = { +["name"] = "Tueur d\'héritage", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 2249, -["SubCategory"] = "Quests", -["name"] = "Réparateur psijique", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, -["numCriteria"] = 1, -["Category"] = "Summerset", +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Trouvez et vainquez tous les membres restants des infâmes pirates du Venin bleu, des maraudeurs elfes des mers cachés dans tout le Sud d\'Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2253, -["description"] = "Terminer la quête de l\'Ordre psijique « Le Bâton brisé » au Couchant.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2261] = { +[2623] = { +["name"] = "Héros de la Garde du dragon", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Conquérant d\'Arquegivre", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, ["numCriteria"] = 5, -["Category"] = "Wrathstone", -["points"] = 10, +["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros de la Garde du dragon.", +["Category"] = "Dragonhold", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Traqueglace, le seigneur de guerre Tzogvin, le protecteur des cryptes, Rizzuk le Transi et le Gardien de pierre dans Arquegivre Vétéran.", -["Category_ID"] = 16, +["Category_ID"] = 15, } , -[2254] = { +[2485] = { +["name"] = "Révolution à Rimmen", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 2254, ["SubCategory"] = "Quests", -["name"] = "Lance-boue psijique", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 2482, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Terminer la quête « Deux reines » dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 2255, -["description"] = "Terminer la quête de l\'Ordre psijique « Le temps de la boue et des champignons » au Couchant.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2309] = { +[2484] = { +["name"] = "Défense de Fort-Rivière", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "La racine du problème", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 2482, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, -["nextId"] = 0, -["description"] = "Vainquez le Gardien du labyrinthe végétal après que tous les membres du groupe ont évité ses attaques de Racines de suturé dans le Fort du Chasseur lunaire Vétéran.", -["Category_ID"] = 18, +["description"] = "Terminez la quête « La bataille de Fort-Rivière » dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2485, +["Category_ID"] = 11, } , -[2308] = { +[2483] = { +["name"] = "Pourparler précaires", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Esquive des étrangleuses", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 2482, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, -["nextId"] = 0, -["description"] = "Vainquez le Gardien du labyrinthe végétal sans qu\'un seul membre du groupe ne se fasse attraper par un ralentissement d\'étrangleuse dans les jardins du Fort du Chasseur lunaire, en difficulté Vétéran.", -["Category_ID"] = 18, +["description"] = "Terminer la quête « La reine usurpatrice » dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2484, +["Category_ID"] = 11, } , -[2307] = { +[2482] = { +["name"] = "Aide-de-camp de Tharn", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Boucherie sanguinaire", -["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2482, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, -["nextId"] = 0, -["description"] = "Vainquez le geôlier Melitus sans vous faire blesser par les Geysers sanglants du Fort du Chasseur lunaire.", -["Category_ID"] = 18, +["description"] = "Terminer la quête « La rage des dragons » dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2483, +["Category_ID"] = 11, } , -[2306] = { +[2101] = { +["name"] = "Retour à l\'abysse", +["achievementIndex"] = 3, ["prevId"] = 0, +["SubCategory"] = "Abyssal Geysers", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Traque et pièges", -["SubCategory_ID"] = 2, -["achievementIndex"] = 20, -["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, +["numCriteria"] = 10, +["description"] = "Vainquez tous les boss qui peuvent apparaître aux Geysers abyssaux.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["description"] = "Emmenez Balorgh dans le piège de Tharas 10 fois dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 12, } , -[2305] = { +[2476] = { +["name"] = "Chasseur de dragon d\'Anequina", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Dans le brouillard", -["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 2474, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, +["description"] = "Tuer 50 dragons dans les terres sauvages du Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez Tarcyr sans que l\'indrik ne téléporte un seul membre dans la brume dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2304] = { +[2475] = { +["name"] = "Traqueur de dragon d\'Anequina", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Le pied léger", -["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 2474, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, -["nextId"] = 0, -["description"] = "Vainquez Dagrund l\'Encombrant en esquivant systématiquement sa compétence Soulèvement dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["description"] = "Tuer 25 dragons dans les terres sauvages du Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2476, +["Category_ID"] = 11, } , -[2303] = { +[2474] = { +["name"] = "Tueur de dragon d\'Anequina", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Tuerie de saison", -["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 2474, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", +["description"] = "Tuer 1 dragon dans les terres sauvages du Nord d\'Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 5, -["nextId"] = 0, -["description"] = "Vainquez Aghaedh du Solstice en prenant soin de vaincre tous ses suturés dans leur saison respective dans la Procession des Sacrifiés Vétéran.", -["Category_ID"] = 18, +["nextId"] = 2475, +["Category_ID"] = 11, } , -[2302] = { +[2100] = { +["name"] = "Fermez les vannes", +["achievementIndex"] = 1, ["prevId"] = 0, +["SubCategory"] = "Abyssal Geysers", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Grande chasse à l\'indrik", -["SubCategory_ID"] = 1, -["achievementIndex"] = 6, -["numCriteria"] = 3, -["Category"] = "Wolfhunter", +["numCriteria"] = 6, +["description"] = "Détruire la perle abyssale de chaque geyser abyssal du Couchant.", +["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Terminez les trois chasses à l\'indrik doré et gagnez leur manne dans la Procession des Sacrifiés.", -["Category_ID"] = 18, +["Category_ID"] = 12, } , -[2263] = { +[2471] = { +["name"] = "Donjonologue de Wrathstone", +["achievementIndex"] = 1, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Pillage en vitesse", -["SubCategory_ID"] = 2, -["achievementIndex"] = 6, -["numCriteria"] = 1, +["numCriteria"] = 2, +["description"] = "Terminez Arquegivre et les Profondeurs de Malatar en difficulté Normale.", ["Category"] = "Wrathstone", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres et Traqueglace, le seigneur de guerre Tzogvin, le Protecteur des cryptes, Rizzuk le Transi et le Gardien des pierres dans Arquegivre Vétéran en moins de 30 minutes. Le chronomètre s\'enclenche lorsque vous commencez le combat.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , -[2264] = { +[2469] = { +["name"] = "Attiser le feu", +["achievementIndex"] = 5, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Qu\'offrent les forts", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Vaincre Yolnahkriin après avoir éteint ses braseros à offrandes à Sollance Vétéran.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, +} +, +[2468] = { +["name"] = "Fin des dragons des Sollance", +["achievementIndex"] = 1, +["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 10, +["description"] = "Accomplissez les succès indiqués pour Sollance.", +["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres et Traqueglace, le seigneur de guerre Tzogvin, le Protecteur des cryptes, Rizzuk le Transi et le Gardien des pierres dans Arquegivre Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , [1503] = { +["name"] = "Conquérant de l\'archive aethérienne", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Trials", -["name"] = "Conquérant de l\'archive aethérienne", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez le Céleste mage dans l\'archive aethérienne Vétéran.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terrassez le Céleste mage dans l\'archive aethérienne Vétéran.", ["Category_ID"] = 4, } , [1504] = { +["name"] = "Vainqueur des ruines de Mazzatun", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Vainqueur des ruines de Mazzatun", ["numCriteria"] = 4, +["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l\'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l\'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun.", -["achievementIndex"] = 4, +["Category_ID"] = 23, } , [1505] = { +["name"] = "Conquérant des ruines de Mazzatun", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant des ruines de Mazzatun", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l\'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun Vétéran.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l\'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun Vétéran.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1506] = { +["name"] = "Obsession de la Sylvegarde", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Obsession de la Sylvegarde", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans les ruines de Mazzatun Vétéran, vainquez la Sylvegarde Na-Kesh après l\'avoir fait enrager en détruisant ses notes sur le plasme ambré.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Dans les ruines de Mazzatun Vétéran, vainquez la Sylvegarde Na-Kesh après l\'avoir fait enrager en détruisant ses notes sur le plasme ambré.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1507] = { +["name"] = "Ruine", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Ruine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l\'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun Vétéran en moins de 30 minutes après avoir commencé le donjon. Le chronomètre commence au passage de la première arche.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l\'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun Vétéran en moins de 30 minutes après avoir commencé le donjon. Le chronomètre commence au passage de la première arche.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1508] = { +["name"] = "Invaincu", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Invaincu", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l\'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Zatsu Brise-Vertèbres, Gros Chudan, Xal-Nur l\'esclavagiste et la Sylvegarde Na-Kesh dans les Ruines de Mazzatun Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1509] = { +["name"] = "Tueur de lance-boue", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de lance-boue", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 50 lance-boue Xit-Xaht dans les ruines de Mazzatun Vétéran.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 50 lance-boue Xit-Xaht dans les ruines de Mazzatun Vétéran.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1510] = { +["name"] = "Tueur de Xit-Xaht", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de Xit-Xaht", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 600 membres de la tribu Xit-Xaht dans les ruines de Mazzatun Vétéran.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 600 membres de la tribu Xit-Xaht dans les ruines de Mazzatun Vétéran.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1511] = { +["name"] = "Concurrent des ruines de Mazzatun", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Concurrent des ruines de Mazzatun", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans les ruines de Mazzatun Vétéran.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans les ruines de Mazzatun Vétéran.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1512] = { +["name"] = "Massacre à Mazzatun", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Massacre à Mazzatun", ["numCriteria"] = 1, +["description"] = "Vainquez la Sylvegarde Na-Kesh après avoir éliminé tous les autres ennemis dans les ruines de Mazzatun.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Sylvegarde Na-Kesh après avoir éliminé tous les autres ennemis dans les ruines de Mazzatun.", -["achievementIndex"] = 5, +["Category_ID"] = 23, } , [1513] = { +["name"] = "Sauveur des Su-Zahleel", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Sauveur des Su-Zahleel", ["SubCategory_ID"] = 1, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sauvez les six anciens Su-Zahleel dans la chambre rituelle des ruines de Mazzatun Vétéran.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Sauvez les six anciens Su-Zahleel dans la chambre rituelle des ruines de Mazzatun Vétéran.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1514] = { +["name"] = "Lance-boue sans sève", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Lance-boue sans sève", ["numCriteria"] = 1, +["description"] = "Terminez les Ruines de Mazzatun sans qu\'un seul lance-boue n\'ait pu renforcer un de ses alliés avec Plasme ambré.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez les Ruines de Mazzatun sans qu\'un seul lance-boue n\'ait pu renforcer un de ses alliés avec Plasme ambré.", -["achievementIndex"] = 6, +["Category_ID"] = 23, } , [1515] = { +["name"] = "Matador d\'haj mota", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Matador d\'haj mota", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Gros Chudan dans les ruines de Mazzatun Vétéran sans qu\'aucun membre du groupe ne se fasse toucher par Élan du bourbier.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Gros Chudan dans les ruines de Mazzatun Vétéran sans qu\'aucun membre du groupe ne se fasse toucher par Élan du bourbier.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1516] = { +["name"] = "Dressage", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Dressage", ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Xal-Nur l\'esclavagiste des ruines de Mazzatun Vétéran sans libérer un seul wamasu pour vous aider.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Xal-Nur l\'esclavagiste des ruines de Mazzatun Vétéran sans libérer un seul wamasu pour vous aider.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1517] = { +["name"] = "Obsédé par la propreté", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Obsédé par la propreté", ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Xal-Nur l\'esclavagiste des ruines de Mazzatun Vétéran avec un même membre du groupe s\'occupant de purifier l\'épice du marais. Les autres membres du marais peuvent tout de même toucher l\'épice.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Xal-Nur l\'esclavagiste des ruines de Mazzatun Vétéran avec un même membre du groupe s\'occupant de purifier l\'épice du marais. Les autres membres du marais peuvent tout de même toucher l\'épice.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1518] = { +["name"] = "Chance pure", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Chance pure", ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Sylvegarde Na-Kesh dans les ruines de Mazzatun Vétéran sans qu\'un seul membre du groupe utilise la synergie Révélation pour identifier le véritable avatar de l\'Hist.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Sylvegarde Na-Kesh dans les ruines de Mazzatun Vétéran sans qu\'un seul membre du groupe utilise la synergie Révélation pour identifier le véritable avatar de l\'Hist.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1519] = { +["name"] = "Dans de beaux draps", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Dans de beaux draps", ["SubCategory_ID"] = 1, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Sylvegarde Na-Kesh dans les ruines de Mazzatun Vétéran sans être frappé par l\'Ambre brûlant.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Sylvegarde Na-Kesh dans les ruines de Mazzatun Vétéran sans être frappé par l\'Ambre brûlant.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1520] = { +["name"] = "Explorateur des ombres de l\'Hist", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Explorateur des ombres de l\'Hist", ["numCriteria"] = 1, +["description"] = "Entrez pour la première fois dans les ruines de Mazzatun ou le Berceau des ombres", ["Category"] = "Shadows of the Hist", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entrez pour la première fois dans les ruines de Mazzatun ou le Berceau des ombres", -["achievementIndex"] = 1, +["Category_ID"] = 23, } , -[2265] = { +[2467] = { +["name"] = "Tueur de dieu de Sollance", +["achievementIndex"] = 13, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Explorateur de Ragepierre", -["SubCategory_ID"] = 1, -["achievementIndex"] = 2, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, +["description"] = "Vaincre Yolnahkriin, Lokkestiiz, et Nahviintaas ainsi que leurs adeptes hostiles après avoir éteint tous leurs braseros d\'offrande, sans qu\'un seul membre du groupe ne meure, en moins de 30 minutes après être entré dans le couloir entre le Vestibule du Temple de Sollance et la Cour, à Sollance Vétéran.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Entrez dans Arquegivre ou les Profondeurs de Malatar pour la première fois.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , [1522] = { +["name"] = "Vainqueur du Berceau des ombres", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Vainqueur du Berceau des ombres", ["numCriteria"] = 5, +["description"] = "Vainquez Sithera, Khephidaen l\'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Sithera, Khephidaen l\'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres.", -["achievementIndex"] = 2, +["Category_ID"] = 23, } , [1523] = { +["name"] = "Conquérant du Berceau des ombres", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant du Berceau des ombres", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez Sithera, Khephidaen l\'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres Vétéran.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Sithera, Khephidaen l\'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres Vétéran.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1524] = { +["name"] = "Vengeance de Velidreth", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Vengeance de Velidreth", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran, après l\'avoir fait enrager en profanant la statue de Méphala.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran, après l\'avoir fait enrager en profanant la statue de Méphala.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1525] = { +["name"] = "Exterminateur", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Exterminateur", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Sithera, Khephidaen l\'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres Vétéran en moins de 30 minutes après avoir commencé le donjon. Le chronomètre commence à l\'entrée de la première caverne.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Sithera, Khephidaen l\'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres Vétéran en moins de 30 minutes après avoir commencé le donjon. Le chronomètre commence à l\'entrée de la première caverne.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1526] = { +["name"] = "Un phare dans la nuit", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Un phare dans la nuit", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Sithera, Khephidaen l\'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Sithera, Khephidaen l\'Arachnakien, le votaire de Velidreth, Dranos Velador et Velidreth, la Dame des dentelles dans le Berceau des ombres Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1527] = { +["name"] = "Hérétique", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Hérétique", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Détruisez 50 statues de la dévotion de Velidreth dans le Berceau des ombres Vétéran.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Détruisez 50 statues de la dévotion de Velidreth dans le Berceau des ombres Vétéran.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1528] = { +["name"] = "Tueur du culte de l\'araignée", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur du culte de l\'araignée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 600 membres de l\'Anneau de soie ou leurs alliés arachnakiens dans le Berceau des ombres Vétéran.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 600 membres de l\'Anneau de soie ou leurs alliés arachnakiens dans le Berceau des ombres Vétéran.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1529] = { +["name"] = "Concurrent du Berceau des ombres", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Concurrent du Berceau des ombres", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans le Berceau des ombres Vétéran.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans le Berceau des ombres Vétéran.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1530] = { +["name"] = "Ne craignez pas l\'obscurité", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Ne craignez pas l\'obscurité", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Traversez les cavernes aux araignées du Berceau des ombres Vétéran sans allumer plus de deux braséros.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Traversez les cavernes aux araignées du Berceau des ombres Vétéran sans allumer plus de deux braséros.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1531] = { +["name"] = "Jeu d\'ombres", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Jeu d\'ombres", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Khephidaen l\'Arachnakien dans le Berceau des ombres Vétéran sans rallumer les braséros éteints.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Khephidaen l\'Arachnakien dans le Berceau des ombres Vétéran sans rallumer les braséros éteints.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1532] = { +["name"] = "Divisé pour mieux tomber", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Divisé pour mieux tomber", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Dranos Velador dans le Berceau des ombres Vétéran sans jamais absorber d\'orbes.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Dranos Velador dans le Berceau des ombres Vétéran sans jamais absorber d\'orbes.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1533] = { +["name"] = "Marchetoile", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Marchetoile", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran sans qu\'un seul membre du groupe ne meure dans les catacombes.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran sans qu\'un seul membre du groupe ne meure dans les catacombes.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1534] = { +["name"] = "Accepter les ombres", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Accepter les ombres", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran sans utiliser la synergie Lumière de l\'atronach.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran sans utiliser la synergie Lumière de l\'atronach.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1535] = { +["name"] = "Circulez, il n\'y a rien à voir", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Circulez, il n\'y a rien à voir", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran sans qu\'aucun membre du groupe ne soit touché par son Sens des ombres.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Velidreth dans le Berceau des ombres Vétéran sans qu\'aucun membre du groupe ne soit touché par son Sens des ombres.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , [1536] = { +["name"] = "Évasion venimeuse", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Évasion venimeuse", ["numCriteria"] = 1, +["description"] = "Vainquez Velidreth dans le Berceau des ombres sans qu\'aucun membre du groupe ne soit touché par les glandes à venin.", ["Category"] = "Shadows of the Hist", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Velidreth dans le Berceau des ombres sans qu\'aucun membre du groupe ne soit touché par les glandes à venin.", -["achievementIndex"] = 3, +["Category_ID"] = 23, } , -[2266] = { +[2463] = { +["name"] = "Réparateur de fresque", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Concurrent d\'Arquegivre", -["SubCategory_ID"] = 2, -["achievementIndex"] = 2, -["numCriteria"] = 4, -["Category"] = "Wrathstone", +["numCriteria"] = 17, +["description"] = "Trouver et restaurer tous les fragments du Rithana-di-Renada, l\'antique fresque khajiit, pour la Maison des Histoires.", +["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés pour Arquegivre Vétéran.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , [1538] = { +["name"] = "Aventurier des ombres de l\'Hist", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Aventurier des ombres de l\'Hist", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Terminez le Berceau des ombres et les ruines de Mazzatun.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez le Berceau des ombres et les ruines de Mazzatun.", -["Category_ID"] = 22, +["Category_ID"] = 23, } , -[2267] = { +[2462] = { +["name"] = "Érudit de la Garde du dragon", +["achievementIndex"] = 17, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Pillard infatigable", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, -["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, +["numCriteria"] = 13, +["description"] = "Lire les 13 plaques de la Garde-dragon dans le sanctuaire akavirois caché appelé Autel de Dov-Vahl.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres et Traqueglace, le seigneur de guerre Tzogvin, le Protecteur des cryptes, Rizzuk le Transi et le Gardien des pierres dans Arquegivre Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2268] = { +[2461] = { +["name"] = "Chasseur d\'éclats célestes du nord d\'Elsweyr", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Tueur de purifiés vétéran", -["SubCategory_ID"] = 2, -["achievementIndex"] = 19, -["numCriteria"] = 1, -["Category"] = "Wrathstone", +["numCriteria"] = 18, +["description"] = "Découvrez les 18 éclats célestes du nord d\'Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 350 Purifiés de Méridia dans les Profondeurs de Malatar Vétéran", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2269] = { +[2059] = { +["name"] = "Fumée et miroirs", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Tueur de vigies de pierre vétéran", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 20, +["firstID"] = 2050, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Terminez la quête « L\'étrangeté de Seht ».", +["Category"] = "Clockwork City", ["points"] = 10, -["nextId"] = 0, -["description"] = "Vainquez 150 veilleurs de pierre dans les Profondeurs de Malatar Vétéran.", -["Category_ID"] = 16, +["nextId"] = 2060, +["Category_ID"] = 21, } , -[2270] = { +[2444] = { +["name"] = "Événement de groupe de la nécropole de Rimmen", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Vainqueur des Profondeurs de Malatar", +["SubCategory"] = "Exploration", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, -["numCriteria"] = 5, -["Category"] = "Wrathstone", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vainquez l\'aspect de Darloc Brae et le Champion de Mehrunnez dans la nécropole de Rimmen", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2271] = { +[2443] = { +["name"] = "Vainqueur d\'Orcrête", +["achievementIndex"] = 12, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Conquérant des Profondeurs de Malatar", -["SubCategory_ID"] = 2, -["achievementIndex"] = 14, ["numCriteria"] = 5, -["Category"] = "Wrathstone", +["description"] = "Vaincre trois des champions d\'Orcrête.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar Vétéran.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2295] = { +[2441] = { +["name"] = "Vainqueur de la nécropole de Rimmen", +["achievementIndex"] = 10, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Maître Pêcheur de Tourbevase", -["numCriteria"] = 12, -["Category"] = "Murkmire", -["points"] = 5, +["numCriteria"] = 5, +["description"] = "Terrassez trois des champions de la nécropole de Rimmen.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Tourbevase.", -["achievementIndex"] = 6, +["Category_ID"] = 11, } , -[2297] = { +[2438] = { +["name"] = "Démolisseur lié au dragon", +["achievementIndex"] = 9, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Rage interminable", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", +["description"] = "Vainquez 200 Destin, Volonté, Furie ou Ruine d\'Alkosh à Sollance.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Mylenne Mire-Lune sans purger sa compétence Enrager dans le Fort du Chasseur lunaire Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2298] = { +[2437] = { +["name"] = "Tueur de senche-raht", +["achievementIndex"] = 8, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Un allié massif", -["SubCategory_ID"] = 1, -["achievementIndex"] = 3, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", +["description"] = "Vaincre 100 rugissements d\'Alkosh, griffes-de-vent de Jone ou crocs-de-feu de Jode à Sollance.", +["Category"] = "Elsweyr", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez l\'archiviste Ernarde sans tuer son premier allié loup-garou massif dans le Fort du Chasseur lunaire.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2299] = { +[2436] = { +["name"] = "Fléau de dragon", +["achievementIndex"] = 7, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Culture extensive", -["SubCategory_ID"] = 1, -["achievementIndex"] = 4, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, +["description"] = "Vaincre tous les ennemis en plus d’Yolnahkriin, Lokkestiiz, et Nahviintaas sans perdre un seul membre du groupe dans Sollance Vétéran.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'archiviste sans qu\'un membre du groupe ne subisse les dégâts des Symboles de Xarxès dans le Fort du Chasseur lunaire.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , -[2300] = { +[2435] = { +["name"] = "Conquérant de Sollance", +["achievementIndex"] = 3, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Sous la main", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, +["description"] = "Vaincre Yolnahkriin, Lokkestiiz, et Nahviintaas à Sollance Vétéran.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Vykosa l\'Ascendante sans qu\'un seul membre du groupe ne subisse les dégâts de ses familiers enchaînés dans le Fort du Chasseur lunaire Vétéran.", -["Category_ID"] = 18, +["Category_ID"] = 11, } , [1549] = { +["name"] = "Conquérant du Cachot interdit I", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant du Cachot interdit I", ["numCriteria"] = 5, +["description"] = "Vainquez la Hantise de la cellule, Taillombre, Angata la dresseuse de faucheclans, le destructeur squelettique et le haut patriarche Rilis dans le Cachot interdit Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Hantise de la cellule, Taillombre, Angata la dresseuse de faucheclans, le destructeur squelettique et le haut patriarche Rilis dans le Cachot interdit Vétéran I.", -["achievementIndex"] = 10, +["Category_ID"] = 5, } , [1550] = { +["name"] = "Briseur d\'os vétéran I", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Briseur d\'os vétéran I", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 350 squelettes dans le Cachot interdit Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 350 squelettes dans le Cachot interdit Vétéran I.", ["Category_ID"] = 5, } , [1551] = { +["name"] = "Tueur de Daedra vétéran I", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de Daedra vétéran I", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 100 Daedra dans le Cachot interdit Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 100 Daedra dans le Cachot interdit Vétéran I.", ["Category_ID"] = 5, } , [1552] = { +["name"] = "Assassin du Cachot interdit I", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin du Cachot interdit I", ["SubCategory_ID"] = 4, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Hantise de la cellule, Taillombre, Angata la dresseuse de faucheclans, le destructeur squelettique et le haut patriarche Rilis dans le Cachot interdit Vétéran I en moins de vingt minutes. Le chronomètre commence lorsqu\'un membre du groupe entre dans le premier couloir.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Hantise de la cellule, Taillombre, Angata la dresseuse de faucheclans, le destructeur squelettique et le haut patriarche Rilis dans le Cachot interdit Vétéran I en moins de vingt minutes. Le chronomètre commence lorsqu\'un membre du groupe entre dans le premier couloir.", ["Category_ID"] = 5, } , [1553] = { +["name"] = "Survivant du Cachot interdit I", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant du Cachot interdit I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Hantise de la cellule, Taillombre, Angata la dresseuse de faucheclans, le destructeur squelettique et le haut patriarche Rilis dans le Cachot interdit Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Hantise de la cellule, Taillombre, Angata la dresseuse de faucheclans, le destructeur squelettique et le haut patriarche Rilis dans le Cachot interdit Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1554] = { +["name"] = "Tranche-âme", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Tranche-âme", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le haut patriarche Rilis dans le Cachot interdit Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le haut patriarche Rilis dans le Cachot interdit Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1555] = { +["name"] = "Vainqueur du Cachot interdit II", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur du Cachot interdit II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez la gardienne Areldur, la Gueule de l\'Infernal, le gardien Voranil, la gardienne Imiril, sœur Sihna et sœur Vera, et le haut patriarche Rilis dans le Cachot interdit Vétéran II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la gardienne Areldur, la Gueule de l\'Infernal, le gardien Voranil, la gardienne Imiril, sœur Sihna et sœur Vera, et le haut patriarche Rilis dans le Cachot interdit Vétéran II.", ["Category_ID"] = 4, } , [1556] = { +["name"] = "Conquérant de la Champignonnière I", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de la Champignonnière I", ["numCriteria"] = 5, +["description"] = "Vainquez Tazkad le maître de meute, le chef de guerre Ozozai, Gestenuée, Cliquegriffe, et Kra\'gh le roi dreugh dans la Champignonnière Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Tazkad le maître de meute, le chef de guerre Ozozai, Gestenuée, Cliquegriffe, et Kra\'gh le roi dreugh dans la Champignonnière Vétéran I.", -["achievementIndex"] = 15, +["Category_ID"] = 5, } , [1557] = { +["name"] = "Tueur de gobelins vétéran", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de gobelins vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 450 gobelins dans la Champignonnière Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 450 gobelins dans la Champignonnière Vétéran I.", ["Category_ID"] = 5, } , [1558] = { +["name"] = "Tueur de dreughs vétéran", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de dreughs vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 50 dreughs dans la Champignonnière Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 50 dreughs dans la Champignonnière Vétéran I.", ["Category_ID"] = 5, } , [1559] = { +["name"] = "Assassin de la Champignonnière I", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de la Champignonnière I", ["SubCategory_ID"] = 4, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Tazkad le maître de meute, le chef de guerre Ozozai, Gestenuée, Cliquegriffe et Kra\'gh le roi dreugh dans la Champignonnière Vétéran I, le tout en moins de 15 minutes. Le chronomètre démarre lorsqu\'un joueur entre dans le tunnel après le premier groupe de gobelins.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Tazkad le maître de meute, le chef de guerre Ozozai, Gestenuée, Cliquegriffe et Kra\'gh le roi dreugh dans la Champignonnière Vétéran I, le tout en moins de 15 minutes. Le chronomètre démarre lorsqu\'un joueur entre dans le tunnel après le premier groupe de gobelins.", ["Category_ID"] = 5, } , [1560] = { +["name"] = "Survivant de la Champignonnière I", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de la Champignonnière I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Tazkad le maître de meute, le chef de guerre Ozozai, Gestenuée, Cliquegriffe et Kra\'gh le roi dreugh dans la Champignonnière Vétéran I, sans qu\'aucun membre de votre groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Tazkad le maître de meute, le chef de guerre Ozozai, Gestenuée, Cliquegriffe et Kra\'gh le roi dreugh dans la Champignonnière Vétéran I, sans qu\'aucun membre de votre groupe ne meure.", ["Category_ID"] = 5, } , [1561] = { +["name"] = "Pêche du jour", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Pêche du jour", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le roi dreugh dans la Champignonnière Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le roi dreugh dans la Champignonnière Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1562] = { +["name"] = "Vainqueur de la Champignonnière II", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de la Champignonnière II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez le Croc de Méphala, Gamyne Bandu, Ciirenas la bergère, le Rejeton de Méphala, Reggr Aubenoire, et Vila Theran dans la Champignonnière Vétéran II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le Croc de Méphala, Gamyne Bandu, Ciirenas la bergère, le Rejeton de Méphala, Reggr Aubenoire, et Vila Theran dans la Champignonnière Vétéran II.", ["Category_ID"] = 4, } , [1563] = { +["name"] = "Survivant de la Champignonnière II", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de la Champignonnière II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Croc de Méphala, Gamyne Bandu, Ciirenas la bergère, le Rejeton de Méphala, Reggr Aubenoire, et Vila Theran dans la Champignonnière Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Croc de Méphala, Gamyne Bandu, Ciirenas la bergère, le Rejeton de Méphala, Reggr Aubenoire, et Vila Theran dans la Champignonnière Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1564] = { +["name"] = "Survivant du Cachot interdit II", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant du Cachot interdit II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez les gardiens Imiril, Areldur, et Voranil, ainsi que la Gueule de l\'infernal et les sœurs Sihna et Véra, le tout avant de vaincre le haut-patriarche Rilis dans le Cachot interdit Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez les gardiens Imiril, Areldur, et Voranil, ainsi que la Gueule de l\'infernal et les sœurs Sihna et Véra, le tout avant de vaincre le haut-patriarche Rilis dans le Cachot interdit Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1565] = { +["name"] = "Conquérant de Tressefuseau I", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de Tressefuseau I", ["numCriteria"] = 5, +["description"] = "Vainquez tresseuse, la mère de la nuée, Cerise la faiseuse de veuves, Gros Rabbu et la Chuchoteuse dans Tressefuseau Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez tresseuse, la mère de la nuée, Cerise la faiseuse de veuves, Gros Rabbu et la Chuchoteuse dans Tressefuseau Vétéran I.", -["achievementIndex"] = 8, +["Category_ID"] = 5, } , [1566] = { +["name"] = "Tueur d\'araignées vétéran", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'araignées vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 600 araignées dans Tressefuseau Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 600 araignées dans Tressefuseau Vétéran I.", ["Category_ID"] = 5, } , [1567] = { +["name"] = "Tueur de corrompus vétéran", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de corrompus vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 350 corrompus dans Tressefuseau Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 350 corrompus dans Tressefuseau Vétéran I.", ["Category_ID"] = 5, } , [1568] = { +["name"] = "Assassin de Tressefusau I", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de Tressefusau I", ["SubCategory_ID"] = 4, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Mère de la nuée et la Chuchoteuse dans Tressefuseau Vétéran I en moins de vingt minutes. Le chronomètre commence lorsque les joueurs attaquent le premier groupe d\'araignées.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Mère de la nuée et la Chuchoteuse dans Tressefuseau Vétéran I en moins de vingt minutes. Le chronomètre commence lorsque les joueurs attaquent le premier groupe d\'araignées.", ["Category_ID"] = 5, } , [1569] = { +["name"] = "Survivant de Tressefuseau I", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de Tressefuseau I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Mère de la nuée et la Chuchoteuse dans Tressefuseau Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Mère de la nuée et la Chuchoteuse dans Tressefuseau Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1570] = { +["name"] = "Enfin tranquille", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Enfin tranquille", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Chuchoteuse dans Tressefuseau Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Chuchoteuse dans Tressefuseau Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1571] = { +["name"] = "Vainqueur de Tressefuseau II", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de Tressefuseau II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez Martine la folle, l\'Engeance de sang, Praxin Douare, les trois Atronachs de chair, Urvan Veleth et Vorenor Nédhiver dans Tressefuseau II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Martine la folle, l\'Engeance de sang, Praxin Douare, les trois Atronachs de chair, Urvan Veleth et Vorenor Nédhiver dans Tressefuseau II.", ["Category_ID"] = 4, } , [1572] = { +["name"] = "Survivant de Tressefuseau II", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de Tressefuseau II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Mortin le fou, l\'Engeance de sang, Praxin Douare, le trio d\'atronachs de chair, Urvan Veleth, et Vorénor Nédhiver dans Tressefuseau Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Mortin le fou, l\'Engeance de sang, Praxin Douare, le trio d\'atronachs de chair, Urvan Veleth, et Vorénor Nédhiver dans Tressefuseau Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1573] = { +["name"] = "Conquérant du Creuset des aînés I", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant du Creuset des aînés I", ["numCriteria"] = 6, +["description"] = "Vainquez Akash gram-Mal, le spriggan antique, Ronce étouffeuse, Nenesh gro-Mal, Rampefeuille et la haute chanoinesse Oraneth au Creuset des aînés Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Akash gram-Mal, le spriggan antique, Ronce étouffeuse, Nenesh gro-Mal, Rampefeuille et la haute chanoinesse Oraneth au Creuset des aînés Vétéran I.", -["achievementIndex"] = 23, +["Category_ID"] = 5, } , [1574] = { +["name"] = "Tueur d\'orcs du marais d\'ombre vétéran", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'orcs du marais d\'ombre vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 400 orcs du marais d\'ombre au Creuset des aînés Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 400 orcs du marais d\'ombre au Creuset des aînés Vétéran I.", ["Category_ID"] = 5, } , [1575] = { +["name"] = "Tueur d\'alits vétéran", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'alits vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 100 alits au Creuset des aînés Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 100 alits au Creuset des aînés Vétéran I.", ["Category_ID"] = 5, } , [1576] = { +["name"] = "Assassin du Creuset des aînés I", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin du Creuset des aînés I", ["SubCategory_ID"] = 4, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Akash gram-Mal, le spriggan antique, Ronce étouffeuse, Nenesh gro-Mal, Rampefeuille et la haute chanoinesse Oraneth dans le Creuset des aînés Vétéran I en moins de vingt minutes. Le chronomètre commence lorsque les joueurs attaquent les premiers membres du Thalmor.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Akash gram-Mal, le spriggan antique, Ronce étouffeuse, Nenesh gro-Mal, Rampefeuille et la haute chanoinesse Oraneth dans le Creuset des aînés Vétéran I en moins de vingt minutes. Le chronomètre commence lorsque les joueurs attaquent les premiers membres du Thalmor.", ["Category_ID"] = 5, } , [1577] = { +["name"] = "Survivant du Creuset des aînés I", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant du Creuset des aînés I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Akash gram-Mal, le spriggan antique, Ronce étouffeuse, Nenesh gro-Mal, Rampefeuille et la haute chanoinesse Oraneth dans le Creuset des aînés Vétéran I dans le Creuset des aînés Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Akash gram-Mal, le spriggan antique, Ronce étouffeuse, Nenesh gro-Mal, Rampefeuille et la haute chanoinesse Oraneth dans le Creuset des aînés Vétéran I dans le Creuset des aînés Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1578] = { +["name"] = "Haute-chanoinesse en charpie", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Haute-chanoinesse en charpie", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la haute chanoinesse Oraneth dans le Creuset des aînés Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la haute chanoinesse Oraneth dans le Creuset des aînés Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1579] = { +["name"] = "Vainqueur du Creuset des aînés II", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur du Creuset des aînés II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez Dubroze l\'Infestateur, Racine noire, Azara la Terrifiante, Fange-jour, le garde d\'ombre, et Bogdan la Nocteflamme dans le Creuset des aînés II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Dubroze l\'Infestateur, Racine noire, Azara la Terrifiante, Fange-jour, le garde d\'ombre, et Bogdan la Nocteflamme dans le Creuset des aînés II.", ["Category_ID"] = 4, } , [1580] = { +["name"] = "Survivant du Creuset des aînés II", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant du Creuset des aînés II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Dubroze l\'Infestateur, Racine noire, Azara la Terrifiante, Fange-jour, le garde d\'ombre, et Bogdan la Nocteflamme dans le Creuset des aînés Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Dubroze l\'Infestateur, Racine noire, Azara la Terrifiante, Fange-jour, le garde d\'ombre, et Bogdan la Nocteflamme dans le Creuset des aînés Vétéran II sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1581] = { +["name"] = "Conquérant des Cavernes d\'Ombre-noire I", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant des Cavernes d\'Ombre-noire I", ["numCriteria"] = 6, +["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d\'Ombre-noire Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d\'Ombre-noire Vétéran I.", -["achievementIndex"] = 13, +["Category_ID"] = 5, } , [1582] = { +["name"] = "Tueur de Rats des puits vétéran", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de Rats des puits vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 175 voyous des Rats des puits dans les Cavernes d\'Ombre-noire Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 175 voyous des Rats des puits dans les Cavernes d\'Ombre-noire Vétéran I.", ["Category_ID"] = 5, } , [1583] = { +["name"] = "Tueur de kwamas vétéran", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de kwamas vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 300 kwamas dans les cavernes d\'Ombre-noire Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 300 kwamas dans les cavernes d\'Ombre-noire Vétéran I.", ["Category_ID"] = 5, } , [1584] = { +["name"] = "Assassin des cavernes d\'Ombre-noire I", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin des cavernes d\'Ombre-noire I", ["SubCategory_ID"] = 4, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d\'Ombre-noire Vétéran I en moins de vingt minutes. Le chronomètre commence quand un membre du groupe descend dans les cavernes.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d\'Ombre-noire Vétéran I en moins de vingt minutes. Le chronomètre commence quand un membre du groupe descend dans les cavernes.", ["Category_ID"] = 5, } , [1585] = { +["name"] = "Survivant des cavernes d\'Ombre-noire I", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant des cavernes d\'Ombre-noire I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d\'Ombre-noire Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d\'Ombre-noire Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1586] = { +["name"] = "Au fond du trou", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Au fond du trou", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la sentinelle de Rkugamz aux Cavernes d\'Ombre-noire Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la sentinelle de Rkugamz aux Cavernes d\'Ombre-noire Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1587] = { +["name"] = "Vainqueur des cavernes d\'Ombre-noire II", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur des cavernes d\'Ombre-noire II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez le contremaître déchu, le seigneur de ruche transmuté, les alits transmutés, Grobull le transmuté, la garnison du Moteur, et le Gardien du moteur d\'Ombre-noire II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le contremaître déchu, le seigneur de ruche transmuté, les alits transmutés, Grobull le transmuté, la garnison du Moteur, et le Gardien du moteur d\'Ombre-noire II.", ["Category_ID"] = 4, } , [1588] = { +["name"] = "Survivant des cavernes d\'Ombre-noire II", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant des cavernes d\'Ombre-noire II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le contremaître déchu, le seigneur de la ruche transmuté, l\'alit transmuté, Grobull le transmuté, la garnison du Moteur, et le Gardien du Moteur dans les cavernes d\'Ombre-noire Vétéran II, sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le contremaître déchu, le seigneur de la ruche transmuté, l\'alit transmuté, Grobull le transmuté, la garnison du Moteur, et le Gardien du Moteur dans les cavernes d\'Ombre-noire Vétéran II, sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1589] = { +["name"] = "Conquérant des égouts d\'Haltevoie I", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant des égouts d\'Haltevoie I", ["numCriteria"] = 6, +["description"] = "Vainquez Rampefange, l\'enquêteur Garron, Celui qui chuchote à l\'oreille des rats, Uulgarg l\'Affamé, Varaine Pellingare et Allène Pellingare dans les Égouts d\'Haltevoie I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Rampefange, l\'enquêteur Garron, Celui qui chuchote à l\'oreille des rats, Uulgarg l\'Affamé, Varaine Pellingare et Allène Pellingare dans les Égouts d\'Haltevoie I.", -["achievementIndex"] = 5, +["Category_ID"] = 5, } , [1590] = { +["name"] = "Tueur de ragnards vétéran", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de ragnards vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 800 ragnards dans les Égouts d\'Haltevoie Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 800 ragnards dans les Égouts d\'Haltevoie Vétéran I.", ["Category_ID"] = 5, } , [1591] = { +["name"] = "Tueur de mercenaires Vétéran", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de mercenaires Vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 500 mercenaires Pellingare dans les Égouts d\'Haltevoie Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 500 mercenaires Pellingare dans les Égouts d\'Haltevoie Vétéran I.", ["Category_ID"] = 5, } , [1592] = { +["name"] = "Assassin des égouts d\'Haltevoie I", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin des égouts d\'Haltevoie I", ["SubCategory_ID"] = 4, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rampefange, l\'enquêteur Garron, Celui qui chuchote à l\'oreille des rats, Uulgarg l\'Affamé, Varaine Pellingare et Allène Pellingare dans les Égouts d\'Haltevoie I, le tout en moins de 15 minutes. Le chronomètre démarre lorsqu\'un joueur entre dans le premier tunnel à droite de l\'entrée.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Rampefange, l\'enquêteur Garron, Celui qui chuchote à l\'oreille des rats, Uulgarg l\'Affamé, Varaine Pellingare et Allène Pellingare dans les Égouts d\'Haltevoie I, le tout en moins de 15 minutes. Le chronomètre démarre lorsqu\'un joueur entre dans le premier tunnel à droite de l\'entrée.", ["Category_ID"] = 5, } , [1593] = { +["name"] = "Survivant des Égouts d\'Haltevoie I", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant des Égouts d\'Haltevoie I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Rampefange, l\'enquêteur Garron, Celui qui chuchote à l\'oreille des rats, Uulgarg l\'Affamé, Varaine Pellingare et Allène Pellingare dans les Égouts d\'Haltevoie I, sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Rampefange, l\'enquêteur Garron, Celui qui chuchote à l\'oreille des rats, Uulgarg l\'Affamé, Varaine Pellingare et Allène Pellingare dans les Égouts d\'Haltevoie I, sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1594] = { +["name"] = "Tout-à-l\'égout", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Tout-à-l\'égout", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Allene Pellingare dans les Égouts d\'Haltevoie Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Allene Pellingare dans les Égouts d\'Haltevoie Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1595] = { +["name"] = "Vainqueur des Égouts d\'Haltevoie II", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur des Égouts d\'Haltevoie II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez Malubeth le Faucheur, Fauche-crânes, Uulgarg le Revenu, l\'Oublié, et les jumeaux Pellingare dans les Égouts d\'Haltevoie Vétéran II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Malubeth le Faucheur, Fauche-crânes, Uulgarg le Revenu, l\'Oublié, et les jumeaux Pellingare dans les Égouts d\'Haltevoie Vétéran II.", ["Category_ID"] = 4, } , [1596] = { +["name"] = "Survivant des Égouts d\'Haltevoie II", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant des Égouts d\'Haltevoie II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d\'Ombre-noire Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la bergère en chef Nélorën, le contremaître Llothan, le seigneur de la ruche, le patriarche de la caverne, la sentinelle de Rkugamz et la Sphère tranchante dans les Cavernes d\'Ombre-noire Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1597] = { +["name"] = "Conquérant de la Cité des cendres I", +["achievementIndex"] = 13, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de la Cité des cendres I", ["numCriteria"] = 6, +["description"] = "Vainquez le Gardien infernal, Golor le dresseur de portemorts, le Gardien de l\'autel, la Braise noire, Rothariël Flammecœur et le Maître-rasoir Erthas dans la Cité des cendres Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez le Gardien infernal, Golor le dresseur de portemorts, le Gardien de l\'autel, la Braise noire, Rothariël Flammecœur et le Maître-rasoir Erthas dans la Cité des cendres Vétéran I.", -["achievementIndex"] = 4, +["Category_ID"] = 5, } , [1598] = { +["name"] = "Tueur de portemort des terres mortes vétéran", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de portemort des terres mortes vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 550 portemorts à la Cité des cendres Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 550 portemorts à la Cité des cendres Vétéran I.", ["Category_ID"] = 5, } , [1599] = { +["name"] = "Tueur d\'atronachs de feu Vétéran", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'atronachs de feu Vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 60 atronachs de feu dans la Cité des cendres Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 60 atronachs de feu dans la Cité des cendres Vétéran I.", ["Category_ID"] = 5, } , [1600] = { +["name"] = "Assassin de la Cité des cendres I", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de la Cité des cendres I", ["SubCategory_ID"] = 4, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Gardien infernal, le Gardien de l\'autel et le Maître-rasoir Erthas dans la Cité des cendres I en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de daedra.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Gardien infernal, le Gardien de l\'autel et le Maître-rasoir Erthas dans la Cité des cendres I en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de daedra.", ["Category_ID"] = 5, } , [1601] = { +["name"] = "Survivant de la Cité des cendres I", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de la Cité des cendres I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Gardien infernal, le Gardien de l\'autel et le Maître-rasoir Erthas dans la Cité des cendres I sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Gardien infernal, le Gardien de l\'autel et le Maître-rasoir Erthas dans la Cité des cendres I sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1602] = { +["name"] = "Brigade du feu", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Brigade du feu", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le maître des rasoir Erthas dans la Cité des cendres Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le maître des rasoir Erthas dans la Cité des cendres Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1603] = { +["name"] = "Vainqueur de la Cité des cendres II", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de la Cité des cendres II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 3, +["description"] = "Vainquez Horvantud Gueule-ardente, le Titan de cendres et Valkyn Skoria dans la Cité des Cendres II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Horvantud Gueule-ardente, le Titan de cendres et Valkyn Skoria dans la Cité des Cendres II.", ["Category_ID"] = 4, } , [1604] = { +["name"] = "Conquérant d\'Arx Corinium", +["achievementIndex"] = 18, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant d\'Arx Corinium", ["numCriteria"] = 6, +["description"] = "Terminez Arx Corinium en vainquant la Menace crochue, Ganakton la tempête, Sliklenia la chanteresse, la matrone Ixniaa, le suturé ancestral, et Sellistrix la reine lamie.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez Arx Corinium en vainquant la Menace crochue, Ganakton la tempête, Sliklenia la chanteresse, la matrone Ixniaa, le suturé ancestral, et Sellistrix la reine lamie.", -["achievementIndex"] = 3, +["Category_ID"] = 5, } , [1605] = { +["name"] = "Tueur de lamies vétéran", +["achievementIndex"] = 29, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de lamies vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 400 Lamies à Arx Corinium Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 400 Lamies à Arx Corinium Vétéran.", ["Category_ID"] = 5, } , [1606] = { +["name"] = "Tueur de serpents vétéran", +["achievementIndex"] = 30, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de serpents vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 175 serpents géants à Arx Corinium Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 175 serpents géants à Arx Corinium Vétéran.", ["Category_ID"] = 5, } , [1607] = { +["name"] = "Assassin d\'Arx Corinium", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin d\'Arx Corinium", ["SubCategory_ID"] = 4, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Menace crochue, Ganakton la tempête, Sliklenia la chanteresse, la matrone Ixniaa, le suturé ancestral, et Sellistrix la reine lamie dans Arx Corinium Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de serpents.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Menace crochue, Ganakton la tempête, Sliklenia la chanteresse, la matrone Ixniaa, le suturé ancestral, et Sellistrix la reine lamie dans Arx Corinium Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de serpents.", ["Category_ID"] = 5, } , [1608] = { +["name"] = "Survivant d\'Arx Corinium", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant d\'Arx Corinium", ["SubCategory_ID"] = 3, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Menace crochue, Ganakton la tempête, Sliklenia la chanteresse, la matrone Ixniaa, le suturé ancestral, et Sellistrix la reine lamie dans Arx Corinium Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Menace crochue, Ganakton la tempête, Sliklenia la chanteresse, la matrone Ixniaa, le suturé ancestral, et Sellistrix la reine lamie dans Arx Corinium Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1609] = { +["name"] = "Serpents écorchés", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Serpents écorchés", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Sellistrix la Reine lamie dans Arx Corinium Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Sellistrix la Reine lamie dans Arx Corinium Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1610] = { +["name"] = "Conquérant de la Crypte des cœurs I", +["achievementIndex"] = 19, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de la Crypte des cœurs I", ["numCriteria"] = 6, +["description"] = "Vainquez le maître mage, l\'archimaître Siniel, le léviathan de la mort, Uulkar Main d\'Os, Dogas le Berserker, et les jumeaux Ilambris dans la Crypte des cœurs Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le maître mage, l\'archimaître Siniel, le léviathan de la mort, Uulkar Main d\'Os, Dogas le Berserker, et les jumeaux Ilambris dans la Crypte des cœurs Vétéran I.", -["achievementIndex"] = 12, +["Category_ID"] = 5, } , [1611] = { +["name"] = "Tueur de zombies de la Crypte vétéran", +["achievementIndex"] = 32, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de zombies de la Crypte vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 32, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 400 zombies dans la Crypte des cœurs Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 400 zombies dans la Crypte des cœurs Vétéran I.", ["Category_ID"] = 5, } , [1612] = { +["name"] = "Tueur de squelettes Vétéran de la Crypte", +["achievementIndex"] = 31, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de squelettes Vétéran de la Crypte", ["SubCategory_ID"] = 2, -["achievementIndex"] = 31, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 400 squelettes dans la Crypte des cœurs Vétéran I.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 400 squelettes dans la Crypte des cœurs Vétéran I.", ["Category_ID"] = 5, } , [1613] = { +["name"] = "Assassin de la Crypte des cœurs I", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de la Crypte des cœurs I", ["SubCategory_ID"] = 4, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le maître mage, l\'archimaître Siniel, le léviathan de la mort, Uulkar Main d\'Os, Dogas le Berserker, et les jumeaux Ilambris dans la Crypte des cœurs Vétéran I en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de morts-vivants.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le maître mage, l\'archimaître Siniel, le léviathan de la mort, Uulkar Main d\'Os, Dogas le Berserker, et les jumeaux Ilambris dans la Crypte des cœurs Vétéran I en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de morts-vivants.", ["Category_ID"] = 5, } , [1614] = { +["name"] = "Survivant de la Crypte des cœurs I", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de la Crypte des cœurs I", ["SubCategory_ID"] = 3, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le maître mage, l\'archimaître Siniel, le léviathan de la mort, Uulkar Main d\'Os, Dogas le Berserker, et les jumeaux Ilambris dans la Crypte des cœurs Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le maître mage, l\'archimaître Siniel, le léviathan de la mort, Uulkar Main d\'Os, Dogas le Berserker, et les jumeaux Ilambris dans la Crypte des cœurs Vétéran I sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1615] = { +["name"] = "Une crypte pour deux", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Une crypte pour deux", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez les jumeaux Ilambris à la Crypte des cœurs Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez les jumeaux Ilambris à la Crypte des cœurs Vétéran I, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1616] = { +["name"] = "Vainqueur de la Crypte des cœurs II", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Group Dungeons", -["name"] = "Vainqueur de la Crypte des cœurs II", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez Ibelgast, Ruzozuzalpamaz, le Gardien de la chambre, les frères Ilambris et l\'amalgame Ilambris, LMezeluth, et enfin Nérien\'Eth dans la Crypte des cœurs II.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Ibelgast, Ruzozuzalpamaz, le Gardien de la chambre, les frères Ilambris et l\'amalgame Ilambris, LMezeluth, et enfin Nérien\'Eth dans la Crypte des cœurs II.", ["Category_ID"] = 4, } , [1617] = { +["name"] = "Conquérant de l\'île des Tempêtes", +["achievementIndex"] = 21, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de l\'île des Tempêtes", ["numCriteria"] = 6, +["description"] = "Terminez l\'île des Tempêtes Vétéran en vainquant Sonolia la matriarche, Valaran Mande-tempête, Yalorasse l\'oratrice, Poigne-tempête, le Commodore Ohmanil et la Tempétueuse Neidir.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez l\'île des Tempêtes Vétéran en vainquant Sonolia la matriarche, Valaran Mande-tempête, Yalorasse l\'oratrice, Poigne-tempête, le Commodore Ohmanil et la Tempétueuse Neidir.", -["achievementIndex"] = 7, +["Category_ID"] = 5, } , [1618] = { +["name"] = "Tueur de Lamies des Tempêtes vétéran", +["achievementIndex"] = 36, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de Lamies des Tempêtes vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 36, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 600 Lamies sur l\'île des Tempêtes Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 600 Lamies sur l\'île des Tempêtes Vétéran.", ["Category_ID"] = 5, } , [1619] = { +["name"] = "Tueur de Vipères marines vétéran", +["achievementIndex"] = 35, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de Vipères marines vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 35, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 550 Vipères marines sur l\'île des Tempêtes Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 550 Vipères marines sur l\'île des Tempêtes Vétéran.", ["Category_ID"] = 5, } , [1620] = { +["name"] = "Assassin de l\'île des Tempêtes", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de l\'île des Tempêtes", ["SubCategory_ID"] = 4, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Sonolia la matriarche, Valaran Mande-tempête, Yalorasse l\'oratrice, Poigne-tempête, le Commodore Ohmanil et la Tempétueuse Neidir sur l\'île des Tempêtes Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de Lamies.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Sonolia la matriarche, Valaran Mande-tempête, Yalorasse l\'oratrice, Poigne-tempête, le Commodore Ohmanil et la Tempétueuse Neidir sur l\'île des Tempêtes Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de Lamies.", ["Category_ID"] = 5, } , [1621] = { +["name"] = "Survivant de l\'île des Tempêtes", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de l\'île des Tempêtes", ["SubCategory_ID"] = 3, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Sonolia la matriarche, Valaran Mande-tempête, Yalorasse l\'oratrice, Poigne-tempête, le Commodore Ohmanil et la Tempétueuse Neidir sur l\'île des Tempêtes Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Sonolia la matriarche, Valaran Mande-tempête, Yalorasse l\'oratrice, Poigne-tempête, le Commodore Ohmanil et la Tempétueuse Neidir sur l\'île des Tempêtes Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1622] = { +["name"] = "Obsèques en mer", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Obsèques en mer", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Tempétueuse Neidir sur l\'île des Tempêtes Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Tempétueuse Neidir sur l\'île des Tempêtes Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1623] = { +["name"] = "Conquérant du donjon d\'Affregivre", +["achievementIndex"] = 22, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant du donjon d\'Affregivre", ["numCriteria"] = 6, +["description"] = "Terminez le donjon d\'Affregivre Vétéran en vainquant Brisedents le Givrepris, le Gardien de la Flamme, apprenti de Drodda, le seigneur d\'effroi de Drodda, Cœur de glace et Drodda Crève-Nève.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez le donjon d\'Affregivre Vétéran en vainquant Brisedents le Givrepris, le Gardien de la Flamme, apprenti de Drodda, le seigneur d\'effroi de Drodda, Cœur de glace et Drodda Crève-Nève.", -["achievementIndex"] = 2, +["Category_ID"] = 5, } , [1624] = { +["name"] = "Tueur de Draugrs vétéran", +["achievementIndex"] = 37, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de Draugrs vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 37, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 325 Draugr dans le donjon d\'Affregivre Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 325 Draugr dans le donjon d\'Affregivre Vétéran.", ["Category_ID"] = 5, } , [1625] = { +["name"] = "Tueur de squelettes gelés Vétéran", +["achievementIndex"] = 38, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de squelettes gelés Vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 38, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 350 squelettes gelés au donjon d\'Affregivre Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 350 squelettes gelés au donjon d\'Affregivre Vétéran.", ["Category_ID"] = 5, } , [1626] = { +["name"] = "Assassin du donjon d\'Affregivre", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin du donjon d\'Affregivre", ["SubCategory_ID"] = 4, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Brisedents le Givrepris, le Gardien de la Flamme, apprenti de Drodda, le seigneur d\'effroi de Drodda, Cœur de glace et Drodda Crève-Nève dans le donjon d\'Affregivre Vétéran en moins de vingt minutes. Le chronomètre commence quand un joueur entre dans la première caverne remplie d\'ours.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Brisedents le Givrepris, le Gardien de la Flamme, apprenti de Drodda, le seigneur d\'effroi de Drodda, Cœur de glace et Drodda Crève-Nève dans le donjon d\'Affregivre Vétéran en moins de vingt minutes. Le chronomètre commence quand un joueur entre dans la première caverne remplie d\'ours.", ["Category_ID"] = 5, } , [1627] = { +["name"] = "Survivant du donjon d\'Affregivre", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant du donjon d\'Affregivre", ["SubCategory_ID"] = 3, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Brisedents le Givrepris, le Gardien de la Flamme, apprenti de Drodda, le seigneur d\'effroi de Drodda, Cœur de glace et Drodda Crève-Nève dans le donjon d\'Affregivre Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Brisedents le Givrepris, le Gardien de la Flamme, apprenti de Drodda, le seigneur d\'effroi de Drodda, Cœur de glace et Drodda Crève-Nève dans le donjon d\'Affregivre Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1628] = { +["name"] = "Un plat qui se mange froid", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Un plat qui se mange froid", ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Drodda de Crève-Nève au donjon d\'Affregivre Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Drodda de Crève-Nève au donjon d\'Affregivre Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1629] = { +["name"] = "Conquérant de Volenfell", +["achievementIndex"] = 23, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de Volenfell", ["numCriteria"] = 6, +["description"] = "Terminez Volenfell Vétéran en vainquant le lion du désert, Quintus Verres et la gargouille monstrueuse, Mordinfecte, Tremblécaille, l\'automate instable et le conseil du gardien.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez Volenfell Vétéran en vainquant le lion du désert, Quintus Verres et la gargouille monstrueuse, Mordinfecte, Tremblécaille, l\'automate instable et le conseil du gardien.", -["achievementIndex"] = 27, +["Category_ID"] = 5, } , [1630] = { +["name"] = "Tueur de chasseur de trésors Vétéran", +["achievementIndex"] = 40, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de chasseur de trésors Vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 40, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 250 chasseurs de trésors dans Volenfell Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 250 chasseurs de trésors dans Volenfell Vétéran.", ["Category_ID"] = 5, } , [1631] = { +["name"] = "Tueur des automates dwemers vétéran", +["achievementIndex"] = 39, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur des automates dwemers vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 39, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 300 automates dwemers dans Volenfell Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 300 automates dwemers dans Volenfell Vétéran.", ["Category_ID"] = 5, } , [1632] = { +["name"] = "Assassin de Volenfell", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de Volenfell", ["SubCategory_ID"] = 4, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Volenfell Vétéran en vainquant le lion du désert, Quintus Verres et la gargouille monstrueuse, Mordinfecte, Tremblécaille, l\'automate instable et le conseil du gardien dans Volenfell Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de chasseurs de trésors.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Volenfell Vétéran en vainquant le lion du désert, Quintus Verres et la gargouille monstrueuse, Mordinfecte, Tremblécaille, l\'automate instable et le conseil du gardien dans Volenfell Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de chasseurs de trésors.", ["Category_ID"] = 5, } , [1633] = { +["name"] = "Survivant de Volenfell", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de Volenfell", ["SubCategory_ID"] = 3, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Volenfell Vétéran en vainquant le lion du désert, Quintus Verres et la gargouille monstrueuse, Mordinfecte, Tremblécaille, l\'automate instable et le conseil du gardien dans Volenfell Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Volenfell Vétéran en vainquant le lion du désert, Quintus Verres et la gargouille monstrueuse, Mordinfecte, Tremblécaille, l\'automate instable et le conseil du gardien dans Volenfell Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1634] = { +["name"] = "Une bonne dérouillée", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Une bonne dérouillée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez les automates du Gardien de Volenfell Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez les automates du Gardien de Volenfell Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1635] = { +["name"] = "Conquérant de la Toile de Sélène", +["achievementIndex"] = 24, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant de la Toile de Sélène", ["numCriteria"] = 6, +["description"] = "Terminez la Toile de Sélène Vétéran en tuant le thane sylvestre Kerninn, Longuegriffe, la reine Aklayah, Pelsanie, Mennir Moult-pattes et Sélène.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez la Toile de Sélène Vétéran en tuant le thane sylvestre Kerninn, Longuegriffe, la reine Aklayah, Pelsanie, Mennir Moult-pattes et Sélène.", -["achievementIndex"] = 14, +["Category_ID"] = 5, } , [1636] = { +["name"] = "Tueur de Bosmers de Sélène Vétéran", +["achievementIndex"] = 41, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de Bosmers de Sélène Vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 41, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 250 Bosmers de Sélène dans la Toile de Sélène Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 250 Bosmers de Sélène dans la Toile de Sélène Vétéran.", ["Category_ID"] = 5, } , [1637] = { +["name"] = "Tueur d\'araignées de la Toile de Sélène Vétéran", +["achievementIndex"] = 42, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'araignées de la Toile de Sélène Vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 42, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 250 araignées dans la Toile de Sélène Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 250 araignées dans la Toile de Sélène Vétéran.", ["Category_ID"] = 5, } , [1638] = { +["name"] = "Assassin de la Toile de Sélène", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin de la Toile de Sélène", ["SubCategory_ID"] = 4, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le thane sylvestre Kerninn, Longuegriffe, la reine Aklayah, Pelsanie, Mennir Moult-pattes et Sélène dans la Toile de Sélène Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de bosmers.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le thane sylvestre Kerninn, Longuegriffe, la reine Aklayah, Pelsanie, Mennir Moult-pattes et Sélène dans la Toile de Sélène Vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de bosmers.", ["Category_ID"] = 5, } , [1639] = { +["name"] = "Survivant de la Toile de Sélène", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant de la Toile de Sélène", ["SubCategory_ID"] = 3, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le thane sylvestre Kerninn, Longuegriffe, la reine Aklayah, Pelsanie, Mennir Moult-pattes et Sélène dans la Toile de Sélène Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le thane sylvestre Kerninn, Longuegriffe, la reine Aklayah, Pelsanie, Mennir Moult-pattes et Sélène dans la Toile de Sélène Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1640] = { +["name"] = "Paquet cadeau", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Paquet cadeau", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Sélène dans la Toile de Sélène Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Sélène dans la Toile de Sélène Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1641] = { +["name"] = "Conquérant du Creuset béni", +["achievementIndex"] = 25, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant du Creuset béni", ["numCriteria"] = 6, +["description"] = "Terminez le Creuset béni Vétéran en tuant Bleusaille l\'Astucieux, la Meute, Téranya la sans-visage, la Maîtresse des Fauves, le roi des Trolls, le capitaine Thoran et la Reine de lave.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez le Creuset béni Vétéran en tuant Bleusaille l\'Astucieux, la Meute, Téranya la sans-visage, la Maîtresse des Fauves, le roi des Trolls, le capitaine Thoran et la Reine de lave.", -["achievementIndex"] = 9, +["Category_ID"] = 5, } , [1642] = { +["name"] = "Tueur de gladiateurs vétéran", +["achievementIndex"] = 44, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de gladiateurs vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 44, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 500 gladiateurs au Creuset béni Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 500 gladiateurs au Creuset béni Vétéran.", ["Category_ID"] = 5, } , [1643] = { +["name"] = "Tueur de durzogs vétéran", +["achievementIndex"] = 43, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de durzogs vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 43, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 150 durzogs au Creuset béni Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 150 durzogs au Creuset béni Vétéran.", ["Category_ID"] = 5, } , [1644] = { +["name"] = "Assassin du Creuset béni", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin du Creuset béni", ["SubCategory_ID"] = 4, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Bleusaille l\'Astucieux, la Meute, Téranya la sans-visage, la Maîtresse des Fauves, le roi des Trolls, le capitaine Thoran et la Reine de lave dans le Creuset béni Vétéran en moins de vingt minutes. Le chronomètre commence quand un membre du groupe traverse le premier pont au-dessus de la lave.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Bleusaille l\'Astucieux, la Meute, Téranya la sans-visage, la Maîtresse des Fauves, le roi des Trolls, le capitaine Thoran et la Reine de lave dans le Creuset béni Vétéran en moins de vingt minutes. Le chronomètre commence quand un membre du groupe traverse le premier pont au-dessus de la lave.", ["Category_ID"] = 5, } , [1645] = { +["name"] = "Survivant du Creuset béni", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant du Creuset béni", ["SubCategory_ID"] = 3, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Bleusaille l\'Astucieux, la Meute, Téranya la sans-visage, la Maîtresse des Fauves, le roi des Trolls, le capitaine Thoran et la Reine de lave dans le Creuset béni Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Bleusaille l\'Astucieux, la Meute, Téranya la sans-visage, la Maîtresse des Fauves, le roi des Trolls, le capitaine Thoran et la Reine de lave dans le Creuset béni Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1646] = { +["name"] = "Couronne de flammes", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Couronne de flammes", ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Reine de lave dans le Creuset béni Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la Reine de lave dans le Creuset béni Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1647] = { +["name"] = "Conquérant du Havre de Cœurnoir", +["achievementIndex"] = 26, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant du Havre de Cœurnoir", ["numCriteria"] = 6, +["description"] = "Terminez le Havre de Cœurnoir Vétéran en tuant Talon-de-Fer, Atarus, le second Tranchevague, la mère de la volière, Cœur creux et le capitaine Cœurnoir.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez le Havre de Cœurnoir Vétéran en tuant Talon-de-Fer, Atarus, le second Tranchevague, la mère de la volière, Cœur creux et le capitaine Cœurnoir.", -["achievementIndex"] = 6, +["Category_ID"] = 5, } , [1648] = { +["name"] = "Tueur de pirates vétéran", +["achievementIndex"] = 46, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de pirates vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 46, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 500 pirates du havre au Havre de Cœurnoir Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 500 pirates du havre au Havre de Cœurnoir Vétéran.", ["Category_ID"] = 5, } , [1649] = { +["name"] = "Tueur de harpies vétéran", +["achievementIndex"] = 45, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de harpies vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 45, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 400 harpies au Havre de Cœurnoir Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 400 harpies au Havre de Cœurnoir Vétéran.", ["Category_ID"] = 5, } , [1650] = { +["name"] = "Assassin du Havre de Cœurnoir", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin du Havre de Cœurnoir", ["SubCategory_ID"] = 4, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Talon-de-Fer, Atarus, le second Tranchevague, la mère de la volière, Cœur creux et le capitaine Cœurnoir au Havre de Cœurnoir Vétéran en moins de 20 minutes. Le chronomètre démarre lorsque le premier joueur quitte les docks de départ.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Talon-de-Fer, Atarus, le second Tranchevague, la mère de la volière, Cœur creux et le capitaine Cœurnoir au Havre de Cœurnoir Vétéran en moins de 20 minutes. Le chronomètre démarre lorsque le premier joueur quitte les docks de départ.", ["Category_ID"] = 5, } , [1651] = { +["name"] = "Survivant du Havre de Cœurnoir", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant du Havre de Cœurnoir", ["SubCategory_ID"] = 3, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Talon-de-Fer, Atarus, le second Tranchevague, la mère de la volière, Cœur creux et le capitaine Cœurnoir au Havre de Cœurnoir Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Talon-de-Fer, Atarus, le second Tranchevague, la mère de la volière, Cœur creux et le capitaine Cœurnoir au Havre de Cœurnoir Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1652] = { +["name"] = "Pillage de pont en cale", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Pillage de pont en cale", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le capitaine Cœurnoir au Havre de Cœurnoir Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le capitaine Cœurnoir au Havre de Cœurnoir Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1653] = { +["name"] = "Conquérant des chambres de la folie", +["achievementIndex"] = 27, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 5, -["name"] = "Conquérant des chambres de la folie", ["numCriteria"] = 8, +["description"] = "Terminez les chambres de la folie Vétéran en vainquant le Maudit, Ulguna Clive-âme, Tête de Mort, Grothdarr, Achaeraizur, l\'Ancien, Iskra le Présage et l\'Architecte fou.", ["Category"] = "Veteran Dungeons", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez les chambres de la folie Vétéran en vainquant le Maudit, Ulguna Clive-âme, Tête de Mort, Grothdarr, Achaeraizur, l\'Ancien, Iskra le Présage et l\'Architecte fou.", -["achievementIndex"] = 11, +["Category_ID"] = 5, } , [1654] = { +["name"] = "Tueur de Drémoras vétéran", +["achievementIndex"] = 47, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur de Drémoras vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 47, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 150 Drémoras dans les chambres de la folie Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 150 Drémoras dans les chambres de la folie Vétéran.", ["Category_ID"] = 5, } , [1655] = { +["name"] = "Tueur d\'absous sauvages Vétéran", +["achievementIndex"] = 48, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Slayer Challenges", -["name"] = "Tueur d\'absous sauvages Vétéran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 48, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 750 absous sauvages dans les chambres de la folie Vétéran.", ["Category"] = "Veteran Dungeons", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 750 absous sauvages dans les chambres de la folie Vétéran.", ["Category_ID"] = 5, } , [1656] = { +["name"] = "Assassin des Chambres de la folie", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Speed Challenges", -["name"] = "Assassin des Chambres de la folie", ["SubCategory_ID"] = 4, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Maudit, Ulguna Clive-âme, Tête de Mort, Grothdarr, Achaeraizur, l\'Ancien, Iskra le Présage et l\'Architecte fou dans les chambres de la folie vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de tourmenteurs.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Maudit, Ulguna Clive-âme, Tête de Mort, Grothdarr, Achaeraizur, l\'Ancien, Iskra le Présage et l\'Architecte fou dans les chambres de la folie vétéran en moins de vingt minutes. Le chronomètre commence quand les joueurs attaquent le premier groupe de tourmenteurs.", ["Category_ID"] = 5, } , [1657] = { +["name"] = "Survivant des Chambres de la folie", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Survivor Challenges", -["name"] = "Survivant des Chambres de la folie", ["SubCategory_ID"] = 3, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Maudit, Ulguna Clive-âme, Tête de Mort, Grothdarr, Achaeraizur, l\'Ancien, Iskra le Présage et l\'Architecte fou dans les chambres de la folie Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Maudit, Ulguna Clive-âme, Tête de Mort, Grothdarr, Achaeraizur, l\'Ancien, Iskra le Présage et l\'Architecte fou dans les chambres de la folie Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 5, } , [1658] = { +["name"] = "Nouveau maire de la ville des fous", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Death Challenges", -["name"] = "Nouveau maire de la ville des fous", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Architecte fou dans les chambres de la folie Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Veteran Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'Architecte fou dans les chambres de la folie Vétéran, après avoir invoqué le parchemin des Glorieuses batailles.", ["Category_ID"] = 5, } , [1659] = { +["name"] = "Maître de style dro-m\'Athra", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Maître de style dro-m\'Athra", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style dro-m\'Athra, que l\'on trouve dans les récompenses de quête hebdomadaire pour avoir refermé la Gueule de Lorkhaj.", ["Category"] = "Thieves Guild", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style dro-m\'Athra, que l\'on trouve dans les récompenses de quête hebdomadaire pour avoir refermé la Gueule de Lorkhaj.", -["achievementIndex"] = 7, +["Category_ID"] = 25, } , [1660] = { +["name"] = "Maître du style de l\'Ordre des Heures", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Maître du style de l\'Ordre des Heures", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style de l\'Ordre des Heures, que l\'on trouve parfois dans les récompenses de quête journalière de l\'Arène de Kvatch.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style de l\'Ordre des Heures, que l\'on trouve parfois dans les récompenses de quête journalière de l\'Arène de Kvatch.", -["achievementIndex"] = 9, +["Category_ID"] = 24, } , [1661] = { +["name"] = "Maître du style de la Confrérie noire", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Maître du style de la Confrérie noire", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style de la Confrérie noire, que l\'on trouve souvent dans les récompenses de quête journalière des Sacrements noirs.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style de la Confrérie noire, que l\'on trouve souvent dans les récompenses de quête journalière des Sacrements noirs.", -["achievementIndex"] = 7, +["Category_ID"] = 24, } , [1662] = { +["name"] = "Maître du style des Minotaures", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Maître du style des Minotaures", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style des Minotaures, que l\'on trouve parfois dans les récompenses de quête lorsqu\'on calme les perturbations de la Folie du Tribun.", ["Category"] = "Dark Brotherhood", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style des Minotaures, que l\'on trouve parfois dans les récompenses de quête lorsqu\'on calme les perturbations de la Folie du Tribun.", -["achievementIndex"] = 8, +["Category_ID"] = 24, } , [1663] = { +["name"] = "Érudition anormale", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Érudition anormale", ["SubCategory_ID"] = 5, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Découvrez et terminez les cinq anomalies magiques de Raidelorn.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et terminez les cinq anomalies magiques de Raidelorn.", ["Category_ID"] = 6, } , [1664] = { +["name"] = "Consécrationniste anka-ra", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Consécrationniste anka-ra", ["SubCategory_ID"] = 5, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Découvrez et terminez les cinq sites anka-ra à Raidelorn.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et terminez les cinq sites anka-ra à Raidelorn.", ["Category_ID"] = 6, } , [1665] = { +["name"] = "Inspecteur de nirncrux", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Craglorn", -["name"] = "Inspecteur de nirncrux", ["SubCategory_ID"] = 5, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Découvrez et terminez les cinq mines de nirncrux des Orques de fer à Raidelorn.", ["Category"] = "Exploration", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et terminez les cinq mines de nirncrux des Orques de fer à Raidelorn.", ["Category_ID"] = 6, } , -[2320] = { +[2434] = { +["name"] = "Sprint à Sollance", +["achievementIndex"] = 4, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Chronologue chronique", -["numCriteria"] = 12, -["Category"] = "Murkmire", +["numCriteria"] = 1, +["description"] = "Vaincre tous les ennemis en plus d’Yolnahkriin, Lokkestiiz, et Nahviintaas à Sollance Vétéran en moins de 30 minutes après être entré dans le couloir entre le Vestibule du Temple de Sollance et la Cour.", +["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Trouver et restaurer toutes les tablettes de pierre du Xinchei-Konu, l\'antique calendrier argonien.", -["achievementIndex"] = 3, +["Category_ID"] = 11, } , -[2330] = { +[2433] = { +["name"] = "Sollance terminée", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Sunspire", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Ombre discrète", -["SubCategory_ID"] = 1, -["achievementIndex"] = 13, -["numCriteria"] = 5, -["Category"] = "Murkmire", -["points"] = 5, +["numCriteria"] = 1, +["description"] = "Vaincre Yolnahkriin, Lokkestiiz, et Nahviintaas à Sollance.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Apprenez à connaître l\'Écaille d\'ombre qui s\'intéresse particulièrement à vos activités à Tourbevase.", -["Category_ID"] = 17, +["Category_ID"] = 11, } , -[2331] = { +[2432] = { +["name"] = "Spéléologue de Scalebreaker", +["achievementIndex"] = 1, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Héros de Tourbevase", -["numCriteria"] = 5, -["Category"] = "Murkmire", +["numCriteria"] = 2, +["description"] = "Terminez le reliquaire des Lunes funèbres et le repaire de Maarselok en Vétéran.", +["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez des quêtes, terrassez des boss et explorez des antres pour devenir le héros de Tourbevase.", -["achievementIndex"] = 2, +["Category_ID"] = 16, } , -[2332] = { +[2431] = { +["name"] = "Rage de la nature", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Aventurier de Tourbevase", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 15, +["description"] = "Vaincre toutes les rencontres en plus de Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid après avoir utilisé la graine de Pestazur dans le Repaire de Maarselok Vétéran en moins de 35 minutes sans qu\'un seul membre du groupe ne meure.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 20 quêtes narratives à Tourbevase", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2333] = { +[2430] = { +["name"] = "Concurrent du repaire de Maarselok", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Pièges et trésors", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans le Repaire de Maarselok.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez la quête « Trésor englouti »", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2334] = { +[2429] = { +["name"] = "Endurance immortelle", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "À la recherche de ce qui est perdu", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Vaincre toutes les rencontres en plus de Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid dans le Repaire de Maarselok Vétéran sans qu\'un seul membre du groupe ne meure.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez la quête « Disparus à Tourbevase »", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2335] = { +[2428] = { +["name"] = "Mangeur de mauvaises herbes", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Mystères du Vestige", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Vaincre toutes les rencontres en plus de Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid dans le Repaire de Maarselok Vétéran en moins de 35 minutes. Votre chronomètre commence lorsque vous attaquez le premier groupe d\'ennemis.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez la quête « Murmures dans le bois »", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2342] = { +[2427] = { +["name"] = "Sauveur de Sélène", +["achievementIndex"] = 18, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Tueur de Voriplasme", -["SubCategory_ID"] = 1, -["achievementIndex"] = 10, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, +["description"] = "Vaincre Maarselok dans son nid après avoir utilisé la graine de Pestazur dans le Repaire de Maarselok Vétéran.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Tuez 100 voriplasmes à Tourbevase", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2344] = { +[2426] = { +["name"] = "Conquérant du repaire de Maarselok", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 2344, -["SubCategory"] = "Quests", -["name"] = "Collection de curiosités", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, -["nextId"] = 2345, -["description"] = "Terminez 1 quête quotidienne d\'antre pour Varo Hosidias.", -["Category_ID"] = 17, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Vaincre Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid dans le Repaire de Maarselok Vétéran.", +["Category"] = "Scalebreaker", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2345] = { +[2425] = { +["name"] = "Vainqueur du repaire de Maarselok", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2344, -["SubCategory"] = "Quests", -["name"] = "Acquisitions d\'antiquités", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Murkmire", +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Vaincre Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid dans le Repaire de Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["nextId"] = 2346, -["description"] = "Terminez 10 quêtes quotidiennes d\'antre pour Varo Hosidias.", -["Category_ID"] = 17, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2346] = { +[2625] = { +["name"] = "Maître des compétences de l\'Ordre psijique", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 2344, -["SubCategory"] = "Quests", -["name"] = "Vendange de vestiges", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 15, +["description"] = "Atteindre le rang maximal de la ligne de compétences de l\'Ordre psyjique", +["Category"] = "Summerset", +["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez 30 quêtes quotidiennes d\'antre pour Varo Hosidias.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , -[2347] = { +[2626] = { +["name"] = "Bienvenue à Pellitine", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 2347, -["SubCategory"] = "Quests", -["name"] = "La force d\'un Naga", -["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Entrez dans le Sud d\'Elsweyr pour la première fois.", +["Category"] = "Dragonhold", ["points"] = 5, -["nextId"] = 2348, -["description"] = "Terminez 1 quête quotidienne de boss pour Bolu.", -["Category_ID"] = 17, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2348] = { +[2633] = { +["name"] = "L\'espoir aux désespérés", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2347, ["SubCategory"] = "Quests", -["name"] = "Le courage d\'un Naga", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, -["numCriteria"] = 1, -["Category"] = "Murkmire", +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Aidez les habitants des Ruines de Gardesud et de Hauteurs noires.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 2349, -["description"] = "Terminez 10 quêtes quotidiennes de boss pour Bolu.", -["Category_ID"] = 17, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2349] = { +[2634] = { +["name"] = "Un nouveau départ", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 2347, ["SubCategory"] = "Quests", -["name"] = "Le cœur d\'un Naga", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 15, +["description"] = "Aidez la fratrie de Gardesud à fuir le Sud d\'Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez 30 quêtes quotidiennes de boss pour Bolu.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , -[2353] = { +[2635] = { +["name"] = "Feuilles portées par le vent", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "La Progéniture", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Aidez à réparer le Mur de la Vie dans la ville des Hauteurs noires", +["Category"] = "Dragonhold", ["points"] = 10, ["nextId"] = 0, -["description"] = "Aidez les Vive-Gorges à assurer l\'avenir de leur tribu.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , -[2354] = { +[2637] = { +["name"] = "Chasseur de dragon de Pellitine", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Ami d\'Aiguemortes", -["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 2631, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Tuer 50 dragons dans les terres sauvages du Sud d\'Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["description"] = "Aidez les Aiguemortes à suivre la voie qu\'ils ont décidée.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , -[2355] = { +[2418] = { +["name"] = "Coup de sang", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Ami de Tourbevase", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, -["numCriteria"] = 3, -["Category"] = "Murkmire", -["points"] = 15, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vainquez toutes les rencontres en plus des Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf au reliquaire des Lunes funèbres Vétéran moins de 30 minutes après y être entré. Votre chronomètre commence lorsque les joueurs attaquent le premier groupe d\'ennemis.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Devenez l\'ami des tribus Vive-Gorge, Aiguemortes et Murmure-Racine en les aidant lorsqu\'ils en ont besoin.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2359] = { +[2417] = { +["name"] = "Ivre de pouvoir", +["achievementIndex"] = 6, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Maître du style des Matonnoirs", -["SubCategory_ID"] = 3, -["achievementIndex"] = 16, -["numCriteria"] = 14, -["Category"] = "Murkmire", +["numCriteria"] = 1, +["description"] = "Vaincre Grundwulf après avoir utilisé l\'Hilote hémo de Sangiin dans le Reliquaire des Lunes funèbres Vétéran.", +["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style des Matonnoirs, que l\'on trouve parfois en récompense dans la Prison de la Rose noire.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2362] = { +[2416] = { +["name"] = "Conquérant du reliquaire des Lunes funèbres", +["achievementIndex"] = 5, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Vainqueur de la prison de la Rose noire", -["SubCategory_ID"] = 3, -["achievementIndex"] = 1, ["numCriteria"] = 5, -["Category"] = "Murkmire", -["points"] = 15, +["description"] = "Vainquez les Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf au reliquaire des Lunes funèbres Vétéran.", +["Category"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2363] = { +[2415] = { +["name"] = "Vainqueur du reliquaire des Lunes funèbres", +["achievementIndex"] = 3, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Conquérant de la prison de la Rose noire", -["SubCategory_ID"] = 3, -["achievementIndex"] = 4, ["numCriteria"] = 5, -["Category"] = "Murkmire", -["points"] = 50, +["description"] = "Vainquez les Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf au reliquaire des Lunes funèbres.", +["Category"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2364] = { -["prevId"] = 0, +[2413] = { +["name"] = "Tueur du clan du Croc creux", +["achievementIndex"] = 9, +["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Sans les sceaux", -["SubCategory_ID"] = 3, -["achievementIndex"] = 12, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 50, +["description"] = "Vainquez 200 vampires du clan du Croc creux dans le reliquaire des Lunes funèbres Vétéran. Les gueules sanguinaires du Croc creux et les panthères de sang ne rapportent aucun crédit pour ce succès.", +["Category"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran sans utiliser de sceaux.", -["Category_ID"] = 17, +["Category_ID"] = 16, } , -[2104] = { +[2412] = { +["name"] = "Maître pêcheur du nord d\'Elsweyr", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Explorateur des Ossements du dragon", -["numCriteria"] = 1, -["Category"] = "Dragon Bones", +["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares du nord d\'Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entrez dans le Repaire du croc ou le Pic de la Mandécailles pour la première fois.", -["achievementIndex"] = 2, +["Category_ID"] = 11, } , -[2076] = { +[2411] = { +["name"] = "Défenseur du nord d\'Elsweyr", +["achievementIndex"] = 15, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", -["name"] = "Asile sanctuaire terminé", -["SubCategory_ID"] = 3, -["achievementIndex"] = 2, -["numCriteria"] = 1, -["Category"] = "Clockwork City", +["numCriteria"] = 6, +["description"] = "Terrassez les six boss sauvages du nord d\'Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux dans l\'Asile sanctuaire.", -["Category_ID"] = 20, +["Category_ID"] = 11, } , -[2078] = { +[2638] = { +["name"] = "Maître de compétence de Magie des âmes", +["achievementIndex"] = 5, ["prevId"] = 0, +["SubCategory"] = "Main Quest", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", -["name"] = "Concurrent de l\'Asile sanctuaire", -["SubCategory_ID"] = 3, -["achievementIndex"] = 3, ["numCriteria"] = 1, -["Category"] = "Clockwork City", +["description"] = "Atteindre le rang maximal de la ligne de compétences de Magie des âmes", +["Category"] = "Quests", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux dans le même combat à l\'Asile sanctuaire.", -["Category_ID"] = 20, +["Category_ID"] = 7, } , [1690] = { +["name"] = "Vainqueur de la Forge de Sangracine", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Vainqueur de la Forge de Sangracine", ["numCriteria"] = 6, +["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre dans la Forge Sangracine.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre dans la Forge Sangracine.", -["achievementIndex"] = 2, +["Category_ID"] = 22, } , [1691] = { +["name"] = "Conquérant de la Forge de Sangracine", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant de la Forge de Sangracine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre dans la Forge Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre dans la Forge Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1692] = { +["name"] = "Tueur de cuirfeu vétéran", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de cuirfeu vétéran", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre 50 cuirfeus corneffrois dans la Forge de Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre 50 cuirfeus corneffrois dans la Forge de Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1693] = { +["name"] = "Tueur Vétéran de guerriers corneffrois", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur Vétéran de guerriers corneffrois", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre 300 portelames, chasseurs d\'hommes et pourfendeurs corneffrois dans la Forge de Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre 300 portelames, chasseurs d\'hommes et pourfendeurs corneffrois dans la Forge de Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1694] = { +["name"] = "À la racine du problème", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "À la racine du problème", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre dans la Forge Sangracine Vétéran en moins de vingt minutes. Le chronomètre commence lorsque les joueurs franchissent le premier campement corneffroi.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre dans la Forge Sangracine Vétéran en moins de vingt minutes. Le chronomètre commence lorsque les joueurs franchissent le premier campement corneffroi.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1695] = { +["name"] = "Terre desséchée", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Terre desséchée", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre dans la Forge Sangracine Vétéran, sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre dans la Forge Sangracine Vétéran, sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1696] = { +["name"] = "Caprice tempéré", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Caprice tempéré", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre l\'Amalgame de sangreterre dans la Forge de Sangracine vétéran après avoir invoqué le parchemin des Glorieuses batailles.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre l\'Amalgame de sangreterre dans la Forge de Sangracine vétéran après avoir invoqué le parchemin des Glorieuses batailles.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1697] = { +["name"] = "Du sang, de la sueur et du feu", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Du sang, de la sueur et du feu", ["numCriteria"] = 2, +["description"] = "Étourdir cinq cibles avec le Creuset de Brûlepierre et refroidir cinq bassins de lave avec le chaudron du Lac de feu dans la Forge de Sangracine.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Étourdir cinq cibles avec le Creuset de Brûlepierre et refroidir cinq bassins de lave avec le chaudron du Lac de feu dans la Forge de Sangracine.", -["achievementIndex"] = 3, +["Category_ID"] = 22, } , [1698] = { +["name"] = "Vainqueur de la Forteresse d\'Épervine", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Vainqueur de la Forteresse d\'Épervine", ["numCriteria"] = 5, +["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, le Seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d\'Épervine.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, le Seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d\'Épervine.", -["achievementIndex"] = 4, +["Category_ID"] = 22, } , [1699] = { +["name"] = "Conquérant de la Forteresse d\'Épervine", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant de la Forteresse d\'Épervine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, Le seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, Le seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1700] = { +["name"] = "Tueur de piétineur minotaure Vétéran", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de piétineur minotaure Vétéran", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre 60 piétineurs corneffrois dans la Forteresse d\'Épervine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre 60 piétineurs corneffrois dans la Forteresse d\'Épervine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1701] = { +["name"] = "Tueur vétéran de mages corneffrois", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur vétéran de mages corneffrois", ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre 150 niveleurs, dompte-natures et brûlots à la Forteresse d\'Épervine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre 150 niveleurs, dompte-natures et brûlots à la Forteresse d\'Épervine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1702] = { +["name"] = "Charge de taureau", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Charge de taureau", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, le Seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran en moins de vingt minutes. Le chronomètre commence lorsque les joueurs attaquent le premier groupe d\'envahisseurs corneffrois.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, le Seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran en moins de vingt minutes. Le chronomètre commence lorsque les joueurs attaquent le premier groupe d\'envahisseurs corneffrois.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1703] = { +["name"] = "Un front uni", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Un front uni", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, le Seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Morrigh Sang-de-Taureau, le Mammouth de siège, Cernunnon, le Seigneur de mort Bjarfrud Skjoralmor, et Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1704] = { +["name"] = "Prendre le taureau par les cornes", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Prendre le taureau par les cornes", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran après avoir sonné le cor de guerre dans la salle du Jarl.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran après avoir sonné le cor de guerre dans la salle du Jarl.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1705] = { +["name"] = "Salut aux défunts", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Salut aux défunts", ["numCriteria"] = 1, +["description"] = "Purifiez les 1 000 cadavres de la Nécropole de la Forteresse d\'Épervine, dans n\'importe quelle difficulté.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Purifiez les 1 000 cadavres de la Nécropole de la Forteresse d\'Épervine, dans n\'importe quelle difficulté.", -["achievementIndex"] = 5, +["Category_ID"] = 22, } , -[2079] = { +[2656] = { +["name"] = "Tueur de séides draconiques", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", -["name"] = "Vainqueur de l\'Asile sanctuaire", -["SubCategory_ID"] = 3, -["achievementIndex"] = 6, -["numCriteria"] = 1, -["Category"] = "Clockwork City", -["points"] = 50, +["numCriteria"] = 3, +["description"] = "Tuez 100 sbires morts-vivants de dragon, 25 atronachs de foudre et 25 atronachs de glace en affrontant les dragons.", +["Category"] = "Dragonhold", +["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux dans le même combat dans l\'Asile sanctuaire Vétéran.", -["Category_ID"] = 20, +["Category_ID"] = 15, } , [1707] = { +["name"] = "Plus rien d\'un bleu", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 1707, -["Category_ID"] = 4, -["name"] = "Plus rien d\'un bleu", ["numCriteria"] = 1, +["description"] = "Terminez un serment d\'Indomptable confié par Urgarlag l\'Émasculatrice.", ["Category"] = "Dungeons", ["points"] = 5, ["nextId"] = 1708, -["description"] = "Terminez un serment d\'Indomptable confié par Urgarlag l\'Émasculatrice.", -["achievementIndex"] = 14, +["Category_ID"] = 4, } , [1708] = { +["name"] = "Sanglante affaire", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 1707, -["Category_ID"] = 4, -["name"] = "Sanglante affaire", ["numCriteria"] = 1, +["description"] = "Terminez 10 serments d\'Indomptable confiés par Urgarlag l\'Émasculatrice.", ["Category"] = "Dungeons", ["points"] = 10, ["nextId"] = 1709, -["description"] = "Terminez 10 serments d\'Indomptable confiés par Urgarlag l\'Émasculatrice.", -["achievementIndex"] = 14, +["Category_ID"] = 4, } , [1709] = { +["name"] = "Découvreur de l\'Inconnu", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 1707, -["Category_ID"] = 4, -["name"] = "Découvreur de l\'Inconnu", ["numCriteria"] = 1, +["description"] = "Terminez 50 serments d\'Indomptable confiés par Urgarlag l\'Émasculatrice.", ["Category"] = "Dungeons", ["points"] = 15, ["nextId"] = 1710, -["description"] = "Terminez 50 serments d\'Indomptable confiés par Urgarlag l\'Émasculatrice.", -["achievementIndex"] = 14, +["Category_ID"] = 4, } , [1710] = { +["name"] = "Cohorte d\'Urgarlag", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 1707, -["Category_ID"] = 4, -["name"] = "Cohorte d\'Urgarlag", ["numCriteria"] = 1, +["description"] = "Terminez 100 serments d\'Indomptable confiés par Urgarlag l\'Émasculatrice.", ["Category"] = "Dungeons", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez 100 serments d\'Indomptable confiés par Urgarlag l\'Émasculatrice.", -["achievementIndex"] = 14, +["Category_ID"] = 4, } , -[2082] = { +[2408] = { +["name"] = "Gardien du sépulcre", +["achievementIndex"] = 20, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Asylum Sanctorium", -["name"] = "Rossée béatifique", -["SubCategory_ID"] = 3, -["achievementIndex"] = 10, ["numCriteria"] = 1, -["Category"] = "Clockwork City", -["points"] = 50, +["description"] = "Vainquez le nécromancien Thannar le Rôdeur sépulcral, à la Fin de la Balafre.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux en même temps sans laisser saint Felms ni saint Llothis enrager lors du combat de l\'Asile sanctuaire Vétéran.", -["Category_ID"] = 20, +["Category_ID"] = 11, } , [1712] = { +["name"] = "Chasseur des tombeaux ancestraux", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Chasseur des tombeaux ancestraux", ["numCriteria"] = 30, +["description"] = "Trouvez les 30 tombeaux ancestraux de Vvardenfell, faites des frottis des informations qu\'ils contiennent et apportez-les au bibliothécaire Bradyn pour découvrir l\'emplacement de la bibliothèque perdue d\'Andule.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Trouvez les 30 tombeaux ancestraux de Vvardenfell, faites des frottis des informations qu\'ils contiennent et apportez-les au bibliothécaire Bradyn pour découvrir l\'emplacement de la bibliothèque perdue d\'Andule.", -["achievementIndex"] = 1, +["Category_ID"] = 13, } , -[2429] = { +[2405] = { +["name"] = "Casse-crâne", +["achievementIndex"] = 16, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Endurance immortelle", -["SubCategory_ID"] = 2, -["achievementIndex"] = 20, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["description"] = "Vainquez le Garde-crâne, Na\'ruzz le Tisseur d\'os et la Fosse aux ossements.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre toutes les rencontres en plus de Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid dans le Repaire de Maarselok Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 15, +["Category_ID"] = 11, } , -[2430] = { +[2404] = { +["name"] = "Maître explorateur du nord d\'Elsweyr", +["achievementIndex"] = 1, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Concurrent du repaire de Maarselok", -["SubCategory_ID"] = 2, -["achievementIndex"] = 15, -["numCriteria"] = 4, -["Category"] = "Scalebreaker", -["points"] = 50, +["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les grottes et lieux remarquables du nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans le Repaire de Maarselok.", -["Category_ID"] = 15, +["Category_ID"] = 11, } , -[2431] = { +[2658] = { +["name"] = "Le Chant d\'un héros", +["achievementIndex"] = 10, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Rage de la nature", -["SubCategory_ID"] = 2, -["achievementIndex"] = 16, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["description"] = "Chercher la sagesse d\'un héros khajiits des légendes sur la terrasse du palais de Senchal après avoir terminé la suite de quêtes principales d\'Elsweyr et de Dragonhold.", +["Category"] = "Dragonhold", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre toutes les rencontres en plus de Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid après avoir utilisé la graine de Pestazur dans le Repaire de Maarselok Vétéran en moins de 35 minutes sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 15, } , -[2336] = { +[2660] = { +["name"] = "Éclaireur de Harrowstorm", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Dorme-sève", -["SubCategory_ID"] = 2, -["achievementIndex"] = 11, -["numCriteria"] = 1, -["Category"] = "Murkmire", +["numCriteria"] = 2, +["description"] = "Terminer Crève-Nève et le Sépulcre profane en Normal.", +["Category"] = "Harrowstorm", ["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez la quête « La mort et les rêves ».", -["Category_ID"] = 17, +["Category_ID"] = 14, } , -[2337] = { +[2401] = { +["name"] = "Explorateur du Sac-de-Nœuds", +["achievementIndex"] = 8, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Ombres du passé", -["SubCategory_ID"] = 2, -["achievementIndex"] = 12, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["description"] = "Explorez et videz le Sac-de-Nœuds.", +["Category"] = "Elsweyr", +["points"] = 5, ["nextId"] = 0, -["description"] = "Terminez la quête « Le Marais et le serpent »", -["Category_ID"] = 17, +["Category_ID"] = 11, } , -[2338] = { +[2670] = { +["name"] = "À conserver au froid", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "À la poursuite d\'un rêve", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, -["nextId"] = 0, -["description"] = "Terminez la quête « Le Vestige d\'Argon »", -["Category_ID"] = 17, -} -, -[2339] = { -["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "La rivière de la renaissance", -["SubCategory_ID"] = 2, -["achievementIndex"] = 14, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Vaincre Kjarg le Gratte-défense avec au moins 3 atronachs de glace entièrement formés en vie.", +["Category"] = "Harrowstorm", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez la quête « Par la rivière et la racine »", -["Category_ID"] = 17, +["Category_ID"] = 14, } , -[2340] = { +[2193] = { +["name"] = "Sauveur du Couchant", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Le joyau purulent", -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, +["numCriteria"] = 7, +["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le sauveur du Couchant.", +["Category"] = "Summerset", +["points"] = 50, ["nextId"] = 0, -["description"] = "Rendez-vous à Lilmoth, à Tourbevase.", -["achievementIndex"] = 1, +["Category_ID"] = 12, } , -[2341] = { +[2398] = { +["name"] = "Explorateur des cavernes des Vents du désert", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Poèmes du néant", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, -["numCriteria"] = 5, -["Category"] = "Murkmire", -["points"] = 5, -["nextId"] = 0, -["description"] = "Lisez les cinq poèmes écrits par Nisswo Xeewulm, situés près des autels de Sithis dans Tourbevase.", -["Category_ID"] = 17, -} -, -[2438] = { -["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Démolisseur lié au dragon", -["SubCategory_ID"] = 3, -["achievementIndex"] = 9, ["numCriteria"] = 1, +["description"] = "Explorez et videz les cavernes des Vents du désert.", ["Category"] = "Elsweyr", -["points"] = 10, +["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez 200 Destin, Volonté, Furie ou Ruine d\'Alkosh à Sollance.", ["Category_ID"] = 11, } , -[2441] = { +[2397] = { +["name"] = "Explorateur de la Mesa du Prédateur", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Vainqueur de la nécropole de Rimmen", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, -["numCriteria"] = 5, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 0, -["description"] = "Terrassez trois des champions de la nécropole de Rimmen.", -["Category_ID"] = 11, -} -, -[2443] = { -["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Vainqueur d\'Orcrête", -["SubCategory_ID"] = 1, -["achievementIndex"] = 12, -["numCriteria"] = 5, +["numCriteria"] = 1, +["description"] = "Explorez et videz la Mesa du Prédateur", ["Category"] = "Elsweyr", -["points"] = 10, +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre trois des champions d\'Orcrête.", ["Category_ID"] = 11, } , -[2444] = { +[2396] = { +["name"] = "Explorateur de la Demeure de l\'Ignominie", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Événement de groupe de la nécropole de Rimmen", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la Demeure de l\'Ignominie", ["Category"] = "Elsweyr", -["points"] = 50, +["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez l\'aspect de Darloc Brae et le Champion de Mehrunnez dans la nécropole de Rimmen", ["Category_ID"] = 11, } , -[2461] = { +[2194] = { +["name"] = "L\'intérêt du plus grand nombre", +["achievementIndex"] = 1, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Chasseur d\'éclats célestes du nord d\'Elsweyr", -["numCriteria"] = 18, -["Category"] = "Elsweyr", -["points"] = 10, +["numCriteria"] = 9, +["description"] = "Arrêtez la conspiration qui sème le chaos dans le Couchant, protégez la Tour de cristal et forgez une nouvelle alliance pour ramener l\'ordre sur l\'île.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez les 18 éclats célestes du nord d\'Elsweyr.", -["achievementIndex"] = 2, +["Category_ID"] = 12, } , -[2462] = { +[2195] = { +["name"] = "Sollicitation divine", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Érudit de la Garde du dragon", -["SubCategory_ID"] = 1, -["achievementIndex"] = 17, -["numCriteria"] = 13, -["Category"] = "Elsweyr", -["points"] = 15, -["nextId"] = 0, -["description"] = "Lire les 13 plaques de la Garde-dragon dans le sanctuaire akavirois caché appelé Autel de Dov-Vahl.", -["Category_ID"] = 11, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2195, +["numCriteria"] = 1, +["description"] = "Accomplissez votre première mission de la Poursuite divine pour le Justiciar Tanorian.", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 2196, +["Category_ID"] = 12, } , -[2463] = { +[2196] = { +["name"] = "Avocat divin", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Réparateur de fresque", -["numCriteria"] = 17, -["Category"] = "Elsweyr", -["points"] = 50, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2195, +["numCriteria"] = 1, +["description"] = "Accomplissez sept missions de la Poursuite divine pour le Justiciar Tanorian.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2197, +["Category_ID"] = 12, +} +, +[2197] = { +["name"] = "Magistrat divin", +["achievementIndex"] = 7, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2195, +["numCriteria"] = 1, +["description"] = "Accomplissez trente missions de la Poursuite divine pour le Justiciar Tanorian.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["description"] = "Trouver et restaurer tous les fragments du Rithana-di-Renada, l\'antique fresque khajiit, pour la Maison des Histoires.", -["achievementIndex"] = 1, +["Category_ID"] = 12, } , -[2351] = { +[2198] = { +["name"] = "Poursuiveur divin", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 2350, ["SubCategory"] = "Quests", -["name"] = "Réparer les racines", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 2198, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Accomplissez votre première mission de la Poursuite divine pour la Justiciar Farowël.", +["Category"] = "Summerset", ["points"] = 5, -["nextId"] = 2352, -["description"] = "Terminez 10 quêtes quotidiennes de Murmure-Racine pour Tuwul.", -["Category_ID"] = 17, +["nextId"] = 2199, +["Category_ID"] = 12, } , -[2352] = { +[2199] = { +["name"] = "Juge divin", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 2350, ["SubCategory"] = "Quests", -["name"] = "Ravemire resplendissant", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 2198, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Accomplissez dix missions de la Poursuite divine pour la Justiciar Farowël.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Terminez 30 quêtes quotidiennes de Murmure-Racine pour Tuwul.", -["Category_ID"] = 17, +["nextId"] = 2200, +["Category_ID"] = 12, } , -[2469] = { +[2200] = { +["name"] = "Exécuteur divin", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Attiser le feu", -["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Accomplissez trente missions de la Poursuite divine pour la Justiciar Farowël.", +["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vaincre Yolnahkriin après avoir éteint ses braseros à offrandes à Sollance Vétéran.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2471] = { +[2201] = { +["name"] = "Pour la reine", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Donjonologue de Wrathstone", -["SubCategory_ID"] = 1, -["achievementIndex"] = 1, -["numCriteria"] = 2, -["Category"] = "Wrathstone", -["points"] = 50, -["nextId"] = 0, -["description"] = "Terminez Arquegivre et les Profondeurs de Malatar en difficulté Normale.", -["Category_ID"] = 16, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2201, +["numCriteria"] = 1, +["description"] = "Accomplissez la quête « Le Décret de la Reine ».", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2202, +["Category_ID"] = 12, } , -[2474] = { +[2202] = { +["name"] = "Perle précieuse", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2474, -["Category_ID"] = 11, -["name"] = "Tueur de dragon d\'Anequina", +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2201, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, -["nextId"] = 2475, -["description"] = "Tuer 1 dragon dans les terres sauvages du Nord d\'Elsweyr.", +["description"] = "Accomplissez la quête « Une perle au grand prix ».", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2203, +["Category_ID"] = 12, +} +, +[2203] = { +["name"] = "Esprit contraire", ["achievementIndex"] = 5, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2201, +["numCriteria"] = 1, +["description"] = "Accomplissez la quête « Souvenirs enfouis ».", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2204, +["Category_ID"] = 12, } , -[2357] = { +[2204] = { +["name"] = "Gardien résolu", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Roncelangue nomade", -["SubCategory_ID"] = 1, -["achievementIndex"] = 14, -["numCriteria"] = 6, -["Category"] = "Murkmire", -["points"] = 5, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2201, +["numCriteria"] = 1, +["description"] = "Accomplissez la quête « Les sentinelles de la tour ».", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Lisez les six livres sur les roncelangues en activant différentes roncelangues dans Tourbevase.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , -[2358] = { +[2206] = { +["name"] = "Narrateur partisan", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Sauveteur du marais", -["SubCategory_ID"] = 1, -["achievementIndex"] = 9, -["numCriteria"] = 6, -["Category"] = "Murkmire", +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2205, +["numCriteria"] = 1, +["description"] = "Accomplissez la quête « Perte de sens ».", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Sauvez les villageois en péril de quatre tribus dans Tourbevase.", -["Category_ID"] = 17, +["nextId"] = 2207, +["Category_ID"] = 12, } , -[2482] = { +[2207] = { +["name"] = "L\'ennemi de mon ennemi", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2482, ["SubCategory"] = "Quests", -["name"] = "Aide-de-camp de Tharn", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2205, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Accomplissez la quête « Une alliance nécessaire ».", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 2483, -["description"] = "Terminer la quête « La rage des dragons » dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["nextId"] = 2208, +["Category_ID"] = 12, } , -[2360] = { +[2208] = { +["name"] = "Ce qui s\'impose", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Maître du style d\'Aiguemortes", -["numCriteria"] = 14, -["Category"] = "Murkmire", -["points"] = 50, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2205, +["numCriteria"] = 1, +["description"] = "Accomplissez la quête « La Tour de cristal ».", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Apprendre chaque chapitre du style d\'Aiguemortes, que l\'on trouve parfois en récompense des quêtes journalières des boss sauvages et des antres de Tourbevase, ou pour aider à reconstruire le village de Murmure-Racine.", -["achievementIndex"] = 7, +["Category_ID"] = 12, } , -[2361] = { +[2209] = { +["name"] = "Grand aventurier du Couchant", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 17, -["name"] = "Maître du style des Aînés argoniens", -["numCriteria"] = 14, -["Category"] = "Murkmire", +["numCriteria"] = 1, +["description"] = "Accomplissez 33 quêtes au Couchant", +["Category"] = "Summerset", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprendre chaque chapitre du style des Aînés argoniens, que l\'on trouve parfois en récompense des quêtes journalières des boss sauvages et des antres de Tourbevase, ou pour aider à reconstruire le village de Murmure-Racine.", -["achievementIndex"] = 8, +["Category_ID"] = 12, } , -[2485] = { +[2210] = { +["name"] = "Sage psijique", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 2482, ["SubCategory"] = "Quests", -["name"] = "Révolution à Rimmen", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 2254, +["numCriteria"] = 1, +["description"] = "Terminer la quête de l\'Ordre psijique « La chute des Tours » au Couchant", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2211] = { +["name"] = "Message dans une bouteille", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Apprendre le sort du marin perdu", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2232] = { +["name"] = "Pour se remonter le moral", +["achievementIndex"] = 14, +["prevId"] = 0, +["SubCategory"] = "Cloudrest", +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["description"] = "En affrontant Z\'Maja avec les trois ombres des welkynars avec eux, un joueur avec l\'affliction Givrée et deux autres joueurs avec l\'afflictions Surcharge voltaïque partagent les dégâts de l\'éruption de Feu rugissant dans le Pas des Nuées Vétéran", +["Category"] = "Summerset", +["points"] = 50, ["nextId"] = 0, -["description"] = "Terminer la quête « Deux reines » dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 12, } , -[2486] = { +[2233] = { +["name"] = "Éruptions et ombres mortelles", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 2486, -["SubCategory"] = "Quests", -["name"] = "Cessation d\'assassinat", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["SubCategory"] = "Cloudrest", +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2487, -["description"] = "Terminez la quête « L\'ordre final » dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["description"] = "En affrontant Z\'Maja avec siroria, utilisez une attaque Signal rugissant et portez 20 coups fatals aux Ombres des défunts du Pas des Nuées.", +["Category"] = "Summerset", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2487] = { +[2234] = { +["name"] = "Coordination essentielle", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 2486, -["SubCategory"] = "Quests", -["name"] = "Traître traité", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["SubCategory"] = "Cloudrest", +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2488, -["description"] = "Terminez la quête « Cadwell le Traître » dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["description"] = "En affrontant Z\'Maja, après avoir activé une seule Lumière de welkynar, activez deux autres Lumières de welkynar et détruisez trois Noyaux malveillants en moins de 6 secondes au Pas-des-Nuées Vétéran.", +["Category"] = "Summerset", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2365] = { +[2235] = { +["name"] = "Blocus des yaghras", +["achievementIndex"] = 17, ["prevId"] = 0, +["SubCategory"] = "Cloudrest", +["SubCategory_ID"] = 4, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Déchaîné et immortel", -["SubCategory_ID"] = 3, -["achievementIndex"] = 15, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 50, +["description"] = "En affrontant Z\'Maja pendant un événement du Monde des Ombres, empêche tous les yaghras d\'netrer par le portail et de déboucher dans le monde réel à 15 reprises différentes au Pas des Nuées.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran sans mourir.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , -[2366] = { +[2748] = { +["name"] = "Maître de style de Prêtre de la Nouvelle Lune", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Le galop du défi", -["SubCategory_ID"] = 3, -["achievementIndex"] = 7, -["numCriteria"] = 1, -["Category"] = "Murkmire", +["numCriteria"] = 14, +["description"] = "Apprendre chaque chapitre du livre de style de Prêtre de la Nouvelle Lune, que l\'on trouve dans le coffre de fournitures de la Garde du dragon.", +["Category"] = "Dragonhold", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran en moins de 30 minutes. Le chronomètre s\'engage lorsque la première Arène commence.", -["Category_ID"] = 17, +["Category_ID"] = 15, } , -[2370] = { +[2237] = { +["name"] = "Instinct fulgurant", +["achievementIndex"] = 12, ["prevId"] = 0, +["SubCategory"] = "Cloudrest", +["SubCategory_ID"] = 4, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Rarement enraciné", -["SubCategory_ID"] = 3, -["achievementIndex"] = 10, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "En affrontant l\'ombre de Relequen seule, aucun joueur ne doit être touché par la Surcharge voltaïque ni propager le Courant voltaïque à un autre joueur pendant toute la rencontre du Pas des Nuées.", +["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Dompte-la-Bête sans qu\'un membre du groupe ne soit piégé par les Racines écrasantes dans la Prison de la Rose noire Vétéran.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , -[2372] = { +[2240] = { +["name"] = "Maître pêcheur d\'Artæum", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Triplette terrifiante", -["SubCategory_ID"] = 3, -["achievementIndex"] = 2, -["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 10, +["numCriteria"] = 3, +["description"] = "Attraper les 3 poissons rares d\'Artæum", +["Category"] = "Summerset", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez la mage de bataille Ennodius, dame Minnara et Dompte-la-Bête à 20 secondes d\'intervalle dans la Prison de la Rose noire Vétéran.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , -[2373] = { +[2241] = { +["name"] = "Appât mortel", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Esprits scindés", +["SubCategory"] = "Abyssal Geysers", ["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Vaincre Noirgrain l\'Attrayante à un geyser abyssal.", +["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Drakeeh le Déchaîné tout en vous assurant qu\'il absorbe toujours au moins 2 esprits avant de lancer Cri spirituel dans la Prison de la Rose noire.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , -[2376] = { +[2242] = { +["name"] = "Émeute éclatante", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Blackrose Prison", -["name"] = "Purification des Damnés", +["SubCategory"] = "Abyssal Geysers", ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Vaincre Eejoba la Radieuse à un geyser abyssal.", +["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Laisser un membre du groupe absorber au moins trois cibles de Drakeeh pendant sa compétence Ignition spirituelle et se purifier sans mourir.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , -[2378] = { +[2243] = { +["name"] = "Élan brisé", +["achievementIndex"] = 12, ["prevId"] = 0, +["SubCategory"] = "Abyssal Geysers", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Collectionneur de gelées du marais", -["SubCategory_ID"] = 1, -["achievementIndex"] = 15, ["numCriteria"] = 1, -["Category"] = "Murkmire", -["points"] = 5, +["description"] = "Vaincre Brisante à un geyser abyssal.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Interagissez avec une gelée du marais et récoltez ses ressources.", -["Category_ID"] = 17, +["Category_ID"] = 12, } , -[2380] = { +[2244] = { +["name"] = "Charmeur de serpents", +["achievementIndex"] = 13, ["prevId"] = 0, +["SubCategory"] = "Abyssal Geysers", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Frappes aveugles", -["SubCategory_ID"] = 1, -["achievementIndex"] = 4, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, +["description"] = "Vaincre Vsskalvor à un geyser abyssal.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Poussez Traqueglace à frapper ses alliés pendant le Martèlement frénétique dans Arquegivre.", -["Category_ID"] = 16, +["Category_ID"] = 12, } , -[2381] = { +[2249] = { +["name"] = "Réaction psijique", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Trouver le bon angle", -["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2249, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, -["nextId"] = 0, -["description"] = "Esquivez systématiquement les charges imprudentes du seigneur de guerre Tzogvin dans Arquegivre.", -["Category_ID"] = 16, +["description"] = "Terminer la quête de l\'Ordre psijique « L\'appel des Psijiques » au Couchant.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2250, +["Category_ID"] = 12, } , -[2382] = { +[2250] = { +["name"] = "Poursuite psijique", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Toutes voiles dehors", -["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2249, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, -["nextId"] = 0, -["description"] = "Poussez le seigneur de guerre Tzogvin à détruire ses trois étendards avec des Cyclônes dans Arquegivre.", -["Category_ID"] = 16, +["description"] = "Terminer la quête de l\'Ordre psijique « Brèches sur la baie » au Couchant.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2251, +["Category_ID"] = 12, } , -[2383] = { +[2251] = { +["name"] = "Régulateur psijique", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Dégâts collatéraux", -["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2249, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Terminer la quête de l\'Ordre psijique « Brèches de feu et de glace » au Couchant.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Détruisez 20 assemblages du Protecteur des cryptes en faisant exploser des Sphères volatiles près d\'eux dans Arquegivre.", -["Category_ID"] = 16, +["nextId"] = 2252, +["Category_ID"] = 12, } , -[2384] = { +[2252] = { +["name"] = "Réparateur psijique", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Patate froide", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 2249, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Terminer la quête de l\'Ordre psijique « Le Bâton brisé » au Couchant.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Vainquez Rizzuk et Avalanche dans Arquegivre après que chaque membre du groupe a été affecté par la Prison glaciale d\'Avalanche au moins une fois pendant le combat dans Arquegivre Vétéran.", -["Category_ID"] = 16, +["nextId"] = 2253, +["Category_ID"] = 12, } , -[2385] = { +[2253] = { +["name"] = "Garde-forêt psijique", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "La gravité de la chute", -["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2249, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, +["description"] = "Terminer la quête de l\'Ordre psijique « Une brèche dans les arbres » au Couchant.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["description"] = "Faites tomber 20 ennemis de la plateforme du Gardien de pierre dans Arquegivre.", -["Category_ID"] = 16, +["Category_ID"] = 12, } , -[2388] = { +[2254] = { +["name"] = "Lance-boue psijique", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Cache-cache", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 2254, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Terminer la quête de l\'Ordre psijique « Le temps de la boue et des champignons » au Couchant.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Aucun proboscis en maraude de la Gueule charognarde ne doit être brisé, et aucune de ses formes d\'ombre ne doit vous toucher dans les Profondeurs de Malatar Vétéran.", -["Category_ID"] = 16, +["nextId"] = 2255, +["Category_ID"] = 12, } , -[2390] = { +[2255] = { +["name"] = "Trouveur de bâton psijique", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Daltonisme", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 2254, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Terminer la quête de l\'Ordre psijique « Les vestiges des Tours » au Couchant.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Ne détruisez aucun orbe coloré pendant la rencontre de l\'Orbe noir dans les Profondeurs de Malatar.", -["Category_ID"] = 16, +["nextId"] = 2256, +["Category_ID"] = 12, } , -[2391] = { +[2256] = { +["name"] = "Marcheur d\'ombres psijique", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Âmes sœurs", -["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2254, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 5, -["nextId"] = 0, -["description"] = "Empêchez Quintus de remporter son duel avec Tharayya pendant le combat contre le roi Narilmor dans les Profondeurs de Malatar.", -["Category_ID"] = 16, +["description"] = "Terminer la quête de l\'Ordre psijique « Un temps à l\'ombre de Morteroche » au Couchant.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2257, +["Category_ID"] = 12, } , -[2393] = { +[2257] = { +["name"] = "Chronologue psijique", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Hors de la formation", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 23, +["firstID"] = 2254, ["numCriteria"] = 1, -["Category"] = "Wrathstone", +["description"] = "Terminer la quête de l\'Ordre psijique « Une brèche sous les rochers » au Couchant.", +["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 0, -["description"] = "Empêchez la Symphonie des Lames de traverser la Phalange aurorienne et d\'être renforcée par la Lumière de Méridia dans les Profondeurs de Malatar Vétéran.", -["Category_ID"] = 16, +["nextId"] = 2210, +["Category_ID"] = 12, } , -[2394] = { +[2258] = { +["name"] = "Tueur de rieklings vétéran", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Brise-glace", ["SubCategory_ID"] = 2, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre 200 Rieklings dans Arquegivre Vétéran.", ["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Détruisez 5 piliers de glace avec des météores d\'explosion solaire pendant la rencontre avec la Symphonie des lames dans les Profondeurs de Malatar Vétéran.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , -[2395] = { +[2259] = { +["name"] = "Tueur de centurions vétéran", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Terne", ["SubCategory_ID"] = 2, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre 20 centurions dans Arquegivre Vétéran.", ["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Symphonie des Lames dans les Profondeurs de Malatar Vétéran après avoir lu le Dictat de la Dame de la Lumière et avoir détruit tous les orbes colorés pendant la rencontre.", -["Category_ID"] = 16, +["Category_ID"] = 17, } , -[2396] = { +[2260] = { +["name"] = "Vainqueur d\'Arquegivre", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur de la Demeure de l\'Ignominie", +["SubCategory"] = "General", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Vaincre Traqueglace, le seigneur de guerre Tzogvin, le protecteur des cryptes, Rizzuk le Transi et le Gardien de pierre dans Arquegivre.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la Demeure de l\'Ignominie", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2397] = { +[2261] = { +["name"] = "Conquérant d\'Arquegivre", +["achievementIndex"] = 3, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur de la Mesa du Prédateur", -["SubCategory_ID"] = 1, -["achievementIndex"] = 4, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["numCriteria"] = 5, +["description"] = "Vaincre Traqueglace, le seigneur de guerre Tzogvin, le protecteur des cryptes, Rizzuk le Transi et le Gardien de pierre dans Arquegivre Vétéran.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["description"] = "Explorez et videz la Mesa du Prédateur", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2398] = { +[2262] = { +["name"] = "Arque bouté", +["achievementIndex"] = 5, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur des cavernes des Vents du désert", -["SubCategory_ID"] = 1, -["achievementIndex"] = 5, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["description"] = "Vainquez le Gardien de pierre après avoir appuyé sur le Vérificateur de Véracité dans Arquegivre Vétéran.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Explorez et videz les cavernes des Vents du désert.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2399] = { +[2263] = { +["name"] = "Pillage en vitesse", +["achievementIndex"] = 6, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur de la Tombe du Serpent", -["SubCategory_ID"] = 1, -["achievementIndex"] = 6, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["description"] = "Vainquez toutes les rencontres et Traqueglace, le seigneur de guerre Tzogvin, le Protecteur des cryptes, Rizzuk le Transi et le Gardien des pierres dans Arquegivre Vétéran en moins de 30 minutes. Le chronomètre s\'enclenche lorsque vous commencez le combat.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Explorez et videz le Tombeau du Serpent.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2400] = { +[2264] = { +["name"] = "Qu\'offrent les forts", +["achievementIndex"] = 7, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur de la mine de Noirbassin", -["SubCategory_ID"] = 1, -["achievementIndex"] = 7, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 5, +["description"] = "Vainquez toutes les rencontres et Traqueglace, le seigneur de guerre Tzogvin, le Protecteur des cryptes, Rizzuk le Transi et le Gardien des pierres dans Arquegivre Vétéran sans qu\'un seul membre du groupe ne meure.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Explorez et videz la mine de Noirbassin.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2401] = { +[2265] = { +["name"] = "Explorateur de Ragepierre", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Explorateur du Sac-de-Nœuds", +["SubCategory"] = "General", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Entrez dans Arquegivre ou les Profondeurs de Malatar pour la première fois.", +["Category"] = "Wrathstone", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz le Sac-de-Nœuds.", -["Category_ID"] = 11, -} -, -[2402] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Spéléologue du nord d\'Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 2, -["numCriteria"] = 6, -["Category"] = "Elsweyr", -["points"] = 15, -["nextId"] = 0, -["description"] = "Explorez et videz les six cavernes explorables du nord d\'Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2403] = { +[2266] = { +["name"] = "Concurrent d\'Arquegivre", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Éclaireur du nord d\'Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 25, -["numCriteria"] = 7, -["Category"] = "Elsweyr", -["points"] = 10, +["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés pour Arquegivre Vétéran.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables du nord d\'Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2404] = { +[2267] = { +["name"] = "Pillard infatigable", +["achievementIndex"] = 4, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Maître explorateur du nord d\'Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 1, -["numCriteria"] = 2, -["Category"] = "Elsweyr", -["points"] = 15, +["numCriteria"] = 1, +["description"] = "Vainquez toutes les rencontres et Traqueglace, le seigneur de guerre Tzogvin, le Protecteur des cryptes, Rizzuk le Transi et le Gardien des pierres dans Arquegivre Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les grottes et lieux remarquables du nord d\'Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2405] = { +[2268] = { +["name"] = "Tueur de purifiés vétéran", +["achievementIndex"] = 19, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Casse-crâne", -["SubCategory_ID"] = 1, -["achievementIndex"] = 16, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Vainquez 350 Purifiés de Méridia dans les Profondeurs de Malatar Vétéran", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le Garde-crâne, Na\'ruzz le Tisseur d\'os et la Fosse aux ossements.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2408] = { +[2269] = { +["name"] = "Tueur de vigies de pierre vétéran", +["achievementIndex"] = 20, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Gardien des tombeaux", -["SubCategory_ID"] = 1, -["achievementIndex"] = 20, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Vainquez 150 veilleurs de pierre dans les Profondeurs de Malatar Vétéran.", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le nécromancien Thannar le Rôdeur sépulcral, à la Fin de la Balafre.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2409] = { +[2331] = { +["name"] = "Héros de Tourbevase", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Briseur d\'épée", -["SubCategory_ID"] = 1, -["achievementIndex"] = 21, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["numCriteria"] = 5, +["description"] = "Accomplissez des quêtes, terrassez des boss et explorez des antres pour devenir le héros de Tourbevase.", +["Category"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez la maîtresse d\'épées Vhysradue sur la Colline des Épées brisées.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2410] = { +[2330] = { +["name"] = "Ombre discrète", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Justicier aux mains rouges", ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Apprenez à connaître l\'Écaille d\'ombre qui s\'intéresse particulièrement à vos activités à Tourbevase.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez le duo criminel Zav\'i et Akumjhargo au Défilé des Mains rouges", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2411] = { +[2320] = { +["name"] = "Chronologue chronique", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Défenseur du nord d\'Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 15, -["numCriteria"] = 6, -["Category"] = "Elsweyr", -["points"] = 15, +["numCriteria"] = 12, +["description"] = "Trouver et restaurer toutes les tablettes de pierre du Xinchei-Konu, l\'antique calendrier argonien.", +["Category"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["description"] = "Terrassez les six boss sauvages du nord d\'Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2412] = { +[2318] = { +["name"] = "Maître du style de l\'Aube d\'argent", +["achievementIndex"] = 9, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Maître pêcheur du nord d\'Elsweyr", -["numCriteria"] = 12, -["Category"] = "Elsweyr", -["points"] = 5, +["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style du Chasseur, que l\'on reçoit parfois en récompense pour avoir fini le donjon du Fort du Chasseur lunaire.", +["Category"] = "Wolfhunter", +["points"] = 50, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares du nord d\'Elsweyr.", -["achievementIndex"] = 3, +["Category_ID"] = 19, } , -[2413] = { +[2317] = { +["name"] = "Maître du style du Chasseur", +["achievementIndex"] = 8, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Tueur du clan du Croc creux", -["SubCategory_ID"] = 2, -["achievementIndex"] = 9, -["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 10, +["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style du Chasseur, que l\'on reçoit parfois en récompense pour avoir fini le donjon de la Procession des Sacrifiés.", +["Category"] = "Wolfhunter", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez 200 vampires du clan du Croc creux dans le reliquaire des Lunes funèbres Vétéran. Les gueules sanguinaires du Croc creux et les panthères de sang ne rapportent aucun crédit pour ce succès.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2415] = { +[2312] = { +["name"] = "Chasse parfaite", +["achievementIndex"] = 29, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Vainqueur du reliquaire des Lunes funèbres", -["SubCategory_ID"] = 1, -["achievementIndex"] = 3, -["numCriteria"] = 5, -["Category"] = "Scalebreaker", +["numCriteria"] = 1, +["description"] = "Vaincre Balorgh après avoir profané l\'étendard du Chasseur lunaire et sans vous faire frapper par sa compétence de Vestige embrasé pendant tout le combat dans la Procession des Sacrifiés Vétéran.", +["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez les Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf au reliquaire des Lunes funèbres.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2416] = { +[2311] = { +["name"] = "Élément de surprise", +["achievementIndex"] = 28, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant du reliquaire des Lunes funèbres", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, -["numCriteria"] = 5, -["Category"] = "Scalebreaker", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vainquez Balorgh en évitant à la fois Eau électrique et Plantes empoisonnées dans la Procession des Sacrifiés Vétéran.", +["Category"] = "Wolfhunter", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez les Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf au reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2417] = { +[2310] = { +["name"] = "Sœurs avant tout", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Ivre de pouvoir", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["description"] = "Vainquez les Sœurs du Wyrd en les empêchant d\'utiliser leur aura respective pour renforcer l\'autre dans la Procession des Sacrifiés Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Grundwulf après avoir utilisé l\'Hilote hémo de Sangiin dans le Reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2418] = { +[2309] = { +["name"] = "La racine du problème", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Coup de sang", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["description"] = "Vainquez le Gardien du labyrinthe végétal après que tous les membres du groupe ont évité ses attaques de Racines de suturé dans le Fort du Chasseur lunaire Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres en plus des Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf au reliquaire des Lunes funèbres Vétéran moins de 30 minutes après y être entré. Votre chronomètre commence lorsque les joueurs attaquent le premier groupe d\'ennemis.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2419] = { +[2308] = { +["name"] = "Esquive des étrangleuses", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Évadez-vous de la Tombe", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["description"] = "Vainquez le Gardien du labyrinthe végétal sans qu\'un seul membre du groupe ne se fasse attraper par un ralentissement d\'étrangleuse dans les jardins du Fort du Chasseur lunaire, en difficulté Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres en plus des Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf au reliquaire des Lunes funèbres Vétéran sans subir de mort dans le groupe.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2420] = { +[2307] = { +["name"] = "Boucherie sanguinaire", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Explorateur de Scalebreaker", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Vainquez le geôlier Melitus sans vous faire blesser par les Geysers sanglants du Fort du Chasseur lunaire.", +["Category"] = "Wolfhunter", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entrez pour la première fois dans le reliquaire des Lunes funèbres ou le repaire de Maarselok.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2421] = { +[2306] = { +["name"] = "Traque et pièges", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Reliquaire des Lunes funèbres", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, -["numCriteria"] = 4, -["Category"] = "Scalebreaker", -["points"] = 50, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Emmenez Balorgh dans le piège de Tharas 10 fois dans la Procession des Sacrifiés Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans le reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2422] = { +[2305] = { +["name"] = "Dans le brouillard", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Dévoreur édenté", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["description"] = "Vainquez Tarcyr sans que l\'indrik ne téléporte un seul membre dans la brume dans la Procession des Sacrifiés Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres en plus des Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf après avoir activé l\'Hilote hémo de Sangiin dans le Reliquaire des Lunes funèbres Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2423] = { +[2304] = { +["name"] = "Le pied léger", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur des infectés de Pestazur", ["SubCategory_ID"] = 2, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 10, +["description"] = "Vainquez Dagrund l\'Encombrant en esquivant systématiquement sa compétence Soulèvement dans la Procession des Sacrifiés Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre 400 infectés de Pestazur dans le Repaire de Maarselok Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2424] = { +[2303] = { +["name"] = "Tuerie de saison", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur d\'assemblages de Pestazur", ["SubCategory_ID"] = 2, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 10, +["description"] = "Vainquez Aghaedh du Solstice en prenant soin de vaincre tous ses suturés dans leur saison respective dans la Procession des Sacrifiés Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre 50 suturés ou infestateurs de Pestazur dans le Repaire de Maarselok Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2425] = { +[2302] = { +["name"] = "Grande chasse à l\'indrik", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "General", -["name"] = "Vainqueur du repaire de Maarselok", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, -["numCriteria"] = 5, -["Category"] = "Scalebreaker", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Terminez les trois chasses à l\'indrik doré et gagnez leur manne dans la Procession des Sacrifiés.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid dans le Repaire de Maarselok.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2426] = { +[2301] = { +["name"] = "La gorge serrée", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant du repaire de Maarselok", ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, -["numCriteria"] = 5, -["Category"] = "Scalebreaker", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre Vykosa l\'Ascendante après avoir lu le Parchemin des Glorieuses batailles, vaincu 7 étrangleuses et ne jamais laisser ses loups apprivoisés se blottir au Fort du Chasseur lunaire Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid dans le Repaire de Maarselok Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2427] = { +[2300] = { +["name"] = "Sous la main", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Sauveur de Sélène", ["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["description"] = "Vaincre Vykosa l\'Ascendante sans qu\'un seul membre du groupe ne subisse les dégâts de ses familiers enchaînés dans le Fort du Chasseur lunaire Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Maarselok dans son nid après avoir utilisé la graine de Pestazur dans le Repaire de Maarselok Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2428] = { +[2299] = { +["name"] = "Culture extensive", +["achievementIndex"] = 4, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Mangeur de mauvaises herbes", -["SubCategory_ID"] = 2, -["achievementIndex"] = 19, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 50, +["description"] = "Vainquez l\'archiviste sans qu\'un membre du groupe ne subisse les dégâts des Symboles de Xarxès dans le Fort du Chasseur lunaire.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre toutes les rencontres en plus de Sélène, Maarselok en vol, le cancroïde Pestazur, Maarselok sur son perchoir et Maarselok dans son nid dans le Repaire de Maarselok Vétéran en moins de 35 minutes. Votre chronomètre commence lorsque vous attaquez le premier groupe d\'ennemis.", -["Category_ID"] = 15, +["Category_ID"] = 19, } , -[2103] = { +[2298] = { +["name"] = "Un allié massif", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Spéléologue des Ossements du dragon", +["SubCategory"] = "General", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, -["numCriteria"] = 2, -["Category"] = "Dragon Bones", -["points"] = 50, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vainquez l\'archiviste Ernarde sans tuer son premier allié loup-garou massif dans le Fort du Chasseur lunaire.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le Repaire du croc et le Pic de la Mandécailles Vétérans.", ["Category_ID"] = 19, } , -[2637] = { +[2297] = { +["name"] = "Rage interminable", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 2631, -["Category_ID"] = 14, -["name"] = "Chasseur de dragon de Pellitine", +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 15, +["description"] = "Vainquez Mylenne Mire-Lune sans purger sa compétence Enrager dans le Fort du Chasseur lunaire Vétéran.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["description"] = "Tuer 50 dragons dans les terres sauvages du Sud d\'Elsweyr.", -["achievementIndex"] = 3, +["Category_ID"] = 19, } , -[2656] = { +[2295] = { +["name"] = "Maître Pêcheur de Tourbevase", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Tueur de séides draconiques", -["numCriteria"] = 3, -["Category"] = "Dragonhold", -["points"] = 10, +["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Tourbevase.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["description"] = "Tuez 100 sbires morts-vivants de dragon, 25 atronachs de foudre et 25 atronachs de glace en affrontant les dragons.", -["achievementIndex"] = 1, +["Category_ID"] = 18, } , -[2658] = { +[2294] = { +["name"] = "Bourreau du tonnerre", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Le Chant d\'un héros", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, +["description"] = "Terrassez le fangeux émacié Pas-de-Tonnerre.", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["description"] = "Chercher la sagesse d\'un héros khajiits des légendes sur la terrasse du palais de Senchal après avoir terminé la suite de quêtes principales d\'Elsweyr et de Dragonhold.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , [1795] = { +["name"] = "Maître du style de Mazzatun", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Maître du style de Mazzatun", ["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style de Mazzatun, que l\'on reçoit parfois en récompense pour avoir fini le donjon des ruines de Mazzatun.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style de Mazzatun, que l\'on reçoit parfois en récompense pour avoir fini le donjon des ruines de Mazzatun.", -["achievementIndex"] = 7, +["Category_ID"] = 23, } , [1796] = { +["name"] = "Maître du style de l\'Anneau de Soie", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 22, -["name"] = "Maître du style de l\'Anneau de Soie", ["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style de l\'Anneau de Soie, que l\'on reçoit parfois en récompense pour avoir fini le donjon du Berceau des Ombres.", ["Category"] = "Shadows of the Hist", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style de l\'Anneau de Soie, que l\'on reçoit parfois en récompense pour avoir fini le donjon du Berceau des Ombres.", -["achievementIndex"] = 8, +["Category_ID"] = 23, } , -[2635] = { +[2293] = { +["name"] = "Monstre des marais", +["achievementIndex"] = 6, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Feuilles portées par le vent", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Terrassez le nécromancien Baxilth-Gah à Bok-Xul.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Aidez à réparer le Mur de la Vie dans la ville des Hauteurs noires", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2634] = { +[2277] = { +["name"] = "Spéléologue de Ragepierre", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Un nouveau départ", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, -["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Terminez Arquegivre et les Profondeurs de Malatar en Vétéran.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Aidez la fratrie de Gardesud à fuir le Sud d\'Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 17, } , -[2633] = { +[2276] = { +["name"] = "Profanateur des Profondeurs", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "L\'espoir aux désespérés", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, -["numCriteria"] = 2, -["Category"] = "Dragonhold", -["points"] = 10, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Aidez les habitants des Ruines de Gardesud et de Hauteurs noires.", -["Category_ID"] = 14, +["Category_ID"] = 17, } , -[2626] = { +[2275] = { +["name"] = "Concurrent des Profondeurs de Malatar", +["achievementIndex"] = 13, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Bienvenue à Pellitine", -["SubCategory_ID"] = 1, -["achievementIndex"] = 1, -["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, +["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans les Profondeurs de Malatar Vétéran.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["description"] = "Entrez dans le Sud d\'Elsweyr pour la première fois.", -["Category_ID"] = 14, +["Category_ID"] = 17, } , -[2625] = { +[2274] = { +["name"] = "Purifiés tués", +["achievementIndex"] = 18, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Maître des compétences de l\'Ordre psijique", ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar Vétéran sans qu\'un seul membre du groupe ne meure.", +["Category"] = "Wrathstone", ["points"] = 50, ["nextId"] = 0, -["description"] = "Atteindre le rang maximal de la ligne de compétences de l\'Ordre psyjique", -["achievementIndex"] = 1, +["Category_ID"] = 17, } , [1802] = { +["name"] = "La fin du Canari", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "La fin du Canari", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez la néréïde Kimbrudhil le Canari à la Crique des épaves.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez la néréïde Kimbrudhil le Canari à la Crique des épaves.", ["Category_ID"] = 13, } , [1803] = { +["name"] = "Sauveur de Salothan", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Sauveur de Salothan", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez l\'orateur Salathan, le régent Beleth, le général Tanasa et le conseiller Raynis au Conseil de Salathan.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez l\'orateur Salathan, le régent Beleth, le général Tanasa et le conseiller Raynis au Conseil de Salathan.", ["Category_ID"] = 13, } , [1804] = { +["name"] = "Tueur de consort", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Tueur de consort", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez le consort de la reine à la mine à œufs de Missir-Dadalit.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez le consort de la reine à la mine à œufs de Missir-Dadalit.", ["Category_ID"] = 13, } , [1805] = { +["name"] = "Calmer le sauvage", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Calmer le sauvage", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez Nilthog le Sauvage au Creux de Nilthog.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez Nilthog le Sauvage au Creux de Nilthog.", ["Category_ID"] = 13, } , [1806] = { +["name"] = "Tueur de Wuyuvus", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Tueur de Wuyuvus", ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez Wuyuvus le Dévoreur à la grange de Sulipund.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terrassez Wuyuvus le Dévoreur à la grange de Sulipund.", ["Category_ID"] = 13, } , [1807] = { +["name"] = "Châtier les tricheurs", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Châtier les tricheurs", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Triomphez du skaafin, Mehz l\'Embobineur, à la tour Dubdil Alar et fermez le portail vers Oblivion.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Triomphez du skaafin, Mehz l\'Embobineur, à la tour Dubdil Alar et fermez le portail vers Oblivion.", ["Category_ID"] = 13, } , [1808] = { +["name"] = "Fabrication terminée", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Fabrication terminée", ["SubCategory_ID"] = 3, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Assembleur général et aidez Divayth Fyr à arrêter le déluge d\'animoncules venant des Salles de la Fabrication.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez l\'Assembleur général et aidez Divayth Fyr à arrêter le déluge d\'animoncules venant des Salles de la Fabrication.", ["Category_ID"] = 13, } , [1809] = { +["name"] = "Contre la montre : Salles de la fabrication", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Contre la montre : Salles de la fabrication", ["SubCategory_ID"] = 3, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez les Salles de la fabrication Vétéran en moins de 40 minutes. Votre épreuve commence lorsque vous franchissez le seuil de la caverne d\'Abanabi sous Tel Fyr.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez les Salles de la fabrication Vétéran en moins de 40 minutes. Votre épreuve commence lorsque vous franchissez le seuil de la caverne d\'Abanabi sous Tel Fyr.", ["Category_ID"] = 13, } , [1810] = { +["name"] = "Conquérant des Salles de la fabrication", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Conquérant des Salles de la fabrication", ["SubCategory_ID"] = 3, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Assembleur générale dans les Salles de la fabrication Vétéran.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'Assembleur générale dans les Salles de la fabrication Vétéran.", ["Category_ID"] = 13, } , [1811] = { +["name"] = "Machine bien huilée", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Machine bien huilée", ["SubCategory_ID"] = 3, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez les Salles de la fabrication Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez les Salles de la fabrication Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category_ID"] = 13, } , -[2606] = { +[2273] = { +["name"] = "La Vitesse de la lumière", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 2606, -["SubCategory"] = "Quests", -["name"] = "Intermédiaire interminable", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, -["nextId"] = 2607, -["description"] = "Terminez 1 quête journalière d\'antre de Guyvbert Flaubert.", -["Category_ID"] = 14, +["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar Vétéran en moins de 30 minutes. Le chronomètre commence quand vous engagez le combat.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2603] = { +[2272] = { +["name"] = "Ombre projetée", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 2602, -["SubCategory"] = "Quests", -["name"] = "La chute de l\'éon noir", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 10, -["nextId"] = 2604, -["description"] = "Terminez la quête « L\'ascension de la Nouvelle Lune » dans le sud d\'Elsweyr.", -["Category_ID"] = 14, +["description"] = "Vaincre la Symphonie des Lames après avoir détruit les dictats de la Dame de la Lumière dans les Profondeurs de Malatar Vétéran.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2599] = { +[2271] = { +["name"] = "Conquérant des Profondeurs de Malatar", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 2596, -["SubCategory"] = "Quests", -["name"] = "Les Salles de la Haute Crinière", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, -["numCriteria"] = 1, -["Category"] = "Dragonhold", +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar Vétéran.", +["Category"] = "Wrathstone", ["points"] = 10, -["nextId"] = 2600, -["description"] = "Terminez la quête « la Fierté d\'Alkosh » dans le sud d\'Elsweyr.", -["Category_ID"] = 14, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2598] = { +[2270] = { +["name"] = "Vainqueur des Profondeurs de Malatar", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 2596, -["SubCategory"] = "Quests", -["name"] = "Infiltrer la Nouvelle Lune", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, -["numCriteria"] = 1, -["Category"] = "Dragonhold", +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["nextId"] = 2599, -["description"] = "Terminez la quête « l\'Ordre de la Nouvelle Lune » dans le sud d\'Elsweyr.", -["Category_ID"] = 14, +["nextId"] = 0, +["Category_ID"] = 17, } , [1816] = { +["name"] = "Les pieds au frais", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Les pieds au frais", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre sans être blessé par la Nirncrux en fusion qui coule dans la Forge Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Mathgamain, Caillaoife, Cœurgranit, Galchobhar, Gherig Sang-de-Taureau et ses aides, et l\'Amalgame sangreterre sans être blessé par la Nirncrux en fusion qui coule dans la Forge Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1817] = { +["name"] = "Chaud au cœur", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Chaud au cœur", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminer la Forge de Sangracine Vétéran sans qu\'un seul membre du groupe ne soit jamais frappé par un crachat de Boule de lave d\'un shalk de feu.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminer la Forge de Sangracine Vétéran sans qu\'un seul membre du groupe ne soit jamais frappé par un crachat de Boule de lave d\'un shalk de feu.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1818] = { +["name"] = "Écraseur de magma", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Écraseur de magma", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Utiliser la Brisure d\'écorce pour briser une Boule de lave dans la Forge de Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Utiliser la Brisure d\'écorce pour briser une Boule de lave dans la Forge de Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1819] = { +["name"] = "Réserve naturelle", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Réserve naturelle", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Caillaoife sans qu\'une seule créature à sang de Nirn ne reste dans la barrière de sa réserve naturelle plus de trois secondes dans la Forge de Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Caillaoife sans qu\'une seule créature à sang de Nirn ne reste dans la barrière de sa réserve naturelle plus de trois secondes dans la Forge de Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1820] = { +["name"] = "Saute-cailloux", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Saute-cailloux", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Galchobhar sans qu\'un seul membre du groupe ne soit affecté par ses attaques Terre brûlée et Flammes de Galchobhar dans la Forge de Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Galchobhar sans qu\'un seul membre du groupe ne soit affecté par ses attaques Terre brûlée et Flammes de Galchobhar dans la Forge de Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1821] = { +["name"] = "Gentil shalk", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Gentil shalk", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Galchobhar dans la Forge de Sangracine Vétéran sans qu\'un seul membre du groupe ne tue un shalk de feu.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Galchobhar dans la Forge de Sangracine Vétéran sans qu\'un seul membre du groupe ne tue un shalk de feu.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1822] = { +["name"] = "Victoire fait-main", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Victoire fait-main", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre l\'Amalgame de sangreterre dans la Forge de Sangracine Vétéran sans qu\'aucun membre du groupe n\'active le creuset de Brûlepierre ou le Chaudron du lac de feu.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre l\'Amalgame de sangreterre dans la Forge de Sangracine Vétéran sans qu\'aucun membre du groupe n\'active le creuset de Brûlepierre ou le Chaudron du lac de feu.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1823] = { +["name"] = "Artisan de la douleur", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Artisan de la douleur", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Utilisez personnellement le creuset de Brûlepierre et le Chaudron du lac de feu pour vaincre l\'Amalgame de sangreterre dans la Forge de Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 10, ["nextId"] = 0, -["description"] = "Utilisez personnellement le creuset de Brûlepierre et le Chaudron du lac de feu pour vaincre l\'Amalgame de sangreterre dans la Forge de Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1824] = { +["name"] = "Prêcher pour le Tribunal", +["achievementIndex"] = 11, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Prêcher pour le Tribunal", ["numCriteria"] = 36, +["description"] = "Trouvez et lisez les 36 sermons de Vivec disséminés dans Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Trouvez et lisez les 36 sermons de Vivec disséminés dans Vvardenfell.", -["achievementIndex"] = 11, +["Category_ID"] = 13, } , [1825] = { +["name"] = "Associé des Cendrais", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 1825, ["SubCategory"] = "Quests", -["name"] = "Associé des Cendrais", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1825, ["numCriteria"] = 1, +["description"] = "Terminez votre première quête journalière pour le maître de chasse Sorima-Nakar ou Numani-Rasi.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 1878, -["description"] = "Terminez votre première quête journalière pour le maître de chasse Sorima-Nakar ou Numani-Rasi.", ["Category_ID"] = 13, } , [1826] = { +["name"] = "Dresseur de coureurs", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Dresseur de coureurs", ["numCriteria"] = 7, +["description"] = "Visitez toutes les stations de caravaniers des foule-vase de Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Visitez toutes les stations de caravaniers des foule-vase de Vvardenfell.", -["achievementIndex"] = 9, +["Category_ID"] = 13, } , [1827] = { +["name"] = "Le chemin du Pèlerin", +["achievementIndex"] = 10, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Le chemin du Pèlerin", ["numCriteria"] = 7, +["description"] = "Visitez les Autels des Sept Vertus et lisez l\'inscription de chacun.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Visitez les Autels des Sept Vertus et lisez l\'inscription de chacun.", -["achievementIndex"] = 10, +["Category_ID"] = 13, } , [1828] = { +["name"] = "Explorateur daedrique", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur daedrique", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 25, +["description"] = "Visitez tous les ruines des Daedra à Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Visitez tous les ruines des Daedra à Vvardenfell.", ["Category_ID"] = 13, } , [1829] = { +["name"] = "Vainqueur des Salles de la fabrication", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Vainqueur des Salles de la fabrication", ["SubCategory_ID"] = 3, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Assembleur général après l\'avoir renforcé en réinitialisant le coupe-circuit dans les Salles de la fabrication Vétéran.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez l\'Assembleur général après l\'avoir renforcé en réinitialisant le coupe-circuit dans les Salles de la fabrication Vétéran.", ["Category_ID"] = 13, } , [1830] = { +["name"] = "Tueur de Refrabricants", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Tueur de Refrabricants", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 100 calefacteurs, capaciteurs ou dissecteurs dans les Salles de la Fabrication", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 100 calefacteurs, capaciteurs ou dissecteurs dans les Salles de la Fabrication", ["Category_ID"] = 13, } , [1831] = { +["name"] = "Centrale énergétique", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Centrale énergétique", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le Factotum du pinâcle sans jamais utiliser l\'énergie du généarteur pour briser le bouclier d\'une sphère refabriquée, dans les Salles de la Fabrication Vétéran.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez le Factotum du pinâcle sans jamais utiliser l\'énergie du généarteur pour briser le bouclier d\'une sphère refabriquée, dans les Salles de la Fabrication Vétéran.", ["Category_ID"] = 13, } , [1832] = { +["name"] = "Obsolescence planifiée", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Obsolescence planifiée", ["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le comité de refabrication dans les Salles de la fabrication Vétéran sans jamais permettre au Récupérateur de surcharger un Factotum ruiné.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez le comité de refabrication dans les Salles de la fabrication Vétéran sans jamais permettre au Récupérateur de surcharger un Factotum ruiné.", ["Category_ID"] = 13, } , [1833] = { +["name"] = "Attention à l\'environnement", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Attention à l\'environnement", ["SubCategory_ID"] = 3, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Assembleur général dans les Salles de la Fabrication Vétéran, sans qu\'un membre du groupe ne se fasse tuer par les pièges et les dangers.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez l\'Assembleur général dans les Salles de la Fabrication Vétéran, sans qu\'un membre du groupe ne se fasse tuer par les pièges et les dangers.", ["Category_ID"] = 13, } , [1834] = { +["name"] = "Terminateur du terminal", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Terminateur du terminal", ["SubCategory_ID"] = 3, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez l\'Assembleur général dans les Salles de la Fabrication Vétéran, sans laisser un seul terminal achever sa séquence d\'activation.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez l\'Assembleur général dans les Salles de la Fabrication Vétéran, sans laisser un seul terminal achever sa séquence d\'activation.", ["Category_ID"] = 13, } , [1835] = { +["name"] = "Attention aux imitations", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Attention aux imitations", ["SubCategory_ID"] = 3, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez 5 de chaque Facsimilé tactique créés par l\'Assembleur général, dans n\'importe quelle difficulté.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 5 de chaque Facsimilé tactique créés par l\'Assembleur général, dans n\'importe quelle difficulté.", ["Category_ID"] = 13, } , [1836] = { +["name"] = "Dynamo", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Dynamo", ["SubCategory_ID"] = 3, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Terminez chacun des succès suivants liés à la défaite de l\'Assembleur général :", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez chacun des succès suivants liés à la défaite de l\'Assembleur général :", ["Category_ID"] = 13, } , [1837] = { +["name"] = "Test de résistance", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Test de résistance", ["SubCategory_ID"] = 3, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez les Salles de la Fabrication Vétéran après avoir réinitialisé le coupe-circuit et renforcé l\'Assembleur général, sans perdre un seul membre du groupe.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez les Salles de la Fabrication Vétéran après avoir réinitialisé le coupe-circuit et renforcé l\'Assembleur général, sans perdre un seul membre du groupe.", ["Category_ID"] = 13, } , [1838] = { +["name"] = "Comme une horloge", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Comme une horloge", ["SubCategory_ID"] = 3, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terminez les Salles de la Fabrication Vétéran après avoir avoir réinitialisé le coupe-circuit et renforcé l\'Assembleur général, sans perdre un seul membre du groupe, en moins de 40 minutes après être entré dans la caverne d\'Abanabi.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez les Salles de la Fabrication Vétéran après avoir avoir réinitialisé le coupe-circuit et renforcé l\'Assembleur général, sans perdre un seul membre du groupe, en moins de 40 minutes après être entré dans la caverne d\'Abanabi.", ["Category_ID"] = 13, } , [1839] = { +["name"] = "Mise à mort", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Mise à mort", ["SubCategory_ID"] = 3, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez un sauroïde chasseur-tueur pendant que l\'autre possède encore au moins la moitié de sa Santé, avant de vaincre le deuxième sauroïde dans les Salles de la Fabrication Vétéran.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez un sauroïde chasseur-tueur pendant que l\'autre possède encore au moins la moitié de sa Santé, avant de vaincre le deuxième sauroïde dans les Salles de la Fabrication Vétéran.", ["Category_ID"] = 13, } , [1840] = { +["name"] = "Gardien d\'arc", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Gardien d\'arc", ["SubCategory_ID"] = 3, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Dans les Salles de la fabrication Vétéran, vainquez l\'archiconservateur avec six Pylônes de choc ou moins, sans jamais rater une occasion du désactiver avec pylône.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Dans les Salles de la fabrication Vétéran, vainquez l\'archiconservateur avec six Pylônes de choc ou moins, sans jamais rater une occasion du désactiver avec pylône.", ["Category_ID"] = 13, } , [1841] = { +["name"] = "Érudit des mystères de Seht", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Érudit des mystères de Seht", ["SubCategory_ID"] = 3, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Découvrez les notes disséminées dans les Salles de la fabrication.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez les notes disséminées dans les Salles de la fabrication.", ["Category_ID"] = 13, } , [1842] = { +["name"] = "Fléau des Coureurs", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Fléau des Coureurs", ["numCriteria"] = 1, +["description"] = "Contribuez à éliminer la menace des coureurs des falaises en tuant 100 coureurs ou sauteurs des falaises à Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Contribuez à éliminer la menace des coureurs des falaises en tuant 100 coureurs ou sauteurs des falaises à Vvardenfell.", -["achievementIndex"] = 4, +["Category_ID"] = 13, } , [1843] = { +["name"] = "Chasseur d\'éclats célestes de Morrowind", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Chasseur d\'éclats célestes de Morrowind", ["numCriteria"] = 18, +["description"] = "Découvrez les 18 fragments célestes de Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez les 18 fragments célestes de Vvardenfell.", -["achievementIndex"] = 7, +["Category_ID"] = 13, } , [1844] = { +["name"] = "Chasseur d\'éclats célestes de la Cité mécanique", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Chasseur d\'éclats célestes de la Cité mécanique", ["numCriteria"] = 6, +["description"] = "Découvrir les 6 éclats célestes de la Cité mécanique.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrir les 6 éclats célestes de la Cité mécanique.", -["achievementIndex"] = 4, +["Category_ID"] = 21, } , [1845] = { +["name"] = "Chasseur d\'éclats célestes du Couchant", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Chasseur d\'éclats célestes du Couchant", ["numCriteria"] = 18, +["description"] = "Découvrez les 18 éclats célestes du Couchant", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez les 18 éclats célestes du Couchant", -["achievementIndex"] = 2, +["Category_ID"] = 12, } , [1846] = { +["name"] = "Événement de groupe de Nchuleftingth", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Événement de groupe de Nchuleftingth", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez Nchulaeon l\'Éternel à Nchuleftingth.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terrassez Nchulaeon l\'Éternel à Nchuleftingth.", ["Category_ID"] = 13, } , [1847] = { +["name"] = "Éradicateur de boucle", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Éradicateur de boucle", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sauvez Dubdil Alar des conséquences de ses expériences temporelles.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Sauvez Dubdil Alar des conséquences de ses expériences temporelles.", ["Category_ID"] = 13, } , [1848] = { +["name"] = "Défenseur de Morrowind", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Défenseur de Morrowind", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Terrassez les six boss sauvages de Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Terrassez les six boss sauvages de Vvardenfell.", ["Category_ID"] = 13, } , [1849] = { +["name"] = "Voix des Incarnés défunts", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Voix des Incarnés défunts", ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Démentez les dangereuses affirmations du Cendrais Chodala.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Démentez les dangereuses affirmations du Cendrais Chodala.", ["Category_ID"] = 13, } , [1850] = { +["name"] = "Porteur du Bâton béni", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Porteur du Bâton béni", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Reprenez le Bâton béni, Sunna\'rah, au cendrais Chodala, et déterminez la véritable nature de la menace qui pèse sur le seigneur Vivec.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Reprenez le Bâton béni, Sunna\'rah, au cendrais Chodala, et déterminez la véritable nature de la menace qui pèse sur le seigneur Vivec.", ["Category_ID"] = 13, } , [1851] = { +["name"] = "La Main d\'un Dieu Vivant", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "La Main d\'un Dieu Vivant", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Suivez une grande menace dans la Cité mécanique, et récupérez le pouvoir volé au seigneur Vivec.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Suivez une grande menace dans la Cité mécanique, et récupérez le pouvoir volé au seigneur Vivec.", ["Category_ID"] = 13, } , [1852] = { +["name"] = "Champion de Vivec", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Champion de Vivec", ["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Rendez au seigneur Vivec son pouvoir perdu, sauvez Vivec et devenez le champion de Vivec.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Rendez au seigneur Vivec son pouvoir perdu, sauvez Vivec et devenez le champion de Vivec.", ["Category_ID"] = 13, } , [1853] = { +["name"] = "Vainqueur de Nchuleftingth", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Vainqueur de Nchuleftingth", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez trois des champions de Nchuleftingth.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des champions de Nchuleftingth.", ["Category_ID"] = 13, } , [1854] = { +["name"] = "Conquérant de Nchuleftingth", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Conquérant de Nchuleftingth", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Terrassez tous les champions de Nchuleftingth.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terrassez tous les champions de Nchuleftingth.", ["Category_ID"] = 13, } , [1855] = { +["name"] = "Événement de groupe des Landes oubliées", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Événement de groupe des Landes oubliées", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Terrassez le brûle-pierre Omalas, le marqueur Releth et le Mande-montagne Hlaren dans les Landes oubliées.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terrassez le brûle-pierre Omalas, le marqueur Releth et le Mande-montagne Hlaren dans les Landes oubliées.", ["Category_ID"] = 13, } , [1856] = { +["name"] = "Vainqueur des landes oubliées", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Vainqueur des landes oubliées", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez trois des Champions des landes oubliées.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez trois des Champions des landes oubliées.", ["Category_ID"] = 13, } , [1857] = { +["name"] = "Conquérant des landes oubliées", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Conquérant des landes oubliées", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez tous les Champions des landes oubliées.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez tous les Champions des landes oubliées.", ["Category_ID"] = 13, } , [1858] = { +["name"] = "Explorateur de la pointe de Khartag", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de la pointe de Khartag", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la pointe de Khartag.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz la pointe de Khartag.", ["Category_ID"] = 13, } , [1859] = { +["name"] = "Explorateur d\'Ashalmawia", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur d\'Ashalmawia", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Ashalmawia.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz Ashalmawia.", ["Category_ID"] = 13, } , [1860] = { +["name"] = "Explorateur de Zainsipilu", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de Zainsipilu", ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Zainsipilu.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz Zainsipilu.", ["Category_ID"] = 13, } , [1861] = { +["name"] = "Explorateur de la mine d\'œufs de Matus-Akin", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de la mine d\'œufs de Matus-Akin", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine d\'œufs de Matus-Akin.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz la mine d\'œufs de Matus-Akin.", ["Category_ID"] = 13, } , [1862] = { +["name"] = "Explorateur de Pulk", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de Pulk", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Pulk.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz Pulk.", ["Category_ID"] = 13, } , [1863] = { +["name"] = "Explorateur de Nchuleft", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de Nchuleft", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Nchuleft.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz Nchuleft.", ["Category_ID"] = 13, } , [1864] = { +["name"] = "Spéléologue de Morrowind", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Spéléologue de Morrowind", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Explorez et videz les six cavernes explorables de Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Explorez et videz les six cavernes explorables de Vvardenfell.", ["Category_ID"] = 13, } , [1865] = { +["name"] = "Éclaireur de Morrowind", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Éclaireur de Morrowind", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 9, +["description"] = "Découvrez tous les lieux remarquables de Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de Vvardenfell.", ["Category_ID"] = 13, } , [1866] = { +["name"] = "Maître explorateur de Morrowind", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Maître explorateur de Morrowind", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les grottes et lieux remarquables de Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les grottes et lieux remarquables de Vvardenfell.", ["Category_ID"] = 13, } , [1867] = { +["name"] = "Grand aventurier de Morrowind", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Grand aventurier de Morrowind", ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Accomplissez 32 quêtes à Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez 32 quêtes à Vvardenfell.", ["Category_ID"] = 13, } , [1868] = { +["name"] = "Sauveur de Morrowind", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Sauveur de Morrowind", ["numCriteria"] = 7, +["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le sauveur de Morrowind.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le sauveur de Morrowind.", -["achievementIndex"] = 8, +["Category_ID"] = 13, } , [1869] = { +["name"] = "Soleil levant", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Soleil levant", ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Aidez l\'esclave argonienne, Soleil-dans-l\'Ombre, à gagner sa liberté.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Aidez l\'esclave argonienne, Soleil-dans-l\'Ombre, à gagner sa liberté.", ["Category_ID"] = 13, } , [1870] = { +["name"] = "Confident de Naryu", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Confident de Naryu", ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Aidez Naryu Virian et la Morag Tong dans Balmora et alentour.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Aidez Naryu Virian et la Morag Tong dans Balmora et alentour.", ["Category_ID"] = 13, } , [1871] = { +["name"] = "Juge écarlate", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Juge écarlate", ["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Aidez le Juge écarlate à déjouer le complot de Marshal Hlaren à Suran.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Aidez le Juge écarlate à déjouer le complot de Marshal Hlaren à Suran.", ["Category_ID"] = 13, } , [1872] = { +["name"] = "Mineur de kwamas", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Mineur de kwamas", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Sauvez les habitants de Gnisis de la ruine économique en restaurant l\'avenir de leur mine de kwamas.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Sauvez les habitants de Gnisis de la ruine économique en restaurant l\'avenir de leur mine de kwamas.", ["Category_ID"] = 13, } , [1873] = { +["name"] = "La main de la Maîtresse", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "La main de la Maîtresse", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Déjouez le complot d\'un usurpateur et aidez maîtresse Dratha à prolonger sa vie.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Déjouez le complot d\'un usurpateur et aidez maîtresse Dratha à prolonger sa vie.", ["Category_ID"] = 13, } , [1874] = { +["name"] = "Protecteur des pèlerins", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Protecteur des pèlerins", ["SubCategory_ID"] = 2, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Mettez fin à la menace qui pèse sur les pèlerins de Molag Mar.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Mettez fin à la menace qui pèse sur les pèlerins de Molag Mar.", ["Category_ID"] = 13, } , [1875] = { +["name"] = "Apprenti de Narsis", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Apprenti de Narsis", ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Aidez Narsis Dren à découvrir le secret du tombeau ancestral Véloth.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Aidez Narsis Dren à découvrir le secret du tombeau ancestral Véloth.", ["Category_ID"] = 13, } , [1876] = { +["name"] = "Chroniqueur d\'Ald\'ruhn", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Chroniqueur d\'Ald\'ruhn", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Découvrez le secret du tombeau ancestral Hleran.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez le secret du tombeau ancestral Hleran.", ["Category_ID"] = 13, } , [1877] = { +["name"] = "Auditeur de l\'Ébène", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Auditeur de l\'Ébène", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Découvrez la vérité derrière la soudaine croissance de production à la mine d\'ébonite de Vassir-Didanat.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrez la vérité derrière la soudaine croissance de production à la mine d\'ébonite de Vassir-Didanat.", ["Category_ID"] = 13, } , [1878] = { +["name"] = "Marche-cendres", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 1825, ["SubCategory"] = "Quests", -["name"] = "Marche-cendres", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1825, ["numCriteria"] = 1, +["description"] = "Accomplissez 10 quêtes journalières pour le maître de chasse Sorim-Nakar ou Numani-Rasi.", ["Category"] = "Morrowind", ["points"] = 10, ["nextId"] = 1879, -["description"] = "Accomplissez 10 quêtes journalières pour le maître de chasse Sorim-Nakar ou Numani-Rasi.", ["Category_ID"] = 13, } , [1879] = { +["name"] = "Ami des clans", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 1825, ["SubCategory"] = "Quests", -["name"] = "Ami des clans", ["SubCategory_ID"] = 2, -["achievementIndex"] = 2, +["firstID"] = 1825, ["numCriteria"] = 1, +["description"] = "Accomplissez 30 quêtes journalières pour le maître de chasse Sorim-Nakar ou Numani-Rasi.", ["Category"] = "Morrowind", ["points"] = 15, ["nextId"] = 0, -["description"] = "Accomplissez 30 quêtes journalières pour le maître de chasse Sorim-Nakar ou Numani-Rasi.", ["Category_ID"] = 13, } , [1880] = { +["name"] = "Traqueur des Terres de cendres", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Traqueur des Terres de cendres", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Accomplissez les sept chasses journalières pour le maître de chasse Sorim-Nakar.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Accomplissez les sept chasses journalières pour le maître de chasse Sorim-Nakar.", ["Category_ID"] = 13, } , [1881] = { +["name"] = "Conservateur des reliques des Terres de cendres", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Quests", -["name"] = "Conservateur des reliques des Terres de cendres", ["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 7, +["description"] = "Terminez les sept quêtes de préservation de reliques données par Numani-Rasi.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Terminez les sept quêtes de préservation de reliques données par Numani-Rasi.", ["Category_ID"] = 13, } , [1882] = { -["prevId"] = 0, -["firstID"] = 0, -["Category_ID"] = 13, ["name"] = "Maître pêcheur de Morrowind", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de Vvardenfell.", -["achievementIndex"] = 6, +["Category_ID"] = 13, } , -[2102] = { +[2332] = { +["name"] = "Aventurier de Tourbevase", +["achievementIndex"] = 3, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Jusqu\'aux derniers os", -["SubCategory_ID"] = 1, -["achievementIndex"] = 2, ["numCriteria"] = 1, -["Category"] = "Dragon Bones", -["points"] = 50, +["description"] = "Accomplissez 20 quêtes narratives à Tourbevase", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["description"] = "Venez à bout de toutes les rencontres en plus de Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du Croc Vétéran en mode difficile en moins de 30 minutes sans qu\'un membre du groupe ne meure.", -["Category_ID"] = 19, +["Category_ID"] = 18, } , -[2623] = { +[2333] = { +["name"] = "Pièges et trésors", +["achievementIndex"] = 8, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Héros de la Garde du dragon", -["numCriteria"] = 5, -["Category"] = "Dragonhold", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Accomplissez la quête « Trésor englouti »", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez des quêtes, vainquez des boss et explorez des antres pour devenir le héros de la Garde du dragon.", -["achievementIndex"] = 2, +["Category_ID"] = 18, } , -[2621] = { +[2334] = { +["name"] = "À la recherche de ce qui est perdu", +["achievementIndex"] = 9, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Tueur d\'héritage", -["SubCategory_ID"] = 1, -["achievementIndex"] = 12, -["numCriteria"] = 4, -["Category"] = "Dragonhold", +["numCriteria"] = 1, +["description"] = "Terminez la quête « Disparus à Tourbevase »", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Trouvez et vainquez tous les membres restants des infâmes pirates du Venin bleu, des maraudeurs elfes des mrs cachés dans tout le Sud d\'Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2620] = { +[2335] = { +["name"] = "Mystères du Vestige", +["achievementIndex"] = 10, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Éclaireur de l\'arc à grappin", -["SubCategory_ID"] = 1, -["achievementIndex"] = 11, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Terminez la quête « Murmures dans le bois »", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Trouvez et traversez un terrain d\'entraînement antique de la Garde du dragon avec votre arc à grappin.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2618] = { +[2336] = { +["name"] = "Dorme-sève", +["achievementIndex"] = 11, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Liberté pour les perdus", -["SubCategory_ID"] = 1, -["achievementIndex"] = 13, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Accomplissez la quête « La mort et les rêves ».", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Libérez 25 esclaves et réfugiés capturés par des pirates ou esclavagistes dans le Sud d\'Elsweyr", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2615] = { +[2337] = { +["name"] = "Ombres du passé", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 2613, ["SubCategory"] = "Quests", -["name"] = "Sauveur de Senchal", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 15, +["description"] = "Terminez la quête « Le Marais et le serpent »", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez 30 quêtes quotidiennes de boss pour Bruccius Baenius.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2613] = { +[2338] = { +["name"] = "À la poursuite d\'un rêve", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 2613, ["SubCategory"] = "Quests", -["name"] = "Un bouclier de Senchal", ["SubCategory_ID"] = 2, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, -["nextId"] = 2614, -["description"] = "Terminez 1 quête quotidienne de boss pour Bruccius Baenius.", -["Category_ID"] = 14, +["description"] = "Terminez la quête « Le Vestige d\'Argon »", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2612] = { +[2339] = { +["name"] = "La rivière de la renaissance", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 2609, ["SubCategory"] = "Quests", -["name"] = "Agent de la Garde du dragon", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 15, +["description"] = "Terminez la quête « Par la rivière et la racine »", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez 30 quêtes pour la Garde du dragon, dont les quêtes journalières pour Oraison Truptor ou Chizbari l\'égayée, afin de rétablir l\'ancien ordre et déverrouiller les services supplémentaires du sanctuaire de la Garde du dragon.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2610] = { +[2340] = { +["name"] = "Le joyau purulent", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 2609, -["SubCategory"] = "Quests", -["name"] = "Retour du calme", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 10, -["nextId"] = 2611, -["description"] = "Terminez 12 quêtes pour la Garde du dragon, dont les quêtes journalières pour Oraison Truptor ou Chizbari l\'égayée, afin de rétablir l\'ancien ordre et déverrouiller les services supplémentaires du sanctuaire de la Garde du dragon.", -["Category_ID"] = 14, +["description"] = "Rendez-vous à Lilmoth, à Tourbevase.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2609] = { +[2341] = { +["name"] = "Poèmes du néant", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 2609, -["SubCategory"] = "Quests", -["name"] = "L\'appel aux armes", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, -["numCriteria"] = 1, -["Category"] = "Dragonhold", +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Lisez les cinq poèmes écrits par Nisswo Xeewulm, situés près des autels de Sithis dans Tourbevase.", +["Category"] = "Murkmire", ["points"] = 5, -["nextId"] = 2610, -["description"] = "Terminez 4 quêtes pour la Garde du dragon, dont les quêtes journalières pour Oraison Truptor ou Chizbari l\'égayée, afin de rétablir l\'ancien ordre et déverrouiller les services supplémentaires du sanctuaire de la Garde du dragon.", -["Category_ID"] = 14, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2608] = { +[2342] = { +["name"] = "Tueur de Voriplasme", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 2606, -["SubCategory"] = "Quests", -["name"] = "Indécourageable indépendant", -["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 15, +["description"] = "Tuez 100 voriplasmes à Tourbevase", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["description"] = "Terminez 30 quêtes journalières d\'antre de Guyvbert Flaubert.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2596] = { +[2344] = { +["name"] = "Collection de curiosités", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2596, ["SubCategory"] = "Quests", -["name"] = "Cartographe des antres", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 2344, ["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 10, -["nextId"] = 2597, -["description"] = "Terminer la quête « Le repaire du dragon » dans le sud d\'Elsweyr.", -["Category_ID"] = 14, +["description"] = "Terminez 1 quête quotidienne d\'antre pour Varo Hosidias.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2345, +["Category_ID"] = 18, } , -[2590] = { +[2345] = { +["name"] = "Acquisitions d\'antiquités", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Éclaireur de Scalebreaker", -["SubCategory_ID"] = 1, -["achievementIndex"] = 2, -["numCriteria"] = 2, -["Category"] = "Scalebreaker", -["points"] = 50, -["nextId"] = 0, -["description"] = "Terminez le repaire de Maarselok et le reliquaire des Lunes funèbres en normal.", -["Category_ID"] = 15, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2344, +["numCriteria"] = 1, +["description"] = "Terminez 10 quêtes quotidiennes d\'antre pour Varo Hosidias.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 2346, +["Category_ID"] = 18, } , -[2584] = { +[2346] = { +["name"] = "Vendange de vestiges", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Botaniste aux pouces bleus", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 28, +["firstID"] = 2344, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 5, +["description"] = "Terminez 30 quêtes quotidiennes d\'antre pour Varo Hosidias.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["description"] = "Vaincre Maarselok tout en lui permettant de gagner les avantages des Vapeurs galvanisantes chaque fois qu\'il plonge en mode Difficile dans le Repaire de Maarselok Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 18, } , -[2574] = { +[2347] = { +["name"] = "La force d\'un Naga", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Expérience commune", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, +["firstID"] = 2347, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", +["description"] = "Terminez 1 quête quotidienne de boss pour Bolu.", +["Category"] = "Murkmire", ["points"] = 5, -["nextId"] = 0, -["description"] = "Vainquez Grundwulf et chaque membre du groupe en ne déplaçant pas la Pierre coulissante plus d\'une fois dans le Reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["nextId"] = 2348, +["Category_ID"] = 18, } , -[2573] = { +[2348] = { +["name"] = "Le courage d\'un Naga", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Transfusion ratée", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 12, +["firstID"] = 2347, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 5, -["nextId"] = 0, -["description"] = "Vainquez Nisaazda et Grundwulf sans que Nisaazda n\'utilise sa compétence des Liens du sang pour égaliser leur santé dans le Reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["description"] = "Terminez 10 quêtes quotidiennes de boss pour Bolu.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 2349, +["Category_ID"] = 18, } , -[2572] = { +[2349] = { +["name"] = "Le cœur d\'un Naga", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Étancher la soif", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 11, +["firstID"] = 2347, ["numCriteria"] = 1, -["Category"] = "Scalebreaker", -["points"] = 5, +["description"] = "Terminez 30 quêtes quotidiennes de boss pour Bolu.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["description"] = "Portez un coup fatal à une Soif de Sanguin avec un Hilote hémo dans le Reliquaire des Lunes funèbres Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 18, } , -[2566] = { +[2351] = { +["name"] = "Réparer les racines", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Maître pêcheur de la Petite zone", -["numCriteria"] = 12, -["Category"] = "Dragonhold", +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2350, +["numCriteria"] = 1, +["description"] = "Terminez 10 quêtes quotidiennes de Murmure-Racine pour Tuwul.", +["Category"] = "Murkmire", ["points"] = 5, -["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares du sud d\'Elsweyr.", -["achievementIndex"] = 6, +["nextId"] = 2352, +["Category_ID"] = 18, } , -[2565] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "La fin de l\'exil", -["SubCategory_ID"] = 1, +[2352] = { +["name"] = "Ravemire resplendissant", ["achievementIndex"] = 7, +["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2350, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Terminez 30 quêtes quotidiennes de Murmure-Racine pour Tuwul.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez l\'adepte exilé Ri\'Atahrashi sur son terrain d\'entraînement.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2564] = { +[2353] = { +["name"] = "La Progéniture", +["achievementIndex"] = 4, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Terreur du Gardien du temple", -["SubCategory_ID"] = 1, -["achievementIndex"] = 8, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Aidez les Vive-Gorges à assurer l\'avenir de leur tribu.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le gardien du temple Iratan le Porteur de Lumière à l\'Autel des Reforgés.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2560] = { +[2354] = { +["name"] = "Ami d\'Aiguemortes", +["achievementIndex"] = 1, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Spéléologue du sud d\'Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 3, -["numCriteria"] = 2, -["Category"] = "Dragonhold", +["numCriteria"] = 1, +["description"] = "Aidez les Aiguemortes à suivre la voie qu\'ils ont décidée.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les deux cavernes explorables du sud d\'Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2559] = { +[2355] = { +["name"] = "Ami de Tourbevase", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Maître explorateur du sud d\'Elsweyr", -["SubCategory_ID"] = 1, -["achievementIndex"] = 2, -["numCriteria"] = 2, -["Category"] = "Dragonhold", +["numCriteria"] = 3, +["description"] = "Devenez l\'ami des tribus Vive-Gorge, Aiguemortes et Murmure-Racine en les aidant lorsqu\'ils en ont besoin.", +["Category"] = "Murkmire", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les antres et lieux remarquables du sud d\'Elsweyr.", -["Category_ID"] = 14, +["Category_ID"] = 18, } , -[2558] = { +[2357] = { +["name"] = "Roncelangue nomade", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de la crique lunaire", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Dragonhold", -["points"] = 5, -["nextId"] = 0, -["description"] = "Explorez et videz la Crique lunaire.", -["Category_ID"] = 14, -} -, -[2534] = { -["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 14, -["name"] = "Fragments d\'histoire", -["numCriteria"] = 12, -["Category"] = "Dragonhold", -["points"] = 50, +["numCriteria"] = 6, +["description"] = "Lisez les six livres sur les roncelangues en activant différentes roncelangues dans Tourbevase.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["description"] = "Rassembler les fragments de l\'inestimable tapisserie khajiit « Khajiit des Lunes » pour honorer et inspirer les habitants de Senchal.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , -[2525] = { +[2358] = { +["name"] = "Sauveteur du marais", +["achievementIndex"] = 9, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Assassin de séides draconiques", -["numCriteria"] = 3, -["Category"] = "Elsweyr", +["numCriteria"] = 6, +["description"] = "Sauvez les villageois en péril de quatre tribus dans Tourbevase.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Tuer 100 wyrms de feu, atronachs de feu et atronachs de fer en affrontant des dragons.", -["achievementIndex"] = 6, -} -, -[2524] = { -["prevId"] = 0, -["firstID"] = 0, -["Category_ID"] = 23, -["name"] = "Maître du style de la Confrérie noire", -["numCriteria"] = 1, -["Category"] = "Dark Brotherhood", -["points"] = 50, -["nextId"] = 0, -["description"] = "Atteignez le rang maximal de la ligne de compétences de la Confrérie noire.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , -[2523] = { +[2359] = { +["name"] = "Maître du style des Matonnoirs", +["achievementIndex"] = 16, ["prevId"] = 0, +["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["Category_ID"] = 24, -["name"] = "Maître des compétences de la guilde des voleurs", -["numCriteria"] = 1, -["Category"] = "Thieves Guild", +["numCriteria"] = 14, +["description"] = "Apprenez chaque chapitre du livre de style des Matonnoirs, que l\'on trouve parfois en récompense dans la Prison de la Rose noire.", +["Category"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["description"] = "Atteindre le rang maximal de la ligne de compétences de la guilde des voleurs.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , -[2522] = { +[2360] = { +["name"] = "Maître du style d\'Aiguemortes", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Champion d\'Anequina", -["SubCategory_ID"] = 2, -["achievementIndex"] = 1, -["numCriteria"] = 8, -["Category"] = "Elsweyr", +["numCriteria"] = 14, +["description"] = "Apprendre chaque chapitre du style d\'Aiguemortes, que l\'on trouve parfois en récompense des quêtes journalières des boss sauvages et des antres de Tourbevase, ou pour aider à reconstruire le village de Murmure-Racine.", +["Category"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["description"] = "Renversez l\'usurpatrice, vainquez Mulaamnir et aidez à rétablir la famille royale sur le trône de Rimmen alors que les dragons menacent le Nord d\'Elsweyr.", -["Category_ID"] = 11, -} -, -[2520] = { -["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Reprise de tissus pestiférés de Péryite", -["SubCategory_ID"] = 1, -["achievementIndex"] = 22, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 0, -["description"] = "Ramassez des tissus imprégnés de peste à Orcrête et combinez-les pour créer la robe de maître des ragnards de Péryite.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2519] = { +[2361] = { +["name"] = "Maître du style des Aînés argoniens", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Maître des momies alfiqs", -["SubCategory_ID"] = 1, -["achievementIndex"] = 24, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["numCriteria"] = 14, +["description"] = "Apprendre chaque chapitre du style des Aînés argoniens, que l\'on trouve parfois en récompense des quêtes journalières des boss sauvages et des antres de Tourbevase, ou pour aider à reconstruire le village de Murmure-Racine.", +["Category"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["description"] = "Rassemblez des morceaux d\'Alfiq momifié dans la Nécropole de Rimmen et ressuscitez le chat momifié inquiétant.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2509] = { +[2362] = { +["name"] = "Vainqueur de la prison de la Rose noire", +["achievementIndex"] = 1, ["prevId"] = 0, +["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Sauveur d\'Elsweyr", -["numCriteria"] = 7, -["Category"] = "Elsweyr", -["points"] = 50, +["numCriteria"] = 5, +["description"] = "Vainquez le mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["description"] = "Terminez des quêtes, tuez des boss et explorez des antres pour devenir le sauveur d\'Elsweyr.", -["achievementIndex"] = 4, +["Category_ID"] = 18, } , -[2508] = { +[2363] = { +["name"] = "Conquérant de la prison de la Rose noire", +["achievementIndex"] = 4, ["prevId"] = 0, +["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "Quests", -["name"] = "Grand aventurier d\'Elsweyr", -["SubCategory_ID"] = 2, -["achievementIndex"] = 2, -["numCriteria"] = 1, -["Category"] = "Elsweyr", +["numCriteria"] = 5, +["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran.", +["Category"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminer 32 quêtes dans le Nord d\'Elsweyr", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2507] = { +[2364] = { +["name"] = "Sans les sceaux", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Maître du style de Sollance", +["SubCategory"] = "Blackrose Prison", ["SubCategory_ID"] = 3, -["achievementIndex"] = 15, -["numCriteria"] = 14, -["Category"] = "Elsweyr", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran sans utiliser de sceaux.", +["Category"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style de Sollance, trouvés dans l\'Épreuve de Sollance.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2506] = { +[2365] = { +["name"] = "Déchaîné et immortel", +["achievementIndex"] = 15, ["prevId"] = 0, +["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Maître du style de Pellitine", -["numCriteria"] = 14, -["Category"] = "Elsweyr", +["numCriteria"] = 1, +["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran sans mourir.", +["Category"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style de Pellitine, que l\'on trouve en accomplissant des quêtes journalières de chasse au dragon.", -["achievementIndex"] = 8, +["Category_ID"] = 18, } , -[2505] = { +[2366] = { +["name"] = "Le galop du défi", +["achievementIndex"] = 7, ["prevId"] = 0, +["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["Category_ID"] = 11, -["name"] = "Maître du style d\'Anequina", -["numCriteria"] = 14, -["Category"] = "Elsweyr", +["numCriteria"] = 1, +["description"] = "Vainquez la mage de bataille Ennodius, Dompte-la-Bête, dame Minara et Drakeeh le Déchaîné dans la prison de la Rose noire Vétéran en moins de 30 minutes. Le chronomètre s\'engage lorsque la première Arène commence.", +["Category"] = "Murkmire", ["points"] = 50, ["nextId"] = 0, -["description"] = "Trouvez et apprenez chaque chapitre du livre de style d\'Anequina, que l\'on trouve en accomplissant des quêtes journalières pour Ri\'hirr et Nisuzi.", -["achievementIndex"] = 7, +["Category_ID"] = 18, } , -[2504] = { +[2370] = { +["name"] = "Rarement enraciné", +["achievementIndex"] = 10, ["prevId"] = 0, +["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Maître du style méridien", -["SubCategory_ID"] = 1, -["achievementIndex"] = 14, -["numCriteria"] = 14, -["Category"] = "Wrathstone", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Vainquez Dompte-la-Bête sans qu\'un membre du groupe ne soit piégé par les Racines écrasantes dans la Prison de la Rose noire Vétéran.", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style de Méridia, que l\'on trouve parfois en récompense dans le donjon des Profondeurs de Malatar.", -["Category_ID"] = 16, +["Category_ID"] = 18, } , -[2503] = { +[2372] = { +["name"] = "Triplette terrifiante", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 3, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Maître du style de la Glaciation", -["SubCategory_ID"] = 1, -["achievementIndex"] = 13, -["numCriteria"] = 14, -["Category"] = "Wrathstone", -["points"] = 50, +["numCriteria"] = 1, +["description"] = "Vainquez la mage de bataille Ennodius, dame Minnara et Dompte-la-Bête à 20 secondes d\'intervalle dans la Prison de la Rose noire Vétéran.", +["Category"] = "Murkmire", +["points"] = 10, ["nextId"] = 0, -["description"] = "Apprenez chaque chapitre du livre de style de la Glaciation, que l\'on trouve parfois en récompense dans le donjon du Arquegivre.", -["Category_ID"] = 16, +["Category_ID"] = 18, } , -[2501] = { +[2373] = { +["name"] = "Esprits scindés", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Restez synchros", +["SubCategory"] = "Blackrose Prison", ["SubCategory_ID"] = 3, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Vainquez Drakeeh le Déchaîné tout en vous assurant qu\'il absorbe toujours au moins 2 esprits avant de lancer Cri spirituel dans la Prison de la Rose noire.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Nahviintaas sans qu\'un membre du groupe ne soit déplacé via une Brèche temporelle plus d\'une fois à Sollance Vétéran.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2500] = { +[2376] = { +["name"] = "Purification des Damnés", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Plus rapide que l\'éclair", +["SubCategory"] = "Blackrose Prison", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Laisser un membre du groupe absorber au moins trois cibles de Drakeeh pendant sa compétence Ignition spirituelle et se purifier sans mourir.", +["Category"] = "Murkmire", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Lokkestiiz sans qu\'un membre du groupe ne soit frappé par un Souffle de foudre à sollance", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2499] = { +[2378] = { +["name"] = "Collectionneur de gelées du marais", +["achievementIndex"] = 15, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Frapper tant que le fer est chaud", -["SubCategory_ID"] = 3, -["achievementIndex"] = 10, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["description"] = "Interagissez avec une gelée du marais et récoltez ses ressources.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Yolnahkriin en détruisant ses serviteurs de fer une fois qu\'ils ont été enragés à Sollance.", -["Category_ID"] = 11, +["Category_ID"] = 18, } , -[2497] = { +[2380] = { +["name"] = "Frappes aveugles", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 2496, -["SubCategory"] = "Quests", -["name"] = "Assassin de dragon", -["SubCategory_ID"] = 2, -["achievementIndex"] = 6, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2498, -["description"] = "Terminer 10 quêtes journalières pour le haut-commissaire Tanerline dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["description"] = "Poussez Traqueglace à frapper ses alliés pendant le Martèlement frénétique dans Arquegivre.", +["Category"] = "Wrathstone", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2496] = { +[2381] = { +["name"] = "Trouver le bon angle", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 2496, -["SubCategory"] = "Quests", -["name"] = "Suiveur de dragon", -["SubCategory_ID"] = 2, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Esquivez systématiquement les charges imprudentes du seigneur de guerre Tzogvin dans Arquegivre.", +["Category"] = "Wrathstone", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 17, +} +, +[2382] = { +["name"] = "Toutes voiles dehors", ["achievementIndex"] = 6, +["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Poussez le seigneur de guerre Tzogvin à détruire ses trois étendards avec des Cyclônes dans Arquegivre.", +["Category"] = "Wrathstone", ["points"] = 5, -["nextId"] = 2497, -["description"] = "Terminer 1 quête journalière pour le haut-commissaire Tanerline dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 17, +} +, +[2383] = { +["name"] = "Dégâts collatéraux", +["achievementIndex"] = 7, +["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Détruisez 20 assemblages du Protecteur des cryptes en faisant exploser des Sphères volatiles près d\'eux dans Arquegivre.", +["Category"] = "Wrathstone", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2494] = { +[2384] = { +["name"] = "Patate froide", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 2493, -["SubCategory"] = "Quests", -["name"] = "Tueur de monstre d\'Anequina", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Vainquez Rizzuk et Avalanche dans Arquegivre après que chaque membre du groupe a été affecté par la Prison glaciale d\'Avalanche au moins une fois pendant le combat dans Arquegivre Vétéran.", +["Category"] = "Wrathstone", ["points"] = 10, -["nextId"] = 2495, -["description"] = "Terminer 10 quêtes journalières de boss de boss sauvage pour Ri\'hirr de la Force de défense du Nord d\'Elsweyr.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2493] = { +[2385] = { +["name"] = "La gravité de la chute", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 2493, -["SubCategory"] = "Quests", -["name"] = "Chasseur de monstre d\'Anequina", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Faites tomber 20 ennemis de la plateforme du Gardien de pierre dans Arquegivre.", +["Category"] = "Wrathstone", ["points"] = 5, -["nextId"] = 2494, -["description"] = "Terminer 1 quête journalière de boss sauvage pour Ri\'hirr de la Force de défense du Nord d\'Elsweyr.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2492] = { +[2388] = { +["name"] = "Cache-cache", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 2490, -["SubCategory"] = "Quests", -["name"] = "Agent baandari", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 15, +["description"] = "Aucun proboscis en maraude de la Gueule charognarde ne doit être brisé, et aucune de ses formes d\'ombre ne doit vous toucher dans les Profondeurs de Malatar Vétéran.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez 30 missions pour l\'intermédiaire baandari Nisuzi dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2491] = { +[2390] = { +["name"] = "Daltonisme", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 2490, -["SubCategory"] = "Quests", -["name"] = "Partenaire baandari", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Ne détruisez aucun orbe coloré pendant la rencontre de l\'Orbe noir dans les Profondeurs de Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["nextId"] = 2492, -["description"] = "Terminez 10 missions pour l\'intermédiaire baandari Nisuzi dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2490] = { +[2391] = { +["name"] = "Âmes sœurs", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 2490, -["SubCategory"] = "Quests", -["name"] = "Recrue baandari", -["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Empêchez Quintus de remporter son duel avec Tharayya pendant le combat contre le roi Narilmor dans les Profondeurs de Malatar.", +["Category"] = "Wrathstone", ["points"] = 5, -["nextId"] = 2491, -["description"] = "Terminez votre première mission pour l\'intermédiaire baandari Nisuzi dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2489] = { +[2393] = { +["name"] = "Hors de la formation", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 2486, -["SubCategory"] = "Quests", -["name"] = "Vive la reine", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Empêchez la Symphonie des Lames de traverser la Phalange aurorienne et d\'être renforcée par la Lumière de Méridia dans les Profondeurs de Malatar Vétéran.", +["Category"] = "Wrathstone", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminer la quête « L\'héritière d\'Anequina » dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["Category_ID"] = 17, } , -[2488] = { +[2394] = { +["name"] = "Brise-glace", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 2486, -["SubCategory"] = "Quests", -["name"] = "Randonnée lunaire", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Détruisez 5 piliers de glace avec des météores d\'explosion solaire pendant la rencontre avec la Symphonie des lames dans les Profondeurs de Malatar Vétéran.", +["Category"] = "Wrathstone", ["points"] = 10, -["nextId"] = 2489, -["description"] = "Terminez la quête « Le cœur de Jode » dans le Nord d\'Elsweyr.", -["Category_ID"] = 11, +["nextId"] = 0, +["Category_ID"] = 17, } , -[1932] = { +[2395] = { +["name"] = "Terne", +["achievementIndex"] = 25, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["Category_ID"] = 13, +["numCriteria"] = 1, +["description"] = "Vainquez la Symphonie des Lames dans les Profondeurs de Malatar Vétéran après avoir lu le Dictat de la Dame de la Lumière et avoir détruit tous les orbes colorés pendant la rencontre.", +["Category"] = "Wrathstone", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 17, +} +, +[1932] = { ["name"] = "Maître du style Cendrais", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style cendrais, parfois octroyé en récompense des quêtes journalières de Numani-Rasi et du maître veneur Sorim-Nakar.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style cendrais, parfois octroyé en récompense des quêtes journalières de Numani-Rasi et du maître veneur Sorim-Nakar.", -["achievementIndex"] = 2, +["Category_ID"] = 13, } , [1933] = { +["name"] = "Maître du style Morag Tong", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Maître du style Morag Tong", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style de la Morag Tong, parfois octroyé en récompense des primes et des quêtes d\'exploration du palais de justice.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style de la Morag Tong, parfois octroyé en récompense des primes et des quêtes d\'exploration du palais de justice.", -["achievementIndex"] = 5, +["Category_ID"] = 13, } , [1934] = { +["name"] = "Maître du style Exalté", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Maître du style Exalté", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style Exalté, que l\'on trouve parfois dans les caisses disséminées dans Vvardenfell.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style Exalté, que l\'on trouve parfois dans les caisses disséminées dans Vvardenfell.", -["achievementIndex"] = 3, +["Category_ID"] = 13, } , -[2484] = { +[2399] = { +["name"] = "Explorateur de la Tombe du Serpent", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 2482, -["SubCategory"] = "Quests", -["name"] = "Défense de Fort-Rivière", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le Tombeau du Serpent.", ["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2485, -["description"] = "Terminez la quête « La bataille de Fort-Rivière » dans le Nord d\'Elsweyr.", +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, } , -[2483] = { +[2400] = { +["name"] = "Explorateur de la mine de Noirbassin", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 2482, -["SubCategory"] = "Quests", -["name"] = "Pourparler précaires", -["SubCategory_ID"] = 2, -["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la mine de Noirbassin.", ["Category"] = "Elsweyr", -["points"] = 10, -["nextId"] = 2484, -["description"] = "Terminer la quête « La reine usurpatrice » dans le Nord d\'Elsweyr.", +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, } , [1937] = { +["name"] = "Spéléologue de Horns of the Reach", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Spéléologue de Horns of the Reach", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Terminez la Forteresse d\'Épervine Vétéran et la Forge de Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Terminez la Forteresse d\'Épervine Vétéran et la Forge de Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , -[2476] = { +[2402] = { +["name"] = "Spéléologue du nord d\'Elsweyr", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 2474, -["Category_ID"] = 11, -["name"] = "Chasseur de dragon d\'Anequina", -["numCriteria"] = 1, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Explorez et videz les six cavernes explorables du nord d\'Elsweyr.", ["Category"] = "Elsweyr", ["points"] = 15, ["nextId"] = 0, -["description"] = "Tuer 50 dragons dans les terres sauvages du Nord d\'Elsweyr.", -["achievementIndex"] = 5, +["Category_ID"] = 11, } , -[2475] = { +[2403] = { +["name"] = "Éclaireur du nord d\'Elsweyr", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 2474, -["Category_ID"] = 11, -["name"] = "Traqueur de dragon d\'Anequina", -["numCriteria"] = 1, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, +["description"] = "Découvrez tous les lieux remarquables du nord d\'Elsweyr.", ["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 2476, -["description"] = "Tuer 25 dragons dans les terres sauvages du Nord d\'Elsweyr.", -["achievementIndex"] = 5, +["nextId"] = 0, +["Category_ID"] = 11, } , [1940] = { +["name"] = "Explorateur de Horns of the Reach", +["achievementIndex"] = 1, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Explorateur de Horns of the Reach", ["numCriteria"] = 1, +["description"] = "Entrez dans la Forteresse d\'Épervine ou la Forge de Sangracine pour la première fois.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Entrez dans la Forteresse d\'Épervine ou la Forge de Sangracine pour la première fois.", -["achievementIndex"] = 1, +["Category_ID"] = 22, } , [1941] = { +["name"] = "Concurrent de la Forge de Sangracine", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Concurrent de la Forge de Sangracine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans la Forge de la Sangracine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans la Forge de la Sangracine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1942] = { +["name"] = "Concurrent de la Forteresse d\'Épervine", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Concurrent de la Forteresse d\'Épervine", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans la Forteresse d\'Épervine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans la Forteresse d\'Épervine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , -[2468] = { +[2409] = { +["name"] = "Briseur d\'épée", +["achievementIndex"] = 21, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Fin des dragons des Sollance", -["SubCategory_ID"] = 3, -["achievementIndex"] = 1, -["numCriteria"] = 10, +["numCriteria"] = 1, +["description"] = "Vainquez la maîtresse d\'épées Vhysradue sur la Colline des Épées brisées.", ["Category"] = "Elsweyr", -["points"] = 50, +["points"] = 10, ["nextId"] = 0, -["description"] = "Accomplissez les succès indiqués pour Sollance.", ["Category_ID"] = 11, } , -[2467] = { +[2410] = { +["name"] = "Justicier aux mains rouges", +["achievementIndex"] = 23, ["prevId"] = 0, +["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Tueur de dieu de Sollance", -["SubCategory_ID"] = 3, -["achievementIndex"] = 13, ["numCriteria"] = 1, +["description"] = "Vainquez le duo criminel Zav\'i et Akumjhargo au Défilé des Mains rouges", ["Category"] = "Elsweyr", -["points"] = 50, +["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Yolnahkriin, Lokkestiiz, et Nahviintaas ainsi que leurs adeptes hostiles après avoir éteint tous leurs braseros d\'offrande, sans qu\'un seul membre du groupe ne meure, en moins de 30 minutes après être entré dans le couloir entre le Vestibule du Temple de Sollance et la Cour, à Sollance Vétéran.", ["Category_ID"] = 11, } , [1945] = { +["name"] = "Chroniqueur de guerre", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Chroniqueur de guerre", ["numCriteria"] = 4, +["description"] = "Découvrir la Missive urgence, la Lettre inachevée à Marika, En réponse aux rumeurs inquiétantes et l\'Épitaphe de Bjarfrud Skjoralmor dans la Forteresse d\'Épervine.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Découvrir la Missive urgence, la Lettre inachevée à Marika, En réponse aux rumeurs inquiétantes et l\'Épitaphe de Bjarfrud Skjoralmor dans la Forteresse d\'Épervine.", -["achievementIndex"] = 6, +["Category_ID"] = 22, } , [1946] = { +["name"] = "À plat ventre !", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "À plat ventre !", ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre tous les boss sans être personnellement frappé par un tir d\'arme de siège dans la Forteresse d\'Épervine Vétéran, même les engins de siège de Morrigh Sang-de-Taureau.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre tous les boss sans être personnellement frappé par un tir d\'arme de siège dans la Forteresse d\'Épervine Vétéran, même les engins de siège de Morrigh Sang-de-Taureau.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1947] = { +["name"] = "Parjure", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Parjure", ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "En combattant Cernunnon et ses guerriers assermentés, bannissez l\'âme des trois maîtres des esprits à cinq eux secondes les unes des autres pendant le combat dans la Forteresse d\'Épervine Vétéran.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "En combattant Cernunnon et ses guerriers assermentés, bannissez l\'âme des trois maîtres des esprits à cinq eux secondes les unes des autres pendant le combat dans la Forteresse d\'Épervine Vétéran.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1948] = { +["name"] = "Entreprise épique", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Entreprise épique", ["SubCategory_ID"] = 1, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "En combattant le Seigneur de mort Bjarfrud Skjoralmor dans la Forteresse d\'Épervine Vétéran, que votre groupe purifie 15 cadavres en moins de cinq secondes.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "En combattant le Seigneur de mort Bjarfrud Skjoralmor dans la Forteresse d\'Épervine Vétéran, que votre groupe purifie 15 cadavres en moins de cinq secondes.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1949] = { +["name"] = "Sauvage et laineux", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 21, -["name"] = "Sauvage et laineux", ["numCriteria"] = 1, +["description"] = "Vaincre le Mammouth de siège de la Forteresse d\'Épervine sans être affecté par une compétence ennemi de repoussement ou d\'étourdissement.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre le Mammouth de siège de la Forteresse d\'Épervine sans être affecté par une compétence ennemi de repoussement ou d\'étourdissement.", -["achievementIndex"] = 7, +["Category_ID"] = 22, } , [1950] = { +["name"] = "Supporter les éléments", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Supporter les éléments", ["SubCategory_ID"] = 1, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Domihaus Corne-Sanglante dans la Forteresse d\'Épervine Vétéran alors qu\'au moins un atronach de chaque type est encore en vie.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Domihaus Corne-Sanglante dans la Forteresse d\'Épervine Vétéran alors qu\'au moins un atronach de chaque type est encore en vie.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , [1951] = { +["name"] = "Protecteur de colonne", +["achievementIndex"] = 28, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Protecteur de colonne", ["SubCategory_ID"] = 1, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran avec au moins 2 piliers encore debout dans le Château du Jarl.", ["Category"] = "Horns of the Reach", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre Domihaus Corne-Sanglante à la Forteresse d\'Épervine Vétéran avec au moins 2 piliers encore debout dans le Château du Jarl.", -["Category_ID"] = 21, +["Category_ID"] = 22, } , -[2437] = { +[2419] = { +["name"] = "Évadez-vous de la Tombe", +["achievementIndex"] = 8, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Tueur de senche-raht", -["SubCategory_ID"] = 3, -["achievementIndex"] = 8, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["description"] = "Vainquez toutes les rencontres en plus des Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf au reliquaire des Lunes funèbres Vétéran sans subir de mort dans le groupe.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre 100 rugissements d\'Alkosh, griffes-de-vent de Jone ou crocs-de-feu de Jode à Sollance.", -["Category_ID"] = 11, +["Category_ID"] = 16, } , -[2436] = { +[2420] = { +["name"] = "Explorateur de Scalebreaker", +["achievementIndex"] = 1, ["prevId"] = 0, +["SubCategory"] = "General", +["SubCategory_ID"] = 1, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Fléau de dragon", -["SubCategory_ID"] = 3, -["achievementIndex"] = 7, ["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 50, +["description"] = "Entrez pour la première fois dans le reliquaire des Lunes funèbres ou le repaire de Maarselok.", +["Category"] = "Scalebreaker", +["points"] = 5, ["nextId"] = 0, -["description"] = "Vaincre tous les ennemis en plus d’Yolnahkriin, Lokkestiiz, et Nahviintaas sans perdre un seul membre du groupe dans Sollance Vétéran.", -["Category_ID"] = 11, +["Category_ID"] = 16, } , -[2435] = { +[2421] = { +["name"] = "Reliquaire des Lunes funèbres", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Conquérant de Sollance", -["SubCategory_ID"] = 3, -["achievementIndex"] = 3, -["numCriteria"] = 1, -["Category"] = "Elsweyr", -["points"] = 10, +["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans le reliquaire des Lunes funèbres Vétéran.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Yolnahkriin, Lokkestiiz, et Nahviintaas à Sollance Vétéran.", -["Category_ID"] = 11, +["Category_ID"] = 16, } , -[2434] = { +[2422] = { +["name"] = "Dévoreur édenté", +["achievementIndex"] = 3, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Sprint à Sollance", -["SubCategory_ID"] = 3, -["achievementIndex"] = 4, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Vainquez toutes les rencontres en plus des Ruines ranimées, Dro\'zakar, le Kujo Kethba, Nisaazda et Grundwulf après avoir activé l\'Hilote hémo de Sangiin dans le Reliquaire des Lunes funèbres Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", +["Category"] = "Scalebreaker", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre tous les ennemis en plus d’Yolnahkriin, Lokkestiiz, et Nahviintaas à Sollance Vétéran en moins de 30 minutes après être entré dans le couloir entre le Vestibule du Temple de Sollance et la Cour.", -["Category_ID"] = 11, +["Category_ID"] = 16, } , -[2433] = { +[2423] = { +["name"] = "Tueur des infectés de Pestazur", +["achievementIndex"] = 21, ["prevId"] = 0, +["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "Sunspire", -["name"] = "Sollance terminée", -["SubCategory_ID"] = 3, -["achievementIndex"] = 2, ["numCriteria"] = 1, -["Category"] = "Elsweyr", +["description"] = "Vaincre 400 infectés de Pestazur dans le Repaire de Maarselok Vétéran.", +["Category"] = "Scalebreaker", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Yolnahkriin, Lokkestiiz, et Nahviintaas à Sollance.", -["Category_ID"] = 11, +["Category_ID"] = 16, } , -[2432] = { +[2424] = { +["name"] = "Tueur d\'assemblages de Pestazur", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Spéléologue de Scalebreaker", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, -["numCriteria"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Vaincre 50 suturés ou infestateurs de Pestazur dans le Repaire de Maarselok Vétéran.", ["Category"] = "Scalebreaker", -["points"] = 50, +["points"] = 10, ["nextId"] = 0, -["description"] = "Terminez le reliquaire des Lunes funèbres et le repaire de Maarselok en Vétéran.", -["Category_ID"] = 15, +["Category_ID"] = 16, } , [1958] = { +["name"] = "Constructeur précurseur", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Constructeur précurseur", ["numCriteria"] = 14, +["description"] = "Récupérer et installer toutes les pièces nécessaires pour reconstruire le Factotum précurseur.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Récupérer et installer toutes les pièces nécessaires pour reconstruire le Factotum précurseur.", -["achievementIndex"] = 3, +["Category_ID"] = 21, } , [1959] = { +["name"] = "Vainqueur du Repaire du croc", +["achievementIndex"] = 2, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Vainqueur du Repaire du croc", ["numCriteria"] = 5, +["description"] = "Vainquez Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du croc.", ["Category"] = "Dragon Bones", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du croc.", -["achievementIndex"] = 1, +["Category_ID"] = 20, } , [1960] = { +["name"] = "Conquérant du Repaire du croc", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant du Repaire du croc", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1961] = { +["name"] = "Tueur de squelettes Vétéran", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de squelettes Vétéran", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 500 squelettes dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 500 squelettes dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1962] = { +["name"] = "Tueur de nécromanciens Vétéran", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur de nécromanciens Vétéran", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 350 nécromanciens moelle-noire dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 350 nécromanciens moelle-noire dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1963] = { +["name"] = "Mort ou vif", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Mort ou vif", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Venez à bout de toutes les rencontres en plus de Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du Croc Vétéran en moins de 30 minutes. Le chronomètre commence lorsque vous attaquez le premier groupe de nécromanciens moelle-noire.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Venez à bout de toutes les rencontres en plus de Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Sabina Cedus, et Orryn le Noir et Thurvokun dans le Repaire du Croc Vétéran en moins de 30 minutes. Le chronomètre commence lorsque vous attaquez le premier groupe de nécromanciens moelle-noire.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1964] = { +["name"] = "Pas une statistique", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Pas une statistique", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Venez à bout de Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Favona Terano, Orryn le Noir et Thurvokun et tous leurs séides dans le Repaire du Croc Vétéran sans qu\'un membre du groupe ne meure.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Venez à bout de Lizabet Charnis, la Ménagerie cadavérique, Caluurion, Ulfnor et Favona Terano, Orryn le Noir et Thurvokun et tous leurs séides dans le Repaire du Croc Vétéran sans qu\'un membre du groupe ne meure.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1965] = { +["name"] = "Ce qui est passé est passé", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Ce qui est passé est passé", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Orryn le Noir et Thurvokun après avoir lu l\'incantation des notes d\'Orryn dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Orryn le Noir et Thurvokun après avoir lu l\'incantation des notes d\'Orryn dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1966] = { +["name"] = "Concurrent du Repaire du croc", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Concurrent du Repaire du croc", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1967] = { +["name"] = "Animosité minimale", +["achievementIndex"] = 10, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Animosité minimale", ["SubCategory_ID"] = 1, -["achievementIndex"] = 10, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Orryn le Noir et Thurvokun tout en détruisant au maximum un cristal d\'animus avant qu\'Orryn ne fusionne avec Thurvokun dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Orryn le Noir et Thurvokun tout en détruisant au maximum un cristal d\'animus avant qu\'Orryn ne fusionne avec Thurvokun dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1968] = { +["name"] = "Sans champignon", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Sans champignon", ["SubCategory_ID"] = 1, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Ménagerie cadavérique sans qu\'un seul membre du groupe soit blessé par les champignons volatils du Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Ménagerie cadavérique sans qu\'un seul membre du groupe soit blessé par les champignons volatils du Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1969] = { +["name"] = "Scarabées affamés", +["achievementIndex"] = 12, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Scarabées affamés", ["SubCategory_ID"] = 1, -["achievementIndex"] = 12, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Orryn le Noir et Thurvokun sans qu\'aucun membre du groupe ne soit touché par l\'acide dégénératif d\'un scarabée géant dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Orryn le Noir et Thurvokun sans qu\'aucun membre du groupe ne soit touché par l\'acide dégénératif d\'un scarabée géant dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1970] = { +["name"] = "Obéissance", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Obéissance", ["SubCategory_ID"] = 1, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la Ménagerie cadavérique sans qu\'aucun membre du groupe ne soit tué par l\'étreinte mortelle d\'un tigre-senche cadavérique dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Ménagerie cadavérique sans qu\'aucun membre du groupe ne soit tué par l\'étreinte mortelle d\'un tigre-senche cadavérique dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1971] = { +["name"] = "Anatomie élémentaire", +["achievementIndex"] = 14, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Anatomie élémentaire", ["SubCategory_ID"] = 1, -["achievementIndex"] = 14, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Désactivez chaque relique de Caluurion avec les monstres d\'os élémentaires dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Désactivez chaque relique de Caluurion avec les monstres d\'os élémentaires dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1972] = { +["name"] = "Stoïque", +["achievementIndex"] = 15, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Stoïque", ["SubCategory_ID"] = 1, -["achievementIndex"] = 15, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Ulfnor et Sabina Cedu sans qu\'aucun membre du groupe ne soit affecté par le spectre hanté de Sabina Cedu dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Ulfnor et Sabina Cedu sans qu\'aucun membre du groupe ne soit affecté par le spectre hanté de Sabina Cedu dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1973] = { +["name"] = "Froid au cœur", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Froid au cœur", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Après avoir récité les incantations des notes d\'Orryn, vainquez Orryn le Noir sans qu\'un joueur ne soit touché par des spectres d\'Orryn dans le Repaire du croc Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Après avoir récité les incantations des notes d\'Orryn, vainquez Orryn le Noir sans qu\'un joueur ne soit touché par des spectres d\'Orryn dans le Repaire du croc Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1974] = { +["name"] = "Haleine fétide", +["achievementIndex"] = 3, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Haleine fétide", ["numCriteria"] = 1, +["description"] = "Lorsque le Souffle pestilentiel de Thurvokun vous frappe au Repaire du croc, placez-vous sous la protection de la Garde de vie d’Yisareh tout en vous tenant en contact direct avec trois autres membres du groupe qui ont aussi la Garde de vie d’Yisareh.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Lorsque le Souffle pestilentiel de Thurvokun vous frappe au Repaire du croc, placez-vous sous la protection de la Garde de vie d’Yisareh tout en vous tenant en contact direct avec trois autres membres du groupe qui ont aussi la Garde de vie d’Yisareh.", -["achievementIndex"] = 3, +["Category_ID"] = 20, } , [1975] = { +["name"] = "Vainqueur du Pic de la Mandécailles", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Vainqueur du Pic de la Mandécailles", ["numCriteria"] = 5, +["description"] = "Vainquez Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles.", ["Category"] = "Dragon Bones", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles.", -["achievementIndex"] = 4, +["Category_ID"] = 20, } , [1976] = { +["name"] = "Conquérant du Pic de la Mandécailles", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Conquérant du Pic de la Mandécailles", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 5, +["description"] = "Vainquez Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 5, ["nextId"] = 0, -["description"] = "Vainquez Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1977] = { +["name"] = "Tueur Vétéran d\'ogres", +["achievementIndex"] = 24, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur Vétéran d\'ogres", ["SubCategory_ID"] = 1, -["achievementIndex"] = 24, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 50 ogres dans le Pic de la Mandécailles Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 50 ogres dans le Pic de la Mandécailles Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1978] = { +["name"] = "Tueur Vétéran d\'adeptes", +["achievementIndex"] = 25, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Tueur Vétéran d\'adeptes", ["SubCategory_ID"] = 1, -["achievementIndex"] = 25, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez 120 adeptes dans le Pic de la Mandécailles Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez 120 adeptes dans le Pic de la Mandécailles Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1979] = { +["name"] = "Pic de performance", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Pic de performance", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles Vétéran en moins de 30 minutes. Le chronomètre commence lorsque vous attaquez le premier groupe de créatures de la Mandécailles.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles Vétéran en moins de 30 minutes. Le chronomètre commence lorsque vous attaquez le premier groupe de créatures de la Mandécailles.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1980] = { +["name"] = "Au sommet", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Au sommet", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles Vétéran sans qu\'un seul membre du groupe ne meure.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles dans le Pic de la Mandécailles Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1981] = { +["name"] = "Briseur de sorts", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Briseur de sorts", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Zaan la Mandécailles après avoir lu le Parchemin rituel de Zaan dans le Pic de la Mandécailles Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez Zaan la Mandécailles après avoir lu le Parchemin rituel de Zaan dans le Pic de la Mandécailles Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1982] = { +["name"] = "Concurrent du Pic de la Mandécailles", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Concurrent du Pic de la Mandécailles", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 4, +["description"] = "Accomplissez les succès listés au Sommet de la Mandécailles Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Accomplissez les succès listés au Sommet de la Mandécailles Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1983] = { +["name"] = "Dieu de la montagne", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Dieu de la montagne", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles après avoir lu le parchemin rituel de Zaan dans le Pic de la Mandécailles Vétéran en moins de 30 minutes sans mourir.", ["Category"] = "Dragon Bones", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles après avoir lu le parchemin rituel de Zaan dans le Pic de la Mandécailles Vétéran en moins de 30 minutes sans mourir.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1984] = { +["name"] = "Problèmes pustuleux", +["achievementIndex"] = 23, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Problèmes pustuleux", ["SubCategory_ID"] = 1, -["achievementIndex"] = 23, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles sans qu\'un seul membre du groupe ne subisse les dégâts du Pus pestilent de ragnard dans le Pic de la Mandécailles Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez toutes les rencontres en plus de Rinaerus le Rance et Orzun l\'Immonde, Doylemish Cœur-de-fer, la matriarche Aldis, le Concocte-peste Mortieu et Zaan la Mandécailles sans qu\'un seul membre du groupe ne subisse les dégâts du Pus pestilent de ragnard dans le Pic de la Mandécailles Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1985] = { +["name"] = "Sauveur de la Mandécailles", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Sauveur de la Mandécailles", ["numCriteria"] = 1, +["description"] = "Collectez les deux ingrédients nécessaires et soignez Jorvuld Davaux de l\'épidémie de la secte.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Collectez les deux ingrédients nécessaires et soignez Jorvuld Davaux de l\'épidémie de la secte.", -["achievementIndex"] = 5, +["Category_ID"] = 20, } , [1986] = { +["name"] = "Un chemin rocailleux", +["achievementIndex"] = 26, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Un chemin rocailleux", ["SubCategory_ID"] = 1, -["achievementIndex"] = 26, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Doylemish Cœur-de-fer au Pic de la Mandécailles Vétéran sans qu\'un seul membre du groupe ne soit pétrifié par Regard minéral.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Doylemish Cœur-de-fer au Pic de la Mandécailles Vétéran sans qu\'un seul membre du groupe ne soit pétrifié par Regard minéral.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1987] = { +["name"] = "Troubles et tremblements", +["achievementIndex"] = 27, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Troubles et tremblements", ["SubCategory_ID"] = 1, -["achievementIndex"] = 27, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Orzun l\'Immonde et Rinaerus le Rance dans le Pic de la Mandécailles Vétéran sans qu\'un seul membre du groupe ne soit tué par un Tremblement terrorisant.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Orzun l\'Immonde et Rinaerus le Rance dans le Pic de la Mandécailles Vétéran sans qu\'un seul membre du groupe ne soit tué par un Tremblement terrorisant.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1988] = { +["name"] = "Ordres du docteur", +["achievementIndex"] = 28, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Ordres du docteur", ["SubCategory_ID"] = 1, -["achievementIndex"] = 28, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez le concocteur de peste Mortieu avec au moins quatre membres du groupe vivants affectés simultanément par deux infections de Mortieu.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez le concocteur de peste Mortieu avec au moins quatre membres du groupe vivants affectés simultanément par deux infections de Mortieu.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1989] = { +["name"] = "Ne pas glisser", +["achievementIndex"] = 29, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Ne pas glisser", ["SubCategory_ID"] = 1, -["achievementIndex"] = 29, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez la matriarche Aldis sans qu\'un seul membre de votre groupe subisse les dégâts de l\'eau qui l\'entoure pendant le combat dans le Pic de la Mandécailles Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la matriarche Aldis sans qu\'un seul membre de votre groupe subisse les dégâts de l\'eau qui l\'entoure pendant le combat dans le Pic de la Mandécailles Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , [1990] = { +["name"] = "Ne cédez pas d\'un pouce", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 19, -["name"] = "Ne cédez pas d\'un pouce", ["numCriteria"] = 1, +["description"] = "Vainquez Zaan la Mandécailles sans vous faire repousser par son bouclier.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Zaan la Mandécailles sans vous faire repousser par son bouclier.", -["achievementIndex"] = 6, +["Category_ID"] = 20, } , [1991] = { +["name"] = "Déflecteur daedrique", +["achievementIndex"] = 30, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Veteran", -["name"] = "Déflecteur daedrique", ["SubCategory_ID"] = 1, -["achievementIndex"] = 30, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Zaan la Mandécailles sans subir les dégâts de son Souffle pestilentiel et sans utiliser deux fois la même technique d\'évitement près avoir lu le parchemin rituel de Zaan dans le Pic de la Mandécailles Vétéran.", ["Category"] = "Dragon Bones", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Zaan la Mandécailles sans subir les dégâts de son Souffle pestilentiel et sans utiliser deux fois la même technique d\'évitement près avoir lu le parchemin rituel de Zaan dans le Pic de la Mandécailles Vétéran.", -["Category_ID"] = 19, +["Category_ID"] = 20, } , -[2294] = { +[2486] = { +["name"] = "Cessation d\'assassinat", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Bourreau du tonnerre", -["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2486, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Terminez la quête « L\'ordre final » dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 0, -["description"] = "Terrassez le fangeux émacié Pas-de-Tonnerre.", -["Category_ID"] = 17, +["nextId"] = 2487, +["Category_ID"] = 11, } , -[2293] = { +[2487] = { +["name"] = "Traître traité", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Exploration", -["name"] = "Monstre des marais", -["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2486, ["numCriteria"] = 1, -["Category"] = "Murkmire", +["description"] = "Terminez la quête « Cadwell le Traître » dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["nextId"] = 0, -["description"] = "Terrassez le nécromancien Baxilth-Gah à Bok-Xul.", -["Category_ID"] = 17, +["nextId"] = 2488, +["Category_ID"] = 11, } , -[2277] = { +[2488] = { +["name"] = "Randonnée lunaire", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Spéléologue de Ragepierre", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 1, -["numCriteria"] = 2, -["Category"] = "Wrathstone", -["points"] = 50, -["nextId"] = 0, -["description"] = "Terminez Arquegivre et les Profondeurs de Malatar en Vétéran.", -["Category_ID"] = 16, +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Terminez la quête « Le cœur de Jode » dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2489, +["Category_ID"] = 11, } , -[2276] = { +[2489] = { +["name"] = "Vive la reine", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Profanateur des Profondeurs", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 15, +["firstID"] = 2486, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, +["description"] = "Terminer la quête « L\'héritière d\'Anequina » dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar Vétéran en moins de 30 minutes sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2275] = { +[2490] = { +["name"] = "Recrue baandari", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Concurrent des Profondeurs de Malatar", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 13, -["numCriteria"] = 4, -["Category"] = "Wrathstone", -["points"] = 50, -["nextId"] = 0, -["description"] = "Accomplissez les succès listés dans les Profondeurs de Malatar Vétéran.", -["Category_ID"] = 16, +["firstID"] = 2490, +["numCriteria"] = 1, +["description"] = "Terminez votre première mission pour l\'intermédiaire baandari Nisuzi dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2491, +["Category_ID"] = 11, } , -[2274] = { +[2491] = { +["name"] = "Partenaire baandari", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Purifiés tués", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 18, +["firstID"] = 2490, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, -["nextId"] = 0, -["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar Vétéran sans qu\'un seul membre du groupe ne meure.", -["Category_ID"] = 16, +["description"] = "Terminez 10 missions pour l\'intermédiaire baandari Nisuzi dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2492, +["Category_ID"] = 11, } , -[2273] = { +[2492] = { +["name"] = "Agent baandari", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "La Vitesse de la lumière", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 17, +["firstID"] = 2490, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, +["description"] = "Terminez 30 missions pour l\'intermédiaire baandari Nisuzi dans le Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez la Gueule charognarde, la Pleureuse, l\'Orbe noir, le roi Narilmor et la Symphonie des Lames dans les Profondeurs de Malatar Vétéran en moins de 30 minutes. Le chronomètre commence quand vous engagez le combat.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2272] = { +[2493] = { +["name"] = "Chasseur de monstre d\'Anequina", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Ombre projetée", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 16, +["firstID"] = 2493, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 50, -["nextId"] = 0, -["description"] = "Vaincre la Symphonie des Lames après avoir détruit les dictats de la Dame de la Lumière dans les Profondeurs de Malatar Vétéran.", -["Category_ID"] = 16, +["description"] = "Terminer 1 quête journalière de boss sauvage pour Ri\'hirr de la Force de défense du Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2494, +["Category_ID"] = 11, } , -[2301] = { +[2494] = { +["name"] = "Tueur de monstre d\'Anequina", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "La gorge serrée", +["SubCategory"] = "Quests", ["SubCategory_ID"] = 2, -["achievementIndex"] = 10, +["firstID"] = 2493, ["numCriteria"] = 1, -["Category"] = "Wolfhunter", -["points"] = 5, -["nextId"] = 0, -["description"] = "Vaincre Vykosa l\'Ascendante après avoir lu le Parchemin des Glorieuses batailles, vaincu 7 étrangleuses et ne jamais laisser ses loups apprivoisés se blottir au Fort du Chasseur lunaire Vétéran.", -["Category_ID"] = 18, +["description"] = "Terminer 10 quêtes journalières de boss de boss sauvage pour Ri\'hirr de la Force de défense du Nord d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2495, +["Category_ID"] = 11, } , [2001] = { +["name"] = "Explorateur du col d\'Havréal", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur du col d\'Havréal", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le col d\'Havréal.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz le col d\'Havréal.", ["Category_ID"] = 12, } , [2002] = { +["name"] = "Explorateur de la grotte d\'Eton Nir", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de la grotte d\'Eton Nir", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la grotte d\'Eton Nir.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz la grotte d\'Eton Nir.", ["Category_ID"] = 12, } , [2003] = { +["name"] = "Explorateur du Bosquet de l\'Archonte", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur du Bosquet de l\'Archonte", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le Bosquet de l\'Archonte.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz le Bosquet de l\'Archonte.", ["Category_ID"] = 12, } , [2004] = { +["name"] = "Explorateur de Tor-Hame-Khard", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de Tor-Hame-Khard", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz Tor-Hame-Khard.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz Tor-Hame-Khard.", ["Category_ID"] = 12, } , [2005] = { +["name"] = "Explorateur du Val-Corail Gâté", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur du Val-Corail Gâté", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz le Val-Corail Gâté.", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz le Val-Corail Gâté.", ["Category_ID"] = 12, } , [2006] = { +["name"] = "Explorateur de la Crypte du traître", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de la Crypte du traître", ["SubCategory_ID"] = 1, -["achievementIndex"] = 9, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorateur de la Crypte du traître", ["Category"] = "Summerset", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorateur de la Crypte du traître", ["Category_ID"] = 12, } , [2007] = { +["name"] = "Spéléologue du Couchant", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Spéléologue du Couchant", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Explorez et videz les six cavernes explorables du Couchant.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Explorez et videz les six cavernes explorables du Couchant.", ["Category_ID"] = 12, } , [2008] = { +["name"] = "Éclaireur du Couchant", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Éclaireur du Couchant", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 10, +["description"] = "Découvrez tous les lieux remarquables du Couchant.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables du Couchant.", ["Category_ID"] = 12, } , -[2262] = { +[2506] = { +["name"] = "Maître du style de Pellitine", +["achievementIndex"] = 8, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Arque bouté", -["SubCategory_ID"] = 2, -["achievementIndex"] = 5, -["numCriteria"] = 1, -["Category"] = "Wrathstone", +["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style de Pellitine, que l\'on trouve en accomplissant des quêtes journalières de chasse au dragon.", +["Category"] = "Elsweyr", ["points"] = 50, ["nextId"] = 0, -["description"] = "Vainquez le Gardien de pierre après avoir appuyé sur le Vérificateur de Véracité dans Arquegivre Vétéran.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , [2010] = { +["name"] = "Grand explorateur du Couchant", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Grand explorateur du Couchant", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables du Couchant.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables du Couchant.", ["Category_ID"] = 12, } , -[2260] = { +[2508] = { +["name"] = "Grand aventurier d\'Elsweyr", +["achievementIndex"] = 2, ["prevId"] = 0, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, ["firstID"] = 0, -["SubCategory"] = "General", -["name"] = "Vainqueur d\'Arquegivre", -["SubCategory_ID"] = 1, -["achievementIndex"] = 3, -["numCriteria"] = 5, -["Category"] = "Wrathstone", -["points"] = 10, +["numCriteria"] = 1, +["description"] = "Terminer 32 quêtes dans le Nord d\'Elsweyr", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Traqueglace, le seigneur de guerre Tzogvin, le protecteur des cryptes, Rizzuk le Transi et le Gardien de pierre dans Arquegivre.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2259] = { +[2509] = { +["name"] = "Sauveur d\'Elsweyr", +["achievementIndex"] = 4, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Tueur de centurions vétéran", -["SubCategory_ID"] = 2, -["achievementIndex"] = 9, -["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 10, +["numCriteria"] = 7, +["description"] = "Terminez des quêtes, tuez des boss et explorez des antres pour devenir le sauveur d\'Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre 20 centurions dans Arquegivre Vétéran.", -["Category_ID"] = 16, +["Category_ID"] = 11, } , -[2258] = { +[2236] = { +["name"] = "La glace du mystique", +["achievementIndex"] = 18, ["prevId"] = 0, +["SubCategory"] = "Cloudrest", +["SubCategory_ID"] = 4, ["firstID"] = 0, -["SubCategory"] = "Veteran", -["name"] = "Tueur de rieklings vétéran", -["SubCategory_ID"] = 2, -["achievementIndex"] = 8, ["numCriteria"] = 1, -["Category"] = "Wrathstone", -["points"] = 10, +["description"] = "Utilisez l\'attaque de Pointe de glace de Galenwe pour détruire 20 Cyclones de givre mobiles.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["description"] = "Vaincre 200 Rieklings dans Arquegivre Vétéran.", -["Category_ID"] = 16, +["Category_ID"] = 12, } , -[2257] = { +[2238] = { +["name"] = "Combustion valeureuse", +["achievementIndex"] = 11, ["prevId"] = 0, -["firstID"] = 2254, -["SubCategory"] = "Quests", -["name"] = "Chronologue psijique", -["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["SubCategory"] = "Cloudrest", +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "En affrontant l\'ombre de Siroria seule, tous les signaux rugissants de la rencontre doivent être répartis entre au moins 6 joueurs dans le Pas des Nuées", ["Category"] = "Summerset", ["points"] = 10, -["nextId"] = 2210, -["description"] = "Terminer la quête de l\'Ordre psijique « Une brèche sous les rochers » au Couchant.", +["nextId"] = 0, ["Category_ID"] = 12, } , -[2256] = { +[2674] = { +["name"] = "La foudre frappe trois fois", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 2254, -["SubCategory"] = "Quests", -["name"] = "Marcheur d\'ombres psijique", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "En combattant le Revenant Enfant de la foudre, vaincre les trois atronachs de foudre à moins de 3 secondes d\'intervalle l\'un de l\'autre.", +["Category"] = "Harrowstorm", ["points"] = 10, -["nextId"] = 2257, -["description"] = "Terminer la quête de l\'Ordre psijique « Un temps à l\'ombre de Morteroche » au Couchant.", -["Category_ID"] = 12, +["nextId"] = 0, +["Category_ID"] = 14, } , [2016] = { +["name"] = "Explorateur des Salles de Régulation", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur des Salles de Régulation", ["SubCategory_ID"] = 1, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz les Salles de Régulation", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz les Salles de Régulation", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2017] = { +["name"] = "Explorateur de la Fissure d\'ombre", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Explorateur de la Fissure d\'ombre", ["SubCategory_ID"] = 1, -["achievementIndex"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Explorez et videz la Faille d\'ombre.", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Explorez et videz la Faille d\'ombre.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2018] = { +["name"] = "Maître explorateur de la Cité mécanique", +["achievementIndex"] = 1, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Maître explorateur de la Cité mécanique", ["SubCategory_ID"] = 1, -["achievementIndex"] = 2, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de la Cité mécanique.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les six grottes et lieux remarquables de la Cité mécanique.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2019] = { +["name"] = "Spéléologue de la Cité mécanique", +["achievementIndex"] = 2, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Spéléologue de la Cité mécanique", ["SubCategory_ID"] = 1, -["achievementIndex"] = 3, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Découvrez et sécurisez les deux cavernes explorables de la Cité mécanique.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez et sécurisez les deux cavernes explorables de la Cité mécanique.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2020] = { +["name"] = "Éclaireur de la Cité mécanique", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Éclaireur de la Cité mécanique", ["SubCategory_ID"] = 1, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Découvrez tous les lieux remarquables de la Cité mécanique.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Découvrez tous les lieux remarquables de la Cité mécanique.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2021] = { +["name"] = "Maître du style Hlaalu", +["achievementIndex"] = 12, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Maître du style Hlaalu", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style Hlaalu, que l\'on trouve en volant dans les demeures et les poches des civils à Morrowind.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style Hlaalu, que l\'on trouve en volant dans les demeures et les poches des civils à Morrowind.", -["achievementIndex"] = 12, +["Category_ID"] = 13, } , [2022] = { +["name"] = "Maître du style Redoran", +["achievementIndex"] = 13, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Maître du style Redoran", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style Redoran, que l\'on trouve en volant dans les demeures et les poches des civils à Morrowind.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style Redoran, que l\'on trouve en volant dans les demeures et les poches des civils à Morrowind.", -["achievementIndex"] = 13, +["Category_ID"] = 13, } , [2023] = { +["name"] = "Maître du style Telvanni", +["achievementIndex"] = 14, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 13, -["name"] = "Maître du style Telvanni", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style Telvanni, que l\'on trouve en volant dans les demeures et les poches des civils à Morrowind.", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style Telvanni, que l\'on trouve en volant dans les demeures et les poches des civils à Morrowind.", -["achievementIndex"] = 14, +["Category_ID"] = 13, } , [2024] = { +["name"] = "Maître de style refabriqué", +["achievementIndex"] = 13, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Halls of Fabrication", -["name"] = "Maître de style refabriqué", ["SubCategory_ID"] = 3, -["achievementIndex"] = 13, +["firstID"] = 0, ["numCriteria"] = 14, +["description"] = "Trouvez et apprenez chaque chapitre du livre de style des Refabriqués", ["Category"] = "Morrowind", ["points"] = 50, ["nextId"] = 0, -["description"] = "Trouvez et apprenez chaque chapitre du livre de style des Refabriqués", ["Category_ID"] = 13, } , -[2242] = { +[2078] = { +["name"] = "Concurrent de l\'Asile sanctuaire", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Émeute éclatante", +["SubCategory"] = "Asylum Sanctorium", ["SubCategory_ID"] = 3, -["achievementIndex"] = 11, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 10, +["description"] = "Vainquez saint Olms le Juste, saint Llothis le Pieux et saint Felms l\'Audacieux dans le même combat à l\'Asile sanctuaire.", +["Category"] = "Clockwork City", +["points"] = 50, ["nextId"] = 0, -["description"] = "Vaincre Eejoba la Radieuse à un geyser abyssal.", -["Category_ID"] = 12, +["Category_ID"] = 21, } , -[2241] = { +[2607] = { +["name"] = "Négociant en herbe", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Abyssal Geysers", -["name"] = "Appât mortel", -["SubCategory_ID"] = 3, -["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2606, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Terminez 10 quêtes journalières d\'antre de Guyvbert Flaubert.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 0, -["description"] = "Vaincre Noirgrain l\'Attrayante à un geyser abyssal.", -["Category_ID"] = 12, +["nextId"] = 2608, +["Category_ID"] = 15, } , [2027] = { +["name"] = "Maître pêcheur de la Cité mécanique", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Maître pêcheur de la Cité mécanique", ["numCriteria"] = 12, +["description"] = "Attrapez les 12 poissons rares de la Cité mécanique", ["Category"] = "Clockwork City", ["points"] = 5, ["nextId"] = 0, -["description"] = "Attrapez les 12 poissons rares de la Cité mécanique", -["achievementIndex"] = 5, +["Category_ID"] = 21, } , [2028] = { +["name"] = "Imperfection", +["achievementIndex"] = 6, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Imperfection", ["SubCategory_ID"] = 1, -["achievementIndex"] = 6, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre l\'Imparfait dans le Sanctuaire de Vérification", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre l\'Imparfait dans le Sanctuaire de Vérification", -["Category_ID"] = 20, +["Category_ID"] = 21, } , -[2237] = { +[2599] = { +["name"] = "Les Salles de la Haute Crinière", +["achievementIndex"] = 4, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Instinct fulgurant", -["SubCategory_ID"] = 4, -["achievementIndex"] = 12, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2596, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Terminez la quête « la Fierté d\'Alkosh » dans le sud d\'Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["nextId"] = 0, -["description"] = "En affrontant l\'ombre de Relequen seule, aucun joueur ne doit être touché par la Surcharge voltaïque ni propager le Courant voltaïque à un autre joueur pendant toute la rencontre du Pas des Nuées.", -["Category_ID"] = 12, +["nextId"] = 2600, +["Category_ID"] = 15, } , -[2236] = { +[2609] = { +["name"] = "L\'appel aux armes", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "La glace du mystique", -["SubCategory_ID"] = 4, -["achievementIndex"] = 18, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2609, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, -["nextId"] = 0, -["description"] = "Utilisez l\'attaque de Pointe de glace de Galenwe pour détruire 20 Cyclones de givre mobiles.", -["Category_ID"] = 12, +["description"] = "Terminez 4 quêtes pour la Garde du dragon, dont les quêtes journalières pour Oraison Truptor ou Chizbari l\'égayée, afin de rétablir l\'ancien ordre et déverrouiller les services supplémentaires du sanctuaire de la Garde du dragon.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2610, +["Category_ID"] = 15, } , -[2235] = { +[2610] = { +["name"] = "Retour du calme", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Blocus des yaghras", -["SubCategory_ID"] = 4, -["achievementIndex"] = 17, +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2609, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, -["nextId"] = 0, -["description"] = "En affrontant Z\'Maja pendant un événement du Monde des Ombres, empêche tous les yaghras d\'netrer par le portail et de déboucher dans le monde réel à 15 reprises différentes au Pas des Nuées.", -["Category_ID"] = 12, +["description"] = "Terminez 12 quêtes pour la Garde du dragon, dont les quêtes journalières pour Oraison Truptor ou Chizbari l\'égayée, afin de rétablir l\'ancien ordre et déverrouiller les services supplémentaires du sanctuaire de la Garde du dragon.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2611, +["Category_ID"] = 15, } , -[2234] = { +[2534] = { +["name"] = "Fragments d\'histoire", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["SubCategory"] = "Cloudrest", -["name"] = "Coordination essentielle", -["SubCategory_ID"] = 4, -["achievementIndex"] = 16, -["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 15, +["numCriteria"] = 12, +["description"] = "Rassembler les fragments de l\'inestimable tapisserie khajiit « Khajiit des Lunes » pour honorer et inspirer les habitants de Senchal.", +["Category"] = "Dragonhold", +["points"] = 50, ["nextId"] = 0, -["description"] = "En affrontant Z\'Maja, après avoir activé une seule Lumière de welkynar, activez deux autres Lumières de welkynar et détruisez trois Noyaux malveillants en moins de 6 secondes au Pas-des-Nuées Vétéran.", -["Category_ID"] = 12, +["Category_ID"] = 15, } , -[2211] = { +[2615] = { +["name"] = "Sauveur de Senchal", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 0, -["Category_ID"] = 12, -["name"] = "Message dans une bouteille", +["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 2613, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 5, +["description"] = "Terminez 30 quêtes quotidiennes de boss pour Bruccius Baenius.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["description"] = "Apprendre le sort du marin perdu", -["achievementIndex"] = 5, +["Category_ID"] = 15, } , -[2210] = { +[2537] = { +["name"] = "Tueur de Crevassais", +["achievementIndex"] = 8, ["prevId"] = 0, -["firstID"] = 2254, -["SubCategory"] = "Quests", -["name"] = "Sage psijique", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", +["description"] = "Vaincre 200 guerriers crevassais à Crève-Nève Vétéran.", +["Category"] = "Harrowstorm", ["points"] = 10, ["nextId"] = 0, -["description"] = "Terminer la quête de l\'Ordre psijique « La chute des Tours » au Couchant", -["Category_ID"] = 12, +["Category_ID"] = 14, } , -[2607] = { +[2538] = { +["name"] = "Tueur d\'atronachs de givre", +["achievementIndex"] = 9, ["prevId"] = 0, -["firstID"] = 2606, -["SubCategory"] = "Quests", -["name"] = "Négociant en herbe", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 8, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Dragonhold", +["description"] = "Vaincre 45 atronachs de givre à Crève-Nève Vétéran.", +["Category"] = "Harrowstorm", ["points"] = 10, -["nextId"] = 2608, -["description"] = "Terminez 10 quêtes journalières d\'antre de Guyvbert Flaubert.", +["nextId"] = 0, ["Category_ID"] = 14, } , [2036] = { +["name"] = "Pillard des récifs", +["achievementIndex"] = 17, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Pillard des récifs", ["SubCategory_ID"] = 1, -["achievementIndex"] = 17, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre la reine des récifs au Couvoir de la reine.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre la reine des récifs au Couvoir de la reine.", ["Category_ID"] = 12, } , [2037] = { +["name"] = "Renverser le matriarcat", +["achievementIndex"] = 18, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Renverser le matriarcat", ["SubCategory_ID"] = 1, -["achievementIndex"] = 18, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Caanerin aux Cabrioles d\'indriks.", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Caanerin aux Cabrioles d\'indriks.", ["Category_ID"] = 12, } , [2038] = { +["name"] = "Cogneur de Sloads des mers", +["achievementIndex"] = 19, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Cogneur de Sloads des mers", ["SubCategory_ID"] = 1, -["achievementIndex"] = 19, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre le Sload des Mers B\'Korgen à l\'anse de Welenkin", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre le Sload des Mers B\'Korgen à l\'anse de Welenkin", ["Category_ID"] = 12, } , [2039] = { +["name"] = "Cinq serres, salutations", +["achievementIndex"] = 20, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Cinq serres, salutations", ["SubCategory_ID"] = 1, -["achievementIndex"] = 20, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Haeliata et Nagravia au Cours du Griffon", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Haeliata et Nagravia au Cours du Griffon", ["Category_ID"] = 12, } , [2040] = { +["name"] = "Agitation amphibienne", +["achievementIndex"] = 21, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Agitation amphibienne", ["SubCategory_ID"] = 1, -["achievementIndex"] = 21, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Graveld au Refuge de Graveld", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Graveld au Refuge de Graveld", ["Category_ID"] = 12, } , [2041] = { +["name"] = "C\'est la quille", +["achievementIndex"] = 22, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "C\'est la quille", ["SubCategory_ID"] = 1, -["achievementIndex"] = 22, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vaincre Brise-Quille au Nid de Brise-Quille", ["Category"] = "Summerset", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vaincre Brise-Quille au Nid de Brise-Quille", ["Category_ID"] = 12, } , [2042] = { +["name"] = "Protecteur du Couchant", +["achievementIndex"] = 16, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Protecteur du Couchant", ["SubCategory_ID"] = 1, -["achievementIndex"] = 16, +["firstID"] = 0, ["numCriteria"] = 6, +["description"] = "Vainquez les six boss sauvages du Couchant.", ["Category"] = "Summerset", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez les six boss sauvages du Couchant.", ["Category_ID"] = 12, } , -[2195] = { +[2546] = { +["name"] = "Pas de repos pour les braves", +["achievementIndex"] = 3, ["prevId"] = 0, -["firstID"] = 2195, -["SubCategory"] = "Quests", -["name"] = "Sollicitation divine", +["SubCategory"] = "Veteran", ["SubCategory_ID"] = 2, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, -["Category"] = "Summerset", -["points"] = 5, -["nextId"] = 2196, -["description"] = "Accomplissez votre première mission de la Poursuite divine pour le Justiciar Tanorian.", -["Category_ID"] = 12, +["description"] = "Vaincre Kjarg le Gratte-défenses, Sœur Skelga, Vearogh le Traînard, le Revenant Enfant de la foudre, et les Sorcières de Crève-Nève moins de 30 minutes après être entré dans Crève-Nève Vétéran sans qu\'un seul membre du groupe ne meure.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, } , [2044] = { +["name"] = "Maître du style des Apôtres", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Maître du style des Apôtres", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style des Apôtres, que l\'on trouve à l\'occasion en récompense des quêtes journalières de ravitaillement de la Forteresse d\'airain, des quêtes journalières d\'antre de la Cité mécanique, et des quêtes journalières de boss sauvages de la Cité mécanique.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style des Apôtres, que l\'on trouve à l\'occasion en récompense des quêtes journalières de ravitaillement de la Forteresse d\'airain, des quêtes journalières d\'antre de la Cité mécanique, et des quêtes journalières de boss sauvages de la Cité mécanique.", -["achievementIndex"] = 6, +["Category_ID"] = 21, } , [2045] = { +["name"] = "Maître de style d\'Ombrébène", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, -["Category_ID"] = 20, -["name"] = "Maître de style d\'Ombrébène", ["numCriteria"] = 14, +["description"] = "Apprenez tous les chapitres du livre de style d\'Ombrébène, que l\'on trouve à l\'occasion en récompense des quêtes journalières de la Cour de Noireplume, des quêtes journalières d\'antre de la Cité mécanique, et des quêtes journalières de boss sauvages de la Cité mécanique.", ["Category"] = "Clockwork City", ["points"] = 50, ["nextId"] = 0, -["description"] = "Apprenez tous les chapitres du livre de style d\'Ombrébène, que l\'on trouve à l\'occasion en récompense des quêtes journalières de la Cour de Noireplume, des quêtes journalières d\'antre de la Cité mécanique, et des quêtes journalières de boss sauvages de la Cité mécanique.", -["achievementIndex"] = 7, +["Category_ID"] = 21, } , [2046] = { +["name"] = "Déplumeur de corbeaux", +["achievementIndex"] = 7, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Déplumeur de corbeaux", ["SubCategory_ID"] = 1, -["achievementIndex"] = 7, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Vainquez Ithoxis, Abathoth et Ssatinot au Départ des Exarques.", ["Category"] = "Clockwork City", ["points"] = 10, ["nextId"] = 0, -["description"] = "Vainquez Ithoxis, Abathoth et Ssatinot au Départ des Exarques.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , [2047] = { +["name"] = "Protecteur de la Cité mécanique", +["achievementIndex"] = 5, ["prevId"] = 0, -["firstID"] = 0, ["SubCategory"] = "Exploration", -["name"] = "Protecteur de la Cité mécanique", ["SubCategory_ID"] = 1, -["achievementIndex"] = 5, +["firstID"] = 0, ["numCriteria"] = 2, +["description"] = "Vainquez les deux boss sauvages de la Cité mécanique.", ["Category"] = "Clockwork City", ["points"] = 15, ["nextId"] = 0, -["description"] = "Vainquez les deux boss sauvages de la Cité mécanique.", -["Category_ID"] = 20, +["Category_ID"] = 21, } , } diff --git a/data/fr/fr.lua b/data/fr/fr.lua index 0fe57e2..d02146b 100644 --- a/data/fr/fr.lua +++ b/data/fr/fr.lua @@ -59,6 +59,9 @@ Area_names = { [19] = { short= "Wrathstone", medium = "Wrathstone", long = "Wrathstone"}, + [20] = { short= "Harrowstorm", + medium = "Harrowstorm", + long = "Harrowstorm"}, } L = { @@ -183,4 +186,5 @@ Locations2 = { -- Used for WB and SQ, --Our Naming -DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire", "Elsweyr", "Dragonhold", "Scalebreaker", "Wrathstone"} +DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones", +"Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire", "Elsweyr", "Dragonhold", "Scalebreaker", "Wrathstone", "Harrowstorm"} diff --git a/data/ids.lua b/data/ids.lua index d04f1ba..4cd2b54 100644 --- a/data/ids.lua +++ b/data/ids.lua @@ -1,4 +1,4 @@ -hist.IDVersion="61" +hist.IDVersion="62" hist.IDs = { -- Group 1N [1073] = true, diff --git a/data/ru/ru-data.lua b/data/ru/ru-data.lua index 452221f..dfe02c0 100644 --- a/data/ru/ru-data.lua +++ b/data/ru/ru-data.lua @@ -1,23510 +1,24091 @@ --Obtained from the game, Don't edit. Ach_Detail ={ [2048] = { +["name"] = "Treasure of the Brass Fortress", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Travel to the Brass Fortress in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["name"] = "Treasure of the Brass Fortress", +["Category_ID"] = 21, } , [2049] = { +["name"] = "Hero of Clockwork City", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["name"] = "Hero of Clockwork City", +["Category_ID"] = 21, } , [2050] = { -["numCriteria"] = 1, +["name"] = "Land of Gears and Cogs", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2050, +["numCriteria"] = 1, ["description"] = "Complete the \"To the Clockwork City\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Land of Gears and Cogs", -["SubCategory"] = "Quests", ["nextId"] = 2058, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 2050, +["Category_ID"] = 21, } , [2058] = { -["numCriteria"] = 1, +["name"] = "Clockwork Citizen", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2050, +["numCriteria"] = 1, ["description"] = "Complete the \"In Search of a Sponsor\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 2050, -["name"] = "Clockwork Citizen", -["SubCategory"] = "Quests", ["nextId"] = 2059, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 2050, +["Category_ID"] = 21, } , [11] = { -["numCriteria"] = 3, +["name"] = "Elden Hollow I Vanquisher", +["achievementIndex"] = 5, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Akash gra-Mal, Chokethorn, and Canonreeve Oraneth in Elden Hollow I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Elden Hollow I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 4, -["firstID"] = 0, } , [2060] = { -["numCriteria"] = 1, +["name"] = "Middle-Man", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2050, +["numCriteria"] = 1, ["description"] = "Complete the \"Deepening Shadows\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 2059, -["name"] = "Middle-Man", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 2050, +["Category_ID"] = 21, } , [2061] = { -["numCriteria"] = 1, +["name"] = "Birds of a Feather", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2061, +["numCriteria"] = 1, ["description"] = "Complete the \"Lost in the Gloam\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Birds of a Feather", -["SubCategory"] = "Quests", ["nextId"] = 2062, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 2061, +["Category_ID"] = 21, } , [2062] = { -["numCriteria"] = 1, +["name"] = "Shadow Boxing", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2061, +["numCriteria"] = 1, ["description"] = "Complete the \"Unto the Dark\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 2061, -["name"] = "Shadow Boxing", -["SubCategory"] = "Quests", ["nextId"] = 2063, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 2061, +["Category_ID"] = 21, } , [2063] = { -["numCriteria"] = 1, +["name"] = "The Real Sotha Sil", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2061, +["numCriteria"] = 1, ["description"] = "Complete the \"Where Shadows Lie\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Real Sotha Sil", -["SubCategory"] = "Quests", ["nextId"] = 2064, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 2061, +["Category_ID"] = 21, } , [2064] = { -["numCriteria"] = 1, +["name"] = "The Burden of Knowledge", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2061, +["numCriteria"] = 1, ["description"] = "Complete the \"The Light of Knowledge\" quest.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Burden of Knowledge", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 2061, +["Category_ID"] = 21, } , [2065] = { -["numCriteria"] = 1, +["name"] = "Courting the Crows", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2065, +["numCriteria"] = 1, ["description"] = "Complete one Blackfeather Court Daily.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Courting the Crows", -["SubCategory"] = "Quests", ["nextId"] = 2066, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 2065, +["Category_ID"] = 21, } , [2066] = { -["numCriteria"] = 1, +["name"] = "Blackfeather Attendent", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2065, +["numCriteria"] = 1, ["description"] = "Complete 7 Blackfeather Court Dailies.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blackfeather Attendent", -["SubCategory"] = "Quests", ["nextId"] = 2067, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 2065, +["Category_ID"] = 21, } , [2067] = { -["numCriteria"] = 1, +["name"] = "Honorary Blackfeather", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2065, +["numCriteria"] = 1, ["description"] = "Complete 30 Blackfeather Court Dailies.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Honorary Blackfeather", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 2065, +["Category_ID"] = 21, } , [2068] = { -["numCriteria"] = 1, +["name"] = "Clockwork City Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2068, +["numCriteria"] = 1, ["description"] = "Complete 20 Story Quests in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Clockwork City Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 2069, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["firstID"] = 2068, +["Category_ID"] = 21, } , [2069] = { -["numCriteria"] = 1, +["name"] = "Clockwork City Grand Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2068, +["numCriteria"] = 1, ["description"] = "Complete 24 Story Quests in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Clockwork City Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["firstID"] = 2068, +["Category_ID"] = 21, } , [2070] = { -["numCriteria"] = 1, +["name"] = "Brass Fortress Helper", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2070, +["numCriteria"] = 1, ["description"] = "Complete one Brass Fortress resupply daily.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Brass Fortress Helper", -["SubCategory"] = "Quests", ["nextId"] = 2071, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, -["firstID"] = 2070, +["Category_ID"] = 21, } , [2071] = { -["numCriteria"] = 1, +["name"] = "Brass Fortress Supplier", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2070, +["numCriteria"] = 1, ["description"] = "Complete 7 Brass Fortress resupply dailies.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Brass Fortress Supplier", -["SubCategory"] = "Quests", ["nextId"] = 2072, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, -["firstID"] = 2070, +["Category_ID"] = 21, } , [2072] = { -["numCriteria"] = 1, +["name"] = "Brass Fortress Quarter Master", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2070, +["numCriteria"] = 1, ["description"] = "Complete 30 Brass Fortress resupply dailies.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Brass Fortress Quarter Master", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, -["firstID"] = 2070, +["Category_ID"] = 21, } , [2073] = { -["numCriteria"] = 1, +["name"] = "Fortune and Fate", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Learn of things to come.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fortune and Fate", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 4, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2074] = { -["numCriteria"] = 1, +["name"] = "Wind-up Rodent Wrecker", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Slow the spread of secrets by destroying 100 Skeevatons.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wind-up Rodent Wrecker", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 9, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2075] = { -["numCriteria"] = 5, +["name"] = "Asylum Sanctorium Redeemer", +["achievementIndex"] = 1, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete the listed achievements for Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Asylum Sanctorium Redeemer", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [28] = { -["numCriteria"] = 1, +["name"] = "Faolchu\'s Bane", +["achievementIndex"] = 4, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Faolchu the Changeling and set the city of Camlorn free.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Faolchu\'s Bane", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 22, ["Category_ID"] = 7, -["firstID"] = 0, } , [2077] = { -["numCriteria"] = 1, +["name"] = "Asylum Sanctorium Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Asylum Sanctorium Conqueror", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [30] = { -["numCriteria"] = 1, +["name"] = "Wyrd Friend", +["achievementIndex"] = 6, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help the Wyresses remove Angof\'s corruption from their sacred groves and the Wyrd Tree.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wyrd Friend", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 25, ["Category_ID"] = 7, -["firstID"] = 0, } , [31] = { -["numCriteria"] = 1, +["name"] = "Savior of Glenumbra", +["achievementIndex"] = 5, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Stop Angof the Gravesinger\'s necromantic plan to conquer Glenumbra.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Savior of Glenumbra", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 23, ["Category_ID"] = 7, -["firstID"] = 0, } , [2080] = { -["numCriteria"] = 1, +["name"] = "Sanctified", +["achievementIndex"] = 7, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold without suffering a group member death in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanctified", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 7, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2081] = { -["numCriteria"] = 1, +["name"] = "Swift Mercy", +["achievementIndex"] = 4, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold within a time limit of 15 minutes in Veteran Asylum Sanctorium. Timer starts when players enter the Sanctuary Atrium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Swift Mercy", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 4, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [34] = { -["numCriteria"] = 1, +["name"] = "Glenumbra Adventurer", +["achievementIndex"] = 2, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 53 quests in Glenumbra.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Glenumbra Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 24, ["Category_ID"] = 7, -["firstID"] = 0, } , [2083] = { -["numCriteria"] = 1, +["name"] = "Placid Projections", +["achievementIndex"] = 8, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Felms the Bold without allowing either of his Pneuma Projections to enrage in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Placid Projections", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 8, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2084] = { -["numCriteria"] = 1, +["name"] = "Imperfect Attendance", +["achievementIndex"] = 9, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Llothis the Pious without dismantling his Imperfect Attendants in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Imperfect Attendance", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 9, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2085] = { -["numCriteria"] = 1, +["name"] = "Righteous Condemnation", +["achievementIndex"] = 11, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just and Saint Llothis the Pious in the same battle in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Righteous Condemnation", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 11, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2086] = { -["numCriteria"] = 1, +["name"] = "Executioners\' Judgement", +["achievementIndex"] = 12, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just and Saint Felms the Bold in the same battle in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Executioners\' Judgement", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 12, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2087] = { -["numCriteria"] = 1, +["name"] = "Perfect Purification", +["achievementIndex"] = 13, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same battle without suffering a group member death within 15 minutes of entering the Sanctuary Atrium in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Perfect Purification", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 13, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2093] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Defeat all of the champions in Sunhold.", -["points"] = 50, -["prevId"] = 0, ["name"] = "Sunhold Conqueror", +["achievementIndex"] = 14, ["SubCategory"] = "Exploration", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat all of the champions in Sunhold.", ["Category"] = "Summerset", -["achievementIndex"] = 14, +["points"] = 50, +["nextId"] = 0, ["Category_ID"] = 12, -["firstID"] = 0, } , [2094] = { -["numCriteria"] = 5, +["name"] = "Karnwasten Conqueror", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Karnwasten.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Karnwasten Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 11, ["Category_ID"] = 12, -["firstID"] = 0, } , [2095] = { -["numCriteria"] = 1, +["name"] = "Sunhold Group Event", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Interrupt the executioners and defeat Konnugil the Leviathan in Sunhold.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sunhold Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 13, ["Category_ID"] = 12, -["firstID"] = 0, } , [2096] = { -["numCriteria"] = 1, +["name"] = "Karnwasten Group Event", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Sea Sload K\'Garza in Karnwasten.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Karnwasten Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 10, ["Category_ID"] = 12, -["firstID"] = 0, } , [2097] = { +["name"] = "Dreadhorn Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Dreadhorn style book, occasionally found as rewards for completing the Falkreath Hold dungeon.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 8, -["Category_ID"] = 21, -["name"] = "Dreadhorn Style Master", +["Category_ID"] = 22, } , [2098] = { +["name"] = "Bloodforge Style Master", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Bloodforge style book, occasionally found as rewards for completing the Bloodroot Forge dungeon.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 9, -["Category_ID"] = 21, -["name"] = "Bloodforge Style Master", +["Category_ID"] = 22, } , [2099] = { +["name"] = "Relics of Summerset", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 20, ["description"] = "Retrieve the 20 dangerous relics stolen from the Vault of Moawita.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, ["Category_ID"] = 12, -["name"] = "Relics of Summerset", } , [52] = { +["name"] = "Quester", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 50 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 52, ["nextId"] = 53, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Quester", } , [53] = { +["name"] = "Explorer", +["achievementIndex"] = 1, +["prevId"] = 52, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 100 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 52, -["firstID"] = 52, ["nextId"] = 54, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Explorer", } , [54] = { +["name"] = "Adventurer", +["achievementIndex"] = 1, +["prevId"] = 53, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 250 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 53, -["firstID"] = 52, ["nextId"] = 55, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Adventurer", } , [55] = { +["name"] = "Master Adventurer", +["achievementIndex"] = 1, +["prevId"] = 54, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 500 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 54, -["firstID"] = 52, ["nextId"] = 56, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Master Adventurer", } , [56] = { +["name"] = "Indomitable Adventurer", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 52, ["numCriteria"] = 1, ["description"] = "Complete 1000 Quests.\nNote: Repeatable quests only count towards this achievement the first time they are completed.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 55, -["firstID"] = 52, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["name"] = "Indomitable Adventurer", } , [57] = { -["numCriteria"] = 1, +["name"] = "Stormhaven Adventurer", +["achievementIndex"] = 7, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 60 quests in Stormhaven.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stormhaven Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 17, ["Category_ID"] = 7, -["firstID"] = 0, } , [58] = { -["numCriteria"] = 1, +["name"] = "Rivenspire Adventurer", +["achievementIndex"] = 12, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 42 quests in Rivenspire.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rivenspire Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [59] = { -["numCriteria"] = 1, +["name"] = "Alik\'r Desert Adventurer", +["achievementIndex"] = 17, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 42 quests in Alik\'r Desert.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Alik\'r Desert Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [60] = { -["numCriteria"] = 1, +["name"] = "Bangkorai Adventurer", +["achievementIndex"] = 22, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 36 quests in Bangkorai.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bangkorai Adventurer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [61] = { +["name"] = "Hero of the Daggerfall Covenant", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete all Daggerfall Covenant quest achievements.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["name"] = "Hero of the Daggerfall Covenant", } , [78] = { -["numCriteria"] = 3, +["name"] = "Darkshade Caverns I Vanquisher", +["achievementIndex"] = 7, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Foreman Llothan, the Hive Lord, and the Sentinel of Rkugamz in Darkshade Caverns I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Darkshade Caverns I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 26, ["Category_ID"] = 4, -["firstID"] = 0, } , [79] = { -["numCriteria"] = 3, +["name"] = "Wayrest Sewers I Vanquisher", +["achievementIndex"] = 6, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Investigator Garron, Varain Pellingare and Allene Pellingare in Wayrest Sewers I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wayrest Sewers I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 4, -["firstID"] = 0, } , [80] = { -["numCriteria"] = 4, +["name"] = "Crypt of Hearts I Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat Archmaster Siniel, Death\'s Leviathan, and the Ilambris Twins in Crypt of Hearts I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crypt of Hearts I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 4, -["firstID"] = 0, } , [81] = { -["numCriteria"] = 3, +["name"] = "Tempest Island Vanquisher", +["achievementIndex"] = 22, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Valaran Stormcaller, Stormfist, and Stormreeve Neidir in Tempest Island.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tempest Island Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["firstID"] = 0, } , [2131] = { -["numCriteria"] = 1, +["name"] = "Cloudrest Completed", +["achievementIndex"] = 2, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in Cloudrest.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Cloudrest Completed", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["firstID"] = 0, } , [2132] = { -["numCriteria"] = 1, +["name"] = "Cloudrest Contender", +["achievementIndex"] = 6, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same fight in Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cloudrest Contender", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["firstID"] = 0, } , [2133] = { -["numCriteria"] = 1, +["name"] = "Cloudrest Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cloudrest Conqueror", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, ["Category_ID"] = 12, -["firstID"] = 0, } , [2134] = { -["numCriteria"] = 1, +["name"] = "A Sload and Her Shadow", +["achievementIndex"] = 4, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja with one Welkynar shade fighting by her side in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "A Sload and Her Shadow", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, ["Category_ID"] = 12, -["firstID"] = 0, } , [2135] = { -["numCriteria"] = 1, +["name"] = "Three\'s Deadly Company", +["achievementIndex"] = 5, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja with two Welkynar shades fighting by her side in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Three\'s Deadly Company", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, ["Category_ID"] = 12, -["firstID"] = 0, } , [2136] = { -["numCriteria"] = 1, +["name"] = "Cloudrest Vanquisher", +["achievementIndex"] = 7, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same fight in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cloudrest Vanquisher", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, ["Category_ID"] = 12, -["firstID"] = 0, } , [2137] = { -["numCriteria"] = 1, +["name"] = "Speedy Sload Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe within a time limit of 15 minutes in Veteran Cloudrest. Timer starts when players enter the Cloudrest Aerie.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Speedy Sload Slayer", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 10, ["Category_ID"] = 12, -["firstID"] = 0, } , [2138] = { -["numCriteria"] = 1, +["name"] = "Surviving the Shadows", +["achievementIndex"] = 9, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe without suffering a group member death in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Surviving the Shadows", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 9, ["Category_ID"] = 12, -["firstID"] = 0, } , [2139] = { -["numCriteria"] = 1, +["name"] = "The Path to Alaxon", +["achievementIndex"] = 8, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja, Siroria, Relequen, and Galenwe in the same battle without suffering a group member death within 15 minutes of entering the Cloudrest Aerie in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Path to Alaxon", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, ["Category_ID"] = 12, -["firstID"] = 0, } , [2140] = { -["numCriteria"] = 10, +["name"] = "Cloudrest Savior", +["achievementIndex"] = 1, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete the listed achievements for Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cloudrest Savior", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, ["Category_ID"] = 12, -["firstID"] = 0, } , [2150] = { -["numCriteria"] = 1, +["name"] = "Veteran Dire Wolf Slayer", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 200 Dire Wolves or Vicious Dire Wolves in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dire Wolf Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 11, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2151] = { -["numCriteria"] = 1, +["name"] = "Veteran Hulking Werewolf Slayer", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill 50 Hulking Werewolves in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Hulking Werewolf Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 12, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2152] = { -["numCriteria"] = 5, +["name"] = "Moon Hunter Keep Vanquisher", +["achievementIndex"] = 2, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Moon Hunter Keep Vanquisher", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 2, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2153] = { -["numCriteria"] = 5, +["name"] = "Moon Hunter Keep Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Moon Hunter Keep Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 5, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2154] = { -["numCriteria"] = 1, +["name"] = "The Alpha Predator", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Alpha Predator", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 6, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2155] = { -["numCriteria"] = 1, +["name"] = "Running with the Pack", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep in under 30 minutes. Timer starts when players engage the first group of Moon Hunter enemies.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Running with the Pack", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 8, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2156] = { -["numCriteria"] = 1, +["name"] = "Head of the Pack", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant in Veteran Moon Hunter Keep without suffering a group member death.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Head of the Pack", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 9, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2157] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Enter either Moon Hunter Keep or March of Sacrifices for the first time.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Wolfhunter Explorer", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", ["achievementIndex"] = 1, -["Category_ID"] = 18, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Moon Hunter Keep or March of Sacrifices for the first time.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , [2158] = { -["numCriteria"] = 4, +["name"] = "Moon Hunter Keep Challenger", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Moon Hunter Keep Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 3, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2159] = { -["numCriteria"] = 1, +["name"] = "Pure Lunacy", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to Jailer Melitus, Hedge Maze Guardian, Mylenne Moon-Caller, Archivist Ernarde, and Vykosa the Ascendant after activating Hard Mode in Veteran Moon Hunter Keep in under 30 minutes without suffering a group member death.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Pure Lunacy", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 1, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2160] = { -["numCriteria"] = 1, +["name"] = "Veteran Bloodscent Slayer", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Bloodscent Guardians, Bloodscent Archers, Bloodscent Assassins, and Bloodscent Thundermauls in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Bloodscent Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 25, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2161] = { -["numCriteria"] = 1, +["name"] = "Veteran Wispmother Slayer", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Wispmothers in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Wispmother Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 26, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2162] = { -["numCriteria"] = 5, +["name"] = "March of Sacrifices Vanquisher", +["achievementIndex"] = 5, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "March of Sacrifices Vanquisher", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 5, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2163] = { -["numCriteria"] = 5, +["name"] = "March of Sacrifices Conqueror", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "March of Sacrifices Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 17, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2164] = { -["numCriteria"] = 1, +["name"] = "Hircine\'s Champion", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack\'s banner and driving him into a murderous rage in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hircine\'s Champion", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 19, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2165] = { -["numCriteria"] = 1, +["name"] = "Pure Instinct", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices in under 30 minutes. Timer starts when players jump or teleport into Bloodscent Pass.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Pure Instinct", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 21, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2166] = { -["numCriteria"] = 1, +["name"] = "Survival of the Fittest", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh in Veteran March of Sacrifices without suffering a group member death.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Survival of the Fittest", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 23, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2167] = { -["numCriteria"] = 4, +["name"] = "March of Sacrifices Challenger", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "March of Sacrifices Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 13, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2168] = { -["numCriteria"] = 1, +["name"] = "Apex Predator", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all encounters in addition to the Wyrd Sisters, Aghaedh of the Solstice, Dagrund the Bulky, Tarcyr, and Balorgh after desecrating the Moon Hunter Pack\'s Banner in Veteran March of Sacrifices within 30 minutes without suffering a group member death.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Apex Predator", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 15, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2170] = { -["numCriteria"] = 2, +["name"] = "Wolfhunter Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Complete Veteran Moon Hunter Keep and Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wolfhunter Delver", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 2, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 19, } , [2171] = { -["numCriteria"] = 5, +["name"] = "A Book and its Cover", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Completed Bailiff Naramin\'s investigation of Choixth.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "A Book and its Cover", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 24, ["Category_ID"] = 12, -["firstID"] = 0, } , [2178] = { -["numCriteria"] = 1, +["name"] = "Abyssal Assaulter", +["achievementIndex"] = 2, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 2178, +["numCriteria"] = 1, ["description"] = "Complete 10 Abyssal Geysers.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Abyssal Assaulter", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 2179, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["firstID"] = 2178, } , [2179] = { -["numCriteria"] = 1, +["name"] = "Abyssal Demolisher", +["achievementIndex"] = 2, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 2178, +["numCriteria"] = 1, ["description"] = "Complete 25 Abyssal Geysers.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Abyssal Demolisher", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 2180, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["firstID"] = 2178, } , [2180] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Complete 50 Abyssal Geysers.", -["points"] = 15, -["prevId"] = 0, ["name"] = "Abyssal Devastator", +["achievementIndex"] = 2, ["SubCategory"] = "Abyssal Geysers", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 2178, +["numCriteria"] = 1, +["description"] = "Complete 50 Abyssal Geysers.", ["Category"] = "Summerset", -["achievementIndex"] = 2, +["points"] = 15, +["nextId"] = 0, ["Category_ID"] = 12, -["firstID"] = 2178, } , [2181] = { -["numCriteria"] = 5, +["name"] = "Karnwasten Vanquisher", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Karnwasten.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Karnwasten Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 12, ["Category_ID"] = 12, -["firstID"] = 0, } , [2182] = { -["numCriteria"] = 5, +["name"] = "Sunhold Vanquisher", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Sunhold.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sunhold Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 15, ["Category_ID"] = 12, -["firstID"] = 0, } , [2183] = { +["name"] = "Wizard\'s Duel", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Win 5 PvP duels in the Colosseum of the Old Ways on Artaeum.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, ["Category_ID"] = 12, -["name"] = "Wizard\'s Duel", } , [2184] = { -["numCriteria"] = 1, +["name"] = "Declawed", +["achievementIndex"] = 4, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ruella Many-Claws at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Declawed", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, ["Category_ID"] = 12, -["firstID"] = 0, } , [2185] = { -["numCriteria"] = 1, +["name"] = "Churug\'s Chagrin", +["achievementIndex"] = 5, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Churug of the Abyss at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Churug\'s Chagrin", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, ["Category_ID"] = 12, -["firstID"] = 0, } , [2186] = { +["name"] = "Psijic Style Master", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Psijic Order style book, found by defeating bosses and opening treasure chests in Summerset.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 9, ["Category_ID"] = 12, -["name"] = "Psijic Style Master", } , [2187] = { +["name"] = "Sapiarch Style Master", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Sapiarch style book, occasionally found as rewards for completing daily quests for the Divine Prosecution.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 11, ["Category_ID"] = 12, -["name"] = "Sapiarch Style Master", } , [2189] = { +["name"] = "Scalecaller Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Scalecaller style book, occasionally found as rewards for completing the Scalecaller Peak dungeon.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 8, -["Category_ID"] = 19, -["name"] = "Scalecaller Style Master", +["Category_ID"] = 20, } , [2190] = { +["name"] = "Fang Lair Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Fang Lair style book, occasionally found as rewards for completing the Fang Lair dungeon.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 7, -["Category_ID"] = 19, -["name"] = "Fang Lair Style Master", +["Category_ID"] = 20, } , [2191] = { +["name"] = "Summerset Master Angler", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Summerset.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["name"] = "Summerset Master Angler", } , [145] = { -["numCriteria"] = 1, +["name"] = "Evermore Defender", +["achievementIndex"] = 25, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Stop the Reachmen from attacking Evermore.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Evermore Defender", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [146] = { -["numCriteria"] = 1, +["name"] = "Bangkorai Garrison Liberator", +["achievementIndex"] = 24, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Liberate the Bangkorai Garrison from the invaders.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bangkorai Garrison Liberator", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [147] = { -["numCriteria"] = 1, +["name"] = "High King Emeric\'s Savior", +["achievementIndex"] = 26, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Rescue High King Emeric from the clutches of Septima Tharn.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "High King Emeric\'s Savior", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [148] = { -["numCriteria"] = 1, +["name"] = "Woodblight Killer", +["achievementIndex"] = 80, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the spriggan Woodblight at Blighted Isle.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Woodblight Killer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [149] = { -["numCriteria"] = 1, +["name"] = "Dayarrus\' Deathbringer", +["achievementIndex"] = 32, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Dayarrus the Xivilai at Arlimahera\'s Sanctum.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dayarrus\' Deathbringer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [150] = { -["numCriteria"] = 1, +["name"] = "Nomeg Hyril\'s Executioner", +["achievementIndex"] = 57, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the frost atronach monarch Nomeg Hyril at Nilata Falls.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nomeg Hyril\'s Executioner", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [151] = { -["numCriteria"] = 1, +["name"] = "Lich Butcher", +["achievementIndex"] = 51, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the liches Qumehdi and Zaman at the Telesubi Ruins.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Lich Butcher", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [152] = { -["numCriteria"] = 1, +["name"] = "Summoner Slayer", +["achievementIndex"] = 71, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the summoner Caecilia Attius and her Daedra minions at the Summoner\'s Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Summoner Slayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [153] = { -["numCriteria"] = 1, +["name"] = "Wolf-Father Exorcist", +["achievementIndex"] = 79, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the ghost Garach Wolf-Father and his werewolf spirits at Lakewatch Tower.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wolf-Father Exorcist", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [154] = { -["numCriteria"] = 1, +["name"] = "Dreamslayer", +["achievementIndex"] = 10, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Omen of the Watchful Eye and lift the paranoia in Alcaire.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dreamslayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 20, ["Category_ID"] = 7, -["firstID"] = 0, } , [155] = { -["numCriteria"] = 1, +["name"] = "Spirit Warden Champion", +["achievementIndex"] = 11, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Return the Dream Shard to Pariah Abbey and restore peace to Menevia.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Spirit Warden Champion", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 18, ["Category_ID"] = 7, -["firstID"] = 0, } , [156] = { -["numCriteria"] = 1, +["name"] = "Azura\'s Ally", +["achievementIndex"] = 9, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Omen of Counting Stars and end the obsessions plaguing Gavaudon.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Azura\'s Ally", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 16, ["Category_ID"] = 7, -["firstID"] = 0, } , [2205] = { -["numCriteria"] = 1, +["name"] = "Sweet Dreams", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2205, +["numCriteria"] = 1, ["description"] = "Complete the \"The Dreaming Cave\" quest.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sweet Dreams", -["SubCategory"] = "Quests", ["nextId"] = 2206, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["firstID"] = 2205, } , [158] = { -["numCriteria"] = 1, +["name"] = "Hatespinner Hunter", +["achievementIndex"] = 44, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant spider, Aesar the Hatespinner, at Aesar\'s Web.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hatespinner Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 56, ["Category_ID"] = 6, -["firstID"] = 0, } , [159] = { -["numCriteria"] = 1, +["name"] = "Menhir Hunter", +["achievementIndex"] = 54, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the gargoyle, Menhir Stoneskin, at Valeguard Tower.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Menhir Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 55, ["Category_ID"] = 6, -["firstID"] = 0, } , [160] = { -["numCriteria"] = 1, +["name"] = "Darkblood Hunter", +["achievementIndex"] = 31, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the necromancer, Louna Darkblood, at Old Kalgon\'s Keep.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Darkblood Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 54, ["Category_ID"] = 6, -["firstID"] = 0, } , [161] = { -["numCriteria"] = 1, +["name"] = "Hag Hunter", +["achievementIndex"] = 42, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the hag, Magdelena, at Magdelena\'s Haunt.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hag Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 53, ["Category_ID"] = 6, -["firstID"] = 0, } , [162] = { -["numCriteria"] = 1, +["name"] = "Stroda\'s Assassin", +["achievementIndex"] = 70, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Orc, Stroda gra-Drom, at East-Rock Landing.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stroda\'s Assassin", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 52, ["Category_ID"] = 6, -["firstID"] = 0, } , [163] = { -["numCriteria"] = 1, +["name"] = "Siren Hunter", +["achievementIndex"] = 68, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the nereid, Desuuga the Siren, at Siren\'s Cove.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Siren Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 51, ["Category_ID"] = 6, -["firstID"] = 0, } , [2212] = { -["numCriteria"] = 1, +["name"] = "Asp Awareness", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Keelsplitter without stepping on any of the snakes.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Asp Awareness", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 23, ["Category_ID"] = 12, -["firstID"] = 0, } , [2213] = { -["numCriteria"] = 1, +["name"] = "To the Depths", +["achievementIndex"] = 6, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Sheefar of the Depths at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "To the Depths", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["firstID"] = 0, } , [2220] = { -["numCriteria"] = 1, +["name"] = "Calm and Calculated", +["achievementIndex"] = 7, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Girawell the Erratic at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Calm and Calculated", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, ["Category_ID"] = 12, -["firstID"] = 0, } , [2221] = { -["numCriteria"] = 1, +["name"] = "Wave Breaker", +["achievementIndex"] = 8, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Muustikar Wave-Eater at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wave Breaker", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, ["Category_ID"] = 12, -["firstID"] = 0, } , [2222] = { -["numCriteria"] = 1, +["name"] = "Hammer Meet Nail", +["achievementIndex"] = 9, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Reefhammer at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hammer Meet Nail", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 9, ["Category_ID"] = 12, -["firstID"] = 0, } , [176] = { -["numCriteria"] = 6, +["name"] = "Glenumbra Cave Delver", +["achievementIndex"] = 9, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Glenumbra.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Glenumbra Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 67, ["Category_ID"] = 6, -["firstID"] = 0, } , [177] = { -["numCriteria"] = 6, +["name"] = "Stormhaven Cave Delver", +["achievementIndex"] = 10, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Stormhaven.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stormhaven Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 45, ["Category_ID"] = 6, -["firstID"] = 0, } , [178] = { -["numCriteria"] = 6, +["name"] = "Rivenspire Cave Delver", +["achievementIndex"] = 11, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Rivenspire.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Rivenspire Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 35, ["Category_ID"] = 6, -["firstID"] = 0, } , [180] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 2, -["description"] = "Discover and clear all six caves in Bangkorai.", -["points"] = 15, -["prevId"] = 0, ["name"] = "Bangkorai Cave Delver", +["achievementIndex"] = 13, ["SubCategory"] = "Daggerfall Covenant", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Discover and clear all six caves in Bangkorai.", ["Category"] = "Exploration", -["achievementIndex"] = 10, +["points"] = 15, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [181] = { -["numCriteria"] = 6, +["name"] = "Stonefalls Cave Delver", +["achievementIndex"] = 34, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Stonefalls.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stonefalls Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 28, ["Category_ID"] = 6, -["firstID"] = 0, } , [2231] = { -["numCriteria"] = 1, +["name"] = "One Core, No More", +["achievementIndex"] = 13, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Z\'Maja with each group member picking up and destroying only one Malevolent Core in Veteran Cloudrest.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "One Core, No More", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 13, ["Category_ID"] = 12, -["firstID"] = 0, } , [184] = { -["numCriteria"] = 1, +["name"] = "Skin-Stealer Destroyer", +["achievementIndex"] = 5, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the Dominion\'s ability to create Skin-Stealers.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skin-Stealer Destroyer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 17, ["Category_ID"] = 7, -["firstID"] = 0, } , [185] = { -["numCriteria"] = 1, +["name"] = "Egg Protector", +["achievementIndex"] = 4, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Protect the Argonian eggs so a new generation can be born.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Egg Protector", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 14, ["Category_ID"] = 7, -["firstID"] = 0, } , [186] = { -["numCriteria"] = 1, +["name"] = "Mnemic Egg Guardian", +["achievementIndex"] = 3, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Recover the Mnemic Egg from the Dominion.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mnemic Egg Guardian", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 13, ["Category_ID"] = 7, -["firstID"] = 0, } , [187] = { -["numCriteria"] = 1, +["name"] = "Haynekhtnamet Hunter", +["achievementIndex"] = 12, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the wamasu champion Haynekhtnamet in its lair.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Haynekhtnamet Hunter", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [188] = { -["numCriteria"] = 1, +["name"] = "Ogre Twin Tormentor", +["achievementIndex"] = 16, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the ogre twins Argalog and Vlaga at Xal Thak.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ogre Twin Tormentor", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 56, ["Category_ID"] = 6, -["firstID"] = 0, } , [189] = { -["numCriteria"] = 1, +["name"] = "Mummy Lord Murderer", +["achievementIndex"] = 10, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Ayleid Mummy Lord Talkynd at Nen Ria.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mummy Lord Murderer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 59, ["Category_ID"] = 6, -["firstID"] = 0, } , [190] = { -["numCriteria"] = 1, +["name"] = "Captain Bones Destroyer", +["achievementIndex"] = 15, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Captain Bones and his undead crew aboard the Captain\'s ship.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Captain Bones Destroyer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [191] = { -["numCriteria"] = 1, +["name"] = "Urrai\'s Bane", +["achievementIndex"] = 6, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Daedroth Urrai at Bitterroot Cave.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Urrai\'s Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [192] = { -["numCriteria"] = 1, +["name"] = "Slave Lord\'s Ruination", +["achievementIndex"] = 76, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Slave Lord Rendrasa at the Slaver\'s Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Slave Lord\'s Ruination", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [193] = { -["numCriteria"] = 6, +["name"] = "Shadowfen Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Shadowfen.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Shadowfen Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 49, ["Category_ID"] = 6, -["firstID"] = 0, } , [194] = { -["numCriteria"] = 15, +["name"] = "Hero of Bleakrock", +["achievementIndex"] = 16, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 15, ["description"] = "Find Bleakrock\'s missing villagers and send them home.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hero of Bleakrock", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 26, ["Category_ID"] = 7, -["firstID"] = 0, } , [195] = { -["numCriteria"] = 1, +["name"] = "Strifeswarm Eradicator", +["achievementIndex"] = 42, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the champion of the Strifeswarm kwama hive.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Strifeswarm Eradicator", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 73, ["Category_ID"] = 6, -["firstID"] = 0, } , [196] = { -["numCriteria"] = 1, +["name"] = "Memory Masher", +["achievementIndex"] = 7, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Enter the Cave of Memories and destroy the Ashlander Guardian.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Memory Masher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [197] = { -["numCriteria"] = 1, +["name"] = "Shellcracker", +["achievementIndex"] = 8, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Survive the mudcrabs of Shipwreck Strand and kill Shellcracker, the cannibal crab.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shellcracker", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 70, ["Category_ID"] = 6, -["firstID"] = 0, } , [198] = { -["numCriteria"] = 1, +["name"] = "Dreugh Destroyer", +["achievementIndex"] = 39, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Storm the beach at Matron\'s Clutch, slay the Dreugh Matrons, and end the threat of the Dreugh egg-tenders.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dreugh Destroyer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 72, ["Category_ID"] = 6, -["firstID"] = 0, } , [199] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Destroy the Golden Saint at the Shivering Shrine.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Saintly Slaughter", +["achievementIndex"] = 36, ["SubCategory"] = "Ebonheart Pact", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Destroy the Golden Saint at the Shivering Shrine.", ["Category"] = "Exploration", -["achievementIndex"] = 26, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [200] = { -["numCriteria"] = 1, +["name"] = "Netch Wrangler", +["achievementIndex"] = 38, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the bull netch Ozzacha in Brahma\'s Grove.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Netch Wrangler", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 30, ["Category_ID"] = 6, -["firstID"] = 0, } , [201] = { -["numCriteria"] = 1, +["name"] = "Balreth\'s Bane", +["achievementIndex"] = 15, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Balreth and return the Brother of Strife to slumber.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Balreth\'s Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 25, ["Category_ID"] = 7, -["firstID"] = 0, } , [202] = { -["numCriteria"] = 1, +["name"] = "Inner Sea Armature Explorer", +["achievementIndex"] = 46, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Inner Sea Armature.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Inner Sea Armature Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 78, ["Category_ID"] = 6, -["firstID"] = 0, } , [203] = { -["numCriteria"] = 1, +["name"] = "Emberflint Mine Explorer", +["achievementIndex"] = 45, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Emberflint Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Emberflint Mine Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 75, ["Category_ID"] = 6, -["firstID"] = 0, } , [204] = { -["numCriteria"] = 1, +["name"] = "General Serien\'s Demise", +["achievementIndex"] = 13, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Slay General Serien and stop the Covenant invasion of Stonefalls.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "General Serien\'s Demise", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 24, ["Category_ID"] = 7, -["firstID"] = 0, } , [205] = { -["numCriteria"] = 1, +["name"] = "Mephala\'s Nest Explorer", +["achievementIndex"] = 41, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mephala\'s Nest.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mephala\'s Nest Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 77, ["Category_ID"] = 6, -["firstID"] = 0, } , [206] = { -["numCriteria"] = 1, +["name"] = "Hightide Hollow Explorer", +["achievementIndex"] = 40, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Hightide Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hightide Hollow Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 76, ["Category_ID"] = 6, -["firstID"] = 0, } , [207] = { -["numCriteria"] = 1, +["name"] = "Softloam Cavern Explorer", +["achievementIndex"] = 37, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Softloam Cavern.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Softloam Cavern Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 29, ["Category_ID"] = 6, -["firstID"] = 0, } , [208] = { -["numCriteria"] = 1, +["name"] = "Sheogorath\'s Tongue Explorer", +["achievementIndex"] = 35, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Sheogorath\'s Tongue.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sheogorath\'s Tongue Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 74, ["Category_ID"] = 6, -["firstID"] = 0, } , [209] = { -["numCriteria"] = 1, +["name"] = "Sadal\'s Overthrower", +["achievementIndex"] = 12, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Sadal and save Stonefalls.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sadal\'s Overthrower", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 22, ["Category_ID"] = 7, -["firstID"] = 0, } , [210] = { -["numCriteria"] = 1, +["name"] = "Rageclaw Hunter", +["achievementIndex"] = 73, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the great werewolf, Rageclaw, at Rageclaw\'s Den.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rageclaw Hunter", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 41, ["Category_ID"] = 6, -["firstID"] = 0, } , [211] = { -["numCriteria"] = 1, +["name"] = "Armene\'s Bane", +["achievementIndex"] = 57, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Breton necromancer, Vivien Armene, at the Dragon Mound.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Armene\'s Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 42, ["Category_ID"] = 6, -["firstID"] = 0, } , [212] = { -["numCriteria"] = 1, +["name"] = "Ratmaster Crusher", +["achievementIndex"] = 74, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the vampire, Olveidi the Ratmaster, at the Ratmaster\'s Prowl.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ratmaster Crusher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 34, ["Category_ID"] = 6, -["firstID"] = 0, } , [213] = { -["numCriteria"] = 1, +["name"] = "Mannskadi\'s Mauler", +["achievementIndex"] = 71, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the wild mammoth, Mannskadi, at Dragon\'s Hallow.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mannskadi\'s Mauler", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 35, ["Category_ID"] = 6, -["firstID"] = 0, } , [214] = { -["numCriteria"] = 1, +["name"] = "Ammabani Ambusher", +["achievementIndex"] = 56, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the great sabre cat, Ammabani, at Ammabani\'s Pride.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ammabani Ambusher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [215] = { -["numCriteria"] = 1, +["name"] = "Ilessan Tower Explorer", +["achievementIndex"] = 46, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ilessan Tower.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ilessan Tower Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 77, ["Category_ID"] = 6, -["firstID"] = 0, } , [216] = { -["numCriteria"] = 1, +["name"] = "Silumm Explorer", +["achievementIndex"] = 67, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Silumm.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Silumm Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 75, ["Category_ID"] = 6, -["firstID"] = 0, } , [217] = { -["numCriteria"] = 1, +["name"] = "Enduum Explorer", +["achievementIndex"] = 36, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Enduum.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Enduum Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 72, ["Category_ID"] = 6, -["firstID"] = 0, } , [218] = { -["numCriteria"] = 1, +["name"] = "Mines of Khuras Explorer", +["achievementIndex"] = 55, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Mines of Khuras.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mines of Khuras Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 74, ["Category_ID"] = 6, -["firstID"] = 0, } , [219] = { -["numCriteria"] = 1, +["name"] = "Ebon Crypt Explorer", +["achievementIndex"] = 35, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Ebon Crypt.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ebon Crypt Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 69, ["Category_ID"] = 6, -["firstID"] = 0, } , [220] = { -["numCriteria"] = 1, +["name"] = "Cryptwatch Fort Explorer", +["achievementIndex"] = 30, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Cryptwatch Fort.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cryptwatch Fort Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 68, ["Category_ID"] = 6, -["firstID"] = 0, } , [221] = { -["numCriteria"] = 1, +["name"] = "Portdun Watch Explorer", +["achievementIndex"] = 62, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Portdun Watch.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Portdun Watch Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 49, ["Category_ID"] = 6, -["firstID"] = 0, } , [222] = { -["numCriteria"] = 1, +["name"] = "Koeglin Mine Explorer", +["achievementIndex"] = 48, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Koeglin Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Koeglin Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 63, ["Category_ID"] = 6, -["firstID"] = 0, } , [223] = { -["numCriteria"] = 1, +["name"] = "Pariah Catacombs Explorer", +["achievementIndex"] = 61, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Pariah Catacombs.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pariah Catacombs Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 48, ["Category_ID"] = 6, -["firstID"] = 0, } , [224] = { -["numCriteria"] = 1, +["name"] = "Farangel\'s Delve Explorer", +["achievementIndex"] = 38, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Farangel\'s Delve.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Farangel\'s Delve Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 50, ["Category_ID"] = 6, -["firstID"] = 0, } , [225] = { -["numCriteria"] = 1, +["name"] = "Bearclaw Mine Explorer", +["achievementIndex"] = 23, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Bearclaw Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bearclaw Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 46, ["Category_ID"] = 6, -["firstID"] = 0, } , [226] = { -["numCriteria"] = 1, +["name"] = "Norvolk Ruins Explorer", +["achievementIndex"] = 58, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Norvolk Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Norvolk Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 47, ["Category_ID"] = 6, -["firstID"] = 0, } , [227] = { -["numCriteria"] = 1, +["name"] = "Crestshade Mine Explorer", +["achievementIndex"] = 28, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Crestshade Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crestshade Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 40, ["Category_ID"] = 6, -["firstID"] = 0, } , [228] = { -["numCriteria"] = 1, +["name"] = "Flyleaf Catacombs Explorer", +["achievementIndex"] = 39, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Flyleaf Catacombs.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Flyleaf Catacombs Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 41, ["Category_ID"] = 6, -["firstID"] = 0, } , [229] = { -["numCriteria"] = 1, +["name"] = "Tribulation Crypt Explorer", +["achievementIndex"] = 75, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Tribulation Crypt.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tribulation Crypt Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 42, ["Category_ID"] = 6, -["firstID"] = 0, } , [230] = { -["numCriteria"] = 1, +["name"] = "Orc\'s Finger Ruins Explorer", +["achievementIndex"] = 60, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Orc\'s Finger Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Orc\'s Finger Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 39, ["Category_ID"] = 6, -["firstID"] = 0, } , [231] = { -["numCriteria"] = 1, +["name"] = "Erokii Ruins Explorer", +["achievementIndex"] = 37, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Erokii Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Erokii Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 36, ["Category_ID"] = 6, -["firstID"] = 0, } , [232] = { -["numCriteria"] = 1, +["name"] = "Hildune\'s Secret Refuge Explorer", +["achievementIndex"] = 45, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Hildune\'s Secret Refuge.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hildune\'s Secret Refuge Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 37, ["Category_ID"] = 6, -["firstID"] = 0, } , [2285] = { +["name"] = "Pyandonean Style Master", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Pyandonean style book, occasionally found by fishing in Summerset.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 10, ["Category_ID"] = 12, -["name"] = "Pyandonean Style Master", } , [2286] = { -["numCriteria"] = 1, +["name"] = "Tsofeer Cavern Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Tsofeer Cavern.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Tsofeer Cavern Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 3, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2287] = { -["numCriteria"] = 1, +["name"] = "Teeth of Sithis Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Teeth of Sithis.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Teeth of Sithis Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 4, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2288] = { -["numCriteria"] = 2, +["name"] = "Murkmire Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Murkmire.", +["Category"] = "Murkmire", ["points"] = 15, -["prevId"] = 0, -["name"] = "Murkmire Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 1, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2289] = { -["numCriteria"] = 2, +["name"] = "Murkmire Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear both explorable caves in Murkmire.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Murkmire Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 2, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2290] = { -["numCriteria"] = 6, +["name"] = "Murkmire Pathfinder", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in Murkmire.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Murkmire Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 8, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2291] = { +["name"] = "Murkmire Skyshard Hunter", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Discover all 6 Skyshards in Murkmire.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["name"] = "Murkmire Skyshard Hunter", +["Category_ID"] = 18, } , [2292] = { -["numCriteria"] = 2, +["name"] = "Defender of Murkmire", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both world bosses in Murkmire.", +["Category"] = "Murkmire", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Murkmire", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [245] = { -["numCriteria"] = 1, +["name"] = "Atanaz Ruins Explorer", +["achievementIndex"] = 14, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Atanaz Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Atanaz Ruins Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 51, ["Category_ID"] = 6, -["firstID"] = 0, } , [246] = { -["numCriteria"] = 1, +["name"] = "Broken Tusk Explorer", +["achievementIndex"] = 13, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Broken Tusk.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Broken Tusk Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 53, ["Category_ID"] = 6, -["firstID"] = 0, } , [247] = { -["numCriteria"] = 1, +["name"] = "Chid-Moska Ruins Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Chid-Moska Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chid-Moska Ruins Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 50, ["Category_ID"] = 6, -["firstID"] = 0, } , [248] = { -["numCriteria"] = 1, +["name"] = "Gandranen Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Gandranen.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gandranen Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 52, ["Category_ID"] = 6, -["firstID"] = 0, } , [249] = { -["numCriteria"] = 1, +["name"] = "Onkobra Kwama Mine Explorer", +["achievementIndex"] = 9, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Onkobra Kwama Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Onkobra Kwama Mine Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 55, ["Category_ID"] = 6, -["firstID"] = 0, } , [250] = { -["numCriteria"] = 1, +["name"] = "Black Maw Shrine Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Shrine of the Black Maw.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Black Maw Shrine Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 57, ["Category_ID"] = 6, -["firstID"] = 0, } , [251] = { -["numCriteria"] = 1, +["name"] = "Chill Hollow Explorer", +["achievementIndex"] = 62, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear The Chill Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chill Hollow Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 47, ["Category_ID"] = 6, -["firstID"] = 0, } , [252] = { -["numCriteria"] = 1, +["name"] = "Icehammer\'s Vault Explorer", +["achievementIndex"] = 69, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Icehammer\'s Vault.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Icehammer\'s Vault Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 46, ["Category_ID"] = 6, -["firstID"] = 0, } , [253] = { -["numCriteria"] = 1, +["name"] = "Old Sord\'s Cave Explorer", +["achievementIndex"] = 72, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Old Sord\'s Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Old Sord\'s Cave Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 43, ["Category_ID"] = 6, -["firstID"] = 0, } , [254] = { -["numCriteria"] = 1, +["name"] = "Frigid Grotto Explorer", +["achievementIndex"] = 65, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Frigid Grotto.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Frigid Grotto Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 45, ["Category_ID"] = 6, -["firstID"] = 0, } , [255] = { -["numCriteria"] = 1, +["name"] = "Stormcrag Crypt Explorer", +["achievementIndex"] = 78, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Stormcrag Crypt.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Stormcrag Crypt Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 40, ["Category_ID"] = 6, -["firstID"] = 0, } , [256] = { -["numCriteria"] = 1, +["name"] = "Bastard\'s Tomb Explorer", +["achievementIndex"] = 59, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Bastard\'s Tomb.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bastard\'s Tomb Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 39, ["Category_ID"] = 6, -["firstID"] = 0, } , [257] = { -["numCriteria"] = 1, +["name"] = "Beralagr Hunter", +["achievementIndex"] = 60, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the great bear, Beralagr, at Swiftblade\'s Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Beralagr Hunter", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 36, ["Category_ID"] = 6, -["firstID"] = 0, } , [258] = { -["numCriteria"] = 1, +["name"] = "Drowned Horde Decimator", +["achievementIndex"] = 32, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Thjormar and the Drowned Horde at Bitterpoint Strand.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Drowned Horde Decimator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 26, ["Category_ID"] = 6, -["firstID"] = 0, } , [259] = { -["numCriteria"] = 1, +["name"] = "Dugan\'s Demolisher", +["achievementIndex"] = 33, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Orc reaver Dugan the Red.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dugan\'s Demolisher", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [260] = { -["numCriteria"] = 1, +["name"] = "Bone Grappler\'s Bane", +["achievementIndex"] = 25, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the strangler Bone Grappler in its nest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bone Grappler\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [261] = { -["numCriteria"] = 1, +["name"] = "Tallatta\'s Annihilator", +["achievementIndex"] = 68, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the nereid queen Tallatta the Lustrous in the Jagged Grotto.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Tallatta\'s Annihilator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 77, ["Category_ID"] = 6, -["firstID"] = 0, } , [262] = { -["numCriteria"] = 1, +["name"] = "Skullbreaker", +["achievementIndex"] = 65, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Skullbreaker the sea troll at Windshriek Strand.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skullbreaker", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [263] = { -["numCriteria"] = 1, +["name"] = "Green Vanquisher", +["achievementIndex"] = 39, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Commander Faldethil of the Green Hunters at River Edge.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Green Vanquisher", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [264] = { -["numCriteria"] = 1, +["name"] = "Lady Llarel\'s Shelter Explorer", +["achievementIndex"] = 30, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Lady Llarel\'s Shelter.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lady Llarel\'s Shelter Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 71, ["Category_ID"] = 6, -["firstID"] = 0, } , [265] = { -["numCriteria"] = 1, +["name"] = "Lower Bthanual Explorer", +["achievementIndex"] = 29, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the ruins of Lower Bthanual.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lower Bthanual Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 68, ["Category_ID"] = 6, -["firstID"] = 0, } , [266] = { -["numCriteria"] = 1, +["name"] = "Triple Circle Mine Explorer", +["achievementIndex"] = 25, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Triple Circle Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Triple Circle Mine Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 64, ["Category_ID"] = 6, -["firstID"] = 0, } , [267] = { -["numCriteria"] = 1, +["name"] = "Taleon\'s Crag Explorer", +["achievementIndex"] = 27, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Taleon\'s Crag.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Taleon\'s Crag Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 66, ["Category_ID"] = 6, -["firstID"] = 0, } , [268] = { -["numCriteria"] = 1, +["name"] = "Knife Ear Grotto Explorer", +["achievementIndex"] = 19, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Knife Ear Grotto.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Knife Ear Grotto Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 65, ["Category_ID"] = 6, -["firstID"] = 0, } , [269] = { -["numCriteria"] = 1, +["name"] = "Corpse Garden Explorer", +["achievementIndex"] = 20, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Corpse Garden.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Corpse Garden Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [270] = { -["numCriteria"] = 6, +["name"] = "Deshaan Cave Delver", +["achievementIndex"] = 18, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Deshaan.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Deshaan Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [2319] = { -["numCriteria"] = 14, +["name"] = "Welkynar Style Master", +["achievementIndex"] = 19, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Learn every chapter in the Welkynar style book, occasionally found as rewards for completing the Cloudrest Trial.", +["Category"] = "Summerset", ["points"] = 50, -["prevId"] = 0, -["name"] = "Welkynar Style Master", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 19, ["Category_ID"] = 12, -["firstID"] = 0, } , [272] = { -["numCriteria"] = 3, +["name"] = "Arx Corinium Vanquisher", +["achievementIndex"] = 4, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Ganakton the Tempest, Sliklenia the Songstress, and Sellistrix the Lamia Queen in Arx Corinium.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Arx Corinium Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 4, -["firstID"] = 0, } , [2321] = { +["name"] = "Those Who Swallow Seasons", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Defeat the four miregaunts who have swallowed Xinchei-Konu tablets.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 4, -["Category_ID"] = 17, -["name"] = "Those Who Swallow Seasons", +["Category_ID"] = 18, } , [274] = { -["numCriteria"] = 1, +["name"] = "Dead Man\'s Drop Explorer", +["achievementIndex"] = 29, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Dead Man\'s Drop.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dead Man\'s Drop Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [275] = { -["numCriteria"] = 1, +["name"] = "Short-Tusk Hunter", +["achievementIndex"] = 31, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant kagouti, Short-Tusk, at Short-Tusk\'s Hillock.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Short-Tusk Hunter", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [276] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Kill the corpse husk, the Abomination, at the Grove of the Abomination.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Abomination Slayer", +["achievementIndex"] = 28, ["SubCategory"] = "Ebonheart Pact", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Kill the corpse husk, the Abomination, at the Grove of the Abomination.", ["Category"] = "Exploration", -["achievementIndex"] = 69, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [277] = { -["numCriteria"] = 1, +["name"] = "Sharpfang Killer", +["achievementIndex"] = 26, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant troll, Sharpfang, at the Dire Bramblepatch.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sharpfang Killer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [278] = { -["numCriteria"] = 1, +["name"] = "Mabrigash Shade Destroyer", +["achievementIndex"] = 24, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the Mabrigash Shade at the Mabrigash Burial Circle.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mabrigash Shade Destroyer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 62, ["Category_ID"] = 6, -["firstID"] = 0, } , [279] = { -["numCriteria"] = 1, +["name"] = "Druitularg\'s Bane", +["achievementIndex"] = 22, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Dremora ritualist, Druitularg, at Druitularg\'s Ritual Altar.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Druitularg\'s Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 63, ["Category_ID"] = 6, -["firstID"] = 0, } , [280] = { -["numCriteria"] = 1, +["name"] = "Bittergreen Obliterator", +["achievementIndex"] = 23, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant guar, Bittergreen the Wild, at Caravan Crest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bittergreen Obliterator", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 60, ["Category_ID"] = 6, -["firstID"] = 0, } , [281] = { -["numCriteria"] = 1, +["name"] = "Black Vine Ruins Explorer", +["achievementIndex"] = 24, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Black Vine Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Black Vine Ruins Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [282] = { -["numCriteria"] = 1, +["name"] = "Roots of Silvenar Explorer", +["achievementIndex"] = 58, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Roots of Silvenar.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Roots of Silvenar Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [283] = { -["numCriteria"] = 1, +["name"] = "Hound Hinderer", +["achievementIndex"] = 20, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Uncover the Hound\'s Plan to lure the Green Lady to Silvenar.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hound Hinderer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [284] = { -["numCriteria"] = 1, +["name"] = "Silvenar\'s Friend", +["achievementIndex"] = 21, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Save the Silvenar from his captors.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Silvenar\'s Friend", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [285] = { -["numCriteria"] = 1, +["name"] = "Hero of Frond and Leaf", +["achievementIndex"] = 19, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Unite the Silvenar with the Green Lady.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hero of Frond and Leaf", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [286] = { -["numCriteria"] = 1, +["name"] = "Shael Ruins Explorer", +["achievementIndex"] = 62, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Shael Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shael Ruins Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [287] = { -["numCriteria"] = 6, +["name"] = "Auridon Cave Delver", +["achievementIndex"] = 8, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Auridon.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Auridon Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 57, ["Category_ID"] = 6, -["firstID"] = 0, } , [288] = { -["numCriteria"] = 1, +["name"] = "Del\'s Claim Explorer", +["achievementIndex"] = 31, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Del\'s Claim.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Del\'s Claim Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 67, ["Category_ID"] = 6, -["firstID"] = 0, } , [289] = { -["numCriteria"] = 1, +["name"] = "Ondil Explorer", +["achievementIndex"] = 55, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ondil.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ondil Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 66, ["Category_ID"] = 6, -["firstID"] = 0, } , [290] = { -["numCriteria"] = 1, +["name"] = "Entila\'s Folly Explorer", +["achievementIndex"] = 34, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Entila\'s Folly.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Entila\'s Folly Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 65, ["Category_ID"] = 6, -["firstID"] = 0, } , [291] = { -["numCriteria"] = 1, +["name"] = "Wansalen Explorer", +["achievementIndex"] = 75, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Wansalen.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wansalen Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 64, ["Category_ID"] = 6, -["firstID"] = 0, } , [292] = { -["numCriteria"] = 1, +["name"] = "Mehrunes\' Spite Explorer", +["achievementIndex"] = 47, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mehrunes\' Spite.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mehrunes\' Spite Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 58, ["Category_ID"] = 6, -["firstID"] = 0, } , [293] = { -["numCriteria"] = 1, +["name"] = "Bewan Explorer", +["achievementIndex"] = 22, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Bewan.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bewan Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 61, ["Category_ID"] = 6, -["firstID"] = 0, } , [294] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 3, -["description"] = "Defeat the Goblin War Chief and the Dreugh King in Fungal Grotto I.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Fungal Grotto I Vanquisher", +["achievementIndex"] = 10, ["SubCategory"] = "Group Dungeons", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Defeat the Goblin War Chief and the Dreugh King in Fungal Grotto I.", ["Category"] = "Dungeons", -["achievementIndex"] = 27, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 4, -["firstID"] = 0, } , [2343] = { -["numCriteria"] = 5, +["name"] = "Fiendish Flora", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Harvest a Scuttle Bloom and disarm a Gas Blossom, Static Pitcher, Catapult Cabbage, and Lantern Mantis.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Fiendish Flora", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 11, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [296] = { -["numCriteria"] = 6, +["name"] = "Malabal Tor Cave Delver", +["achievementIndex"] = 11, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Malabal Tor.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Malabal Tor Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [297] = { -["numCriteria"] = 1, +["name"] = "Tomb of the Apostates Explorer", +["achievementIndex"] = 71, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Tomb of the Apostates.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tomb of the Apostates Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [298] = { -["numCriteria"] = 1, +["name"] = "Hoarvor Pit Explorer", +["achievementIndex"] = 42, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Hoarvor Pit.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hoarvor Pit Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [299] = { -["numCriteria"] = 6, +["name"] = "Sanguine\'s Demesne Vanquisher", +["achievementIndex"] = 8, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Sanguine\'s Demesne.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sanguine\'s Demesne Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 39, ["Category_ID"] = 4, -["firstID"] = 0, } , [300] = { -["numCriteria"] = 6, +["name"] = "Sanguine\'s Demesne Conqueror", +["achievementIndex"] = 7, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all six champions in Sanguine\'s Demesne.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanguine\'s Demesne Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 38, ["Category_ID"] = 4, -["firstID"] = 0, } , [301] = { -["numCriteria"] = 2, +["name"] = "Spindleclutch I Vanquisher", +["achievementIndex"] = 8, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat the Swarm Mother and the Whisperer in Spindleclutch I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Spindleclutch I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 4, -["firstID"] = 0, } , [2350] = { -["numCriteria"] = 1, +["name"] = "Whispering Roots", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2350, +["numCriteria"] = 1, ["description"] = "Complete 1 Root-Whisper Daily from Tuwul.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Whispering Roots", -["SubCategory"] = "Quests", ["nextId"] = 2351, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["firstID"] = 2350, +["Category_ID"] = 18, } , [303] = { -["numCriteria"] = 1, +["name"] = "Torturers\' Demise", +["achievementIndex"] = 7, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Kathutet, Amkaos, and Ranyu, Molag Bal\'s torturers, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Torturers\' Demise", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [304] = { -["numCriteria"] = 1, +["name"] = "Ogrim Brother Subjugator", +["achievementIndex"] = 17, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Glut, Hogshead, and Stumble, the three Ogrim Brothers, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ogrim Brother Subjugator", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [305] = { -["numCriteria"] = 1, +["name"] = "Dremora Pirate Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Velehk Sain, the Dremora pirate, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dremora Pirate Slayer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [306] = { -["numCriteria"] = 1, +["name"] = "Traveling Dremora Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Methats, Vonshala, and Sumeer, the Dremora travelers, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Traveling Dremora Slayer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [307] = { -["numCriteria"] = 1, +["name"] = "Favored Daedroth Destroyer", +["achievementIndex"] = 6, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Menta Na, Molag Bal\'s most favored Daedroth, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Favored Daedroth Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [308] = { -["numCriteria"] = 1, +["name"] = "Closer of the Ever-Open Eye", +["achievementIndex"] = 18, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Yggmanei the Ever-Open Eye, Molag Bal\'s greatest spy, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Closer of the Ever-Open Eye", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [309] = { -["numCriteria"] = 1, +["name"] = "Hrelvesuu\'s Bane", +["achievementIndex"] = 19, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Daedroth Hrelvesuu at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hrelvesuu\'s Bane", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [310] = { -["numCriteria"] = 1, +["name"] = "Devourer of Souls Subverter", +["achievementIndex"] = 20, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rhagothan, the Devourer of Souls, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Devourer of Souls Subverter", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [311] = { -["numCriteria"] = 1, +["name"] = "Frost Lord Destroyer", +["achievementIndex"] = 5, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Nomeg Haga, the giant Frost Atronach of Coldharbour, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Frost Lord Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [312] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 7, -["description"] = "Defeat Zymel Hriz, the giant Storm Atronach of Coldharbour, at a Dark Anchor.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Storm Lord Destroyer", +["achievementIndex"] = 3, ["SubCategory"] = "Dark Anchors", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Zymel Hriz, the giant Storm Atronach of Coldharbour, at a Dark Anchor.", ["Category"] = "Exploration", -["achievementIndex"] = 15, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [313] = { -["numCriteria"] = 1, +["name"] = "Xivilai Slavemaster Destroyer", +["achievementIndex"] = 21, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Anaxes and Medrike, the Xivilai torturers, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Xivilai Slavemaster Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [314] = { -["numCriteria"] = 1, +["name"] = "Seductive Sister Destroyer", +["achievementIndex"] = 22, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Vika, Dylora, and Jansa, the Dark Seducer sisters, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Seductive Sister Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [315] = { -["numCriteria"] = 1, +["name"] = "Verkarth Vampire Destroyer", +["achievementIndex"] = 4, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat King Styriche of Verkarth and his companions, Fangaril and Zayzahad, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Verkarth Vampire Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [316] = { -["numCriteria"] = 1, +["name"] = "Crescent Dremora Destroyer", +["achievementIndex"] = 23, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Lord Dregas Volar, the holder of the Daedric Crescent, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crescent Dremora Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [317] = { -["numCriteria"] = 1, +["name"] = "Mournhold Lich Destroyer", +["achievementIndex"] = 24, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Gedna Relvel, the Lich of Mournhold, at a Dark Anchor.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mournhold Lich Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [318] = { -["numCriteria"] = 16, +["name"] = "General Executioner", +["achievementIndex"] = 11, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 16, ["description"] = "Destroy all of Molag Bal\'s generals that appear at the Dark Anchors.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "General Executioner", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [2367] = { -["numCriteria"] = 1, +["name"] = "Blackrose Buccaneer", +["achievementIndex"] = 3, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Murkmire", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blackrose Buccaneer", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 3, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2368] = { -["numCriteria"] = 1, +["name"] = "God of the Gauntlet", +["achievementIndex"] = 8, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Murkmire", ["points"] = 50, -["prevId"] = 0, -["name"] = "God of the Gauntlet", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 8, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2369] = { -["numCriteria"] = 1, +["name"] = "Faster than Flames", +["achievementIndex"] = 6, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Battlemage Ennodius without group members taking flame damage while her Flame Spouts ability is active in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Faster than Flames", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [322] = { -["numCriteria"] = 1, +["name"] = "Chainbreaker", +["achievementIndex"] = 16, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Release the Dark Anchor pinions to send the chains back to Coldharbour.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chainbreaker", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [2371] = { -["numCriteria"] = 1, +["name"] = "Skeletal Summoning", +["achievementIndex"] = 13, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Lady Minara after three Bone Colossi are summoned within 30 seconds of the round beginning in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Skeletal Summoning", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 13, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [324] = { -["numCriteria"] = 1, +["name"] = "Anchor Destroyer", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 324, +["numCriteria"] = 1, ["description"] = "Destroy 10 Dark Anchors from Coldharbour.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Anchor Destroyer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 619, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 324, } , [325] = { -["numCriteria"] = 2, +["name"] = "Banished Cells I Vanquisher", +["achievementIndex"] = 9, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat Shadowrend and High Kinlord Rilis in Banished Cells I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Banished Cells I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 4, -["firstID"] = 0, } , [2374] = { -["numCriteria"] = 1, +["name"] = "Meteor Mayhem", +["achievementIndex"] = 9, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use Battlemage Ennodius\' Meteor ability to stun all four atronachs simultaneously in the first arena of Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Meteor Mayhem", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 9, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [2375] = { -["numCriteria"] = 1, +["name"] = "Rise of the Fallen", +["achievementIndex"] = 11, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use a Sigil of Resurrection in any arena to revive three other group members at once in Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rise of the Fallen", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 11, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 18, } , [328] = { -["numCriteria"] = 6, +["name"] = "The Rift Cave Delver", +["achievementIndex"] = 53, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in the Rift.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "The Rift Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [329] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Explore and clear Faldar\'s Tooth.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Faldar\'s Tooth Explorer", +["achievementIndex"] = 63, ["SubCategory"] = "Ebonheart Pact", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Faldar\'s Tooth.", ["Category"] = "Exploration", -["achievementIndex"] = 23, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [330] = { -["numCriteria"] = 1, +["name"] = "Broken Helm Hollow Explorer", +["achievementIndex"] = 61, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Broken Helm Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Broken Helm Hollow Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [331] = { -["numCriteria"] = 1, +["name"] = "Avanchnzel Explorer", +["achievementIndex"] = 58, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["description"] = "Explore and clear Avancheznel.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Avanchnzel.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Avancheznel Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [332] = { -["numCriteria"] = 1, +["name"] = "Fort Greenwall Explorer", +["achievementIndex"] = 64, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Fort Greenwall.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fort Greenwall Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 31, ["Category_ID"] = 6, -["firstID"] = 0, } , [333] = { -["numCriteria"] = 1, +["name"] = "Shroud Hearth Barrow Explorer", +["achievementIndex"] = 75, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Shroud Hearth Barrow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shroud Hearth Barrow Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 32, ["Category_ID"] = 6, -["firstID"] = 0, } , [334] = { -["numCriteria"] = 1, +["name"] = "Snapleg Cave Explorer", +["achievementIndex"] = 77, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Snapleg Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Snapleg Cave Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 33, ["Category_ID"] = 6, -["firstID"] = 0, } , [335] = { -["numCriteria"] = 1, +["name"] = "Reach Crusher", +["achievementIndex"] = 24, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Crush the Reach\'s presence in the Rift.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reach Crusher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [336] = { -["numCriteria"] = 1, +["name"] = "Wormsquasher", +["achievementIndex"] = 25, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Thallik Wormfather and scatter the Worm Cult.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wormsquasher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [337] = { -["numCriteria"] = 1, +["name"] = "Ysgramor\'s Prodigy", +["achievementIndex"] = 26, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Return Sinmur to his grave.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ysgramor\'s Prodigy", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [2386] = { -["numCriteria"] = 3, +["name"] = "A Variety of Vermin", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["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"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "A Variety of Vermin", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 12, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , [2387] = { -["numCriteria"] = 1, +["name"] = "Rat Race", +["achievementIndex"] = 9, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rat Race", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 9, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , [340] = { -["numCriteria"] = 1, +["name"] = "Fungal Grotto II Assassin", +["achievementIndex"] = 5, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Mephala\'s Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Spider Cultists.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fungal Grotto II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["firstID"] = 0, } , [2389] = { -["numCriteria"] = 1, +["name"] = "Skating the Ice", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Have no group members get hit by Glaciation during your battle with the Weeping Woman in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skating the Ice", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 11, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , [342] = { -["numCriteria"] = 1, +["name"] = "Fearless Assaulter", +["achievementIndex"] = 5, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Vila Theran in Veteran Fungal Grotto II without any member of your party using the protection of the Obsidian Husk.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fearless Assaulter", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["firstID"] = 0, } , [343] = { +["name"] = "Fungal Grotto II Conqueror", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat Gamyne Bandu, the Spawn of Mephala, and Vila Theran in Veteran Fungal Grotto II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["name"] = "Fungal Grotto II Conqueror", } , [2392] = { -["numCriteria"] = 1, +["name"] = "Reaping Rainbow", +["achievementIndex"] = 12, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat each color of Auroran during the battle with the Symphony of Blades in Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reaping Rainbow", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 12, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , [345] = { -["numCriteria"] = 1, +["name"] = "Khajiiti Hunters\' Bane", +["achievementIndex"] = 70, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Indur-sa and the Khajiiti Hunters at the Hunter Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Khajiiti Hunters\' Bane", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [346] = { -["numCriteria"] = 1, +["name"] = "Troll Killer", +["achievementIndex"] = 79, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the trolls, Frostdrool and Sleetclaw, at the Troll Cave.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Troll Killer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [347] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat the Frost Atronach, Nomeg Rine, at the Frozen Ruins.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Frost Atronach Destroyer", +["achievementIndex"] = 66, ["SubCategory"] = "Ebonheart Pact", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Frost Atronach, Nomeg Rine, at the Frozen Ruins.", ["Category"] = "Exploration", -["achievementIndex"] = 21, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [348] = { -["numCriteria"] = 1, +["name"] = "Ghost Banisher", +["achievementIndex"] = 67, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Put Ghoragham to rest at Angarvunde Mound.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ghost Banisher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [349] = { -["numCriteria"] = 1, +["name"] = "Giant Slayer", +["achievementIndex"] = 68, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Longstride the Giant and his Mammoth at the Giant Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Giant Slayer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [350] = { -["numCriteria"] = 1, +["name"] = "Wispmother Vanquisher", +["achievementIndex"] = 80, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Banish Aereus the Wispmother from Wisplight Glen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wispmother Vanquisher", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [351] = { -["numCriteria"] = 1, +["name"] = "Marines Avenger", +["achievementIndex"] = 46, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "End the threat of the necromancers at Soulfire Plateau and avenge the First Auridon Marines.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Marines Avenger", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 72, ["Category_ID"] = 6, -["firstID"] = 0, } , [352] = { -["numCriteria"] = 1, +["name"] = "Bandit Lord Bounty Hunter", +["achievementIndex"] = 20, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Quenyas, leader of Auridon\'s bandit gangs, in the camp at Seaside Scarp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bandit Lord Bounty Hunter", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 60, ["Category_ID"] = 6, -["firstID"] = 0, } , [353] = { -["numCriteria"] = 1, +["name"] = "Ghost Captain Crusher", +["achievementIndex"] = 37, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Ghost Captain Blanchete at the Wreck of the Raptor.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ghost Captain Crusher", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 62, ["Category_ID"] = 6, -["firstID"] = 0, } , [354] = { -["numCriteria"] = 1, +["name"] = "Snapjaw\'s Bane", +["achievementIndex"] = 66, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the clannfear champion, Snapjaw, and end the murder of innocents at Heretic\'s Summons.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Snapjaw\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 63, ["Category_ID"] = 6, -["firstID"] = 0, } , [355] = { -["numCriteria"] = 1, +["name"] = "Nestmother Eradicator", +["achievementIndex"] = 53, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the giant snake known as the Nestmother in her den.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nestmother Eradicator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 56, ["Category_ID"] = 6, -["firstID"] = 0, } , [356] = { -["numCriteria"] = 1, +["name"] = "Anarume Bounty Hunter", +["achievementIndex"] = 19, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Anarume at the Heritance Proving Ground and end his treason.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Anarume Bounty Hunter", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 59, ["Category_ID"] = 6, -["firstID"] = 0, } , [357] = { -["numCriteria"] = 3, +["name"] = "Direfrost Keep Vanquisher", +["achievementIndex"] = 1, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat the Guardian of the Flame, the Empowered Frost Atronach, and Drodda of Icereach at Direfrost Keep.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Direfrost Keep Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 4, -["firstID"] = 0, } , [2406] = { -["numCriteria"] = 1, +["name"] = "Flattened the Nightmare Plateau", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the dro-m\'Athra, Zalsheem, on the Nightmare Plateau.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Flattened the Nightmare Plateau", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 18, ["Category_ID"] = 11, -["firstID"] = 0, } , [2407] = { -["numCriteria"] = 1, +["name"] = "Terror Bird Terminator", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the terror bird, Wily Kee\'va, at Talon Gulch.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Terror Bird Terminator", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 19, ["Category_ID"] = 11, -["firstID"] = 0, } , [360] = { -["numCriteria"] = 1, +["name"] = "Sunder the First Veil", +["achievementIndex"] = 4, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Execute the traitor at Tanzelwil in the name of Queen Ayrenn.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sunder the First Veil", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 25, ["Category_ID"] = 7, -["firstID"] = 0, } , [361] = { -["numCriteria"] = 1, +["name"] = "Sunder the Second Veil", +["achievementIndex"] = 5, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Infiltrate the Veiled Heritance and discover its secret.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sunder the Second Veil", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 24, ["Category_ID"] = 7, -["firstID"] = 0, } , [362] = { -["numCriteria"] = 1, +["name"] = "Sunder the Third Veil", +["achievementIndex"] = 6, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Daedric army and their leader at Firsthold.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sunder the Third Veil", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 22, ["Category_ID"] = 7, -["firstID"] = 0, } , [363] = { -["numCriteria"] = 1, +["name"] = "Plague Ender", +["achievementIndex"] = 10, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Merdyndril the Alchemist at Obsidian Gorge and put an end to the Llodos plague.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Plague Ender", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 21, ["Category_ID"] = 7, -["firstID"] = 0, } , [364] = { -["numCriteria"] = 1, +["name"] = "Temple Knight", +["achievementIndex"] = 9, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Free the Tribunal Temple from invading Daedric forces.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Temple Knight", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 20, ["Category_ID"] = 7, -["firstID"] = 0, } , [365] = { -["numCriteria"] = 1, +["name"] = "Vox Slayer", +["achievementIndex"] = 7, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Magistrix Vox at Eidolon\'s Hollow and restore peace to Deshaan.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Vox Slayer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 18, ["Category_ID"] = 7, -["firstID"] = 0, } , [2414] = { -["numCriteria"] = 1, +["name"] = "Hollowfang Dire-Maw Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 25 Hollowfang Dire-Maws in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hollowfang Dire-Maw Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 10, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [367] = { -["numCriteria"] = 5, +["name"] = "Crow\'s Wood Vanquisher", +["achievementIndex"] = 15, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Crow\'s Wood.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crow\'s Wood Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 45, ["Category_ID"] = 4, -["firstID"] = 0, } , [368] = { -["numCriteria"] = 5, +["name"] = "Crow\'s Wood Conqueror", +["achievementIndex"] = 13, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of Crow\'s Wood\'s champions.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crow\'s Wood Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 29, ["Category_ID"] = 4, -["firstID"] = 0, } , [369] = { -["numCriteria"] = 4, +["name"] = "Forgotten Crypts Vanquisher", +["achievementIndex"] = 11, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat three of the champions in the Forgotten Crypts.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Forgotten Crypts Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 50, ["Category_ID"] = 4, -["firstID"] = 0, } , [370] = { -["numCriteria"] = 4, +["name"] = "Forgotten Crypts Conqueror", +["achievementIndex"] = 10, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat all of the champions in the Forgotten Crypts.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Forgotten Crypts Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 44, ["Category_ID"] = 4, -["firstID"] = 0, } , [371] = { -["numCriteria"] = 1, +["name"] = "Lion\'s Den Group Event", +["achievementIndex"] = 22, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Lonely Giant and his angry mammoths in the Lion\'s Den.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lion\'s Den Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 34, ["Category_ID"] = 4, -["firstID"] = 0, } , [372] = { -["numCriteria"] = 1, +["name"] = "Sanguine\'s Group Event", +["achievementIndex"] = 9, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Fight-Master Grel and his adepts at Sanguine\'s Demesne.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanguine\'s Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 40, ["Category_ID"] = 4, -["firstID"] = 0, } , [373] = { -["numCriteria"] = 7, +["name"] = "Lion\'s Den Vanquisher", +["achievementIndex"] = 44, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat three of the champions in the Lion\'s Den.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lion\'s Den Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 48, ["Category_ID"] = 4, -["firstID"] = 0, } , [374] = { -["numCriteria"] = 7, +["name"] = "Lion\'s Den Conqueror", +["achievementIndex"] = 33, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat all of the champions in the Lion\'s Den.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lion\'s Den Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 33, ["Category_ID"] = 4, -["firstID"] = 0, } , [375] = { -["numCriteria"] = 6, +["name"] = "Hall of the Dead Vanquisher", +["achievementIndex"] = 5, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in the Hall of the Dead.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hall of the Dead Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 49, ["Category_ID"] = 4, -["firstID"] = 0, } , [376] = { -["numCriteria"] = 6, +["name"] = "Hall of the Dead Conqueror", +["achievementIndex"] = 4, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in the Hall of the Dead.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hall of the Dead Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 42, ["Category_ID"] = 4, -["firstID"] = 0, } , [377] = { -["numCriteria"] = 7, +["name"] = "Obsidian Scar Vanquisher", +["achievementIndex"] = 46, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat three of the champions in Obsidian Scar.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Obsidian Scar Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 4, -["firstID"] = 0, } , [378] = { -["numCriteria"] = 7, +["name"] = "Obsidian Scar Conqueror", +["achievementIndex"] = 35, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat all of the champions in Obsidian Scar.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Obsidian Scar Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 4, -["firstID"] = 0, } , [379] = { -["numCriteria"] = 1, +["name"] = "Crow\'s Wood Group Event", +["achievementIndex"] = 14, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the Soul Wraiths to summon and slay Ghyslain in Crow\'s Wood.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crow\'s Wood Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 51, ["Category_ID"] = 4, -["firstID"] = 0, } , [380] = { -["numCriteria"] = 1, +["name"] = "Bad Man\'s Group Event", +["achievementIndex"] = 19, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Slay the Giant Snake Mother in Bad Man\'s Hallows.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bad Man\'s Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 37, ["Category_ID"] = 4, -["firstID"] = 0, } , [381] = { -["numCriteria"] = 1, +["name"] = "Hall of the Dead Group Event", +["achievementIndex"] = 6, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Reynir the Destroyer and his minions in the Hall of the Dead.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hall of the Dead Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 41, ["Category_ID"] = 4, -["firstID"] = 0, } , [382] = { -["numCriteria"] = 1, +["name"] = "Graufang Hunter", +["achievementIndex"] = 41, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the giant bear Graufang at Seaview Point.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Graufang Hunter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 62, ["Category_ID"] = 6, -["firstID"] = 0, } , [383] = { -["numCriteria"] = 1, +["name"] = "Limbscather Slayer", +["achievementIndex"] = 52, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the lurcher Limbscather at the Western Overlook.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Limbscather Slayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 76, ["Category_ID"] = 6, -["firstID"] = 0, } , [384] = { -["numCriteria"] = 1, +["name"] = "Werewolf\'s Bane", +["achievementIndex"] = 78, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the werewolf, Salazar the Wolf, at the Wolf\'s Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Werewolf\'s Bane", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 73, ["Category_ID"] = 6, -["firstID"] = 0, } , [385] = { -["numCriteria"] = 1, +["name"] = "Asard\'s Assassin", +["achievementIndex"] = 22, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Bloodthorn zombie, Asard the Putrid, at North Shore Point.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Asard\'s Assassin", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 65, ["Category_ID"] = 6, -["firstID"] = 0, } , [386] = { -["numCriteria"] = 1, +["name"] = "Trapjaw Stalker", +["achievementIndex"] = 74, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the wamasu, Trapjaw, at Trapjaw\'s Cove.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Trapjaw Stalker", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 61, ["Category_ID"] = 6, -["firstID"] = 0, } , [387] = { -["numCriteria"] = 1, +["name"] = "Bloodcaller\'s Ruin", +["achievementIndex"] = 24, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the necromancer, Grivier Bloodcaller, at Balefire Island.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bloodcaller\'s Ruin", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 71, ["Category_ID"] = 6, -["firstID"] = 0, } , [388] = { -["numCriteria"] = 1, +["name"] = "Forgotten Crypts Group Event", +["achievementIndex"] = 12, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Eradicate the Kwama infestation and kill the Kwama Guardians in the Forgotten Crypts.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Forgotten Crypts Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 43, ["Category_ID"] = 4, -["firstID"] = 0, } , [389] = { -["numCriteria"] = 5, +["name"] = "Toothmaul Gully Vanquisher", +["achievementIndex"] = 51, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Toothmaul Gully.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Toothmaul Gully Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 4, -["firstID"] = 0, } , [390] = { -["numCriteria"] = 5, +["name"] = "Toothmaul Gully Conqueror", +["achievementIndex"] = 40, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Toothmaul Gully.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Toothmaul Gully Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 4, -["firstID"] = 0, } , [391] = { -["numCriteria"] = 3, +["name"] = "Volenfell Vanquisher", +["achievementIndex"] = 23, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Quintus Verres, Tremorscale, and the Guardian Council at Volenfell.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Volenfell Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 4, -["firstID"] = 0, } , [2440] = { -["numCriteria"] = 5, +["name"] = "Rimmen Necropolis Conqueror", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Rimmen Necropolis.", +["Category"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rimmen Necropolis Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 9, ["Category_ID"] = 11, -["firstID"] = 0, } , [393] = { -["numCriteria"] = 3, +["name"] = "Blessed Crucible Vanquisher", +["achievementIndex"] = 25, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat the Pack, the Beast Master, and the Lava Queen at the Blessed Crucible.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blessed Crucible Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 4, -["firstID"] = 0, } , [2442] = { -["numCriteria"] = 5, +["name"] = "Orcrest Conqueror", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Orcrest.", +["Category"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "Orcrest Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 11, ["Category_ID"] = 11, -["firstID"] = 0, } , [395] = { -["numCriteria"] = 5, +["name"] = "Lost City Vanquisher", +["achievementIndex"] = 45, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in the Lost City of the Na-Totambu.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lost City Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 27, ["Category_ID"] = 4, -["firstID"] = 0, } , [396] = { -["numCriteria"] = 5, +["name"] = "Lost City Conqueror", +["achievementIndex"] = 34, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in the Lost City of the Na-Totambu.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lost City Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 4, -["firstID"] = 0, } , [2445] = { -["numCriteria"] = 1, +["name"] = "Orcrest Group Event", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Plague of Crows in Orcrest.", +["Category"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "Orcrest Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 14, ["Category_ID"] = 11, -["firstID"] = 0, } , [399] = { -["numCriteria"] = 1, +["name"] = "Titanclaw Cracker", +["achievementIndex"] = 72, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Titanclaw the mudcrab at Mudcrab Beach.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Titanclaw Cracker", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 64, ["Category_ID"] = 6, -["firstID"] = 0, } , [400] = { -["numCriteria"] = 1, +["name"] = "Spider Slayer", +["achievementIndex"] = 69, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Old Widow Silk and the Bloodweaver spiders at the Spider Nest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Spider Slayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [401] = { -["numCriteria"] = 1, +["name"] = "Brood Queen Destroyer", +["achievementIndex"] = 25, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Dreugh Brood Queen at the Dreugh Waters.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Brood Queen Destroyer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 60, ["Category_ID"] = 6, -["firstID"] = 0, } , [402] = { -["numCriteria"] = 1, +["name"] = "Gar Xuu Gar\'s Bane", +["achievementIndex"] = 40, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Daedroth Gar Xuu Gar and his minions at the Abandoned Farm.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Gar Xuu Gar\'s Bane", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 59, ["Category_ID"] = 6, -["firstID"] = 0, } , [403] = { -["numCriteria"] = 1, +["name"] = "Cousin Scrag\'s Demolisher", +["achievementIndex"] = 27, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Ogre called Cousin Scrag at Scrag\'s Larder.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Cousin Scrag\'s Demolisher", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 58, ["Category_ID"] = 6, -["firstID"] = 0, } , [404] = { -["numCriteria"] = 1, +["name"] = "Kruz Control", +["achievementIndex"] = 50, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Zymel Kruz the Storm Atronach at the Ancient Altar.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Kruz Control", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 57, ["Category_ID"] = 6, -["firstID"] = 0, } , [406] = { -["numCriteria"] = 1, +["name"] = "Nose Diver", +["achievementIndex"] = 59, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Jump from the nose of the Weeping Giant.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nose Diver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 81, ["Category_ID"] = 6, -["firstID"] = 0, } , [410] = { -["numCriteria"] = 3, +["name"] = "Blackheart Haven Vanquisher", +["achievementIndex"] = 26, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Atarus, the Roost Mother, and Captain Blackheart in Blackheart Haven.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blackheart Haven Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 4, -["firstID"] = 0, } , [412] = { -["numCriteria"] = 1, +["name"] = "Santaki Ruins Explorer", +["achievementIndex"] = 66, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Santaki Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Santaki Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 33, ["Category_ID"] = 6, -["firstID"] = 0, } , [413] = { -["numCriteria"] = 6, +["name"] = "Alik\'r Desert Cave Delver", +["achievementIndex"] = 12, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in the Alik\'r Desert.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Alik\'r Desert Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [414] = { -["numCriteria"] = 1, +["name"] = "Divad\'s Chagrin Mine Explorer", +["achievementIndex"] = 33, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Divad\'s Chagrin Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Divad\'s Chagrin Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 32, ["Category_ID"] = 6, -["firstID"] = 0, } , [415] = { -["numCriteria"] = 3, +["name"] = "Famed Recruiter", +["achievementIndex"] = 1, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Recruit all three famous privateers on Stros M\'Kai.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Famed Recruiter", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 26, ["Category_ID"] = 7, -["firstID"] = 0, } , [416] = { -["numCriteria"] = 1, +["name"] = "Aldunz Ruins Explorer", +["achievementIndex"] = 21, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Aldunz Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Aldunz Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 28, ["Category_ID"] = 6, -["firstID"] = 0, } , [417] = { -["numCriteria"] = 3, +["name"] = "Selene\'s Web Vanquisher", +["achievementIndex"] = 24, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Longclaw, Foulhide, and Selene in Selene\'s Web.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Selene\'s Web Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 4, -["firstID"] = 0, } , [2466] = { -["numCriteria"] = 1, +["name"] = "Sunspire Vanquisher", +["achievementIndex"] = 14, +["SubCategory"] = "Sunspire", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas after extinguishing all of their offering braziers in Veteran Sunspire.", +["Category"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sunspire Vanquisher", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 14, ["Category_ID"] = 11, -["firstID"] = 0, } , [419] = { -["numCriteria"] = 1, +["name"] = "Coldrock Diggings Explorer", +["achievementIndex"] = 26, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Coldrock Diggings.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Coldrock Diggings Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [420] = { -["numCriteria"] = 1, +["name"] = "Sandblown Mine Explorer", +["achievementIndex"] = 65, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Sandblown Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sandblown Mine Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 27, ["Category_ID"] = 6, -["firstID"] = 0, } , [421] = { +["name"] = "Spindleclutch II Conqueror", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat the Blood Golem, Praxin\'s Ghost, and Vorenor Winterbourne in Veteran Spindleclutch II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["name"] = "Spindleclutch II Conqueror", } , [2470] = { -["numCriteria"] = 1, +["name"] = "Stormchaser", +["achievementIndex"] = 6, +["SubCategory"] = "Sunspire", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Lokkestiiz after extinguishing his offering braziers in Veteran Sunspire.", +["Category"] = "Elsweyr", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stormchaser", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, ["Category_ID"] = 11, -["firstID"] = 0, } , [423] = { -["numCriteria"] = 1, +["name"] = "Yldzuun Ruins Explorer", +["achievementIndex"] = 81, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Yldzuun Ruins.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Yldzuun Ruins Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 26, ["Category_ID"] = 6, -["firstID"] = 0, } , [424] = { -["numCriteria"] = 6, +["name"] = "Eastmarch Cave Delver", +["achievementIndex"] = 52, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Eastmarch.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Eastmarch Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 38, ["Category_ID"] = 6, -["firstID"] = 0, } , [425] = { -["numCriteria"] = 1, +["name"] = "Deathsong Deforester", +["achievementIndex"] = 30, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy the tainted plant creatures at Deathsong Cleft in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Deathsong Deforester", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 70, ["Category_ID"] = 6, -["firstID"] = 0, } , [426] = { -["numCriteria"] = 1, +["name"] = "Big Ozur\'s Bane", +["achievementIndex"] = 23, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Big Ozur the Ogre in Big Ozur\'s Valley.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Big Ozur\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [427] = { -["numCriteria"] = 1, +["name"] = "Mercy Killer", +["achievementIndex"] = 48, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Queen of Three Mercies and her entourage at Waterdancer Falls in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mercy Killer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 73, ["Category_ID"] = 6, -["firstID"] = 0, } , [428] = { -["numCriteria"] = 1, +["name"] = "Gravecaller\'s Doom", +["achievementIndex"] = 38, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Gravecaller Niramo and his dark daughter Varien at the Reaper\'s Henge.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Gravecaller\'s Doom", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 71, ["Category_ID"] = 6, -["firstID"] = 0, } , [429] = { -["numCriteria"] = 1, +["name"] = "Ysolmarr\'s Ruin", +["achievementIndex"] = 79, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Daedroth, Ysolmarr the Roving Pyre, near the Old S\'ren-ja Docks in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ysolmarr\'s Ruin", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 79, ["Category_ID"] = 6, -["firstID"] = 0, } , [430] = { -["numCriteria"] = 1, +["name"] = "Nur-dro\'s Downfall", +["achievementIndex"] = 54, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the vampire, Overlord Nur-dro, at Ushmal\'s Rest in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nur-dro\'s Downfall", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 74, ["Category_ID"] = 6, -["firstID"] = 0, } , [432] = { -["numCriteria"] = 1, +["name"] = "Aba-Loria Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Aba-Loria.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Aba-Loria Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [433] = { -["numCriteria"] = 1, +["name"] = "Grotto of Depravity Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Grotto of Depravity.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Grotto of Depravity Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [434] = { -["numCriteria"] = 1, +["name"] = "Cave of Trophies Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Cave of Trophies.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cave of Trophies Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [435] = { -["numCriteria"] = 1, +["name"] = "Forgefire Vault Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Vault of Haman Forgefire.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Forgefire Vault Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [436] = { -["numCriteria"] = 1, +["name"] = "Mal Sorra\'s Tomb Explorer", +["achievementIndex"] = 13, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mal Sorra\'s Tomb.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mal Sorra\'s Tomb Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [437] = { -["numCriteria"] = 1, +["name"] = "Wailing Maw Explorer", +["achievementIndex"] = 15, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Wailing Maw.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wailing Maw Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [438] = { -["numCriteria"] = 6, +["name"] = "Coldharbour Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Coldharbour.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Coldharbour Cave Delver", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [439] = { -["numCriteria"] = 1, +["name"] = "Sthorha\'s Doom", +["achievementIndex"] = 14, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the daedroth, Sthorha the Crazed, at Aba-Darre.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sthorha\'s Doom", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [440] = { -["numCriteria"] = 1, +["name"] = "Ice Wraith Hunter", +["achievementIndex"] = 12, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the ice wraith, Duriatundur, at Duriatundur\'s Killing Field.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ice Wraith Hunter", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [441] = { -["numCriteria"] = 1, +["name"] = "Centurion\'s Ruin", +["achievementIndex"] = 7, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the ancient Dwarven Centurion, Zemarek-thul, at Zemarek\'s Hollow.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Centurion\'s Ruin", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [442] = { -["numCriteria"] = 1, +["name"] = "Daedroth Trio Hunter", +["achievementIndex"] = 9, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the daedroth trio, Nolagha, Keggagiha and Rsolignah, at the Daedroth Larder.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Daedroth Trio Hunter", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [443] = { -["numCriteria"] = 1, +["name"] = "Brolsgerbwd\'s Bane", +["achievementIndex"] = 1, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Dremora necromancer, Brolsgerbwd, at the Risen Court.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Brolsgerbwd\'s Bane", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [444] = { -["numCriteria"] = 1, +["name"] = "Cynhamoth\'s End", +["achievementIndex"] = 8, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the harvester, Cynhamoth, at Cynhamoth\'s Grove.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Cynhamoth\'s End", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [445] = { -["numCriteria"] = 1, +["name"] = "Rulanyil\'s Fall Group Event", +["achievementIndex"] = 27, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the undead hordes of Hergor the Fallen at Rulanyil\'s Fall.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rulanyil\'s Fall Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 4, -["firstID"] = 0, } , [446] = { -["numCriteria"] = 1, +["name"] = "Spindleclutch II Assassin", +["achievementIndex"] = 7, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Spindleclutch II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["firstID"] = 0, } , [2495] = { -["numCriteria"] = 1, +["name"] = "Anequina Monster Exterminator", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2493, +["numCriteria"] = 1, ["description"] = "Complete 30 world boss daily quests for Ri\'hirr of the Northern Elsweyr Defense Force.", +["Category"] = "Elsweyr", ["points"] = 15, -["prevId"] = 0, -["name"] = "Anequina Monster Exterminator", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, ["Category_ID"] = 11, -["firstID"] = 2493, } , [448] = { -["numCriteria"] = 1, +["name"] = "Compassionate Hero", +["achievementIndex"] = 7, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Vorenor Winterbourne in Veteran Spindleclutch II without killing any of the innocent victims held captive in his lair.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Compassionate Hero", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["firstID"] = 0, } , [449] = { -["numCriteria"] = 1, +["name"] = "Banished Cells II Assassin", +["achievementIndex"] = 3, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Banished Cells II, defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis, all within twenty minutes. Timer starts upon engaging the first group of Banished skeletons.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Banished Cells II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["firstID"] = 0, } , [2498] = { -["numCriteria"] = 1, +["name"] = "Dragon Exterminator", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2496, +["numCriteria"] = 1, ["description"] = "Complete 30 Dragon daily quests for Battlereeve Tanerline in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 15, -["prevId"] = 0, -["name"] = "Dragon Exterminator", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, ["Category_ID"] = 11, -["firstID"] = 2496, } , [451] = { -["numCriteria"] = 1, +["name"] = "Cursed Hero", +["achievementIndex"] = 3, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Banished Cells II, defeat High Kinlord Rilis while three or more Daedroth still live.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cursed Hero", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["firstID"] = 0, } , [452] = { -["numCriteria"] = 6, +["name"] = "Reaper\'s March Cave Delver", +["achievementIndex"] = 12, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Reaper\'s March Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [453] = { -["numCriteria"] = 1, +["name"] = "Kuna\'s Delve Explorer", +["achievementIndex"] = 45, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Kuna\'s Delve.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kuna\'s Delve Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [454] = { -["numCriteria"] = 1, +["name"] = "Thibaut\'s Cairn Explorer", +["achievementIndex"] = 69, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Thibaut\'s Cairn.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Thibaut\'s Cairn Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [455] = { -["numCriteria"] = 1, +["name"] = "Weeping Wind Cave Explorer", +["achievementIndex"] = 77, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Weeping Wind Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Weeping Wind Cave Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [456] = { -["numCriteria"] = 1, +["name"] = "Claw\'s Strike Explorer", +["achievementIndex"] = 28, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Claw\'s Strike.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Claw\'s Strike Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [457] = { -["numCriteria"] = 1, +["name"] = "Fardir\'s Folly Explorer", +["achievementIndex"] = 35, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Fardir\'s Folly.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fardir\'s Folly Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [458] = { -["numCriteria"] = 1, +["name"] = "Jode\'s Light Explorer", +["achievementIndex"] = 43, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Jode\'s Light.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Jode\'s Light Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [459] = { +["name"] = "Elden Hollow II Conqueror", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat Dark Root, Murklight, and Bogdan the Nightflame in Veteran Elden Hollow II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["name"] = "Elden Hollow II Conqueror", } , [460] = { -["numCriteria"] = 1, +["name"] = "Crimson Cove Group Event", +["achievementIndex"] = 21, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Flat Tooth and his minions at Crimson Cove.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crimson Cove Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 4, -["firstID"] = 0, } , [461] = { -["numCriteria"] = 1, +["name"] = "Elden Hollow II Assassin", +["achievementIndex"] = 9, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Veteran Elden Hollow II within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Elden Hollow II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["firstID"] = 0, } , [463] = { -["numCriteria"] = 1, +["name"] = "Closing the Book", +["achievementIndex"] = 9, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Bogdan the Nightflame after reading the Opus of Torment in Veteran Elden Hollow II.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Closing the Book", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["firstID"] = 0, } , [464] = { +["name"] = "Darkshade Caverns II Conqueror", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat the Transmuted Hive Lord, Grobull the Transmuted, and the Engine Guardian in Veteran Darkshade Caverns II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["name"] = "Darkshade Caverns II Conqueror", } , [465] = { -["numCriteria"] = 1, +["name"] = "Darkshade Caverns II Assassin", +["achievementIndex"] = 11, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Fallen Foreman, the Hive Lord and its Scribs, the Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, all within twenty minutes. Timer starts upon engaging the first group of kwama.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darkshade Caverns II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["firstID"] = 0, } , [467] = { -["numCriteria"] = 1, +["name"] = "Deadly Engineer", +["achievementIndex"] = 11, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Engine Guardian in Veteran Darkshade Caverns II without anyone in your group activating an Engine Lever.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deadly Engineer", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["firstID"] = 0, } , [468] = { -["numCriteria"] = 1, +["name"] = "Toothmaul Gully Group Event", +["achievementIndex"] = 28, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Bloodroot and its guardians at Toothmaul Gully.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Toothmaul Gully Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["firstID"] = 0, } , [469] = { -["numCriteria"] = 1, +["name"] = "Vile Manse Group Event", +["achievementIndex"] = 29, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the damned creations of Graccus\' frost experiments at the Vile Manse.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vile Manse Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["firstID"] = 0, } , [470] = { -["numCriteria"] = 1, +["name"] = "Root Sunder Group Event", +["achievementIndex"] = 26, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Bonemonger and its captors in Root Sunder Ruins.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Root Sunder Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 4, -["firstID"] = 0, } , [471] = { -["numCriteria"] = 12, +["name"] = "Glenumbra Angler", +["achievementIndex"] = 14, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Glenumbra.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Glenumbra Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [472] = { -["numCriteria"] = 12, +["name"] = "Stormhaven Angler", +["achievementIndex"] = 24, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Stormhaven.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stormhaven Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [473] = { -["numCriteria"] = 12, +["name"] = "Rivenspire Angler", +["achievementIndex"] = 21, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Rivenspire.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rivenspire Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [474] = { -["numCriteria"] = 12, +["name"] = "Alik\'r Desert Angler", +["achievementIndex"] = 6, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Alik\'r Desert.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Alik\'r Desert Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [475] = { -["numCriteria"] = 12, +["name"] = "Bangkorai Angler", +["achievementIndex"] = 8, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Bangkorai.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bangkorai Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [476] = { -["numCriteria"] = 5, +["name"] = "Covenant Fisherman", +["achievementIndex"] = 2, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all Daggerfall Covenant fishing achievements.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Covenant Fisherman", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [477] = { -["numCriteria"] = 12, +["name"] = "Stonefalls Angler", +["achievementIndex"] = 23, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Stonefalls.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stonefalls Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [478] = { -["numCriteria"] = 12, +["name"] = "Deshaan Angler", +["achievementIndex"] = 12, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Deshaan.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Deshaan Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [479] = { -["numCriteria"] = 12, +["name"] = "Shadowfen Angler", +["achievementIndex"] = 22, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Shadowfen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shadowfen Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [480] = { -["numCriteria"] = 12, +["name"] = "Eastmarch Angler", +["achievementIndex"] = 13, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Eastmarch.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Eastmarch Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [481] = { -["numCriteria"] = 12, +["name"] = "Rift Angler", +["achievementIndex"] = 20, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in the Rift.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rift Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [482] = { -["numCriteria"] = 5, +["name"] = "Pact Fisherman", +["achievementIndex"] = 4, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all Ebonheart Pact fishing achievements.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pact Fisherman", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [483] = { -["numCriteria"] = 12, +["name"] = "Auridon Angler", +["achievementIndex"] = 7, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Auridon.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Auridon Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [484] = { -["numCriteria"] = 12, +["name"] = "Grahtwood Angler", +["achievementIndex"] = 15, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Grahtwood.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Grahtwood Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [485] = { -["numCriteria"] = 12, +["name"] = "Greenshade Angler", +["achievementIndex"] = 16, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Greenshade.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Greenshade Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [486] = { -["numCriteria"] = 12, +["name"] = "Malabal Tor Angler", +["achievementIndex"] = 18, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Malabal Tor.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Malabal Tor Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [487] = { -["numCriteria"] = 12, +["name"] = "Reaper\'s March Angler", +["achievementIndex"] = 19, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reaper\'s March Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [488] = { -["numCriteria"] = 5, +["name"] = "Dominion Fisherman", +["achievementIndex"] = 3, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all Aldmeri Dominion fishing achievements.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dominion Fisherman", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [489] = { -["numCriteria"] = 12, +["name"] = "Cyrodiil Angler", +["achievementIndex"] = 5, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Cyrodiil.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cyrodiil Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [490] = { -["numCriteria"] = 12, +["name"] = "Coldharbour Angler", +["achievementIndex"] = 10, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Coldharbour.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Coldharbour Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [491] = { -["numCriteria"] = 1, +["name"] = "Stros M\'Kai Angler", +["achievementIndex"] = 25, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Catch a rare Eltheric Grouper in the saltwaters of Stros M\'Kai.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stros M\'Kai Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [492] = { -["numCriteria"] = 1, +["name"] = "Khenarthi\'s Roost Angler", +["achievementIndex"] = 17, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Catch a rare Pyandonean Ray in the saltwaters of Khenarthi\'s Roost.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Khenarthi\'s Roost Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [493] = { -["numCriteria"] = 1, +["name"] = "Bleakrock Angler", +["achievementIndex"] = 9, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Catch a rare Inner Sea Scalyfin fish in the saltwaters of Bleakrock.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bleakrock Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [494] = { -["numCriteria"] = 8, +["name"] = "Master Fisher", +["achievementIndex"] = 1, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 8, ["description"] = "Complete all fishing achievements.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Master Fisher", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [495] = { -["numCriteria"] = 1, +["name"] = "Duneripper\'s Downfall", +["achievementIndex"] = 34, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the duneripper, Mother Sands, at the Lost Caravan.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Duneripper\'s Downfall", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 30, ["Category_ID"] = 6, -["firstID"] = 0, } , [496] = { -["numCriteria"] = 1, +["name"] = "Lonely Papa\'s Doom", +["achievementIndex"] = 53, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the giant, Lonely Papa, at the Giant Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Lonely Papa\'s Doom", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [497] = { -["numCriteria"] = 1, +["name"] = "Hag Upheaval", +["achievementIndex"] = 43, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Hag Sisters, Igazkad, Orochar and Ukha, at the Hag Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hag Upheaval", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 29, ["Category_ID"] = 6, -["firstID"] = 0, } , [498] = { -["numCriteria"] = 1, +["name"] = "Korignah\'s Bane", +["achievementIndex"] = 49, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Korignah the harvester in the Forsaken Hearts Cave.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Korignah\'s Bane", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [499] = { -["numCriteria"] = 1, +["name"] = "Mummy King Murderer", +["achievementIndex"] = 56, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mummy King at King\'s Rest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Mummy King Murderer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [500] = { -["numCriteria"] = 1, +["name"] = "Saint Slayer", +["achievementIndex"] = 64, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the golden saint, Staada, at the Lesser Circle.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Saint Slayer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 31, ["Category_ID"] = 6, -["firstID"] = 0, } , -[2557] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Forsaken Citadel.", -["points"] = 5, +[2549] = { +["name"] = "Unhallowed Grave Vanquisher", +["achievementIndex"] = 4, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Forsaken Citadel Explorer", -["SubCategory"] = "Exploration", +["SubCategory_ID"] = 1, +["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"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, ["Category_ID"] = 14, -["firstID"] = 0, } , -[510] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Protect the Court of the Wilderking.", -["points"] = 5, +[2550] = { +["name"] = "Unhallowed Grave Conqueror", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Court Ranger", -["SubCategory"] = "Aldmeri Dominion", -["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 15, -["Category_ID"] = 7, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Hakgrym the Howler, the Keeper of the Kiln, the Eternal Aegis, Ondagore the Mad, and Kjalnar Tombskald in Veteran Unhallowed Grave.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2551] = { +["name"] = "Skull Smasher", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "In Veteran Unhallowed Grave, defeat Kjalnar Tombskald after destroying Kjalnar\'s Skull Totem.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2552] = { +["name"] = "Grave Robber", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[511] = { ["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2553] = { +["name"] = "Unscathed Grave", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "End the Veiled Heritance threat in Greenshade.", +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2554] = { +["name"] = "Unhallowed Grave Challenger", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Unhallowed Grave", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2555] = { +["name"] = "In Defiance of Death", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2556] = { +["name"] = "Harrowstorm Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Icereach and Unhallowed Grave in Veteran.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2557] = { +["name"] = "Forsaken Citadel Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear the Forsaken Citadel.", +["Category"] = "Dragonhold", ["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[510] = { +["name"] = "Court Ranger", +["achievementIndex"] = 14, +["SubCategory"] = "Aldmeri Dominion", ["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Protect the Court of the Wilderking.", +["Category"] = "Quests", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 7, +} +, +[511] = { ["name"] = "Veil Lifter", +["achievementIndex"] = 16, ["SubCategory"] = "Aldmeri Dominion", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "End the Veiled Heritance threat in Greenshade.", ["Category"] = "Quests", -["achievementIndex"] = 12, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 7, -["firstID"] = 0, } , [512] = { -["numCriteria"] = 1, +["name"] = "Valenwood Protector", +["achievementIndex"] = 15, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Cleanse the corruption from Valenwood.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Valenwood Protector", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 14, ["Category_ID"] = 7, -["firstID"] = 0, } , [2561] = { -["numCriteria"] = 6, +["name"] = "Pellitine Pathfinder", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pellitine Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 9, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [2562] = { +["name"] = "Southern Elsweyr Skyshard Hunter", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Discover all 6 Skyshards in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["name"] = "Southern Elsweyr Skyshard Hunter", +["Category_ID"] = 15, } , [2563] = { -["numCriteria"] = 2, +["name"] = "Defender of Pellitine", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both world bosses in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Pellitine", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 6, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [516] = { -["numCriteria"] = 1, +["name"] = "Uwafa\'s Ruination", +["achievementIndex"] = 21, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Uwafa and reclaim the Ansei Ward.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Uwafa\'s Ruination", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [517] = { -["numCriteria"] = 1, +["name"] = "Alasan\'s Devastation", +["achievementIndex"] = 19, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Alasan and restore the Ansei Ward.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Alasan\'s Devastation", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [518] = { -["numCriteria"] = 1, +["name"] = "Ash\'abah Hero", +["achievementIndex"] = 20, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Withered Hand and reclaim all the Ansei Wards.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ash\'abah Hero", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [2569] = { -["numCriteria"] = 1, +["name"] = "Bloodless Kill", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Risen Ruins without creating a Hemo Helot using the Sangiin Sacrifice Synergy in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bloodless Kill", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 23, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2570] = { -["numCriteria"] = 1, +["name"] = "Bloody Kill", +["achievementIndex"] = 5, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Dro\'zakar after smashing a Hemo Helot that he is consuming in Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bloody Kill", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 5, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2571] = { -["numCriteria"] = 1, +["name"] = "Cubed", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Kujo Kethba and block three geysers within three seconds of each other in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Cubed", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 4, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [524] = { -["numCriteria"] = 1, +["name"] = "Meridia\'s Lightbearer", +["achievementIndex"] = 3, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Gather all of the Lights of Meridia within Coldharbour.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Meridia\'s Lightbearer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [525] = { -["numCriteria"] = 1, +["name"] = "Maormer\'s Bane", +["achievementIndex"] = 1, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Stop the Maormer from summoning a hurricane to destroy Khenarthi\'s Roost.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Maormer\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 26, ["Category_ID"] = 7, -["firstID"] = 0, } , [526] = { -["numCriteria"] = 2, +["name"] = "Skooma Watch", +["achievementIndex"] = 64, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Intervene in all instances of skooma abuse on Khenarthi\'s Roost.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skooma Watch", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 68, ["Category_ID"] = 6, -["firstID"] = 0, } , [2575] = { -["numCriteria"] = 1, +["name"] = "Drop the Block", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "After using the Sangiin Hemo Helot, squash Ravenous Hoarvors with the Sliding Stone in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Drop the Block", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 14, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2576] = { -["numCriteria"] = 1, +["name"] = "Duck and Weave", +["achievementIndex"] = 7, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Selene without taking damage from her Poison Bolts in Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Duck and Weave", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 7, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2577] = { -["numCriteria"] = 1, +["name"] = "Blood Striker", +["achievementIndex"] = 4, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Hit 150 enemies with Hemo Helots within Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blood Striker", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 4, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2578] = { -["numCriteria"] = 1, +["name"] = "Eyes to the Sky", +["achievementIndex"] = 8, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Maarselok in flight without any member of your group being hit by his Blightbreath Strafe in Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Eyes to the Sky", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 8, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2579] = { -["numCriteria"] = 1, +["name"] = "Garden Master", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Azureblight Lurcher only while it is enraged by Maarselok\'s Blightbreath Strafe in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Garden Master", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 24, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2580] = { -["numCriteria"] = 1, +["name"] = "Crop Rotation", +["achievementIndex"] = 9, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Crop Rotation", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 9, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2581] = { -["numCriteria"] = 1, +["name"] = "Shagrath\'s Shield", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Maarselok on his perches without any of Shagrath\'s Host dying in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shagrath\'s Shield", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 25, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2582] = { -["numCriteria"] = 1, +["name"] = "Friend of the Trees", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Maarselok on his perches without defeating any Azureblight Lurchers in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Friend of the Trees", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 26, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2583] = { -["numCriteria"] = 1, +["name"] = "Scourge Purger", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Scalebreaker", ["points"] = 5, -["prevId"] = 0, -["name"] = "Scourge Purger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 27, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [536] = { -["numCriteria"] = 1, +["name"] = "Clanmother Inaugurator", +["achievementIndex"] = 24, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Restore the Clanmother to power in Arenthia.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Clanmother Inaugurator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [537] = { -["numCriteria"] = 1, +["name"] = "Dark Mane Incarcerator", +["achievementIndex"] = 25, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Shackle the Dark Mane to his prison beneath Moonmont.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Dark Mane Incarcerator", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [538] = { -["numCriteria"] = 1, +["name"] = "Two Moons Pathwalker", +["achievementIndex"] = 26, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Walk the Two Moons Path with the next Mane.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Two Moons Pathwalker", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [539] = { -["numCriteria"] = 1, +["name"] = "Troll\'s Toothpick Explorer", +["achievementIndex"] = 76, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Troll\'s Toothpick.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Troll\'s Toothpick Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [540] = { -["numCriteria"] = 1, +["name"] = "Torog\'s Spite Explorer", +["achievementIndex"] = 73, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Torog\'s Spite.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Torog\'s Spite Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [541] = { -["numCriteria"] = 1, +["name"] = "Crypt of the Exiles Explorer", +["achievementIndex"] = 29, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Crypt of the Exiles.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crypt of the Exiles Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [542] = { -["numCriteria"] = 1, +["name"] = "Viridian Watch Explorer", +["achievementIndex"] = 77, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Viridian Watch.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Viridian Watch Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [543] = { -["numCriteria"] = 1, +["name"] = "Rubble Butte Explorer", +["achievementIndex"] = 63, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Rubble Butte.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rubble Butte Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [544] = { -["numCriteria"] = 1, +["name"] = "Klathzgar Explorer", +["achievementIndex"] = 47, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Klathzgar.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Klathzgar Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [545] = { +["name"] = "Banished Cells II Conqueror", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat the Maw of the Infernal, Keeper Imiril, and High Kinlord Rilis in Veteran Banished Cells II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["name"] = "Banished Cells II Conqueror", } , [548] = { -["numCriteria"] = 1, +["name"] = "Ozozzachar\'s Door", +["achievementIndex"] = 2, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy Ozozzachar, the favored Titan of Molag Bal.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ozozzachar\'s Door", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [2597] = { -["numCriteria"] = 1, +["name"] = "Khenarthi\'s Guidance", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, ["description"] = "Complete the \"Uneasy Alliances\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Khenarthi\'s Guidance", -["SubCategory"] = "Quests", ["nextId"] = 2598, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["Category_ID"] = 15, } , [550] = { -["numCriteria"] = 1, +["name"] = "Underroot Explorer", +["achievementIndex"] = 72, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Underroot.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Underroot Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 32, ["Category_ID"] = 6, -["firstID"] = 0, } , [551] = { -["numCriteria"] = 3, +["name"] = "City of Ash I Vanquisher", +["achievementIndex"] = 2, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in City of Ash I.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "City of Ash I Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 4, -["firstID"] = 0, } , [2600] = { -["numCriteria"] = 1, +["name"] = "Return of the Dragonguard", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, ["description"] = "Complete \"The Dragonguard\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Return of the Dragonguard", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["Category_ID"] = 15, } , [553] = { -["numCriteria"] = 1, +["name"] = "Carac Dena Explorer", +["achievementIndex"] = 27, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Carac Dena.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Carac Dena Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 39, ["Category_ID"] = 6, -["firstID"] = 0, } , [2602] = { -["numCriteria"] = 1, +["name"] = "The Dragon\'s Wrath", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["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"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Dragon\'s Wrath", -["SubCategory"] = "Quests", ["nextId"] = 2603, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["firstID"] = 2602, +["Category_ID"] = 15, } , [555] = { -["numCriteria"] = 1, +["name"] = "Gurzag\'s Mine Explorer", +["achievementIndex"] = 40, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Gurzag\'s Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gurzag\'s Mine Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 37, ["Category_ID"] = 6, -["firstID"] = 0, } , [2604] = { -["numCriteria"] = 1, +["name"] = "Bright Moons Over Elsweyr", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2602, +["numCriteria"] = 1, ["description"] = "Complete the \"Pride of Elsweyr\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bright Moons Over Elsweyr", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["firstID"] = 2602, +["Category_ID"] = 15, } , [558] = { -["numCriteria"] = 1, +["name"] = "Harridan\'s Lair Explorer", +["achievementIndex"] = 41, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Harridan\'s Lair.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Harridan\'s Lair Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 38, ["Category_ID"] = 6, -["firstID"] = 0, } , [559] = { -["numCriteria"] = 1, +["name"] = "Barrow Trench Explorer", +["achievementIndex"] = 21, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Barrow Trench.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Barrow Trench Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 33, ["Category_ID"] = 6, -["firstID"] = 0, } , [560] = { -["numCriteria"] = 1, +["name"] = "Gathongor Hunter", +["achievementIndex"] = 36, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Argonian Behemoth, Gathongor the Mauler, at Gathongor\'s Mire.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Gathongor Hunter", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 35, ["Category_ID"] = 6, -["firstID"] = 0, } , [561] = { -["numCriteria"] = 1, +["name"] = "King of the Hill", +["achievementIndex"] = 44, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the ogre, Thodundor of the Hill, at Thodundor\'s View.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "King of the Hill", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 28, ["Category_ID"] = 6, -["firstID"] = 0, } , [562] = { -["numCriteria"] = 1, +["name"] = "Sea Elf\'s Woe", +["achievementIndex"] = 61, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Sea Elf, Jahlasri, and her Maormer companions at the Maormer Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sea Elf\'s Woe", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 27, ["Category_ID"] = 6, -["firstID"] = 0, } , [563] = { -["numCriteria"] = 1, +["name"] = "Rootwater\'s Demise", +["achievementIndex"] = 59, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the lurcher known as the Heart of Rootwater at Rootwater Spring.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rootwater\'s Demise", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 36, ["Category_ID"] = 6, -["firstID"] = 0, } , [564] = { -["numCriteria"] = 1, +["name"] = "Spy Smasher", +["achievementIndex"] = 67, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Argonian Maheelius and his force of spies at the Reconnaissance Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Spy Smasher", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 76, ["Category_ID"] = 6, -["firstID"] = 0, } , [565] = { -["numCriteria"] = 1, +["name"] = "Zymel Chaser", +["achievementIndex"] = 80, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Storm Atronach, Zymel Etitan, at Pelda Tarn.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Zymel Chaser", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 80, ["Category_ID"] = 6, -["firstID"] = 0, } , [2614] = { -["numCriteria"] = 1, +["name"] = "Vanguard of Senchal", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 2613, +["numCriteria"] = 1, ["description"] = "Complete 10 Group Boss Dailies from Bruccius Baenius.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vanguard of Senchal", -["SubCategory"] = "Quests", ["nextId"] = 2615, -["Category"] = "Dragonhold", -["achievementIndex"] = 9, -["Category_ID"] = 14, -["firstID"] = 2613, +["Category_ID"] = 15, } , [567] = { -["numCriteria"] = 1, +["name"] = "Naril Nagaia Explorer", +["achievementIndex"] = 51, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Naril Nagaia.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Naril Nagaia Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 34, ["Category_ID"] = 6, -["firstID"] = 0, } , [568] = { -["numCriteria"] = 6, +["name"] = "Greenshade Cave Delver", +["achievementIndex"] = 10, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Greenshade.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Greenshade Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 31, ["Category_ID"] = 6, -["firstID"] = 0, } , [2617] = { -["numCriteria"] = 1, +["name"] = "Pellitine\'s Pride and Joy", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 16 Story Quests in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 15, -["prevId"] = 0, -["name"] = "Pellitine\'s Pride and Joy", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 6, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [570] = { -["numCriteria"] = 4, +["name"] = "Vaults of Madness Vanquisher", +["achievementIndex"] = 27, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat Ulguna Soul-Reaver, Grothdarr, Iskra the Omen, and the Mad Architect in the Vaults of Madness.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vaults of Madness Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 4, -["firstID"] = 0, } , [2619] = { -["numCriteria"] = 10, +["name"] = "Theater Critic", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Find the 10 parts of the lost play of Julius Cruilius, Elsweyr My Love.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Theater Critic", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 14, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [572] = { -["numCriteria"] = 6, +["name"] = "Grahtwood Cave Delver", +["achievementIndex"] = 9, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all six caves in Grahtwood.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Grahtwood Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 41, ["Category_ID"] = 6, -["firstID"] = 0, } , [573] = { -["numCriteria"] = 1, +["name"] = "Ne Salas Explorer", +["achievementIndex"] = 52, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ne Salas.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ne Salas Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 52, ["Category_ID"] = 6, -["firstID"] = 0, } , [574] = { -["numCriteria"] = 1, +["name"] = "Scuttle Pit Explorer", +["achievementIndex"] = 60, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Scuttle Pit.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Scuttle Pit Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 53, ["Category_ID"] = 6, -["firstID"] = 0, } , [575] = { -["numCriteria"] = 1, +["name"] = "Vinedeath Cave Explorer", +["achievementIndex"] = 74, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Vinedeath Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vinedeath Cave Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 45, ["Category_ID"] = 6, -["firstID"] = 0, } , [576] = { -["numCriteria"] = 1, +["name"] = "Burroot Kwama Mine Explorer", +["achievementIndex"] = 26, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Burroot Kwama Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Burroot Kwama Mine Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 48, ["Category_ID"] = 6, -["firstID"] = 0, } , [577] = { -["numCriteria"] = 1, +["name"] = "Wormroot Depths Explorer", +["achievementIndex"] = 78, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Wormroot Depths.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wormroot Depths Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 42, ["Category_ID"] = 6, -["firstID"] = 0, } , [578] = { -["numCriteria"] = 1, +["name"] = "Mobar Mine Explorer", +["achievementIndex"] = 49, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mobar Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mobar Mine Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 51, ["Category_ID"] = 6, -["firstID"] = 0, } , [579] = { -["numCriteria"] = 15, +["name"] = "Dominion Anchor Shatterer", +["achievementIndex"] = 13, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 15, ["description"] = "Destroy every Dark Anchor in Aldmeri Dominion territory.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Dominion Anchor Shatterer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [2628] = { -["numCriteria"] = 14, +["name"] = "Moongrave Style Master", +["achievementIndex"] = 11, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Learn every chapter in the Moongrave style book, found in the Moongrave Fane dungeon.", +["Category"] = "Scalebreaker", ["points"] = 50, -["prevId"] = 0, -["name"] = "Moongrave Style Master", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 11, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2629] = { -["numCriteria"] = 14, +["name"] = "Stags of Z\'en Style Master", +["achievementIndex"] = 10, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Learn every chapter in the Stags of Z\'en style book, found in the Lair of Maarselok dungeon.", +["Category"] = "Scalebreaker", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stags of Z\'en Style Master", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 10, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 16, } , [2630] = { -["numCriteria"] = 14, +["name"] = "Dragonguard Style Master", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Learn every chapter in the Dragonguard style book, occasionally found as rewards for completing Dragonguard Daily Quests from Dirge Truptor and Chizbari the Chipper in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dragonguard Style Master", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 10, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 15, } , [2631] = { +["name"] = "Pellitine Dragon Killer", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 2631, ["numCriteria"] = 1, ["description"] = "Kill 1 Dragon in the wilds of Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 2631, ["nextId"] = 2636, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, -["name"] = "Pellitine Dragon Killer", +["Category_ID"] = 15, } , [584] = { -["numCriteria"] = 15, +["name"] = "Covenant Anchor Shatterer", +["achievementIndex"] = 12, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 15, ["description"] = "Destroy every Dark Anchor in Daggerfall Covenant territory.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Covenant Anchor Shatterer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [585] = { -["numCriteria"] = 15, +["name"] = "Pact Anchor Shatterer", +["achievementIndex"] = 14, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 15, ["description"] = "Destroy every Dark Anchor in Ebonheart Pact territory.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Pact Anchor Shatterer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [586] = { -["numCriteria"] = 10, +["name"] = "Imperial Anchor Shatterer", +["achievementIndex"] = 15, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Destroy every Dark Anchor in the contested lands of Cyrodiil.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Imperial Anchor Shatterer", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [587] = { -["numCriteria"] = 4, +["name"] = "Anchors Away", +["achievementIndex"] = 10, +["SubCategory"] = "Dark Anchors", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Destroy every Dark Anchor in Tamriel.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Anchors Away", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [2636] = { +["name"] = "Pellitine Dragon Stalker", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 2631, ["numCriteria"] = 1, ["description"] = "Kill 25 Dragons in the wilds of Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 2631, ["nextId"] = 2637, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, -["name"] = "Pellitine Dragon Stalker", +["Category_ID"] = 15, } , [589] = { -["numCriteria"] = 1, +["name"] = "Hero of House Tamrith", +["achievementIndex"] = 15, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Reezal-Jul at Camp Tamrith and save the Crestshade refugees.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hero of House Tamrith", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 15, ["Category_ID"] = 7, -["firstID"] = 0, } , [590] = { -["numCriteria"] = 1, +["name"] = "Hero of House Dorell", +["achievementIndex"] = 14, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Lady Lleraya Montclair at Northpoint and set Baron Dorell\'s city free.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hero of House Dorell", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 14, ["Category_ID"] = 7, -["firstID"] = 0, } , [591] = { -["numCriteria"] = 1, +["name"] = "Sword of Ravenwatch", +["achievementIndex"] = 16, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Baron Wylon Montclair and destroy the Lightless Remnant at the Doomcrag to save Rivenspire.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sword of Ravenwatch", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 13, ["Category_ID"] = 7, -["firstID"] = 0, } , [593] = { -["numCriteria"] = 1, +["name"] = "Stonefalls Adventurer", +["achievementIndex"] = 14, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 59 quests in Stonefalls.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stonefalls Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 23, ["Category_ID"] = 7, -["firstID"] = 0, } , [595] = { -["numCriteria"] = 1, +["name"] = "Deshaan Adventurer", +["achievementIndex"] = 8, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 55 quests in Deshaan.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deshaan Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 19, ["Category_ID"] = 7, -["firstID"] = 0, } , [596] = { -["numCriteria"] = 1, +["name"] = "Shadowfen Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 51 quests in Shadowfen.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Shadowfen Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [597] = { -["numCriteria"] = 1, +["name"] = "Giant-Friend", +["achievementIndex"] = 19, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Lob the Cleaver and befriend the Giants at the Cradlecrush Arena.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Giant-Friend", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [598] = { -["numCriteria"] = 1, +["name"] = "Skald-King\'s Salvation", +["achievementIndex"] = 21, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Save Jorunn the Skald-King at Mistwatch Tower.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skald-King\'s Salvation", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [599] = { -["numCriteria"] = 1, +["name"] = "Skald-King\'s Arrow", +["achievementIndex"] = 20, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Fildgor Orcthane at Skuldafn and earn the title of Arrow of Jorunn the Skald-King.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Skald-King\'s Arrow", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [600] = { -["numCriteria"] = 1, +["name"] = "Eastmarch Adventurer", +["achievementIndex"] = 17, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 43 quests in Eastmarch.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Eastmarch Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [602] = { -["numCriteria"] = 1, +["name"] = "Reaper\'s March Adventurer", +["achievementIndex"] = 22, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 45 quests in Reaper\'s March.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Reaper\'s March Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [603] = { -["numCriteria"] = 1, +["name"] = "The Rift Adventurer", +["achievementIndex"] = 22, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 61 quests in the Rift.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Rift Adventurer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [604] = { -["numCriteria"] = 1, +["name"] = "Auridon Adventurer", +["achievementIndex"] = 2, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 37 quests in Auridon.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Auridon Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 23, ["Category_ID"] = 7, -["firstID"] = 0, } , [605] = { -["numCriteria"] = 1, +["name"] = "Southpoint Savior", +["achievementIndex"] = 11, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Free Southpoint from the influence of the Daedric Prince, Sheogorath.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Southpoint Savior", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 20, ["Category_ID"] = 7, -["firstID"] = 0, } , [606] = { -["numCriteria"] = 1, +["name"] = "Reliquary Retriever", +["achievementIndex"] = 10, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Retrieve the Heart of Anumaril from the Reliquary of Stars.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reliquary Retriever", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 19, ["Category_ID"] = 7, -["firstID"] = 0, } , [607] = { -["numCriteria"] = 1, +["name"] = "Hero of Falinesti", +["achievementIndex"] = 9, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Free Nairume from her prison and retrieve Rajhin\'s Mantle.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hero of Falinesti", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 17, ["Category_ID"] = 7, -["firstID"] = 0, } , [608] = { -["numCriteria"] = 1, +["name"] = "Grahtwood Adventurer", +["achievementIndex"] = 7, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 38 quests in Grahtwood.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Grahtwood Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 16, ["Category_ID"] = 7, -["firstID"] = 0, } , [610] = { -["numCriteria"] = 1, +["name"] = "Greenshade Adventurer", +["achievementIndex"] = 12, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 40 quests in Greenshade.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Greenshade Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 13, ["Category_ID"] = 7, -["firstID"] = 0, } , [611] = { -["numCriteria"] = 1, +["name"] = "Malabal Tor Adventurer", +["achievementIndex"] = 17, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 40 quests in Malabal Tor.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Malabal Tor Adventurer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [612] = { -["numCriteria"] = 1, +["name"] = "Light of the Ayleid King", +["achievementIndex"] = 5, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Rescue the last Ayleid King, Laloriaran Dynar, from the Lightless Oubliette.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Light of the Ayleid King", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [613] = { -["numCriteria"] = 1, +["name"] = "Guardian of the Great Mage", +["achievementIndex"] = 4, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Rescue the Great Mage, Vanus Galerion, and help him destroy Molag Bal\'s Great Shackle.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Guardian of the Great Mage", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [614] = { -["numCriteria"] = 1, +["name"] = "Planemeld Sunderer", +["achievementIndex"] = 6, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Stop the Planemeld and defeat Molag Bal\'s plan of conquest at the Endless Stair.", +["Category"] = "Quests", ["points"] = 5, -["prevId"] = 0, -["name"] = "Planemeld Sunderer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [616] = { -["numCriteria"] = 1, +["name"] = "Coldharbour Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 29 quests in Coldharbour.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Coldharbour Adventurer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [617] = { +["name"] = "Hero of the Ebonheart Pact", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete all Ebonheart Pact quest achievements.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["name"] = "Hero of the Ebonheart Pact", } , [618] = { +["name"] = "Hero of the Aldmeri Dominion", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete all Aldmeri Dominion quest achievements.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["name"] = "Hero of the Aldmeri Dominion", } , [619] = { -["numCriteria"] = 1, +["name"] = "Anchor Demolisher", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 324, ["SubCategory_ID"] = 7, +["firstID"] = 324, +["numCriteria"] = 1, ["description"] = "Destroy 50 Dark Anchors from Coldharbour.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 324, -["name"] = "Anchor Demolisher", -["SubCategory"] = "Dark Anchors", ["nextId"] = 620, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 324, } , [620] = { -["numCriteria"] = 1, +["name"] = "Anchor Decimator", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 619, ["SubCategory_ID"] = 7, +["firstID"] = 324, +["numCriteria"] = 1, ["description"] = "Destroy 100 Dark Anchors from Coldharbour.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 619, -["name"] = "Anchor Decimator", -["SubCategory"] = "Dark Anchors", ["nextId"] = 621, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 324, } , [621] = { -["numCriteria"] = 1, +["name"] = "Anchor Devastator", +["achievementIndex"] = 1, +["SubCategory"] = "Dark Anchors", +["prevId"] = 620, ["SubCategory_ID"] = 7, +["firstID"] = 324, +["numCriteria"] = 1, ["description"] = "Destroy 250 Dark Anchors from Coldharbour.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 620, -["name"] = "Anchor Devastator", -["SubCategory"] = "Dark Anchors", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 324, } , [622] = { -["numCriteria"] = 5, +["name"] = "Dominion Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all of the Aldmeri Dominion cave exploration achievements.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dominion Cave Delver", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, +} +, +[2671] = { +["name"] = "Brush Fire", +["achievementIndex"] = 7, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Remove the Ice Armor from fifty Stranglers by using the Melting Torrent effect to deal Fiery Radiation damage to them.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2672] = { +["name"] = "Spit Take", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Sister Skelga without allowing the Stranglers ice spit projectiles to hit any player in Veteran Icereach.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, } , [625] = { -["numCriteria"] = 5, +["name"] = "Covenant Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all of the Daggerfall Covenant cave exploration achievements.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Covenant Cave Delver", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [626] = { -["numCriteria"] = 5, +["name"] = "Pact Cave Delver", +["achievementIndex"] = 49, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all of the Ebonheart Pact cave exploration achievements.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Pact Cave Delver", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [627] = { +["name"] = "Tamriel Master Cave Delver", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Complete every cave exploration achievement in Tamriel.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["name"] = "Tamriel Master Cave Delver", } , [628] = { +["name"] = "Tamriel Expert Adventurer", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Complete all of the quest achievements across Tamriel.", +["Category"] = "Quests", ["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 7, +} +, +[2677] = { +["name"] = "Lashing Lullaby", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "When fighting the Icereach Coven on Hard Mode in Veteran Icereach, use Gohlla\'s Giant to knock each sister out of the enraged state.", +["Category"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, -["Category_ID"] = 7, -["name"] = "Tamriel Expert Adventurer", +["Category_ID"] = 14, } , -[678] = { -["numCriteria"] = 3, -["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II.", +[2678] = { +["name"] = "Knock Knock", +["achievementIndex"] = 6, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Gain entry to Voria\'s Sanctum in Unhallowed Grave and defeat the beast within.", +["Category"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2679] = { +["name"] = "Relentless Dogcatcher", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Hakgrym the Howler without defeating any of his Flesh Abominations in Veteran Unhallowed Grave.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2680] = { +["name"] = "Ceramic Panic", +["achievementIndex"] = 8, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Keeper of the Kiln without ever revealing the correct symbol.", +["Category"] = "Harrowstorm", ["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2681] = { +["name"] = "Shattered Shields", +["achievementIndex"] = 9, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2682] = { +["name"] = "Last-Second Sundering", +["achievementIndex"] = 10, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2683] = { +["name"] = "Mender Wrender", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While fighting Ondagore the Mad in Veteran Unhallowed Grave, kill all menders within five seconds of each other.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2684] = { +["name"] = "Unchecked Empowerment", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Kjalnar Tombskald in Veteran Unhallowed Grave without destroying Imbued Skeletons before they reach the empowering circles.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2685] = { +["name"] = "Skeletal Shutout", +["achievementIndex"] = 11, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Kjalnar Tombskald without letting any Imbued Skeletons empower themselves.", +["Category"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, +["Category_ID"] = 14, +} +, +[678] = { +["name"] = "Wayrest Sewers II Conqueror", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II.", ["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 5, -["name"] = "Wayrest Sewers II Conqueror", } , [679] = { -["numCriteria"] = 1, +["name"] = "Wayrest Sewers II Assassin", +["achievementIndex"] = 13, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["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"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wayrest Sewers II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["firstID"] = 0, } , [681] = { -["numCriteria"] = 1, +["name"] = "Pellingare Ghoul Slayer", +["achievementIndex"] = 13, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 15 Zombies during the battle with Allene Pellingare and Varaine Pellingare before defeating the twins themselves in Veteran Wayrest Sewers II.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Pellingare Ghoul Slayer", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["firstID"] = 0, } , [691] = { +["name"] = "Dungeon Ruler", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Kill 100 named enemies in dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 4, -["name"] = "Dungeon Ruler", } , [696] = { -["numCriteria"] = 1, +["name"] = "Shagura\'s Doom", +["achievementIndex"] = 63, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the crazed Orc hunter Shagura at Hircine\'s Henge.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shagura\'s Doom", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 49, ["Category_ID"] = 6, -["firstID"] = 0, } , [697] = { -["numCriteria"] = 1, +["name"] = "Monsoon Marauder", +["achievementIndex"] = 50, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the senche-tigress Nindaeril the Monsoon atop Nindaeril\'s Perch.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Monsoon Marauder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 50, ["Category_ID"] = 6, -["firstID"] = 0, } , [698] = { -["numCriteria"] = 1, +["name"] = "Water Walloper", +["achievementIndex"] = 76, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the nereid Lady Solace in Lady Solace\'s Fen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Water Walloper", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 46, ["Category_ID"] = 6, -["firstID"] = 0, } , [699] = { -["numCriteria"] = 1, +["name"] = "Poacher Pounder", +["achievementIndex"] = 57, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Otho Rufinus, the poacher leader, at the Poacher Camp.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Poacher Pounder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 44, ["Category_ID"] = 6, -["firstID"] = 0, } , [700] = { -["numCriteria"] = 1, +["name"] = "Thugrub Dissector", +["achievementIndex"] = 70, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the giant flesh atronach Thugrub the Reformed in Thugrub\'s Cave.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Thugrub Dissector", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 43, ["Category_ID"] = 6, -["firstID"] = 0, } , [701] = { -["numCriteria"] = 1, +["name"] = "Valanir\'s Bane", +["achievementIndex"] = 73, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the lich Valanir the Restless at Valanir\'s Rest.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Valanir\'s Bane", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 78, ["Category_ID"] = 6, +} +, +[2750] = { +["name"] = "Shield of Senchal Style Master", +["achievementIndex"] = 5, +["prevId"] = 0, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Shield of Senchal style book, found by completing daily quests for Bruccius Baenius or Guybert Flaubert.", +["Category"] = "Dragonhold", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 15, } , [707] = { -["numCriteria"] = 1, +["name"] = "Na-Totambu Group Event", +["achievementIndex"] = 23, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Solve the puzzle of the Guardians in the Lost City of the Na-Totambu.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Na-Totambu Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 26, ["Category_ID"] = 4, -["firstID"] = 0, } , [708] = { -["numCriteria"] = 1, +["name"] = "Razak\'s Wheel Group Event", +["achievementIndex"] = 25, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the flesh atronach at Razak\'s Wheel.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Razak\'s Wheel Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 46, ["Category_ID"] = 4, -["firstID"] = 0, } , [709] = { +["name"] = "Dungeon Lord", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat 1000 named enemies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 4, -["name"] = "Dungeon Lord", } , [710] = { +["name"] = "Dungeon Marauder", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat 1000 enemies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 4, -["name"] = "Dungeon Marauder", } , [711] = { +["name"] = "Dungeon Annihilator", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat 10,000 enemies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 4, -["name"] = "Dungeon Annihilator", } , [713] = { -["numCriteria"] = 1, +["name"] = "Obsidian Scar Group Event", +["achievementIndex"] = 24, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Orc, Zilbash the Deceiver, at Obsidian Scar.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Obsidian Scar Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 4, -["firstID"] = 0, } , [714] = { -["numCriteria"] = 1, +["name"] = "Bonesnap Ruins Group Event", +["achievementIndex"] = 20, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Eternal One in the Bonesnap Ruins.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bonesnap Ruins Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 4, -["firstID"] = 0, } , [716] = { -["numCriteria"] = 1, +["name"] = "Peacemaker", +["achievementIndex"] = 56, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help ease cultural tensions and reconcile the allies in Grahtwood.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Peacemaker", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 75, ["Category_ID"] = 6, -["firstID"] = 0, } , [730] = { -["numCriteria"] = 3, +["name"] = "Bloodmayne Cave Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Explore and clear Bloodmayne Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bloodmayne Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [731] = { -["numCriteria"] = 2, +["name"] = "Breakneck Cave Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Breakneck Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Breakneck Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [732] = { -["numCriteria"] = 2, +["name"] = "Haynote Cave Explorer", +["achievementIndex"] = 9, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Haynote Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Haynote Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [733] = { -["numCriteria"] = 2, +["name"] = "Nisin Cave Explorer", +["achievementIndex"] = 13, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Nisin Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Nisin Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [734] = { -["numCriteria"] = 3, +["name"] = "Pothole Caverns Explorer", +["achievementIndex"] = 14, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Explore and clear the Pothole Caverns.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pothole Caverns Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [735] = { -["numCriteria"] = 2, +["name"] = "Serpent Hollow Explorer", +["achievementIndex"] = 17, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Serpent Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Serpent Hollow Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [736] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 6, -["description"] = "Explore and clear Capstone Cave.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Capstone Cave Explorer", +["achievementIndex"] = 1, ["SubCategory"] = "Cyrodiil", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Capstone Cave.", ["Category"] = "Exploration", -["achievementIndex"] = 10, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [737] = { -["numCriteria"] = 1, +["name"] = "Echo Cave Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Echo Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Echo Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [738] = { -["numCriteria"] = 2, +["name"] = "Lipsand Tarn Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Lipsand Tarn.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lipsand Tarn Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [739] = { -["numCriteria"] = 2, +["name"] = "Red Ruby Cave Explorer", +["achievementIndex"] = 16, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Red Ruby Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Red Ruby Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [740] = { -["numCriteria"] = 5, +["name"] = "Toadstool Hollow Explorer", +["achievementIndex"] = 18, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Explore and clear Toadstool Hollow.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Toadstool Hollow Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [741] = { -["numCriteria"] = 2, +["name"] = "Underpall Cave Explorer", +["achievementIndex"] = 19, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Underpall Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Underpall Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [742] = { -["numCriteria"] = 3, +["name"] = "Cracked Wood Cave Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Explore and clear Cracked Wood Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cracked Wood Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [743] = { -["numCriteria"] = 1, +["name"] = "Kingscrest Cavern Explorer", +["achievementIndex"] = 2, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Kingscrest Cavern.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kingscrest Cavern Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [744] = { -["numCriteria"] = 3, +["name"] = "Muck Valley Cavern Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Explore and clear Muck Valley Cavern.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Muck Valley Cavern Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [745] = { -["numCriteria"] = 2, +["name"] = "Newt Cave Explorer", +["achievementIndex"] = 12, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Newt Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Newt Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [746] = { -["numCriteria"] = 2, +["name"] = "Quickwater Cave Explorer", +["achievementIndex"] = 15, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Explore and clear Quickwater Cave.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Quickwater Cave Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [747] = { -["numCriteria"] = 1, +["name"] = "Vahtacen Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Vahtacen.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vahtacen Explorer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [749] = { +["name"] = "Dungeon Damage Dealer", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Deal 1,000,000 points of damage in Dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 4, -["name"] = "Dungeon Damage Dealer", } , [750] = { +["name"] = "Dungeon Damage Dispenser", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Deal 10,000,000 points of damage in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 4, -["name"] = "Dungeon Damage Dispenser", } , [751] = { +["name"] = "Dungeon Healer", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Heal 1,000,000 points of damage to allies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 4, -["name"] = "Dungeon Healer", } , [752] = { +["name"] = "Greater Dungeon Healer", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Heal 10,000,000 points of damage to allies in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 4, -["name"] = "Greater Dungeon Healer", } , [753] = { +["name"] = "Dungeon Blocker", +["achievementIndex"] = 13, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Block 1,000,000 points of damage in Dungeons.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 4, -["name"] = "Dungeon Blocker", } , [754] = { +["name"] = "Greater Dungeon Blocker", +["achievementIndex"] = 14, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Block 10,000,000 points of damage in Dungeons.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 4, -["name"] = "Greater Dungeon Blocker", } , [758] = { -["numCriteria"] = 10, +["name"] = "Bruma Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Bruma.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bruma Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [759] = { -["numCriteria"] = 10, +["name"] = "Cheydinhal Adventurer", +["achievementIndex"] = 2, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Cheydinhal.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cheydinhal Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [760] = { -["numCriteria"] = 10, +["name"] = "Chorrol Weynon Priory Adventurer", +["achievementIndex"] = 3, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Chorrol and Weynon Priory.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chorrol Weynon Priory Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [761] = { -["numCriteria"] = 10, +["name"] = "Cropsford Adventurer", +["achievementIndex"] = 4, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Cropsford.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cropsford Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [762] = { -["numCriteria"] = 10, +["name"] = "Vlastarus Adventurer", +["achievementIndex"] = 5, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Complete all quests in Vlastarus.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vlastarus Adventurer", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [766] = { -["numCriteria"] = 18, +["name"] = "Cyrodiil Cave Delver", +["achievementIndex"] = 4, +["SubCategory"] = "Cyrodiil", +["prevId"] = 0, ["SubCategory_ID"] = 6, +["firstID"] = 0, +["numCriteria"] = 18, ["description"] = "Explore and clear all 18 caves in Cyrodiil.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cyrodiil Cave Delver", -["SubCategory"] = "Cyrodiil", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [767] = { +["name"] = "Cyrodiil Champion", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete all quest achievements in Cyrodiil.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["name"] = "Cyrodiil Champion", } , [768] = { -["numCriteria"] = 5, +["name"] = "Khenarthi\'s Roost Pathfinder", +["achievementIndex"] = 16, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover all of the striking locales on Khenarthi\'s Roost.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Khenarthi\'s Roost Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 69, ["Category_ID"] = 6, -["firstID"] = 0, } , [769] = { -["numCriteria"] = 7, +["name"] = "Auridon Pathfinder", +["achievementIndex"] = 13, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales on Auridon.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Auridon Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 55, ["Category_ID"] = 6, -["firstID"] = 0, } , [770] = { -["numCriteria"] = 3, +["name"] = "Bleakrock Isle Pathfinder", +["achievementIndex"] = 47, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Discover all of the striking locales on Bleakrock Isle.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bleakrock Isle Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 80, ["Category_ID"] = 6, -["firstID"] = 0, } , [771] = { -["numCriteria"] = 2, +["name"] = "Bal Foyen Pathfinder", +["achievementIndex"] = 44, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover all of the striking locales in Bal Foyen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bal Foyen Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 79, ["Category_ID"] = 6, -["firstID"] = 0, } , [772] = { -["numCriteria"] = 7, +["name"] = "Stonefalls Pathfinder", +["achievementIndex"] = 33, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Stonefalls.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stonefalls Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 67, ["Category_ID"] = 6, -["firstID"] = 0, } , [773] = { -["numCriteria"] = 3, +["name"] = "Stros M\'kai Pathfinder", +["achievementIndex"] = 14, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Discover all of the striking locales on Stros M\'kai.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stros M\'kai Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 80, ["Category_ID"] = 6, -["firstID"] = 0, } , [774] = { -["numCriteria"] = 2, +["name"] = "Betnikh Pathfinder", +["achievementIndex"] = 15, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover all of the striking locales on Betnikh.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Betnikh Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 79, ["Category_ID"] = 6, -["firstID"] = 0, } , [775] = { -["numCriteria"] = 7, +["name"] = "Glenumbra Pathfinder", +["achievementIndex"] = 16, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Glenumbra.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Glenumbra Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 70, ["Category_ID"] = 6, -["firstID"] = 0, } , [778] = { -["numCriteria"] = 1, +["name"] = "Champion of Rahni\'Za", +["achievementIndex"] = 4, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Unravel the mysteries of Rahni\'Za, School of Warriors.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Champion of Rahni\'Za", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [832] = { -["numCriteria"] = 7, +["name"] = "Grahtwood Pathfinder", +["achievementIndex"] = 14, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Grahtwood.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Grahtwood Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 47, ["Category_ID"] = 6, -["firstID"] = 0, } , [833] = { -["numCriteria"] = 7, +["name"] = "Stormhaven Pathfinder", +["achievementIndex"] = 17, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Stormhaven.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Stormhaven Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 44, ["Category_ID"] = 6, -["firstID"] = 0, } , [834] = { -["numCriteria"] = 7, +["name"] = "Deshaan Pathfinder", +["achievementIndex"] = 21, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Deshaan.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Deshaan Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 61, ["Category_ID"] = 6, -["firstID"] = 0, } , [835] = { -["numCriteria"] = 7, +["name"] = "Reaper\'s March Pathfinder", +["achievementIndex"] = 18, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Reaper\'s March Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [836] = { +["name"] = "Slaughtered", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeated by slaughterfish.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["name"] = "Slaughtered", } , [839] = { -["numCriteria"] = 7, +["name"] = "Greenshade Pathfinder", +["achievementIndex"] = 15, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Greenshade.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Greenshade Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 30, ["Category_ID"] = 6, -["firstID"] = 0, } , [840] = { -["numCriteria"] = 7, +["name"] = "Rivenspire Pathfinder", +["achievementIndex"] = 18, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Rivenspire.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Rivenspire Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 38, ["Category_ID"] = 6, -["firstID"] = 0, } , [845] = { -["numCriteria"] = 8, +["name"] = "Shadowfen Pathfinder", +["achievementIndex"] = 2, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 8, ["description"] = "Discover all of the striking locales in Shadowfen.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shadowfen Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 54, ["Category_ID"] = 6, -["firstID"] = 0, } , [849] = { -["numCriteria"] = 7, +["name"] = "Alik\'r Desert Pathfinder", +["achievementIndex"] = 19, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Alik\'r Desert.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Alik\'r Desert Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [850] = { -["numCriteria"] = 1, +["name"] = "Veteran Arachnid Slayer", +["achievementIndex"] = 7, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 200 Spiders in Veteran Fungal Grotto II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Arachnid Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["firstID"] = 0, } , [851] = { -["numCriteria"] = 1, +["name"] = "Veteran Obsidian Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 425 Obsidian Warriors in Veteran Fungal Grotto II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Obsidian Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["firstID"] = 0, } , [852] = { -["numCriteria"] = 1, +["name"] = "Veteran Bonebreaker II", +["achievementIndex"] = 4, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 120 Skeletons in Veteran Banished Cells II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Bonebreaker II", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["firstID"] = 0, } , [853] = { -["numCriteria"] = 1, +["name"] = "Rilis Dremora Slayer", +["achievementIndex"] = 3, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Dremora in Veteran Banished Cells II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rilis Dremora Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["firstID"] = 0, } , [854] = { -["numCriteria"] = 1, +["name"] = "Veteran Thrall Slayer", +["achievementIndex"] = 12, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 220 Vampire Thralls in Veteran Spindleclutch II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Thrall Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["firstID"] = 0, } , [855] = { -["numCriteria"] = 1, +["name"] = "Veteran Flesh Atronach Conqueror", +["achievementIndex"] = 11, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 65 Flesh Atronachs in Veteran Spindleclutch II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Flesh Atronach Conqueror", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["firstID"] = 0, } , [856] = { -["numCriteria"] = 1, +["name"] = "Veteran Kwama Slayer II", +["achievementIndex"] = 20, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 200 Kwama in Veteran Darkshade Caverns II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Kwama Slayer II", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["firstID"] = 0, } , [857] = { -["numCriteria"] = 1, +["name"] = "Veteran Construct Slayer", +["achievementIndex"] = 19, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 800 Dwarven Constructs in Veteran Darkshade Caverns II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Construct Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 5, -["firstID"] = 0, } , [858] = { -["numCriteria"] = 1, +["name"] = "Veteran Banekin Slayer", +["achievementIndex"] = 15, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 140 Banekin in Veteran Elden Hollow II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Banekin Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["firstID"] = 0, } , [859] = { -["numCriteria"] = 1, +["name"] = "Veteran Lurcher Slayer", +["achievementIndex"] = 16, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 60 Lurchers in Veteran Elden Hollow II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Lurcher Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["firstID"] = 0, } , [860] = { -["numCriteria"] = 1, +["name"] = "Veteran Zombie Slayer", +["achievementIndex"] = 24, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Zombies in Veteran Wayrest Sewers II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Zombie Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["firstID"] = 0, } , [861] = { -["numCriteria"] = 1, +["name"] = "Veteran Colossus Slayer", +["achievementIndex"] = 23, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 40 Bone Colossi in Veteran Wayrest Sewers II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Colossus Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["firstID"] = 0, } , [862] = { -["numCriteria"] = 7, +["name"] = "Malabal Tor Pathfinder", +["achievementIndex"] = 17, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Malabal Tor.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Malabal Tor Pathfinder", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 16, ["Category_ID"] = 6, -["firstID"] = 0, } , [863] = { -["numCriteria"] = 7, +["name"] = "The Rift Pathfinder", +["achievementIndex"] = 55, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in the Rift.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "The Rift Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [864] = { -["numCriteria"] = 7, -["SubCategory_ID"] = 4, -["description"] = "Discover all of the striking locales in Coldharbour.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Coldharbour Pathfinder", +["achievementIndex"] = 4, ["SubCategory"] = "Coldharbour", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 7, +["description"] = "Discover all of the striking locales in Coldharbour.", ["Category"] = "Exploration", -["achievementIndex"] = 2, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [865] = { -["numCriteria"] = 7, +["name"] = "Bangkorai Pathfinder", +["achievementIndex"] = 20, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Bangkorai.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bangkorai Pathfinder", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [866] = { -["numCriteria"] = 7, +["name"] = "Eastmarch Pathfinder", +["achievementIndex"] = 54, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Discover all of the striking locales in Eastmarch.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Eastmarch Pathfinder", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 44, ["Category_ID"] = 6, -["firstID"] = 0, } , [867] = { +["name"] = "Tamriel Trailblazer", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 21, ["description"] = "Discover all of the striking locales in the core regions of the Aldmeri Dominion, the Daggerfall Covenant, the Ebonheart Pact, and Coldharbour.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["name"] = "Tamriel Trailblazer", } , [869] = { +["name"] = "Crime Pays", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 15, ["description"] = "Extort gold from merchants across Tamriel.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["name"] = "Crime Pays", } , [870] = { -["numCriteria"] = 1, +["name"] = "Hel Ra Citadel: The War Horn", +["achievementIndex"] = 5, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Sound the war horn in Veteran Hel Ra Citadel and defeat the ancient warriors who answer.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hel Ra Citadel: The War Horn", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 4, -["firstID"] = 0, } , [871] = { +["name"] = "Give to the Poor", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 15, ["description"] = "Share your wealth with needy beggars across Tamriel.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["name"] = "Give to the Poor", } , [872] = { +["name"] = "I Like M\'aiq", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 19, ["description"] = "Track the movements of M\'aiq the Liar across Tamriel and beyond.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["name"] = "I Like M\'aiq", } , [873] = { +["name"] = "Lightbringer", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 15, ["description"] = "Bring light to the dark places of the world.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["name"] = "Lightbringer", } , [874] = { -["numCriteria"] = 1, +["name"] = "Village of the Lost Group Event", +["achievementIndex"] = 2, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Zatalguch in the Village of the Lost.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Village of the Lost Group Event", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 31, ["Category_ID"] = 4, -["firstID"] = 0, } , [876] = { +["name"] = "Crypt of Hearts II Conqueror", +["achievementIndex"] = 20, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Defeat Ruzozuzalpamaz, the Brothers Ilambris and the Ilambris Amalgam, and Nerien\'eth in Veteran Crypt of Hearts II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["name"] = "Crypt of Hearts II Conqueror", } , [878] = { +["name"] = "City of Ash II Conqueror", +["achievementIndex"] = 14, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 3, ["description"] = "Complete Veteran City of Ash II by defeating Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["name"] = "City of Ash II Conqueror", } , [880] = { -["numCriteria"] = 6, +["name"] = "Imperial City Prison Conqueror", +["achievementIndex"] = 2, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Imperial City Prison Conqueror", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [884] = { -["numCriteria"] = 1, +["name"] = "Molavar Explorer", +["achievementIndex"] = 19, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Molavar.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Molavar Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 20, ["Category_ID"] = 6, -["firstID"] = 0, } , [885] = { -["numCriteria"] = 1, +["name"] = "Rkundzelft Explorer", +["achievementIndex"] = 22, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Rkundzelft.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rkundzelft Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 23, ["Category_ID"] = 6, -["firstID"] = 0, } , [886] = { -["numCriteria"] = 1, +["name"] = "Serpent\'s Nest Explorer", +["achievementIndex"] = 24, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Serpent\'s Nest.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Serpent\'s Nest Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 25, ["Category_ID"] = 6, -["firstID"] = 0, } , [887] = { -["numCriteria"] = 1, +["name"] = "Ilthag\'s Undertower Explorer", +["achievementIndex"] = 17, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ilthag\'s Undertower.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ilthag\'s Undertower Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 18, ["Category_ID"] = 6, -["firstID"] = 0, } , [888] = { -["numCriteria"] = 1, +["name"] = "Ruins of Kardala Explorer", +["achievementIndex"] = 23, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Ruins of Kardala.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ruins of Kardala Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 24, ["Category_ID"] = 6, -["firstID"] = 0, } , [889] = { -["numCriteria"] = 1, +["name"] = "Loth\'Na Caverns Explorer", +["achievementIndex"] = 18, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Loth\'Na Caverns.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Loth\'Na Caverns Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 19, ["Category_ID"] = 6, -["firstID"] = 0, } , [890] = { -["numCriteria"] = 1, +["name"] = "Rkhardahrk Explorer", +["achievementIndex"] = 21, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Rkhardahrk.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rkhardahrk Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [891] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 5, -["description"] = "Explore and clear Haddock\'s Market.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Haddock\'s Market Explorer", +["achievementIndex"] = 15, ["SubCategory"] = "Craglorn", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Haddock\'s Market.", ["Category"] = "Exploration", -["achievementIndex"] = 16, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [892] = { -["numCriteria"] = 1, +["name"] = "Chiselshriek Mine Explorer", +["achievementIndex"] = 12, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Chiselshriek Mine.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chiselshriek Mine Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [893] = { -["numCriteria"] = 1, +["name"] = "Buried Sands Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Buried Sands.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Buried Sands Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 12, ["Category_ID"] = 6, -["firstID"] = 0, } , [894] = { -["numCriteria"] = 1, +["name"] = "Mtharnaz Explorer", +["achievementIndex"] = 20, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Mtharnaz.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mtharnaz Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 21, ["Category_ID"] = 6, -["firstID"] = 0, } , [895] = { -["numCriteria"] = 1, +["name"] = "The Howling Sepulchers Explorer", +["achievementIndex"] = 25, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Howling Sepulchers.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Howling Sepulchers Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [896] = { -["numCriteria"] = 1, +["name"] = "Balamath Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Balamath.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Balamath Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [897] = { -["numCriteria"] = 1, +["name"] = "Fearfangs Cavern Explorer", +["achievementIndex"] = 14, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Fearfangs Cavern.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fearfangs Cavern Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [898] = { -["numCriteria"] = 1, +["name"] = "Exarch\'s Stronghold Explorer", +["achievementIndex"] = 13, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Exarch\'s Stronghold.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Exarch\'s Stronghold Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 14, ["Category_ID"] = 6, -["firstID"] = 0, } , [899] = { -["numCriteria"] = 1, +["name"] = "Zalgaz\'s Den Explorer", +["achievementIndex"] = 27, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Zalgaz\'s Den.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Zalgaz\'s Den Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 27, ["Category_ID"] = 6, -["firstID"] = 0, } , [900] = { -["numCriteria"] = 1, +["name"] = "Tombs of the Na-Totambu Explorer", +["achievementIndex"] = 26, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Tombs of the Na-Totambu.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tombs of the Na-Totambu Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 26, ["Category_ID"] = 6, -["firstID"] = 0, } , [901] = { -["numCriteria"] = 1, +["name"] = "Hircine\'s Haunt Explorer", +["achievementIndex"] = 16, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Hircine\'s Haunt.", +["Category"] = "Exploration", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hircine\'s Haunt Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 17, ["Category_ID"] = 6, -["firstID"] = 0, } , [902] = { -["numCriteria"] = 9, +["name"] = "Lower Craglorn Pathfinder", +["achievementIndex"] = 5, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 9, ["description"] = "Discover all of the striking locales in Lower Craglorn.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Lower Craglorn Pathfinder", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [905] = { -["numCriteria"] = 1, +["name"] = "Shada\'s Tear Curse-Breaker", +["achievementIndex"] = 7, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Shada and cleanse the waters of Shada\'s Tear.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Shada\'s Tear Curse-Breaker", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [906] = { -["numCriteria"] = 1, +["name"] = "Tenacious Seeker", +["achievementIndex"] = 10, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Uncover the secrets hidden within the Seeker\'s Archive.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Tenacious Seeker", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [907] = { -["numCriteria"] = 1, +["name"] = "Spellscar Defender", +["achievementIndex"] = 9, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Prevent a catastrophic explosion of magic from within the Spellscar.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Spellscar Defender", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [908] = { -["numCriteria"] = 1, +["name"] = "Exalted of Elinhir", +["achievementIndex"] = 6, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Yamanu-ko and end the strife in Elinhir.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Exalted of Elinhir", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [909] = { -["numCriteria"] = 5, +["name"] = "Celestial Investigator", +["achievementIndex"] = 2, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover why the Celestials have appeared in Craglorn.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Celestial Investigator", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [916] = { -["numCriteria"] = 12, +["name"] = "Craglorn Angler", +["achievementIndex"] = 11, +["SubCategory"] = "Fishing", +["prevId"] = 0, ["SubCategory_ID"] = 8, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Craglorn.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Craglorn Angler", -["SubCategory"] = "Fishing", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 11, ["Category_ID"] = 6, -["firstID"] = 0, } , [936] = { -["numCriteria"] = 3, -["SubCategory_ID"] = 7, -["description"] = "Dismantle the Serpent\'s forces and vanquish the Exalted Viper.", -["points"] = 50, -["prevId"] = 0, ["name"] = "Serpents and Secrets", +["achievementIndex"] = 3, ["SubCategory"] = "Craglorn", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Dismantle the Serpent\'s forces and vanquish the Exalted Viper.", ["Category"] = "Quests", -["achievementIndex"] = 3, +["points"] = 50, +["nextId"] = 0, ["Category_ID"] = 7, -["firstID"] = 0, } , [937] = { -["numCriteria"] = 3, +["name"] = "Upper Craglorn Pathfinder", +["achievementIndex"] = 6, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Discover all of the striking locales in Upper Craglorn.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Upper Craglorn Pathfinder", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [939] = { -["numCriteria"] = 1, +["name"] = "Veteran Spiderkith Slayer", +["achievementIndex"] = 34, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 250 Spiderkith in Veteran Crypt of Hearts II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Spiderkith Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 34, ["Category_ID"] = 5, -["firstID"] = 0, } , [940] = { -["numCriteria"] = 1, +["name"] = "Veteran Flesh Atronach Slayer", +["achievementIndex"] = 33, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Flesh Atronachs in Veteran Crypt of Hearts II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Flesh Atronach Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 33, ["Category_ID"] = 5, -["firstID"] = 0, } , [941] = { -["numCriteria"] = 1, +["name"] = "Crypt of Hearts II Assassin", +["achievementIndex"] = 18, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien\'eth in Veteran Crypt of Hearts II within thirty minutes of starting the dungeon. Timer starts when the entrance gate opens.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crypt of Hearts II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["firstID"] = 0, } , [942] = { -["numCriteria"] = 1, +["name"] = "Deadly Crypt Survivor", +["achievementIndex"] = 17, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, Chamber Guardian, Ilambris Amalgam, and Mezeluth, before defeating Nerien\'eth in Veteran Crypt of Hearts II without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deadly Crypt Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["firstID"] = 0, } , [943] = { -["numCriteria"] = 3, +["name"] = "A Rule Unquestioned", +["achievementIndex"] = 3, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat a hidden threat to the Dominion in Auridon.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "A Rule Unquestioned", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 21, ["Category_ID"] = 7, -["firstID"] = 0, } , [944] = { -["numCriteria"] = 2, +["name"] = "Iconoclast", +["achievementIndex"] = 8, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "You thwarted perilous Daedric schemes in Grahtwood.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Iconoclast", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 18, ["Category_ID"] = 7, -["firstID"] = 0, } , [945] = { -["numCriteria"] = 3, +["name"] = "Spirit of the Bosmer", +["achievementIndex"] = 13, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Drive corruption from the heart of Valenwood in Greenshade.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Spirit of the Bosmer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [946] = { -["numCriteria"] = 3, +["name"] = "Matchmaker", +["achievementIndex"] = 18, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Restore the Silvenar and the Green Lady to their rightful place in Malabal Tor.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Matchmaker", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [947] = { -["numCriteria"] = 3, +["name"] = "Hallowed Moons", +["achievementIndex"] = 23, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Walk the Two Moons Path in Reaper\'s March.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Hallowed Moons", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [948] = { -["numCriteria"] = 3, +["name"] = "Hearts of Darkness", +["achievementIndex"] = 11, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Imprison the Brothers of Strife in Stonefalls.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Hearts of Darkness", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 15, ["Category_ID"] = 7, -["firstID"] = 0, } , [949] = { -["numCriteria"] = 3, +["name"] = "Plague Eater", +["achievementIndex"] = 6, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Avert the destruction of Deshaan.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Plague Eater", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 16, ["Category_ID"] = 7, -["firstID"] = 0, } , [950] = { -["numCriteria"] = 3, +["name"] = "Egg and Root", +["achievementIndex"] = 2, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "You defeated a great threat to the Hist in Shadowfen.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Egg and Root", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 12, ["Category_ID"] = 7, -["firstID"] = 0, } , [951] = { -["numCriteria"] = 3, +["name"] = "Blood Feud", +["achievementIndex"] = 18, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Prevent a great threat to the Skald-King in Eastmarch.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Blood Feud", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [952] = { -["numCriteria"] = 3, +["name"] = "Shattered Remnants", +["achievementIndex"] = 23, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat the Worm Cult in the Rift.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Shattered Remnants", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [953] = { -["numCriteria"] = 4, +["name"] = "Ritual Destruction", +["achievementIndex"] = 3, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Stop an insidious cultist plot in Glenumbra.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Ritual Destruction", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 21, ["Category_ID"] = 7, -["firstID"] = 0, } , [954] = { -["numCriteria"] = 3, +["name"] = "Rude Awakening", +["achievementIndex"] = 8, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "End the nightmares in Stormhaven.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Rude Awakening", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 19, ["Category_ID"] = 7, -["firstID"] = 0, } , [955] = { -["numCriteria"] = 3, +["name"] = "Curse Breaker", +["achievementIndex"] = 13, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "End the blood-curse and restore order in Rivenspire.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Curse Breaker", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 12, ["Category_ID"] = 7, -["firstID"] = 0, } , [956] = { -["numCriteria"] = 3, +["name"] = "Consecrated Ground", +["achievementIndex"] = 18, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Put the dead to rest in Alik\'r.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Consecrated Ground", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [957] = { -["numCriteria"] = 3, +["name"] = "Radiant Champion", +["achievementIndex"] = 2, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defy the will of Molag Bal in Coldharbour.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Radiant Champion", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [958] = { -["numCriteria"] = 3, +["name"] = "End of Empire", +["achievementIndex"] = 23, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Drive the Imperial forces out of Bangkorai.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "End of Empire", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [964] = { -["numCriteria"] = 2, +["name"] = "Glenumbra Master Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Glenumbra.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Glenumbra Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 66, ["Category_ID"] = 6, -["firstID"] = 0, } , [965] = { -["numCriteria"] = 2, +["name"] = "Stormhaven Master Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Stormhaven.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stormhaven Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 43, ["Category_ID"] = 6, -["firstID"] = 0, } , [966] = { -["numCriteria"] = 2, +["name"] = "Rivenspire Master Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Rivenspire.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rivenspire Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 34, ["Category_ID"] = 6, -["firstID"] = 0, } , [967] = { -["numCriteria"] = 2, +["name"] = "Alik\'r Desert Master Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in the Alik\'r Desert.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Alik\'r Desert Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 22, ["Category_ID"] = 6, -["firstID"] = 0, } , [968] = { -["numCriteria"] = 2, +["name"] = "Bangkorai Master Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Bangkorai.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bangkorai Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 7, ["Category_ID"] = 6, -["firstID"] = 0, } , [969] = { -["numCriteria"] = 6, +["name"] = "Aldmeri Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all caves and locales throughout the Aldmeri Dominion Territory.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aldmeri Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [970] = { -["numCriteria"] = 2, +["name"] = "Stonefalls Master Explorer", +["achievementIndex"] = 32, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Stonefalls.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stonefalls Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 27, ["Category_ID"] = 6, -["firstID"] = 0, } , [971] = { -["numCriteria"] = 2, +["name"] = "Deshaan Master Explorer", +["achievementIndex"] = 17, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Deshaan.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deshaan Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 13, ["Category_ID"] = 6, -["firstID"] = 0, } , [972] = { -["numCriteria"] = 2, +["name"] = "Shadowfen Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Shadowfen.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Shadowfen Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 48, ["Category_ID"] = 6, -["firstID"] = 0, } , [973] = { -["numCriteria"] = 2, +["name"] = "Eastmarch Master Explorer", +["achievementIndex"] = 50, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Eastmarch.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Eastmarch Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 37, ["Category_ID"] = 6, -["firstID"] = 0, } , [974] = { -["numCriteria"] = 2, +["name"] = "The Rift Master Explorer", +["achievementIndex"] = 51, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in The Rift.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Rift Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , [975] = { -["numCriteria"] = 2, +["name"] = "Bleakrock and Bal Foyen Explorer", +["achievementIndex"] = 43, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover all of the striking locales on Bleakrock and Bal Foyen.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Bleakrock and Bal Foyen Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 58, ["Category_ID"] = 6, -["firstID"] = 0, } , [976] = { -["numCriteria"] = 2, +["name"] = "Auridon Master Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Auridon.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Auridon Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 54, ["Category_ID"] = 6, -["firstID"] = 0, } , [977] = { -["numCriteria"] = 2, +["name"] = "Grahtwood Master Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Grahtwood.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Grahtwood Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 40, ["Category_ID"] = 6, -["firstID"] = 0, } , [978] = { -["numCriteria"] = 2, +["name"] = "Greenshade Master Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Greenshade.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Greenshade Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 29, ["Category_ID"] = 6, -["firstID"] = 0, } , [979] = { -["numCriteria"] = 2, +["name"] = "Malabal Tor Master Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Malabal Tor.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Malabal Tor Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 15, ["Category_ID"] = 6, -["firstID"] = 0, } , [980] = { -["numCriteria"] = 2, +["name"] = "Reaper\'s March Master Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Aldmeri Dominion", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Reaper\'s March.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Reaper\'s March Master Explorer", -["SubCategory"] = "Aldmeri Dominion", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 5, ["Category_ID"] = 6, -["firstID"] = 0, } , [981] = { -["numCriteria"] = 2, +["name"] = "Stros M\'kai and Betnikh Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover all of the striking locales on Stros M\'kai and Betnikh.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stros M\'kai and Betnikh Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 78, ["Category_ID"] = 6, -["firstID"] = 0, } , [982] = { -["numCriteria"] = 6, +["name"] = "Daggerfall Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Daggerfall Covenant", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all caves and locales throughout the Daggerfall Covenant Territory.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Daggerfall Master Explorer", -["SubCategory"] = "Daggerfall Covenant", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 6, ["Category_ID"] = 6, -["firstID"] = 0, } , [983] = { -["numCriteria"] = 6, +["name"] = "Ebonheart Master Explorer", +["achievementIndex"] = 48, +["SubCategory"] = "Ebonheart Pact", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover and clear all caves and locales throughout the Ebonheart Pact Territory.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ebonheart Master Explorer", -["SubCategory"] = "Ebonheart Pact", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [984] = { -["numCriteria"] = 2, +["name"] = "Coldharbour Master Explorer", +["achievementIndex"] = 2, +["SubCategory"] = "Coldharbour", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all six caves and striking locales in Coldharbour.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Coldharbour Master Explorer", -["SubCategory"] = "Coldharbour", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 1, ["Category_ID"] = 6, -["firstID"] = 0, } , [985] = { -["numCriteria"] = 12, +["name"] = "Lower Craglorn Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 12, ["description"] = "Discover and clear all twelve explorable caves in Lower Craglorn.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Lower Craglorn Cave Delver", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 4, ["Category_ID"] = 6, -["firstID"] = 0, } , [986] = { -["numCriteria"] = 2, +["name"] = "Lower Craglorn Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and locales throughout Lower Craglorn.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lower Craglorn Master Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 2, ["Category_ID"] = 6, -["firstID"] = 0, } , [990] = { -["numCriteria"] = 1, +["name"] = "Aetherian Archive Completed", +["achievementIndex"] = 7, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Mage, freeing her from the Serpent\'s control.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aetherian Archive Completed", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 4, -["firstID"] = 0, } , [991] = { -["numCriteria"] = 1, +["name"] = "Hel Ra Citadel Completed", +["achievementIndex"] = 3, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Warrior, freeing him from the Serpent\'s control.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hel Ra Citadel Completed", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 4, -["firstID"] = 0, } , [992] = { -["numCriteria"] = 1, +["name"] = "Dragonstar Arena Champion", +["achievementIndex"] = 21, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Conquer all challengers and earn the title of Dragonstar Arena Champion!", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dragonstar Arena Champion", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 4, -["firstID"] = 0, } , [993] = { -["numCriteria"] = 1, +["name"] = "Soul Shriven in Coldharbour", +["achievementIndex"] = 4, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 1.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Soul Shriven in Coldharbour", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 7, ["Category_ID"] = 7, -["firstID"] = 0, } , [994] = { -["numCriteria"] = 1, +["name"] = "The Harborage", +["achievementIndex"] = 3, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 1.5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Harborage", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [995] = { -["numCriteria"] = 1, +["name"] = "Daughter of Giants", +["achievementIndex"] = 2, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 2.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Daughter of Giants", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 9, ["Category_ID"] = 7, -["firstID"] = 0, } , [996] = { -["numCriteria"] = 1, +["name"] = "Chasing Shadows", +["achievementIndex"] = 1, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 2.5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Chasing Shadows", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 10, ["Category_ID"] = 7, -["firstID"] = 0, } , [997] = { -["numCriteria"] = 1, +["name"] = "Castle of the Worm", +["achievementIndex"] = 6, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 3.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Castle of the Worm", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [998] = { -["numCriteria"] = 1, +["name"] = "The Tharn Speaks", +["achievementIndex"] = 7, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 3.5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Tharn Speaks", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 12, ["Category_ID"] = 7, -["firstID"] = 0, } , [999] = { -["numCriteria"] = 1, +["name"] = "The Halls of Torment", +["achievementIndex"] = 8, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 4.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Halls of Torment", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 6, ["Category_ID"] = 7, -["firstID"] = 0, } , [1000] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Complete Main Quest Chapter 4.5.", -["points"] = 10, -["prevId"] = 0, ["name"] = "The Valley of Blades", +["achievementIndex"] = 9, ["SubCategory"] = "Main Quest", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete Main Quest Chapter 4.5.", ["Category"] = "Quests", -["achievementIndex"] = 5, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 7, -["firstID"] = 0, } , [1001] = { -["numCriteria"] = 1, +["name"] = "The Shadow of Sancre Tor", +["achievementIndex"] = 10, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Shadow of Sancre Tor", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 4, ["Category_ID"] = 7, -["firstID"] = 0, } , [1002] = { -["numCriteria"] = 1, +["name"] = "Council of the Five Companions", +["achievementIndex"] = 11, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 5.5.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "Council of the Five Companions", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 3, ["Category_ID"] = 7, -["firstID"] = 0, } , [1003] = { -["numCriteria"] = 1, +["name"] = "The God of Schemes", +["achievementIndex"] = 12, +["SubCategory"] = "Main Quest", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Main Quest Chapter 6.", +["Category"] = "Quests", ["points"] = 10, -["prevId"] = 0, -["name"] = "The God of Schemes", -["SubCategory"] = "Main Quest", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 2, ["Category_ID"] = 7, -["firstID"] = 0, } , [1014] = { -["numCriteria"] = 1, +["name"] = "Shatterer of Scales", +["achievementIndex"] = 8, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Exarch Arnoth and clear Skyreach Hold of the Scaled Court and its allies.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Shatterer of Scales", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 8, ["Category_ID"] = 7, -["firstID"] = 0, } , [1015] = { -["numCriteria"] = 1, +["name"] = "Vanquisher of Virmaril", +["achievementIndex"] = 11, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Virmaril the Betrayer and his undead legions within Skyreach Catacombs.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Vanquisher of Virmaril", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 11, ["Category_ID"] = 7, -["firstID"] = 0, } , [1016] = { -["numCriteria"] = 1, +["name"] = "Warden of the Pinnacle", +["achievementIndex"] = 12, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Aetherion and restore the Nedic wards within Skyreach Pinnacle.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Warden of the Pinnacle", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 12, ["Category_ID"] = 7, -["firstID"] = 0, } , [1049] = { -["numCriteria"] = 6, +["name"] = "Root Sunder Conqueror", +["achievementIndex"] = 37, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in Root Sunder.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Root Sunder Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 4, -["firstID"] = 0, } , [1050] = { -["numCriteria"] = 6, +["name"] = "Rulanyil\'s Fall Conqueror", +["achievementIndex"] = 38, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the Champions in Rulanyil\'s Fall.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rulanyil\'s Fall Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 4, -["firstID"] = 0, } , [1051] = { -["numCriteria"] = 7, +["name"] = "Crimson Cove Conqueror", +["achievementIndex"] = 32, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat all of the champions in Crimson Cove.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crimson Cove Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 4, -["firstID"] = 0, } , [1052] = { -["numCriteria"] = 6, +["name"] = "The Vile Manse Conqueror", +["achievementIndex"] = 39, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in The Vile Manse.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Vile Manse Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 4, -["firstID"] = 0, } , [1053] = { -["numCriteria"] = 4, +["name"] = "Bad Man\'s Hallows Conqueror", +["achievementIndex"] = 30, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat all of the champions in Bad Man\'s Hallows.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bad Man\'s Hallows Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 35, ["Category_ID"] = 4, -["firstID"] = 0, } , [1054] = { -["numCriteria"] = 6, +["name"] = "Bonesnap Ruins Conqueror", +["achievementIndex"] = 31, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in Bonesnap Ruins.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bonesnap Ruins Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 4, -["firstID"] = 0, } , [1055] = { -["numCriteria"] = 6, +["name"] = "Razak\'s Wheel Conqueror", +["achievementIndex"] = 36, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all of the champions in Razak\'s Wheel.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Razak\'s Wheel Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 4, -["firstID"] = 0, } , [1056] = { -["numCriteria"] = 7, +["name"] = "Village of the Lost Conqueror", +["achievementIndex"] = 1, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat all of the champions in Village of the Lost.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Village of the Lost Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 30, ["Category_ID"] = 4, -["firstID"] = 0, } , [1057] = { -["numCriteria"] = 6, +["name"] = "Root Sunder Vanquisher", +["achievementIndex"] = 48, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Root Sunder.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Root Sunder Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 4, -["firstID"] = 0, } , [1058] = { -["numCriteria"] = 6, +["name"] = "Rulanyil\'s Fall Vanquisher", +["achievementIndex"] = 49, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Rulanyil\'s Fall.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rulanyil\'s Fall Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 4, -["firstID"] = 0, } , [1059] = { -["numCriteria"] = 7, +["name"] = "Crimson Cove Vanquisher", +["achievementIndex"] = 43, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat three of the champions in Crimson Cove.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crimson Cove Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 4, -["firstID"] = 0, } , [1060] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 2, -["description"] = "Defeat three of the champions in The Vile Manse.", -["points"] = 10, -["prevId"] = 0, ["name"] = "The Vile Manse Vanquisher", +["achievementIndex"] = 50, ["SubCategory"] = "Public Dungeons", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Defeat three of the champions in The Vile Manse.", ["Category"] = "Dungeons", -["achievementIndex"] = 4, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 4, -["firstID"] = 0, } , [1061] = { -["numCriteria"] = 4, +["name"] = "Bad Man\'s Hallows Vanquisher", +["achievementIndex"] = 41, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat three of the champions in Bad Man\'s Hallows.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bad Man\'s Hallows Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 36, ["Category_ID"] = 4, -["firstID"] = 0, } , [1062] = { -["numCriteria"] = 6, +["name"] = "Bonesnap Ruins Vanquisher", +["achievementIndex"] = 42, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Bonesnap Ruins.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bonesnap Ruins Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 4, -["firstID"] = 0, } , [1063] = { -["numCriteria"] = 6, +["name"] = "Razak\'s Wheel Vanquisher", +["achievementIndex"] = 47, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat three of the champions in Razak\'s Wheel.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Razak\'s Wheel Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 47, ["Category_ID"] = 4, -["firstID"] = 0, } , [1064] = { -["numCriteria"] = 7, +["name"] = "Village of the Lost Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Defeat three of the champions in Village of the Lost.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Village of the Lost Vanquisher", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 32, ["Category_ID"] = 4, -["firstID"] = 0, } , [1068] = { -["numCriteria"] = 5, +["name"] = "Ebonheart Pact Conqueror", +["achievementIndex"] = 18, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the Public Dungeon champions in the Ebonheart Pact.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ebonheart Pact Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 28, ["Category_ID"] = 4, -["firstID"] = 0, } , [1069] = { -["numCriteria"] = 5, +["name"] = "Aldmeri Dominion Conqueror", +["achievementIndex"] = 16, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the Public Dungeon champions in the Aldmeri Dominion.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aldmeri Dominion Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 4, -["firstID"] = 0, } , [1070] = { -["numCriteria"] = 5, +["name"] = "Daggerfall Covenant Conqueror", +["achievementIndex"] = 17, +["SubCategory"] = "Public Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the Public Dungeon champions in the Daggerfall Covenant.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Daggerfall Covenant Conqueror", -["SubCategory"] = "Public Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 4, -["firstID"] = 0, } , [1071] = { -["numCriteria"] = 7, +["name"] = "Complete All Speed Challenges", +["achievementIndex"] = 1, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Complete the listed Speed Challenges.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Complete All Speed Challenges", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["firstID"] = 0, } , [1072] = { -["numCriteria"] = 8, +["name"] = "Complete All Death Challenges", +["achievementIndex"] = 1, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 8, ["description"] = "Complete the listed Death Challenges.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Complete All Death Challenges", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["firstID"] = 0, } , [1073] = { -["numCriteria"] = 5, +["name"] = "Vanquisher of the Pact", +["achievementIndex"] = 13, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all the bosses throughout the Group Dungeons in the Ebonheart Pact.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vanquisher of the Pact", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 4, -["firstID"] = 0, } , [1074] = { -["numCriteria"] = 5, +["name"] = "Vanquisher of the Covenant", +["achievementIndex"] = 11, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all the bosses throughout the Group Dungeons in the Daggerfall Covenant.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vanquisher of the Covenant", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 4, -["firstID"] = 0, } , [1075] = { -["numCriteria"] = 5, +["name"] = "Vanquisher of the Dominion", +["achievementIndex"] = 12, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all the bosses throughout the Group Dungeons in the Aldmeri Dominion.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vanquisher of the Dominion", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 4, -["firstID"] = 0, } , [1078] = { -["numCriteria"] = 1, +["name"] = "Weekly Trial Complete", +["achievementIndex"] = 17, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete a Weekly Trial.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Weekly Trial Complete", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 4, -["firstID"] = 0, } , [1079] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Weekly", +["achievementIndex"] = 16, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Completed a Weekly Trial within 33 minutes.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Weekly", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 4, -["firstID"] = 0, } , [1080] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Hel Ra Citadel", +["achievementIndex"] = 6, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Completed the Hel Ra Citadel within a time limit of 33 minutes.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Hel Ra Citadel", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 4, -["firstID"] = 0, } , [1081] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Aetherian Archive", +["achievementIndex"] = 9, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Completed the Aetherian Archive within a time limit of 33 minutes.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Aetherian Archive", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 4, -["firstID"] = 0, } , [1082] = { +["name"] = "Undaunted Rescuer", +["achievementIndex"] = 17, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Rescue all of the members of the failed Undaunted expedition to the Deadlands of Mehrunes Dagon.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 26, ["Category_ID"] = 5, -["name"] = "Undaunted Rescuer", } , [1084] = { -["numCriteria"] = 1, +["name"] = "The Blade\'s Edge", +["achievementIndex"] = 18, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Crypt of Hearts II, allow four of Nerien\'eth\'s Students to survive until he takes the Ebony Blade before defeating them all.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Blade\'s Edge", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["firstID"] = 0, } , [1105] = { -["numCriteria"] = 1, +["name"] = "Mehrunes Dremora Slayer", +["achievementIndex"] = 27, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Dremora in Veteran City of Ash II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mehrunes Dremora Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 27, ["Category_ID"] = 5, -["firstID"] = 0, } , [1106] = { -["numCriteria"] = 1, +["name"] = "Veteran Flame Colossus Slayer", +["achievementIndex"] = 28, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Flame Colossi in Veteran City of Ash II.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Flame Colossus Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 28, ["Category_ID"] = 5, -["firstID"] = 0, } , [1107] = { -["numCriteria"] = 1, +["name"] = "Deadly Deadlands Survivor", +["achievementIndex"] = 14, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, the Ash Titan, and the Daedra at the bridge to Valkyn Skoria, before defeating Valkyn Skoria himself in Veteran City of Ash II without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Deadly Deadlands Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["firstID"] = 0, } , [1108] = { -["numCriteria"] = 1, +["name"] = "City of Ash II Assassin", +["achievementIndex"] = 15, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rukhan, Marruz, Akezel, Urata the Legion, Horvantud the Fire Maw, and the Ash Titan; reassemble the bridge; and defeat Valkyn Skoria himself in Veteran City of Ash II, all within thirty minutes. Timer starts when players enter the Inner Grove.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "City of Ash II Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["firstID"] = 0, } , [1109] = { +["name"] = "Sewer Subjugator", +["achievementIndex"] = 17, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Kill all the named champions lurking in the Imperial Sewers", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 18, -["Category_ID"] = 26, -["name"] = "Sewer Subjugator", +["Category_ID"] = 27, } , [1111] = { +["name"] = "Easy as Pie", +["achievementIndex"] = 16, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Explore the culinary traditions of the Dremora.", +["Category"] = "Veteran Dungeons", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["name"] = "Easy as Pie", } , [1112] = { -["numCriteria"] = 1, +["name"] = "Craglorn Pilgrim", +["achievementIndex"] = 5, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete the Gray Passage pilgrimage within the alloted time limit.", +["Category"] = "Quests", ["points"] = 15, -["prevId"] = 0, -["name"] = "Craglorn Pilgrim", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 5, ["Category_ID"] = 7, -["firstID"] = 0, } , [1113] = { -["numCriteria"] = 1, +["name"] = "Sanctum Ophidia: Feeding Pit", +["achievementIndex"] = 14, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use the feed pile in Sanctum Ophidia and survive the ensuing battle.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["name"] = "Sanctum Ophidia: Feeding Pit", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 4, -["firstID"] = 0, } , [1114] = { -["numCriteria"] = 1, +["name"] = "A World On Fire", +["achievementIndex"] = 15, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran City of Ash II, make a pact with the Frigid Tome, then defeat Valkyn Skoria.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "A World On Fire", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["firstID"] = 0, } , [1115] = { -["numCriteria"] = 1, +["name"] = "Trials Damage Dealer", +["achievementIndex"] = 19, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Deal 1,000,000 points of damage in Trials.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Trials Damage Dealer", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["firstID"] = 0, } , [1116] = { -["numCriteria"] = 1, +["name"] = "Trials Healer", +["achievementIndex"] = 20, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Heal 1,000,000 points of damage to allies in Trials.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Trials Healer", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 4, -["firstID"] = 0, } , [1117] = { -["numCriteria"] = 1, +["name"] = "Trials Blocker", +["achievementIndex"] = 18, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Block 1,000,000 points of damage in Trials.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Trials Blocker", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 4, -["firstID"] = 0, } , [1120] = { -["numCriteria"] = 4, +["name"] = "White-Gold Tower Conqueror", +["achievementIndex"] = 10, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in Veteran White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["name"] = "White-Gold Tower Conqueror", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1121] = { -["numCriteria"] = 1, +["name"] = "Earthly Possessions", +["achievementIndex"] = 28, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Find Geldrion Treehelm\'s stash in Belkarth.", +["Category"] = "Exploration", ["points"] = 5, -["prevId"] = 0, -["name"] = "Earthly Possessions", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 28, ["Category_ID"] = 6, -["firstID"] = 0, } , [1122] = { -["numCriteria"] = 4, +["name"] = "Blockbuster", +["achievementIndex"] = 1, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Free prisoners from their cell blocks in Imperial City Prison.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Blockbuster", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1123] = { -["numCriteria"] = 1, +["name"] = "Sanctum Ophidia Completed", +["achievementIndex"] = 11, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Serpent.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanctum Ophidia Completed", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 4, -["firstID"] = 0, } , [1124] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Sanctum Ophidia", +["achievementIndex"] = 15, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Completed the Sanctum Ophidia within a time limit of 33 minutes.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Sanctum Ophidia", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 4, -["firstID"] = 0, } , [1126] = { -["numCriteria"] = 2, +["name"] = "Upper Craglorn Master Explorer", +["achievementIndex"] = 2, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and locales throughout Upper Craglorn.", +["Category"] = "Exploration", ["points"] = 50, -["prevId"] = 0, -["name"] = "Upper Craglorn Master Explorer", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 3, ["Category_ID"] = 6, -["firstID"] = 0, } , [1127] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 5, -["description"] = "Discover and clear all six explorable caves in Upper Craglorn.", -["points"] = 15, -["prevId"] = 0, ["name"] = "Upper Craglorn Cave Delver", +["achievementIndex"] = 4, ["SubCategory"] = "Craglorn", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Discover and clear all six explorable caves in Upper Craglorn.", ["Category"] = "Exploration", -["achievementIndex"] = 5, +["points"] = 15, +["nextId"] = 0, ["Category_ID"] = 6, -["firstID"] = 0, } , [1128] = { -["numCriteria"] = 1, +["name"] = "No Prison Can Hold Me", +["achievementIndex"] = 7, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "No Prison Can Hold Me", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1129] = { -["numCriteria"] = 1, +["name"] = "Life Sentence", +["achievementIndex"] = 4, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat all mini-boss and boss enemies in Veteran Imperial City Prison without suffering a group member death.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Life Sentence", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 4, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1130] = { -["numCriteria"] = 1, +["name"] = "Vigilant Watcher Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Vigilant Watchers in Veteran Imperial City Prison.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Vigilant Watcher Slayer", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 10, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1131] = { -["numCriteria"] = 1, +["name"] = "Mindshriven Slayer", +["achievementIndex"] = 6, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Mindshriven in Veteran Imperial City Prison.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mindshriven Slayer", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1132] = { -["numCriteria"] = 6, +["name"] = "Imperial City Challenger", +["achievementIndex"] = 5, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Complete the listed Challenges for veteran dungeons in Imperial City.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Imperial City Challenger", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 9, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1133] = { -["numCriteria"] = 1, +["name"] = "Out of Sight", +["achievementIndex"] = 8, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Out of Sight", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 8, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1136] = { -["numCriteria"] = 1, +["name"] = "Hel Ra Citadel Difficult Mode", +["achievementIndex"] = 4, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Warrior after enraging him through the destruction of his statue army.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hel Ra Citadel Difficult Mode", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 4, -["firstID"] = 0, } , [1137] = { -["numCriteria"] = 1, +["name"] = "Aetherian Archive Difficult Mode", +["achievementIndex"] = 8, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Mage after taunting her by smashing the Aetherial Orbs.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aetherian Archive Difficult Mode", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 4, -["firstID"] = 0, } , [1138] = { -["numCriteria"] = 1, +["name"] = "Sanctum Ophidia Difficult Mode", +["achievementIndex"] = 13, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Serpent after desecrating the sacred banners of the Scaled Court", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanctum Ophidia Difficult Mode", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 4, -["firstID"] = 0, } , [1139] = { -["numCriteria"] = 3, +["name"] = "Craglorn Trials Conqueror", +["achievementIndex"] = 2, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Complete Hel Ra Citadel, Aetherian Archive, and Sanctum Ophidia at their highest difficulties.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Craglorn Trials Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 4, -["firstID"] = 0, } , [1140] = { -["numCriteria"] = 1, +["name"] = "Dragonstar Arena Conqueror", +["achievementIndex"] = 22, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Conquer all challengers on the increased difficulty version of Dragonstar Arena.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dragonstar Arena Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 4, -["firstID"] = 0, } , [1142] = { -["numCriteria"] = 1, +["name"] = "Darklight Dancer", +["achievementIndex"] = 9, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darklight Dancer", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 9, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1143] = { -["numCriteria"] = 2, +["name"] = "Craglorn Completist", +["achievementIndex"] = 1, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 7, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Eliminate the threat of the Serpent and his Scaled Court throughout all of Craglorn.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Craglorn Completist", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, ["Category_ID"] = 7, -["firstID"] = 0, } , [1150] = { +["name"] = "Pledge Taker", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, ["description"] = "Complete one Undaunted Pledge bestowed by Maj al-Ragath.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1150, ["nextId"] = 1151, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["name"] = "Pledge Taker", } , [1151] = { +["name"] = "Returned Undaunted", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, ["description"] = "Complete 10 Undaunted Pledges bestowed by Maj al-Ragath.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 1150, -["firstID"] = 1150, ["nextId"] = 1152, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["name"] = "Returned Undaunted", } , [1152] = { +["name"] = "Undaunted, Daily", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, ["description"] = "Complete 50 Undaunted Pledges bestowed by Maj al-Ragath.", +["Category"] = "Dungeons", ["points"] = 15, -["prevId"] = 1151, -["firstID"] = 1150, ["nextId"] = 1153, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["name"] = "Undaunted, Daily", } , [1153] = { +["name"] = "Maj\'s Cohort", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 1150, ["numCriteria"] = 1, ["description"] = "Complete 100 Undaunted Pledges bestowed by Maj al-Ragath.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1150, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["name"] = "Maj\'s Cohort", } , [1154] = { +["name"] = "Prove Them Wrong", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, ["description"] = "Complete one Undaunted Pledge bestowed by Glirion the Redbeard.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1154, ["nextId"] = 1155, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["name"] = "Prove Them Wrong", } , [1155] = { +["name"] = "You Still Draw Breath", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, ["description"] = "Complete 10 Undaunted Pledges bestowed by Glirion the Redbeard.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 1154, -["firstID"] = 1154, ["nextId"] = 1156, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["name"] = "You Still Draw Breath", } , [1156] = { +["name"] = "Death Has Not Claimed You", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, ["description"] = "Complete 50 Undaunted Pledges bestowed by Glirion the Redbeard.", +["Category"] = "Dungeons", ["points"] = 15, -["prevId"] = 1155, -["firstID"] = 1154, ["nextId"] = 1157, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["name"] = "Death Has Not Claimed You", } , [1157] = { +["name"] = "Glirion\'s Cohort", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 1154, ["numCriteria"] = 1, ["description"] = "Complete 100 Undaunted Pledges bestowed by Glirion the Redbeard.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1154, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["name"] = "Glirion\'s Cohort", } , [1158] = { +["name"] = "Call of the Undaunted", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Reach level 45, attracting the attention of the Undaunted elite.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 4, -["name"] = "Call of the Undaunted", } , [1159] = { +["name"] = "Deadlands Savvy", +["achievementIndex"] = 15, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 8, ["description"] = "Complete the following achievements associated with City of Ash II.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 5, -["name"] = "Deadlands Savvy", } , [1160] = { +["name"] = "Imperial City Skyshard Hunter", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 13, ["description"] = "Find all 13 Skyshards in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 14, -["Category_ID"] = 26, -["name"] = "Imperial City Skyshard Hunter", +["Category_ID"] = 27, } , [1169] = { +["name"] = "Imperial Sewers Pathfinder", +["achievementIndex"] = 14, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Discover all of the striking locales in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 15, -["Category_ID"] = 26, -["name"] = "Imperial Sewers Pathfinder", +["Category_ID"] = 27, } , [1171] = { +["name"] = "Imperial City Locksmith", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Assemble a key for each of the trophy chests found in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 13, -["Category_ID"] = 26, -["name"] = "Imperial City Locksmith", +["Category_ID"] = 27, } , [1172] = { +["name"] = "Key Collector", +["achievementIndex"] = 15, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Assemble a total of 25 trophy door keys in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 16, -["Category_ID"] = 26, -["name"] = "Key Collector", +["Category_ID"] = 27, } , [1174] = { +["name"] = "Horror of Horrors", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Defeat all the Patrolling Horrors in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 9, -["Category_ID"] = 26, -["name"] = "Horror of Horrors", +["Category_ID"] = 27, } , [1175] = { +["name"] = "The Sublime Protector", +["achievementIndex"] = 19, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 7, ["description"] = "Bring an end to Molag Bal\'s secret plot in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 19, -["Category_ID"] = 26, -["name"] = "The Sublime Protector", +["Category_ID"] = 27, } , [1176] = { +["name"] = "Imperial City Recruit", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 1176, ["numCriteria"] = 1, ["description"] = "Kill 1 player while inside the Imperial City.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1176, ["nextId"] = 1177, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["name"] = "Imperial City Recruit", +["Category_ID"] = 27, } , [1177] = { +["name"] = "Imperial City Veteran", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 1176, ["numCriteria"] = 1, ["description"] = "Kill 50 players while inside the Imperial City.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 1176, -["firstID"] = 1176, ["nextId"] = 1178, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["name"] = "Imperial City Veteran", +["Category_ID"] = 27, } , [1178] = { +["name"] = "Imperial City Warlord", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 1176, ["numCriteria"] = 1, ["description"] = "Kill 100 players while inside the Imperial City.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 1176, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["name"] = "Imperial City Warlord", +["Category_ID"] = 27, } , [1179] = { +["name"] = "Big Score", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 1314, ["numCriteria"] = 1, ["description"] = "Gain 900 Tel Var Stones from a single gain.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 1314, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["name"] = "Big Score", +["Category_ID"] = 27, } , [1181] = { +["name"] = "Xivkyn Style Master", +["achievementIndex"] = 20, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Xivkyn style book, found in Daedric Caches in the Imperial City.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 20, -["Category_ID"] = 26, -["name"] = "Xivkyn Style Master", +["Category_ID"] = 27, } , [1182] = { +["name"] = "Trove Scamp Seeker", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1182, ["numCriteria"] = 1, ["description"] = "Kill 1 Trove Scamp while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1182, ["nextId"] = 1269, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["name"] = "Trove Scamp Seeker", +["Category_ID"] = 27, } , [1184] = { +["name"] = "Imperial Arena Champion", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Complete the Imperial City Arena by slaying the Ringmaster and her monstrous servants.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 10, -["Category_ID"] = 26, -["name"] = "Imperial Arena Champion", +["Category_ID"] = 27, } , [1185] = { +["name"] = "Protector of the Faith", +["achievementIndex"] = 16, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Complete the Imperial City Temple event by defeating the Daedric Titan, Uzuruz.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 17, -["Category_ID"] = 26, -["name"] = "Protector of the Faith", +["Category_ID"] = 27, } , [1186] = { +["name"] = "Imperial City Angler", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Imperial City.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 11, -["Category_ID"] = 26, -["name"] = "Imperial City Angler", +["Category_ID"] = 27, } , [1235] = { -["numCriteria"] = 1, +["name"] = "Rkindaleft Group Event", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Activate the ancient centurion in Rkindaleft.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rkindaleft Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 7, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1236] = { -["numCriteria"] = 4, +["name"] = "Rkindaleft Conqueror", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat all of Rkindaleft\'s champions.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Rkindaleft Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1237] = { -["numCriteria"] = 4, +["name"] = "Rkindaleft Vanquisher", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat 3 champions in the Rkindaleft public dungeon.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Rkindaleft Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 5, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1238] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Resist the cultist onslaught in Old Orsinium.", -["points"] = 50, -["prevId"] = 0, ["name"] = "Old Orsinium Group Event", +["achievementIndex"] = 14, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 8, -["Category_ID"] = 25, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Resist the cultist onslaught in Old Orsinium.", +["Category"] = "Orsinium", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 26, } , [1239] = { -["numCriteria"] = 5, +["name"] = "Old Orsinium Conqueror", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Old Orsinium.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Old Orsinium Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1240] = { -["numCriteria"] = 5, +["name"] = "Old Orsinium Vanquisher", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat 3 champions in the Old Orsinium public dungeon.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Old Orsinium Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 9, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1241] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Newcomer", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 3 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wrothgar Newcomer", -["SubCategory"] = "Quests", ["nextId"] = 1242, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1242] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 9 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1241, -["name"] = "Wrothgar Explorer", -["SubCategory"] = "Quests", ["nextId"] = 1243, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1243] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Trailblazer", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 15 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1242, -["name"] = "Wrothgar Trailblazer", -["SubCategory"] = "Quests", ["nextId"] = 1244, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1244] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Pathfinder", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 21 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1243, -["name"] = "Wrothgar Pathfinder", -["SubCategory"] = "Quests", ["nextId"] = 1245, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1245] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Adventurer", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1241, +["numCriteria"] = 1, ["description"] = "Complete 27 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1244, -["name"] = "Wrothgar Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 1241, +["Category_ID"] = 26, } , [1247] = { -["numCriteria"] = 1, +["name"] = "One Last Brawl", +["achievementIndex"] = 25, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Grant 5 elderly Orc warriors a glorious death.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "One Last Brawl", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 26, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1248] = { +["name"] = "Hero of Wrothgar", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Wrothgar.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["name"] = "Hero of Wrothgar", +["Category_ID"] = 26, } , [1249] = { -["numCriteria"] = 6, +["name"] = "Defender of Orsinium", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat 4 Wrothgar world bosses.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Orsinium", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 19, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1250] = { +["name"] = "Wrothgar Relic Hunter", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1250, ["numCriteria"] = 20, ["description"] = "Collect 16 relics for the House of Orsimer Glories museum.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 1250, ["nextId"] = 1324, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["name"] = "Wrothgar Relic Hunter", +["Category_ID"] = 26, } , [1257] = { -["numCriteria"] = 2, +["name"] = "Wrothgar Dungeon Slayer", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Complete both Wrothgar public dungeon boss achievements.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Wrothgar Dungeon Slayer", +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[2559] = { +["name"] = "Southern Elsweyr Master Explorer", +["achievementIndex"] = 2, ["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Discover and clear all delves and striking locales in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 4, -["Category_ID"] = 25, +["Category_ID"] = 15, +} +, +[2558] = { +["name"] = "Moonlit Cove Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear the Moonlit Cove.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 15, } , [1260] = { -["numCriteria"] = 4, +["name"] = "Kingmaker", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete Wrothgar\'s main quests.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Kingmaker", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 4, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1261] = { +["name"] = "Xivkyn Assassin", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 1261, ["numCriteria"] = 1, ["description"] = "Kill 1 member of the Coldharbour Elite Guard.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1261, ["nextId"] = 1262, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["name"] = "Xivkyn Assassin", +["Category_ID"] = 27, } , [1262] = { +["name"] = "Xivkyn\'s Scourge", +["achievementIndex"] = 4, +["prevId"] = 1261, +["firstID"] = 1261, ["numCriteria"] = 1, ["description"] = "Kill 50 members of the Coldharbour Elite Guard.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 1261, -["firstID"] = 1261, ["nextId"] = 1263, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["name"] = "Xivkyn\'s Scourge", +["Category_ID"] = 27, } , [1263] = { +["name"] = "Xivkyn\'s Bane", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 1261, ["numCriteria"] = 1, ["description"] = "Kill 100 members of the Coldharbour Elite Guard.", +["Category"] = "Imperial City", ["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 27, +} +, +[2548] = { +["name"] = "Bone Colossus Slayer", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 1261, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 10 Bone Colossi in Veteran Unhallowed Grave.", +["Category"] = "Harrowstorm", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["name"] = "Xivkyn\'s Bane", +["Category_ID"] = 14, } , -[1267] = { +[2547] = { +["name"] = "Draugrkin Slayer", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["description"] = "Kill 100 players while inside the Imperial Arena.", -["points"] = 15, +["description"] = "Defeat 200 Draugrkin warriors in Veteran Unhallowed Grave.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2560] = { +["name"] = "Southern Elsweyr Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Discover and clear both explorable caves in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 8, -["Category_ID"] = 26, +["Category_ID"] = 15, +} +, +[1267] = { ["name"] = "Alliance Gladiator", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Kill 100 players while inside the Imperial Arena.", +["Category"] = "Imperial City", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 27, } , [1268] = { +["name"] = "Cunning Scamp Seeker", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 1268, ["numCriteria"] = 1, ["description"] = "Kill 1 Cunning Scamp while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1268, ["nextId"] = 1271, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["name"] = "Cunning Scamp Seeker", +["Category_ID"] = 27, } , [1269] = { +["name"] = "Trove Scamp Slayer", +["achievementIndex"] = 3, +["prevId"] = 1182, +["firstID"] = 1182, ["numCriteria"] = 1, ["description"] = "Kill 50 Trove Scamps while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 1182, -["firstID"] = 1182, ["nextId"] = 1270, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["name"] = "Trove Scamp Slayer", +["Category_ID"] = 27, } , [1270] = { +["name"] = "Trove Scamp Exterminator", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1182, ["numCriteria"] = 1, ["description"] = "Kill 100 Trove Scamps while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1182, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["name"] = "Trove Scamp Exterminator", +["Category_ID"] = 27, } , [1271] = { +["name"] = "Cunning Scamp Slayer", +["achievementIndex"] = 2, +["prevId"] = 1268, +["firstID"] = 1268, ["numCriteria"] = 1, ["description"] = "Kill 50 Cunning Scamps while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 1268, -["firstID"] = 1268, ["nextId"] = 1272, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["name"] = "Cunning Scamp Slayer", +["Category_ID"] = 27, } , [1272] = { +["name"] = "Cunning Scamp Exterminator", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 1268, ["numCriteria"] = 1, ["description"] = "Kill 100 Cunning Scamps while adventuring in the Imperial Sewers.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1268, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["name"] = "Cunning Scamp Exterminator", +["Category_ID"] = 27, } , [1273] = { +["name"] = "Imperial Lightbringer", +["achievementIndex"] = 13, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Complete the Barathrum Centrata event deep beneath the Imperial City.", +["Category"] = "Imperial City", ["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 27, +} +, +[2545] = { +["name"] = "Icereach Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Icereach.", +["Category"] = "Harrowstorm", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 4, -["Category_ID"] = 26, -["name"] = "Imperial Lightbringer", +["Category_ID"] = 14, } , [1275] = { -["numCriteria"] = 1, +["name"] = "First to the Top", +["achievementIndex"] = 3, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "First to the Top", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 7, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1276] = { -["numCriteria"] = 1, +["name"] = "To Spite a Tharn", +["achievementIndex"] = 9, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["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"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "To Spite a Tharn", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 11, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1277] = { -["numCriteria"] = 1, +["name"] = "Horn Breaker", +["achievementIndex"] = 4, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 100 Xivkyn in Veteran White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Horn Breaker", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 8, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1278] = { -["numCriteria"] = 1, +["name"] = "Daedroth Dropper", +["achievementIndex"] = 1, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 75 Daedroth in Veteran White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Daedroth Dropper", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1279] = { -["numCriteria"] = 1, +["name"] = "Ire of the Storm", +["achievementIndex"] = 7, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran White-Gold Tower, complete the ritual listed in the Obelisk Tome, then defeat Molag Kena.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ire of the Storm", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1280] = { -["numCriteria"] = 1, +["name"] = "Entry Denied", +["achievementIndex"] = 2, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 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"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Entry Denied", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 6, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1281] = { -["numCriteria"] = 3, +["name"] = "Imperial Transgressions", +["achievementIndex"] = 6, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Locate and interact with all of the speaking stones in the White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Imperial Transgressions", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 4, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , -[1285] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Kill Old Snagara the echatere in the Poacher\'s Encampment.", -["points"] = 10, +[2544] = { +["name"] = "Harrowstorm Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Kill Old Snagara", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 18, -["Category_ID"] = 25, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Icereach or Unhallowed Grave for the first time.", +["Category"] = "Harrowstorm", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 14, } , -[1286] = { +[2543] = { +["name"] = "Hex-Proof", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2542] = { +["name"] = "Thane\'s Haste", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[1285] = { +["name"] = "Kill Old Snagara", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Defeat Zandadunoz the Reborn at the Unfinished Dolmen.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Kill Old Snagara the echatere in the Poacher\'s Encampment.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1286] = { ["name"] = "Kill Zandadunoz the Reborn", +["achievementIndex"] = 19, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 17, -["Category_ID"] = 25, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Zandadunoz the Reborn at the Unfinished Dolmen.", +["Category"] = "Orsinium", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 26, } , [1287] = { -["numCriteria"] = 1, +["name"] = "Kill King-Chief Edu", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Riekr regent King-Chief Edu at the King-Chief\'s Throne.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kill King-Chief Edu", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 24, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1288] = { -["numCriteria"] = 1, +["name"] = "Kill Corintthac the Abomination", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill the Winterborn Briarheart Warrior, Corintthac the Abomination, at the Accursed Nursery.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kill Corintthac the Abomination", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 21, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1289] = { -["numCriteria"] = 1, +["name"] = "Kill Mad Urkazbur the Ogre", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Mad Urkazbur at the Mad-Ogre\'s Altar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kill Mad Urkazbur the Ogre", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 25, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1290] = { -["numCriteria"] = 1, +["name"] = "Kill Nyzchaleft", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Nyzchaleft the Dwarven Centurion at Nyzchaleft Falls.", +["Category"] = "Orsinium", ["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[2541] = { +["name"] = "Cold-Blooded Killer", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Kill Nyzchaleft", -["SubCategory"] = "Exploration", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "In Veteran Icereach, defeat the Icereach Coven after burning their sacred wicker totem.", +["Category"] = "Harrowstorm", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 20, -["Category_ID"] = 25, +["Category_ID"] = 14, +} +, +[2540] = { +["name"] = "Icereach Conqueror", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Veteran Icereach.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, } , -[1297] = { +[2539] = { +["name"] = "Icereach Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Kjarg the Tuskscraper, Sister Skelga, Vearogh the Shambler, the Stormborn Revenant, and the Icereach Coven in Icereach.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, +} +, +[2564] = { +["name"] = "Temple Guardian Terror", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Defeat the temple guardian Iratan the Lightbringer at the Shrine of the Reforged.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[2565] = { +["name"] = "End of the Exile", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Explore and clear Nikolvara\'s Kennel.", -["points"] = 5, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the exiled adept Ri\'Atahrashi at his training ground.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[2566] = { +["name"] = "Pellitine Master Angler", +["achievementIndex"] = 8, ["prevId"] = 0, +["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Catch all 12 rare fish in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[1297] = { ["name"] = "Nikolvara\'s Kennel Explorer", +["achievementIndex"] = 7, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 23, -["Category_ID"] = 25, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Nikolvara\'s Kennel.", +["Category"] = "Orsinium", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 26, } , [1298] = { -["numCriteria"] = 1, +["name"] = "Coldperch Cavern Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Coldperch Cavern.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Coldperch Cavern Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 12, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1299] = { -["numCriteria"] = 1, +["name"] = "Argent Mine Explorer", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Argent Mine.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Argent Mine Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 22, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1300] = { -["numCriteria"] = 1, +["name"] = "Thukhozod\'s Sanctum Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Thukhozod\'s Sanctum.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Thukhozod\'s Sanctum Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 14, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1301] = { -["numCriteria"] = 1, +["name"] = "Watcher\'s Hold Explorer", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Watcher\'s Hold.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Watcher\'s Hold Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 15, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1302] = { -["numCriteria"] = 1, +["name"] = "Zthenganaz Explorer", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Zthenganaz.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Zthenganaz Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 16, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1303] = { -["numCriteria"] = 1, +["name"] = "Lord Warden\'s Retaliation", +["achievementIndex"] = 5, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Imperial City Prison, destroy the Warden\'s Tome, then defeat Lord Warden Dusk.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Lord Warden\'s Retaliation", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 5, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1304] = { -["numCriteria"] = 9, +["name"] = "Maelstrom Arena Champion", +["achievementIndex"] = 1, +["SubCategory"] = "Maelstrom Arena", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 9, ["description"] = "Conquer all challengers and earn the title of Maelstrom Arena Champion.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maelstrom Arena Champion", -["SubCategory"] = "Maelstrom Arena", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1305] = { -["numCriteria"] = 9, +["name"] = "Maelstrom Arena Conqueror", +["achievementIndex"] = 2, +["SubCategory"] = "Maelstrom Arena", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 9, ["description"] = "Conquer all challengers in Veteran Maelstrom Arena.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maelstrom Arena Conqueror", -["SubCategory"] = "Maelstrom Arena", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1306] = { -["numCriteria"] = 1, +["name"] = "Out of the Frying Pan", +["achievementIndex"] = 8, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran White-Gold Tower, become completely engulfed in flame by the Planar Inhibitor\'s Heat Stroke attack before it completes its Daedric Catastrophe attack. Then stay alive until the Planar Inhibitor is defeated.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Out of the Frying Pan", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 10, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1307] = { +["name"] = "Imperial City Dungeon Locksmith", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 2, ["description"] = "Assemble a key for each of the trophy chests found in the White-Gold Tower and Imperial City Prison group dungeons.", +["Category"] = "Imperial City", ["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 27, +} +, +[2572] = { +["name"] = "Quench the Thirst", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Land a killing blow on a Sangiin\'s Thirst using a Hemo Helot in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Imperial City", +["Category_ID"] = 16, +} +, +[2573] = { +["name"] = "Failed Transfusion", ["achievementIndex"] = 12, -["Category_ID"] = 26, -["name"] = "Imperial City Dungeon Locksmith", +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Nisaazda and Grundwulf without letting Nisaazda use her Blood Ties ability to equalize their health in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, +} +, +[2574] = { +["name"] = "Shared Experience", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Grundwulf with each member of the group moving the Sliding Stone no more than once in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, } , [1311] = { +["name"] = "Tel Var Collector", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 1311, ["numCriteria"] = 1, ["description"] = "Gain 1,000 Tel Var Stones over the lifetime of your character.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1311, ["nextId"] = 1312, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["name"] = "Tel Var Collector", +["Category_ID"] = 27, } , [1312] = { +["name"] = "Tel Var Baron", +["achievementIndex"] = 1, +["prevId"] = 1311, +["firstID"] = 1311, ["numCriteria"] = 1, ["description"] = "Gain 10,000 Tel Var Stones over the lifetime of your character.", +["Category"] = "Imperial City", ["points"] = 15, -["prevId"] = 1311, -["firstID"] = 1311, ["nextId"] = 1313, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["name"] = "Tel Var Baron", +["Category_ID"] = 27, } , [1313] = { +["name"] = "Tel Var Master", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 1311, ["numCriteria"] = 1, ["description"] = "Gain 100,000 Tel Var Stones over the lifetime of your character.", +["Category"] = "Imperial City", ["points"] = 50, -["prevId"] = 1312, -["firstID"] = 1311, ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 1, -["Category_ID"] = 26, -["name"] = "Tel Var Master", +["Category_ID"] = 27, } , [1314] = { +["name"] = "Sudden Spoils", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 1314, ["numCriteria"] = 1, ["description"] = "Gain 300 Tel Var Stones from a single gain.", +["Category"] = "Imperial City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1314, ["nextId"] = 1315, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["name"] = "Sudden Spoils", +["Category_ID"] = 27, } , [1315] = { +["name"] = "Windfall Profits", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 1314, ["numCriteria"] = 1, ["description"] = "Gain 600 Tel Var Stones from a single gain.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 1314, -["firstID"] = 1314, ["nextId"] = 1179, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["name"] = "Windfall Profits", +["Category_ID"] = 27, } , [1316] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Make 15 donations to the Orsinium City Solicitor.", -["points"] = 5, -["prevId"] = 0, ["name"] = "Orsinium Patron", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", ["achievementIndex"] = 27, -["Category_ID"] = 25, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2059] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Strangeness of Seht\" quest.", -["points"] = 10, -["prevId"] = 2058, -["name"] = "Smoke and Mirrors", -["SubCategory"] = "Quests", -["nextId"] = 2060, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 2050, -} -, -[2100] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 3, -["description"] = "Destroy the Abyssal Pearl at each Abyssal Geyser in Summerset.", +["description"] = "Make 15 donations to the Orsinium City Solicitor.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Put a Cork In It", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 26, } , -[1320] = { -["numCriteria"] = 17, -["SubCategory_ID"] = 1, -["description"] = "Find all 17 Skyshards in Wrothgar.", -["points"] = 15, +[2584] = { +["name"] = "Blue Thumbed Botanist", +["achievementIndex"] = 28, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Wrothgar Skyshard Hunter", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 6, -["Category_ID"] = 25, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Maarselok while ensuring he gains the benefits of Invigorating Fumes every time he Lunges in Hard Mode Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 16, } , -[1321] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all 6 explorable caves in Wrothgar.", -["points"] = 15, +[2598] = { +["name"] = "Infiltrating the New Moon", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Wrothgar Master Delver", +["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Complete the \"Order of the New Moon\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2599, +["Category_ID"] = 15, +} +, +[2596] = { +["name"] = "Lair Locator", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Complete the \"The Dragon\'s Lair\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2597, +["Category_ID"] = 15, +} +, +[1320] = { +["name"] = "Wrothgar Skyshard Hunter", +["achievementIndex"] = 4, ["SubCategory"] = "Exploration", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 17, +["description"] = "Find all 17 Skyshards in Wrothgar.", ["Category"] = "Orsinium", -["achievementIndex"] = 11, -["Category_ID"] = 25, +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 26, +} +, +[1321] = { +["name"] = "Wrothgar Master Delver", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Discover and clear all 6 explorable caves in Wrothgar.", +["Category"] = "Orsinium", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 26, } , [1322] = { -["numCriteria"] = 6, +["name"] = "Wrothgar Master Seeker", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wrothgar Master Seeker", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 13, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1323] = { -["numCriteria"] = 2, +["name"] = "Wrothgar Master Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Wrothgar Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 10, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1324] = { +["name"] = "Wrothgar Master Relic Hunter", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 1250, ["numCriteria"] = 20, ["description"] = "Collect all 20 relics for the House of Orsimer Glories museum.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 1250, -["firstID"] = 1250, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["name"] = "Wrothgar Master Relic Hunter", +["Category_ID"] = 26, } , [1325] = { -["numCriteria"] = 1, +["name"] = "Orc King\'s Councilor", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"A King-Sized Problem\" in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Orc King\'s Councilor", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 8, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1326] = { -["numCriteria"] = 1, +["name"] = "Orc King\'s Marshal", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"The Anger of a King\" in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Orc King\'s Marshal", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 6, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1327] = { -["numCriteria"] = 1, +["name"] = "Orc King\'s Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"Blood on a King\'s Hands\" in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["name"] = "Orc King\'s Conqueror", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 5, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1328] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Grand Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 40 quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 0, -["name"] = "Wrothgar Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 2, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , -[2101] = { -["numCriteria"] = 10, +[2076] = { +["name"] = "Asylum Sanctorium Completed", +["achievementIndex"] = 2, +["SubCategory"] = "Asylum Sanctorium", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["description"] = "Defeat each of the following bosses that can appear at Abyssal Geysers.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Back to the Abyss", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 21, } , [1330] = { -["numCriteria"] = 1, +["name"] = "Maelstrom Arena: Perfect Run", +["achievementIndex"] = 3, +["SubCategory"] = "Maelstrom Arena", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Maelstrom Arena in a single attempt, without dying or leaving the arena.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maelstrom Arena: Perfect Run", -["SubCategory"] = "Maelstrom Arena", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , [1331] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Cliff Jumper", +["achievementIndex"] = 26, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Leap from the cliff west of Frostbreak Ridge and survive.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wrothgar Cliff Jumper", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 0, +["Category_ID"] = 26, } , -[2193] = { -["numCriteria"] = 7, -["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Summerset.", -["points"] = 50, +[2590] = { +["name"] = "Scalebreaker Scout", +["achievementIndex"] = 2, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Lair of Maarselok and Moongrave Fane in Normal.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["name"] = "Savior of Summerset", +["Category_ID"] = 16, } , [1333] = { -["numCriteria"] = 1, +["name"] = "One at a Time", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1333, +["numCriteria"] = 1, ["description"] = "Complete 1 group boss daily quest in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "One at a Time", -["SubCategory"] = "Quests", ["nextId"] = 1334, -["Category"] = "Orsinium", -["achievementIndex"] = 7, -["Category_ID"] = 25, -["firstID"] = 1333, +["Category_ID"] = 26, } , [1334] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 7 group boss daily quests in Wrothgar.", -["points"] = 10, -["prevId"] = 1333, ["name"] = "Lucky Seven", -["SubCategory"] = "Quests", -["nextId"] = 1335, -["Category"] = "Orsinium", ["achievementIndex"] = 7, -["Category_ID"] = 25, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 1333, +["numCriteria"] = 1, +["description"] = "Complete 7 group boss daily quests in Wrothgar.", +["Category"] = "Orsinium", +["points"] = 10, +["nextId"] = 1335, +["Category_ID"] = 26, } , [1335] = { -["numCriteria"] = 1, +["name"] = "Monster Hunter of the Month", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1333, +["numCriteria"] = 1, ["description"] = "Complete 30 group boss daily quests in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 1334, -["name"] = "Monster Hunter of the Month", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 7, -["Category_ID"] = 25, -["firstID"] = 1333, +["Category_ID"] = 26, } , [1336] = { -["numCriteria"] = 1, +["name"] = "A Delve a Day", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1336, +["numCriteria"] = 1, ["description"] = "Complete 1 Delve Daily in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["name"] = "A Delve a Day", -["SubCategory"] = "Quests", ["nextId"] = 1337, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 1336, +["Category_ID"] = 26, } , [1337] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Delve Weekly", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1336, +["numCriteria"] = 1, ["description"] = "Complete 7 Delve Dailies in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 1336, -["name"] = "Wrothgar Delve Weekly", -["SubCategory"] = "Quests", ["nextId"] = 1338, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 1336, +["Category_ID"] = 26, } , [1338] = { -["numCriteria"] = 1, +["name"] = "Wrothgar Delve Monthly", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1336, +["numCriteria"] = 1, ["description"] = "Complete 30 Delve Dailies in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 15, -["prevId"] = 1337, -["name"] = "Wrothgar Delve Monthly", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 1, -["Category_ID"] = 25, -["firstID"] = 1336, +["Category_ID"] = 26, } , [1339] = { +["name"] = "Hooking Wrothgar\'s Biggest Catch", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Catch the rare Crab-Slaughter-Crane fish found in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 5, -["Category_ID"] = 25, -["name"] = "Hooking Wrothgar\'s Biggest Catch", +["Category_ID"] = 26, } , [1340] = { +["name"] = "Wrothgar Master Angler", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Wrothgar.", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 4, -["Category_ID"] = 25, -["name"] = "Wrothgar Master Angler", +["Category_ID"] = 26, } , [1341] = { +["name"] = "Ancient Orc Style Master", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Ancient Orc style book, found by defeating foes in Old Orsinium and Rkindaleft.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 6, -["Category_ID"] = 25, -["name"] = "Ancient Orc Style Master", +["Category_ID"] = 26, } , [1342] = { -["numCriteria"] = 6, +["name"] = "Gold Coast Skyshard Hunter", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Find all 6 skyshards in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gold Coast Skyshard Hunter", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 1, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1343] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj Completed", +["achievementIndex"] = 2, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Drive the dro-m\'Athra back to the void and close the Maw of Lorkhaj in Normal Mode.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj Completed", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 2, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1344] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj Difficult Mode", +["achievementIndex"] = 3, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat after empowering him at the lunar shrines in Veteran Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj Difficult Mode", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1345] = { -["numCriteria"] = 6, +["name"] = "Imperial City Prison Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "Imperial City Prison", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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 the Imperial City Prison.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Imperial City Prison Vanquisher", -["SubCategory"] = "Imperial City Prison", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 2, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1346] = { -["numCriteria"] = 4, +["name"] = "White-Gold Tower Vanquisher", +["achievementIndex"] = 11, +["SubCategory"] = "White Gold Tower", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat the Adjudicator, the Elite Guard, the Planar Inhibitor, and Molag Kena in White-Gold Tower.", +["Category"] = "Imperial City", ["points"] = 10, -["prevId"] = 0, -["name"] = "White-Gold Tower Vanquisher", -["SubCategory"] = "White Gold Tower", ["nextId"] = 0, -["Category"] = "Imperial City", -["achievementIndex"] = 3, -["Category_ID"] = 26, -["firstID"] = 0, +["Category_ID"] = 27, } , [1347] = { +["name"] = "Hew\'s Bane Skyshard Hunter", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Find all 6 skyshards in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 2, -["Category_ID"] = 24, -["name"] = "Hew\'s Bane Skyshard Hunter", +["Category_ID"] = 25, } , -[2195] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Tanorian.", -["points"] = 5, +[2525] = { +["name"] = "Draconic Minion Murderer", +["achievementIndex"] = 6, ["prevId"] = 0, -["name"] = "Divine Solicitor", -["SubCategory"] = "Quests", -["nextId"] = 2196, -["Category"] = "Summerset", -["achievementIndex"] = 7, -["Category_ID"] = 12, -["firstID"] = 2195, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Kill 100 Flame Wyrms, Flame Atronachs, and Iron Atronachs while battling Dragons.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1349] = { -["numCriteria"] = 7, +["name"] = "Breaking and Entering", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Trespass in seven locked locations throughout Abah\'s Landing.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Breaking and Entering", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 19, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1350] = { -["numCriteria"] = 7, +["name"] = "The Lady in the Cistern", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Learn every rumor about the statue in the Thieves Den.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "The Lady in the Cistern", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 11, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1351] = { -["numCriteria"] = 12, -["description"] = "Catch all 12 rare fish in Hew\'s Bane.", -["points"] = 5, +["name"] = "Hew\'s Bane Master Angler", +["achievementIndex"] = 5, ["prevId"] = 0, ["firstID"] = 0, -["nextId"] = 0, +["numCriteria"] = 12, +["description"] = "Catch all 12 rare fish in Hew\'s Bane.", ["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["name"] = "Hew\'s Bane Master Angler", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 25, } , [1352] = { -["numCriteria"] = 1, +["name"] = "Deepest Shallows", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Syvarra of the Deep at Ko Estaran.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Deepest Shallows", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 8, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1353] = { -["numCriteria"] = 1, +["name"] = "Cutting the Keel", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Kill Captain Virindi Slave-Taker at Thrall Cove.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cutting the Keel", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 9, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1354] = { -["numCriteria"] = 2, +["name"] = "Defender of Hew\'s Bane", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both Hew\'s Bane world bosses.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Hew\'s Bane", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 7, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1355] = { -["numCriteria"] = 1, +["name"] = "Bahraha\'s Gloom Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Bahraha\'s Gloom.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Bahraha\'s Gloom Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1356] = { -["numCriteria"] = 1, +["name"] = "Shark\'s Teeth Grotto Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Shark\'s Teeth Grotto.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shark\'s Teeth Grotto Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 4, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1357] = { -["numCriteria"] = 2, +["name"] = "Hew\'s Bane Cave Delver", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear both explorable caves in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hew\'s Bane Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1358] = { -["numCriteria"] = 4, +["name"] = "Hew\'s Bane Pathfinder", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Discover all the striking locales in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hew\'s Bane Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1359] = { -["numCriteria"] = 2, +["name"] = "Hew\'s Bane Master Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Hew\'s Bane Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 2, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1360] = { -["numCriteria"] = 1, +["name"] = "Always Travel Separately", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"Cleaning House\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Always Travel Separately", -["SubCategory"] = "Quests", ["nextId"] = 1370, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1361] = { -["numCriteria"] = 1, +["name"] = "Never, Ever Steal From the Guild", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"A Flawless Plan\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1370, -["name"] = "Never, Ever Steal From the Guild", -["SubCategory"] = "Quests", ["nextId"] = 1362, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1362] = { -["numCriteria"] = 1, +["name"] = "Wedding Crashers", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"Forever Hold Your Peace\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1361, -["name"] = "Wedding Crashers", -["SubCategory"] = "Quests", ["nextId"] = 1363, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1363] = { -["numCriteria"] = 1, +["name"] = "Broken Wheel", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"Prison Break\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1362, -["name"] = "Broken Wheel", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1364] = { -["numCriteria"] = 1, +["name"] = "Hew\'s Bane Adventurer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1364, +["numCriteria"] = 1, ["description"] = "Complete 12 story quests in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Hew\'s Bane Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 1366, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["firstID"] = 1364, +["Category_ID"] = 25, } , [1365] = { +["name"] = "Hero of Hew\'s Bane", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 1, -["Category_ID"] = 24, -["name"] = "Hero of Hew\'s Bane", +["Category_ID"] = 25, } , [1366] = { -["numCriteria"] = 1, +["name"] = "Hew\'s Bane Grand Adventurer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1364, +["numCriteria"] = 1, ["description"] = "Complete 16 story quests in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 1364, -["name"] = "Hew\'s Bane Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["firstID"] = 1364, +["Category_ID"] = 25, } , [1367] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Maw of Lorkhaj", +["achievementIndex"] = 4, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Maw of Lorkhaj within a time limit of 40 minutes. Your trial begins when you cross the threshold of the Temple of Seven Riddles.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Maw of Lorkhaj", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 4, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1368] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat, Fang of Lorkhaj and his legions of dro-m\'Athra in Veteran Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj Conqueror", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1369] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Unchained Ambush", +["achievementIndex"] = 8, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use both chain switches within ten seconds in Veteran Maw of Lorkhaj, then defeat the dro-m\'Athra invaders.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Unchained Ambush", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 8, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1370] = { -["numCriteria"] = 1, +["name"] = "Iron Wheel Infiltration", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1360, +["numCriteria"] = 1, ["description"] = "Complete quest \"The Long Game\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1360, -["name"] = "Iron Wheel Infiltration", -["SubCategory"] = "Quests", ["nextId"] = 1361, -["Category"] = "Thieves Guild", -["achievementIndex"] = 5, -["Category_ID"] = 24, -["firstID"] = 1360, +["Category_ID"] = 25, } , [1371] = { -["numCriteria"] = 1, +["name"] = "Welcome to the Thieves Guild", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Join the Thieves Guild by completing quest \"Partners in Crime\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Welcome to the Thieves Guild", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 9, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1372] = { -["numCriteria"] = 1, +["name"] = "Fledgling Filcher", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1372, +["numCriteria"] = 1, ["description"] = "Complete 1 heist from the Heist Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Fledgling Filcher", -["SubCategory"] = "Quests", ["nextId"] = 1373, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 1372, +["Category_ID"] = 25, } , [1373] = { -["numCriteria"] = 1, +["name"] = "Seasoned Sneak-Thief", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1372, +["numCriteria"] = 1, ["description"] = "Complete 7 heists from the Heist Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Seasoned Sneak-Thief", -["SubCategory"] = "Quests", ["nextId"] = 1374, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 1372, +["Category_ID"] = 25, } , [1374] = { -["numCriteria"] = 1, +["name"] = "Professional Pilferer", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1372, +["numCriteria"] = 1, ["description"] = "Complete 15 heists from the Heist Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Professional Pilferer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 1372, +["Category_ID"] = 25, } , [1375] = { -["numCriteria"] = 1, +["name"] = "A Life Deferred", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"His Greatest Treasure\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "A Life Deferred", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 8, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1376] = { -["numCriteria"] = 1, +["name"] = "Seeds Untilled", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"That Which Was Lost\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Seeds Untilled", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 4, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1377] = { -["numCriteria"] = 1, +["name"] = "What Price, Freedom?", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"Everyone Has A Price\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "What Price, Freedom?", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 7, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1378] = { -["numCriteria"] = 1, +["name"] = "Loose Ends", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete quest \"The One That Got Away\" in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Loose Ends", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 2, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1379] = { -["numCriteria"] = 5, +["name"] = "Despoil the Dominion", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Despoil the Dominion", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 13, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1380] = { -["numCriteria"] = 5, +["name"] = "Con the Covenant", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Con the Covenant", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 14, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1381] = { -["numCriteria"] = 5, +["name"] = "Purloin the Pact", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Purloin the Pact", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 15, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1382] = { -["numCriteria"] = 1, +["name"] = "Loot the Landing", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Loot the Landing", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 16, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1383] = { -["numCriteria"] = 4, +["name"] = "A Cutpurse Above", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Steal every treasure from Kari\'s Hit List and place them all within the Thieves Den.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "A Cutpurse Above", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 12, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , -[2196] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Tanorian.", -["points"] = 10, +[2524] = { +["name"] = "Dark Brotherhood Skill Master", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "Divine Advocate", -["SubCategory"] = "Quests", -["nextId"] = 2197, -["Category"] = "Summerset", -["achievementIndex"] = 7, -["Category_ID"] = 12, -["firstID"] = 2195, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Reach the max rank of the Dark Brotherhood Skill Line.", +["Category"] = "Dark Brotherhood", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 24, } , [1385] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Shadow Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 25 Void Callers in the Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Shadow Slayer", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 9, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1386] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Stainless Souls", +["achievementIndex"] = 7, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat without anyone dying while afflicted by the Breath of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Stainless Souls", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 7, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , -[2197] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Tanorian.", -["points"] = 15, +[2523] = { +["name"] = "Thieves Guild Skill Master", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "Divine Magistrate", -["SubCategory"] = "Quests", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Reach the max rank of the Thieves Guild Skill Line.", +["Category"] = "Thieves Guild", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, -["Category_ID"] = 12, -["firstID"] = 2195, +["Category_ID"] = 25, } , [1388] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Two-Moons Dance", +["achievementIndex"] = 10, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Maw of Lorkhaj, force Rakkhat into his final phase within two lunar cycles, then defeat him.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Two-Moons Dance", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 10, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1389] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Void Avoided", +["achievementIndex"] = 11, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with a maximum of two players ever being afflicted by the Breath of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Void Avoided", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 11, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1390] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Fang Focused", +["achievementIndex"] = 12, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Rakkhat in Veteran Maw of Lorkhaj, with at least three dro-m\'Athra Dreadstalkers still alive.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Fang Focused", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 12, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1391] = { -["numCriteria"] = 5, +["name"] = "Maw of Lorkhaj: Moons\' Champion", +["achievementIndex"] = 1, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Complete all achievements related to defeating Rakkhat, Fang of Lorkhaj in Veteran Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Moons\' Champion", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 1, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1392] = { -["numCriteria"] = 1, +["name"] = "Maw of Lorkhaj: Spotless Triumph", +["achievementIndex"] = 6, +["SubCategory"] = "Maw of Lorkhaj", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Maw of Lorkhaj without suffering a group member death.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Maw of Lorkhaj: Spotless Triumph", -["SubCategory"] = "Maw of Lorkhaj", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1393] = { +["name"] = "A Gift from Orsinium", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Come visit the Orcs\' newly rebuilt capital city: Orsinium!", +["Category"] = "Orsinium", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 3, -["Category_ID"] = 25, -["name"] = "A Gift from Orsinium", +["Category_ID"] = 26, } , [1394] = { -["numCriteria"] = 4, +["name"] = "Five Finger Discount", +["achievementIndex"] = 25, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Successfully pick pockets at each of the four most popular shops in Abah\'s Landing.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Five Finger Discount", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 25, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1395] = { -["numCriteria"] = 1, +["name"] = "Finders Keepers", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1395, +["numCriteria"] = 1, ["description"] = "Discover and loot 1 Thieves Trove.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Finders Keepers", -["SubCategory"] = "Exploration", ["nextId"] = 1396, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1395, +["Category_ID"] = 25, } , [1396] = { -["numCriteria"] = 1, +["name"] = "An Eye For Details", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 1395, ["SubCategory_ID"] = 1, +["firstID"] = 1395, +["numCriteria"] = 1, ["description"] = "Discover and loot 5 Thieves Troves.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 1395, -["name"] = "An Eye For Details", -["SubCategory"] = "Exploration", ["nextId"] = 1397, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1395, +["Category_ID"] = 25, } , [1397] = { -["numCriteria"] = 1, +["name"] = "Leave No Stash Behind", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 1396, ["SubCategory_ID"] = 1, +["firstID"] = 1395, +["numCriteria"] = 1, ["description"] = "Discover and loot 15 Thieves Troves.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 1396, -["name"] = "Leave No Stash Behind", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1395, +["Category_ID"] = 25, } , [1398] = { -["numCriteria"] = 1, +["name"] = "Fresh Footpad", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1398, +["numCriteria"] = 1, ["description"] = "Complete 1 job from the Tip Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "Fresh Footpad", -["SubCategory"] = "Quests", ["nextId"] = 1399, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1398, +["Category_ID"] = 25, } , [1399] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 10 jobs from the Tip Board for the Thieves Guild.", -["points"] = 10, -["prevId"] = 1398, ["name"] = "Practiced Prowler", +["achievementIndex"] = 10, ["SubCategory"] = "Quests", -["nextId"] = 1400, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 1398, +["numCriteria"] = 1, +["description"] = "Complete 10 jobs from the Tip Board for the Thieves Guild.", +["Category"] = "Thieves Guild", +["points"] = 10, +["nextId"] = 1400, +["Category_ID"] = 25, } , [1400] = { -["numCriteria"] = 1, +["name"] = "Sophisticated Shadowfoot", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1398, +["numCriteria"] = 1, ["description"] = "Complete 30 jobs from the Tip Board for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 1399, -["name"] = "Sophisticated Shadowfoot", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["firstID"] = 1398, +["Category_ID"] = 25, } , [1401] = { -["numCriteria"] = 4, +["name"] = "Honor Among Thieves", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Assist each member of the Thieves Guild in resolving personal matters.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Honor Among Thieves", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 1, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1402] = { -["numCriteria"] = 1, +["name"] = "And Then They Were Gone", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Evade justice with the help of the \"Timely Escape\" Thieves Guild skill, as well as a friendly footpad.", +["Category"] = "Thieves Guild", ["points"] = 5, -["prevId"] = 0, -["name"] = "And Then They Were Gone", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 20, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1403] = { -["numCriteria"] = 1, +["name"] = "Master of Shadows", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 1 heist for the Thieves Guild without being detected.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Master of Shadows", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 17, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1404] = { -["numCriteria"] = 1, +["name"] = "Deep Pockets", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Receive the highest possible reward in 5 heists for the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Deep Pockets", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 18, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1405] = { -["numCriteria"] = 5, +["name"] = "Eagle\'s Nest-Egg", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "At each Outlaws Refuge within the Aldmeri Dominion, receive 4000 gold for fencing items.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Eagle\'s Nest-Egg", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 22, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1406] = { -["numCriteria"] = 5, +["name"] = "Dragon\'s Hoard", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "At each Outlaws Refuge within the Ebonheart Pact, receive 4000 gold for fencing items.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Dragon\'s Hoard", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 23, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1407] = { -["numCriteria"] = 5, +["name"] = "Lion\'s Golden Pride", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "At each Outlaws Refuge within the Daggerfall Covenant, receive 4000 gold for fencing items.", +["Category"] = "Thieves Guild", ["points"] = 15, -["prevId"] = 0, -["name"] = "Lion\'s Golden Pride", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 24, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1408] = { -["numCriteria"] = 1, +["name"] = "Merchant Lord\'s Coffers", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Receive 4000 gold for fencing items at the Thieves Den in Abah\'s Landing.", +["Category"] = "Thieves Guild", ["points"] = 10, -["prevId"] = 0, -["name"] = "Merchant Lord\'s Coffers", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 1, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1409] = { -["numCriteria"] = 4, +["name"] = "Magnanimous Magnate", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["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"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["name"] = "Magnanimous Magnate", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 21, -["Category_ID"] = 24, -["firstID"] = 0, +["Category_ID"] = 25, } , [1410] = { +["name"] = "Litany of Blood", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 16, ["description"] = "Execute all targets listed in the Litany of Blood and collect your reward.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["name"] = "Litany of Blood", +["Category_ID"] = 24, } , [1411] = { +["name"] = "Trinimac Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Trinimac style book, found by completing daily quests for Guruzug in Morkul.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 8, -["Category_ID"] = 25, -["name"] = "Trinimac Style Master", +["Category_ID"] = 26, } , [1412] = { +["name"] = "Malacath Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Malacath style book, found by completing daily quests for Arzorag inside Skalar\'s Hostel.", +["Category"] = "Orsinium", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Orsinium", -["achievementIndex"] = 7, -["Category_ID"] = 25, -["name"] = "Malacath Style Master", +["Category_ID"] = 26, } , [1413] = { +["name"] = "Spoils of Abah\'s Landing", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Travel to the notorious free port of Abah\'s Landing!", +["Category"] = "Thieves Guild", ["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 25, +} +, +[2522] = { +["name"] = "Champion of Anequina", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 8, +["description"] = "Topple the Usurper Queen, defeat Mulaamnir, and help restore the throne of Rimmen as a rage of Dragons threatens Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 3, -["Category_ID"] = 24, -["name"] = "Spoils of Abah\'s Landing", +["Category_ID"] = 11, } , -[2198] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Farowel", -["points"] = 5, +[2673] = { +["name"] = "An Open Invocation", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Divine Prosecutor", -["SubCategory"] = "Quests", -["nextId"] = 2199, -["Category"] = "Summerset", -["achievementIndex"] = 8, -["Category_ID"] = 12, -["firstID"] = 2198, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Vearogh the Shambler without killing any Rift Wraiths in Veteran Icereach.", +["Category"] = "Harrowstorm", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 14, } , -[2199] = { +[2520] = { +["name"] = "Peryite Plague-Clothes Patcher", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Farowel.", +["description"] = "Gather Plague-Drenched Fabrics in Orcrest and combine them to create the Peryite Skeevemaster Robe.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Divine Judge", -["SubCategory"] = "Quests", -["nextId"] = 2200, -["Category"] = "Summerset", -["achievementIndex"] = 8, -["Category_ID"] = 12, -["firstID"] = 2198, -} -, -[2200] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Farowel.", -["points"] = 15, -["prevId"] = 0, -["name"] = "Divine Executioner", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, -["Category_ID"] = 12, -["firstID"] = 2198, +["Category_ID"] = 11, } , [1417] = { +["name"] = "Outlaw Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Outlaw style book, found by defeating bosses in Hew\'s Bane.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 8, -["Category_ID"] = 24, -["name"] = "Outlaw Style Master", +["Category_ID"] = 25, } , -[2201] = { +[2519] = { +["name"] = "Alfiq Mummy Master", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Queen\'s Decree\" quest.", +["description"] = "Gather Mummified Alfiq Parts from the Rimmen Necropolis and resurrect the Grisly Mummy Tabby.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "For the Queen", -["SubCategory"] = "Quests", -["nextId"] = 2202, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["firstID"] = 2201, +["nextId"] = 0, +["Category_ID"] = 11, } , [1419] = { -["numCriteria"] = 1, +["name"] = "Defeat Limenauruus", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Limenauruus the possessed minotaur and the shadow spirits at Tribune\'s Folly.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Defeat Limenauruus", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 7, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1420] = { -["numCriteria"] = 1, +["name"] = "Conquer the Kvatch Arena", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Enter the Kvatch Arena and defeat all challengers.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Conquer the Kvatch Arena", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 6, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1421] = { +["name"] = "Gold Coast Tourist", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Visit the Gold Coast and take in the local scenery.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["name"] = "Gold Coast Tourist", +["Category_ID"] = 24, } , [1422] = { +["name"] = "Abah\'s Watch Style Master", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Abah\'s Watch style book, found by completing Tip Board quests in the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 6, -["Category_ID"] = 24, -["name"] = "Abah\'s Watch Style Master", +["Category_ID"] = 25, } , [1423] = { +["name"] = "Thieves Guild Style Master", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Thieves Guild style book, found by completing Heists in the Thieves Guild.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 9, -["Category_ID"] = 24, -["name"] = "Thieves Guild Style Master", +["Category_ID"] = 25, } , [1424] = { +["name"] = "Assassins League Style Master", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Assassins League style book, found by defeating bosses in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 6, -["Category_ID"] = 23, -["name"] = "Assassins League Style Master", +["Category_ID"] = 24, } , [1425] = { -["numCriteria"] = 2, +["name"] = "Defender of the Gold Coast", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both world bosses in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of the Gold Coast", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 5, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1426] = { -["numCriteria"] = 1, +["name"] = "Hrota Cave Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Hrota Cave.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Hrota Cave Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 13, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1427] = { -["numCriteria"] = 1, +["name"] = "Garlas Agea Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Garlas Agea.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Garlas Agea Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 4, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1428] = { -["numCriteria"] = 2, +["name"] = "Gold Coast Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Gold Coast Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1429] = { -["numCriteria"] = 2, +["name"] = "Gold Coast Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear both explorable caves in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gold Coast Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1430] = { -["numCriteria"] = 6, +["name"] = "Gold Coast Pathfinder", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Gold Coast Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 10, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1431] = { +["name"] = "Gold Coast Master Angler", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 5, -["Category_ID"] = 23, -["name"] = "Gold Coast Master Angler", +["Category_ID"] = 24, } , [1432] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 14 story quests in the Gold Coast.", -["points"] = 15, -["prevId"] = 0, ["name"] = "Gold Coast Adventurer", +["achievementIndex"] = 1, ["SubCategory"] = "Quests", -["nextId"] = 1433, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 1, -["Category_ID"] = 23, +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 1432, +["numCriteria"] = 1, +["description"] = "Complete 14 story quests in the Gold Coast.", +["Category"] = "Dark Brotherhood", +["points"] = 15, +["nextId"] = 1433, +["Category_ID"] = 24, } , [1433] = { -["numCriteria"] = 1, +["name"] = "Gold Coast Grand Adventurer", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1432, +["numCriteria"] = 1, ["description"] = "Complete 17 story quests in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 1432, -["name"] = "Gold Coast Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 1, -["Category_ID"] = 23, -["firstID"] = 1432, +["Category_ID"] = 24, } , [1434] = { +["name"] = "Bane of the Gold Coast", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Bane of the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 1, -["Category_ID"] = 23, -["name"] = "Bane of the Gold Coast", +["Category_ID"] = 24, } , [1435] = { -["numCriteria"] = 1, +["name"] = "First Blood", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Join the Dark Brotherhood and complete the \"Voices in the Dark\" quest.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "First Blood", -["SubCategory"] = "Quests", ["nextId"] = 1436, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1436] = { -["numCriteria"] = 1, +["name"] = "Dark Initiate", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Complete the \"Signed in Blood\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1435, -["name"] = "Dark Initiate", -["SubCategory"] = "Quests", ["nextId"] = 1437, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1437] = { -["numCriteria"] = 1, +["name"] = "New-blade", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Complete the \"Welcome Home\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1436, -["name"] = "New-blade", -["SubCategory"] = "Quests", ["nextId"] = 1438, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1438] = { -["numCriteria"] = 1, +["name"] = "Sermonizer Subduer", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Complete the \"A Lesson in Silence\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1437, -["name"] = "Sermonizer Subduer", -["SubCategory"] = "Quests", ["nextId"] = 1439, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1439] = { -["numCriteria"] = 1, +["name"] = "Brethren Benefactor", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1435, +["numCriteria"] = 1, ["description"] = "Complete the \"Questions of Faith\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1438, -["name"] = "Brethren Benefactor", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 3, -["Category_ID"] = 23, -["firstID"] = 1435, +["Category_ID"] = 24, } , [1440] = { -["numCriteria"] = 1, +["name"] = "Assassin", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete the \"A Special Request\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Assassin", -["SubCategory"] = "Quests", ["nextId"] = 1441, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1441] = { -["numCriteria"] = 1, +["name"] = "Dark Discovery", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete the \"Dark Revelations\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1440, -["name"] = "Dark Discovery", -["SubCategory"] = "Quests", ["nextId"] = 1442, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1442] = { -["numCriteria"] = 1, +["name"] = "Dark Investigator", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete the \"A Ghost from the Past\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1441, -["name"] = "Dark Investigator", -["SubCategory"] = "Quests", ["nextId"] = 1443, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1443] = { -["numCriteria"] = 1, +["name"] = "Wrath of Sithis", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete \"The Wrath of Sithis\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1442, -["name"] = "Wrath of Sithis", -["SubCategory"] = "Quests", ["nextId"] = 1444, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1444] = { -["numCriteria"] = 1, +["name"] = "Silencer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1440, +["numCriteria"] = 1, ["description"] = "Complete the \"Filling the Void\" Dark Brotherhood quest in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1443, -["name"] = "Silencer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 2, -["Category_ID"] = 23, -["firstID"] = 1440, +["Category_ID"] = 24, } , [1445] = { -["numCriteria"] = 1, +["name"] = "First Sacrament", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1445, +["numCriteria"] = 1, ["description"] = "Complete your first Black Sacrament contract, as the Speaker commanded.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "First Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 1446, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 12, -["Category_ID"] = 23, -["firstID"] = 1445, +["Category_ID"] = 24, } , [1446] = { -["numCriteria"] = 1, +["name"] = "Seventh Sacrament", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1445, +["numCriteria"] = 1, ["description"] = "Complete 7 Black Sacrament contracts, as the Speaker commanded.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1445, -["name"] = "Seventh Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 1447, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 12, -["Category_ID"] = 23, -["firstID"] = 1445, +["Category_ID"] = 24, } , [1447] = { -["numCriteria"] = 1, +["name"] = "Fifteenth Sacrament", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1445, +["numCriteria"] = 1, ["description"] = "Complete 15 Black Sacrament contracts, as the Speaker commanded.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Fifteenth Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 12, -["Category_ID"] = 23, -["firstID"] = 1445, +["Category_ID"] = 24, } , [1448] = { -["numCriteria"] = 1, +["name"] = "Perfect Sacrament", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 5 Black Sacrament contracts at the highest possible reward level.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Perfect Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 15, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1449] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Complete a Black Sacrament contract without being detected.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Hidden Sacrament", +["achievementIndex"] = 13, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 16, -["Category_ID"] = 23, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete a Black Sacrament contract without being detected.", +["Category"] = "Dark Brotherhood", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 24, } , [1450] = { -["numCriteria"] = 21, +["name"] = "Blackest Sacrament", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 21, ["description"] = "Assassinate every target named by a Black Sacrament contract when commanded to by the Speaker.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Blackest Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 17, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1451] = { -["numCriteria"] = 1, +["name"] = "First Contract", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1451, +["numCriteria"] = 1, ["description"] = "Complete your first murder contract from the \"Marked for Death\" tome.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "First Contract", -["SubCategory"] = "Exploration", ["nextId"] = 1452, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 9, -["Category_ID"] = 23, -["firstID"] = 1451, +["Category_ID"] = 24, } , [1452] = { -["numCriteria"] = 1, +["name"] = "Tenth Contract", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1451, +["numCriteria"] = 1, ["description"] = "Complete 10 murder contracts from the \"Marked for Death\" tome.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1451, -["name"] = "Tenth Contract", -["SubCategory"] = "Exploration", ["nextId"] = 1453, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 9, -["Category_ID"] = 23, -["firstID"] = 1451, +["Category_ID"] = 24, } , [1453] = { -["numCriteria"] = 1, +["name"] = "Thirtieth Contract", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1451, +["numCriteria"] = 1, ["description"] = "Complete 30 murder contracts from the \"Marked for Death\" tome.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 1452, -["name"] = "Thirtieth Contract", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 9, -["Category_ID"] = 23, -["firstID"] = 1451, +["Category_ID"] = 24, } , [1454] = { -["numCriteria"] = 1, +["name"] = "Lonely Sentinel", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Closely observe the silent vigil of the Ayleid Sentinel at Beldaburo in the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Lonely Sentinel", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 18, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1455] = { -["numCriteria"] = 1, +["name"] = "Kvatch Murder Spree", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Murder 20 innocents in the Gold Coast city of Kvatch.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Kvatch Murder Spree", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 19, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1456] = { -["numCriteria"] = 1, +["name"] = "Anvil Murder Spree", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Murder 20 innocents in the Gold Coast city of Anvil.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "Anvil Murder Spree", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 20, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1457] = { -["numCriteria"] = 3, +["name"] = "Blood Tour", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "In the capital city of each alliance, murder an innocent with the Blade of Woe.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blood Tour", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 11, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1458] = { -["numCriteria"] = 7, +["name"] = "Gold Coast Connections", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Aid each of the notable figures recently arrived on the Gold Coast.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 0, -["name"] = "Gold Coast Connections", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 4, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , [1459] = { -["numCriteria"] = 1, +["name"] = "First Cut", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1459, +["numCriteria"] = 1, ["description"] = "Murder your first innocent with the Blade of Woe.", +["Category"] = "Dark Brotherhood", ["points"] = 5, -["prevId"] = 0, -["name"] = "First Cut", -["SubCategory"] = "Exploration", ["nextId"] = 1460, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 8, -["Category_ID"] = 23, -["firstID"] = 1459, +["Category_ID"] = 24, } , [1460] = { -["numCriteria"] = 1, +["name"] = "Twenty-Fifth Cut", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1459, +["numCriteria"] = 1, ["description"] = "Murder 25 innocents with the Blade of Woe.", +["Category"] = "Dark Brotherhood", ["points"] = 10, -["prevId"] = 1459, -["name"] = "Twenty-Fifth Cut", -["SubCategory"] = "Exploration", ["nextId"] = 1461, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 8, -["Category_ID"] = 23, -["firstID"] = 1459, +["Category_ID"] = 24, } , [1461] = { -["numCriteria"] = 1, +["name"] = "One-Hundredth Cut", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 1459, +["numCriteria"] = 1, ["description"] = "Murder 100 innocents with the Blade of Woe.", +["Category"] = "Dark Brotherhood", ["points"] = 15, -["prevId"] = 1460, -["name"] = "One-Hundredth Cut", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 8, -["Category_ID"] = 23, -["firstID"] = 1459, +["Category_ID"] = 24, } , [1462] = { -["numCriteria"] = 1, +["name"] = "Sanctum Ophidia Conqueror", +["achievementIndex"] = 12, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Serpent in Veteran Sanctum Ophidia.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sanctum Ophidia Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["firstID"] = 0, } , [1463] = { -["numCriteria"] = 6, +["name"] = "Flawless Sacrament", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Complete each achievement associated with the Speaker\'s Black Sacrament contracts.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["name"] = "Flawless Sacrament", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 14, -["Category_ID"] = 23, -["firstID"] = 0, +["Category_ID"] = 24, } , -[2611] = { +[2676] = { +["name"] = "Swift Silencer", +["achievementIndex"] = 5, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 20 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["description"] = "Prevent the Icereach Coven from successfully channeling the Storm Surge by interrupting all four sisters within five seconds of the spell beginning.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Reforging the Dragonguard", -["SubCategory"] = "Quests", -["nextId"] = 2612, -["Category"] = "Dragonhold", -["achievementIndex"] = 7, +["nextId"] = 0, ["Category_ID"] = 14, -["firstID"] = 2609, } , -[2607] = { -["numCriteria"] = 1, +[2675] = { +["name"] = "Eye of the Storm", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 10 Delve Dailies from Guybert Flaubert.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Icereach Coven with one member of the group afflicted by all the witches\' signature spells in Veteran Icereach.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blossoming Broker", -["SubCategory"] = "Quests", -["nextId"] = 2608, -["Category"] = "Dragonhold", -["achievementIndex"] = 8, +["nextId"] = 0, ["Category_ID"] = 14, -["firstID"] = 2606, } , -[2210] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Towers\' Fall\" Psijic Order quest in Summerset.", -["points"] = 10, +[2079] = { +["name"] = "Asylum Sanctorium Vanquisher", +["achievementIndex"] = 6, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, -["name"] = "Psijic Sage", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["Category_ID"] = 21, } , -[2211] = { -["numCriteria"] = 1, -["description"] = "Learn the fate of the Lost Sailor.", -["points"] = 5, +[2082] = { +["name"] = "Beatific Beatdown", +["achievementIndex"] = 10, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold at the same time without allowing Saint Felms or Saint Llothis to enrage during the fight in Veteran Asylum Sanctorium.", +["Category"] = "Clockwork City", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["name"] = "Message in a Bottle", +["Category_ID"] = 21, } , -[2234] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", -["points"] = 15, +[2603] = { +["name"] = "Fall of the Dark Aeon", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Core Coordination", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 16, -["Category_ID"] = 12, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2602, +["numCriteria"] = 1, +["description"] = "Complete the \"New Moon Rising\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2604, +["Category_ID"] = 15, } , -[2235] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", -["points"] = 15, +[2606] = { +["name"] = "Middling Middleman", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Yaghra Blockade", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 17, -["Category_ID"] = 12, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2606, +["numCriteria"] = 1, +["description"] = "Complete 1 Delve Daily from Guybert Flaubert.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2607, +["Category_ID"] = 15, } , -[2236] = { +[2608] = { +["name"] = "Fearsome Freelancer", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2606, ["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["description"] = "Have Galenwe\'s shade destroy 20 roaming Hoarfrost cyclones with his Spiked Ice attack in Cloudrest.", +["description"] = "Complete 30 Delve Daily Quests for Guybert Flaubert.", +["Category"] = "Dragonhold", ["points"] = 15, -["prevId"] = 0, -["name"] = "The Mystic\'s Ice", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 18, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2237] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", -["points"] = 10, +[2507] = { +["name"] = "Sunspire Style Master", +["achievementIndex"] = 15, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "Shocking Instinct", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 12, -["Category_ID"] = 12, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Sunspire style book, found in the Sunspire trial.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2238] = { +[2611] = { +["name"] = "Reforging the Dragonguard", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2609, ["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", +["description"] = "Complete 20 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Valorous Combustion", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 11, -["Category_ID"] = 12, -["firstID"] = 0, +["nextId"] = 2612, +["Category_ID"] = 15, } , -[2240] = { -["numCriteria"] = 3, -["description"] = "Catch all 3 rare fish in Artaeum.", -["points"] = 5, +[2505] = { +["name"] = "Anequina Style Master", +["achievementIndex"] = 7, ["prevId"] = 0, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Anequina style book, found by completing daily quests for Ri\'hirr and Nisuzi.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, -["Category_ID"] = 12, -["name"] = "Artaeum Master Angler", +["Category_ID"] = 11, } , [1474] = { -["numCriteria"] = 1, +["name"] = "Hel Ra Citadel Conqueror", +["achievementIndex"] = 10, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Warrior in Veteran Hel Ra Citadel.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Hel Ra Citadel Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 4, -["firstID"] = 0, } , -[2241] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Darkstorm the Alluring at an Abyssal Geyser.", -["points"] = 10, +[2504] = { +["name"] = "Meridian Style Master", +["achievementIndex"] = 14, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Deadly Allure", -["SubCategory"] = "Abyssal Geysers", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 10, -["Category_ID"] = 12, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Meridian style book, occasionally found as rewards for completing the Depths of Malatar dungeon.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2242] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Eejoba the Radiant at an Abyssal Geyser.", -["points"] = 10, +[2503] = { +["name"] = "Coldsnap Style Master", +["achievementIndex"] = 13, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Radiant Riot", -["SubCategory"] = "Abyssal Geysers", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 11, -["Category_ID"] = 12, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Coldsnap style book, occasionally found as rewards for completing the Frostvault dungeon.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2243] = { -["numCriteria"] = 1, +[2501] = { +["name"] = "Keeping In Sync", +["achievementIndex"] = 12, +["SubCategory"] = "Sunspire", +["prevId"] = 0, ["SubCategory_ID"] = 3, -["description"] = "Defeat Tidewrack at an Abyssal Geyser.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Nahviintaas without a member of the group Time Shifting through a Time Breach more than once in Veteran Sunspire.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tidal Grave", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 12, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2318] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Silver Dawn style book, occasionally found as rewards for completing the Moon Hunter Keep dungeon.", -["points"] = 50, +[2500] = { +["name"] = "Faster Than Lightning", +["achievementIndex"] = 11, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "Silver Dawn Style Master", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 9, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2638] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Reach the max rank of the Soul Magic Skill Line.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Soul Magic Skill Master", -["SubCategory"] = "Main Quest", +["description"] = "Defeat Lokkestiiz without any group members being hit by Storm Breath in Sunspire.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Quests", -["achievementIndex"] = 1, -["Category_ID"] = 7, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2317] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Huntsman style book, occasionally found as rewards for completing the March of Sacrifices dungeon.", -["points"] = 50, +[2499] = { +["name"] = "Strike When the Iron\'s Hot", +["achievementIndex"] = 10, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "Huntsman Style Master", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 8, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2312] = { ["numCriteria"] = 1, -["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.", +["description"] = "Defeat Yolnahkriin while destroying his Iron Servants only after they have enraged in Sunspire.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Perfect Hunt", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 29, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2311] = { -["numCriteria"] = 1, +[2497] = { +["name"] = "Dragon Assassin", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices.", +["firstID"] = 2496, +["numCriteria"] = 1, +["description"] = "Complete 10 Dragon daily quests for Battlereeve Tanerline in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Element of Surprise", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 28, -["Category_ID"] = 18, -["firstID"] = 0, +["nextId"] = 2498, +["Category_ID"] = 11, } , -[2253] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Breach Amid the Trees\" Psijic Order quest in Summerset.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Psijic Forester", +[2496] = { +["name"] = "Dragon Chaser", +["achievementIndex"] = 6, ["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["firstID"] = 2249, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2496, +["numCriteria"] = 1, +["description"] = "Complete 1 Dragon daily quest for Battlereeve Tanerline in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2497, +["Category_ID"] = 11, } , -[2310] = { -["numCriteria"] = 1, -["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.", -["points"] = 10, +[2612] = { +["name"] = "Dragonguard Operative", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Stalwart Sisterhood", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 2609, +["numCriteria"] = 1, +["description"] = "Complete 30 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 27, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2255] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Towers\' Remains\" Psijic Order quest in Summerset.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Psijic Staff Finder", +[2613] = { +["name"] = "A Shield of Senchal", +["achievementIndex"] = 9, ["SubCategory"] = "Quests", -["nextId"] = 2256, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2613, +["numCriteria"] = 1, +["description"] = "Complete 1 Group Boss Daily from Bruccius Baenius.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2614, +["Category_ID"] = 15, } , -[2256] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Time in Doomcrag\'s Shadow\" Psijic Order quest in Summerset.", -["points"] = 10, +[2102] = { +["name"] = "Leave No Bone Unbroken", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Psijic Shadow-Walker", -["SubCategory"] = "Quests", -["nextId"] = 2257, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 20, } , -[2257] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Breach Beyond the Crags\" Psijic Order quest in Summerset.", -["points"] = 10, +[2103] = { +["name"] = "Dragon Bones Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Psijic Chronologer", -["SubCategory"] = "Quests", -["nextId"] = 2210, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete Veteran Fang Lair and Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 20, } , -[2258] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat 200 Rieklings in Veteran Frostvault.", -["points"] = 10, +[2104] = { +["name"] = "Dragon Bones Explorer", +["achievementIndex"] = 1, ["prevId"] = 0, -["name"] = "Veteran Riekling Slayer", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 8, -["Category_ID"] = 16, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Fang Lair or Scalecaller Peak for the first time.", +["Category"] = "Dragon Bones", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 20, } , -[2259] = { +[2618] = { +["name"] = "Liberator of the Lost", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat 20 Centurions in Veteran Frostvault.", +["description"] = "Free 25 Slaves and Refugees from the Pirates and Slavers of Southern Elsweyr", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Centurion Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 9, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2260] = { -["numCriteria"] = 5, +[2620] = { +["name"] = "Grappling Bow Pathfinder", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Frostvault.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Locate and navigate an ancient Dragonguard training ground with your grappling bow.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Frostvault Vanquisher", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 3, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2261] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 2, -["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Veteran Frostvault.", -["points"] = 10, +[2621] = { +["name"] = "Legacy Slayer", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Frostvault Conqueror", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 3, -["Category_ID"] = 16, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Find and defeat all remaining members of the infamous Blue Venom pirates, Sea Elf marauders hidden throughout Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2262] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat the Stonekeeper after pressing the Veracity Verifier in Veteran Frostvault.", -["points"] = 50, +[2623] = { +["name"] = "Hero of the Dragonguard", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "Vault Cracker", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 5, -["Category_ID"] = 16, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of the Dragonguard.", +["Category"] = "Dragonhold", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2309] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Hedge Maze Guardian while all party members avoid its Lurcher Roots attack in Veteran Moon Hunter Keep.", -["points"] = 5, +[2485] = { +["name"] = "Rimmen Revolution", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Root of the Problem", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 2, +["firstID"] = 2482, +["numCriteria"] = 1, +["description"] = "Complete the \"Two Queens\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 24, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2308] = { -["numCriteria"] = 1, -["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.", -["points"] = 5, +[2484] = { +["name"] = "Riverhold Defender", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Sidestepping Stranglers", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 22, -["Category_ID"] = 18, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2482, +["numCriteria"] = 1, +["description"] = "Complete \"The Battle for Riverhold\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2485, +["Category_ID"] = 11, } , -[2307] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Jailer Melitus without being damaged by Bloody Geysers in Moon Hunter Keep.", -["points"] = 5, +[2483] = { +["name"] = "Precarious Parley", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Bloody Mess", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 7, -["Category_ID"] = 18, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2482, +["numCriteria"] = 1, +["description"] = "Complete \"The Usurper Queen\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2484, +["Category_ID"] = 11, } , -[2306] = { -["numCriteria"] = 1, +[2482] = { +["name"] = "Tharn\'s Aide-de-Camp", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Lead Balorgh into Tharas\' Trap 10 times in Veteran March of Sacrifices.", -["points"] = 5, +["firstID"] = 2482, +["numCriteria"] = 1, +["description"] = "Complete the \"Rage of Dragons\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2483, +["Category_ID"] = 11, +} +, +[2101] = { +["name"] = "Back to the Abyss", +["achievementIndex"] = 3, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, -["name"] = "Trick and Trap", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 20, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 10, +["description"] = "Defeat each of the following bosses that can appear at Abyssal Geysers.", +["Category"] = "Summerset", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2305] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Tarcyr without the indrik teleporting any group members during its Shrouding Mist ability in Veteran March of Sacrifices.", -["points"] = 5, +[2476] = { +["name"] = "Anequina Dragon Hunter", +["achievementIndex"] = 5, ["prevId"] = 0, -["name"] = "Mist Walker", -["SubCategory"] = "Veteran", +["firstID"] = 2474, +["numCriteria"] = 1, +["description"] = "Kill 50 Dragons in the wilds of Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 18, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2304] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Dagrund the Bulky while always dodging his Upheaval ability in Veteran March of Sacrifices.", -["points"] = 5, +[2475] = { +["name"] = "Anequina Dragon Stalker", +["achievementIndex"] = 5, ["prevId"] = 0, -["name"] = "Light on Your Feet", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 16, -["Category_ID"] = 18, -["firstID"] = 0, +["firstID"] = 2474, +["numCriteria"] = 1, +["description"] = "Kill 25 Dragons in the wilds of Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2476, +["Category_ID"] = 11, } , -[2303] = { +[2474] = { +["name"] = "Anequina Dragon Killer", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 2474, ["numCriteria"] = 1, -["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.", +["description"] = "Kill 1 Dragon in the wilds of Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 5, -["prevId"] = 0, -["name"] = "Seasonal Slaying", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 14, -["Category_ID"] = 18, -["firstID"] = 0, +["nextId"] = 2475, +["Category_ID"] = 11, } , -[2302] = { -["numCriteria"] = 3, -["SubCategory_ID"] = 1, -["description"] = "Complete all three Golden Indrik Hunts and gain their boons within March of Sacrifices.", -["points"] = 5, +[2100] = { +["name"] = "Put a Cork In It", +["achievementIndex"] = 1, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, -["name"] = "The Great Indrik Hunt", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 6, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2301] = { -["numCriteria"] = 1, -["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.", +["numCriteria"] = 6, +["description"] = "Destroy the Abyssal Pearl at each Abyssal Geyser in Summerset.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Strangling Cowardice", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 10, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 12, } , -[2272] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat the Symphony of Blades after destroying the Dictates of the Lady of Light in Veteran Depths of Malatar.", -["points"] = 50, +[2471] = { +["name"] = "Wrathstone Dungeoneer", +["achievementIndex"] = 1, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Throwing Shade", -["SubCategory"] = "Veteran", -["nextId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Frostvault and Depths of Malatar in Normal.", ["Category"] = "Wrathstone", -["achievementIndex"] = 16, -["Category_ID"] = 16, +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, +} +, +[2469] = { +["name"] = "Stoking the Fire", +["achievementIndex"] = 5, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Yolnahkriin after extinguishing his offering braziers in Veteran Sunspire.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, +} +, +[2468] = { +["name"] = "Sunspire Dragonbreak", +["achievementIndex"] = 1, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 10, +["description"] = "Complete the listed achievements for Sunspire.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , [1503] = { -["numCriteria"] = 1, +["name"] = "Aetherian Archive Conqueror", +["achievementIndex"] = 1, +["SubCategory"] = "Trials", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Celestial Mage in Veteran Aetherian Archive.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Aetherian Archive Conqueror", -["SubCategory"] = "Trials", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["firstID"] = 0, } , [1504] = { +["name"] = "Ruins of Mazzatun Vanquisher", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in the Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 4, -["Category_ID"] = 22, -["name"] = "Ruins of Mazzatun Vanquisher", +["Category_ID"] = 23, } , [1505] = { -["numCriteria"] = 4, +["name"] = "Ruins of Mazzatun Conqueror", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Defeat Zatzu the Spine-Breaker, The Mighty Chudan, Xal-Nur the Slaver, and Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ruins of Mazzatun Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 16, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1506] = { -["numCriteria"] = 1, +["name"] = "Tree-Minder\'s Mania", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Ruins of Mazzatun, defeat Tree-Minder Na-Kesh after enraging her by destroying her alchemical notes on Amber Plasm.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Tree-Minder\'s Mania", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 17, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1507] = { -["numCriteria"] = 1, +["name"] = "Ruination", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ruination", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 18, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1508] = { -["numCriteria"] = 1, +["name"] = "Unbowed", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Unbowed", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 19, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1509] = { -["numCriteria"] = 1, +["name"] = "Sludge-Slinger Slayer", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Xit-Xaht Sludge-Slingers in Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sludge-Slinger Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 20, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1510] = { -["numCriteria"] = 1, +["name"] = "Xit-Xaht Slayer", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 600 members of the Xit-Xaht tribe in Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Xit-Xaht Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 21, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1511] = { -["numCriteria"] = 4, +["name"] = "Ruins of Mazzatun Challenger", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Ruins of Mazzatun Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 15, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1512] = { +["name"] = "Mazzatun Massacre", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat Tree-Minder Na-Kesh after first eliminating all other enemies in Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 5, -["Category_ID"] = 22, -["name"] = "Mazzatun Massacre", +["Category_ID"] = 23, } , [1513] = { -["numCriteria"] = 1, +["name"] = "Savior of the Su-Zahleel", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Rescue all six of the Su-Zahleel Elders from the Ritual Chamber in Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Savior of the Su-Zahleel", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 27, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1514] = { +["name"] = "Sapped Sludge Slingers", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Complete Ruins of Mazzatun without ever allowing a Sludge Slinger to empower one of its allies with Amber Plasm.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 6, -["Category_ID"] = 22, -["name"] = "Sapped Sludge Slingers", +["Category_ID"] = 23, } , [1515] = { -["numCriteria"] = 1, +["name"] = "Haj Mota Matador", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mighty Chudan in Veteran Ruins of Mazzatun without any party members being hit by Bog Rush.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Haj Mota Matador", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 22, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1516] = { -["numCriteria"] = 1, +["name"] = "Obedience Training", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Xal-Nur the Slaver in Veteran Ruins of Mazzatun without unleashing any Wamasu to assist you.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Obedience Training", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 23, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1517] = { -["numCriteria"] = 1, -["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.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Clean Freak", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Shadows of the Hist", ["achievementIndex"] = 24, -["Category_ID"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 23, } , [1518] = { -["numCriteria"] = 1, +["name"] = "Blind Luck", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Blind Luck", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 25, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1519] = { -["numCriteria"] = 1, +["name"] = "Sticky Situation Savvy", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Tree-Minder Na-Kesh in Veteran Ruins of Mazzatun without any party members being struck by Blistering Amber.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sticky Situation Savvy", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 26, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1520] = { +["name"] = "Shadows of the Hist Explorer", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Enter either the Ruins of Mazzatun or the Cradle of Shadows for the first time.", +["Category"] = "Shadows of the Hist", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 1, -["Category_ID"] = 22, -["name"] = "Shadows of the Hist Explorer", +["Category_ID"] = 23, } , -[2273] = { +[2467] = { +["name"] = "Godslayer of Sunspire", +["achievementIndex"] = 13, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["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"] = "Elsweyr", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Speed of Light", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 17, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 11, } , [1522] = { +["name"] = "Cradle of Shadows Vanquisher", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in the Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 2, -["Category_ID"] = 22, -["name"] = "Cradle of Shadows Vanquisher", +["Category_ID"] = 23, } , [1523] = { -["numCriteria"] = 5, +["name"] = "Cradle of Shadows Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Sithera, Khephidaen the Spiderkith, the Votary of Velidreth, Dranos Velador, and Velidreth the Lady of Lace in Veteran Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cradle of Shadows Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 3, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1524] = { -["numCriteria"] = 1, +["name"] = "Velidreth\'s Vengeance", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Velidreth in Veteran Cradle of Shadows, after first enraging her by defiling her statue of Mephala.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Velidreth\'s Vengeance", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 4, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1525] = { -["numCriteria"] = 1, +["name"] = "Exterminator", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Exterminator", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 5, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1526] = { -["numCriteria"] = 1, +["name"] = "Beacon in the Night", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Beacon in the Night", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 6, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1527] = { -["numCriteria"] = 1, +["name"] = "Heretic", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Destroy 50 statues of Velidreth\'s Devotion in Veteran Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Heretic", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 7, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1528] = { -["numCriteria"] = 1, +["name"] = "Spider Cult Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 600 members of the Silken Ring or their Spiderkith allies in Veteran Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Spider Cult Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 8, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1529] = { -["numCriteria"] = 4, +["name"] = "Cradle of Shadows Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Cradle of Shadows.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Cradle of Shadows Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 2, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1530] = { -["numCriteria"] = 1, +["name"] = "Fear No Darkness", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Pass through the spider caves in Veteran Cradle of Shadows without lighting more than two braziers.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fear No Darkness", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 9, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1531] = { -["numCriteria"] = 1, +["name"] = "Shadowplay", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Khephidaen the Spiderkith in Veteran Cradle of Shadows without relighting any extinguished braziers.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shadowplay", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 10, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1532] = { -["numCriteria"] = 1, +["name"] = "Divided He Fell", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Dranos Velador in Veteran Cradle of Shadows without absorbing any orbs.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Divided He Fell", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 11, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1533] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Web Walker", +["achievementIndex"] = 12, ["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 12, -["Category_ID"] = 22, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members dying in the catacombs.", +["Category"] = "Shadows of the Hist", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 23, } , [1534] = { -["numCriteria"] = 1, +["name"] = "Embrace the Shadow", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without using the Atronach\'s Light synergy.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Embrace the Shadow", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 13, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1535] = { -["numCriteria"] = 1, +["name"] = "Nothing to See Here", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Velidreth in Veteran Cradle of Shadows without any party members being caught by her Shadow Sense.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["name"] = "Nothing to See Here", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 14, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , [1536] = { +["name"] = "Venomous Evasion", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat Velidreth in Cradle of Shadows without any party members being hit by venom sacs.", +["Category"] = "Shadows of the Hist", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 3, -["Category_ID"] = 22, -["name"] = "Venomous Evasion", +["Category_ID"] = 23, } , -[2274] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2463] = { +["name"] = "Mural Mender", +["achievementIndex"] = 1, ["prevId"] = 0, -["name"] = "Purified", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 18, -["Category_ID"] = 16, ["firstID"] = 0, +["numCriteria"] = 17, +["description"] = "Collect and restore all fragments of the Rithana-di-Renada, an ancient Khajiiti mural, for the House of Histories.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , [1538] = { -["numCriteria"] = 2, +["name"] = "Shadows of the Hist Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Complete Veteran Cradle of Shadows and Veteran Ruins of Mazzatun.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["name"] = "Shadows of the Hist Delver", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 1, -["Category_ID"] = 22, -["firstID"] = 0, +["Category_ID"] = 23, } , -[2275] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Depths of Malatar.", -["points"] = 50, +[2462] = { +["name"] = "Dragonguard Scholar", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Depths of Malatar Challenger", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 13, -["Category_ID"] = 16, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 13, +["description"] = "Read all 13 Dragonguard plaques in the hidden Akaviri shrine known as Dov-Vahl Shrine.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2276] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2461] = { +["name"] = "Northern Elsweyr Skyshard Hunter", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "Depths Defier", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 15, -["Category_ID"] = 16, ["firstID"] = 0, +["numCriteria"] = 18, +["description"] = "Discover all 18 Skyshards in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2277] = { -["numCriteria"] = 2, +[2059] = { +["name"] = "Smoke and Mirrors", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete both Frostvault and Depths of Malatar in Veteran.", -["points"] = 50, +["firstID"] = 2050, +["numCriteria"] = 1, +["description"] = "Complete the \"The Strangeness of Seht\" quest.", +["Category"] = "Clockwork City", +["points"] = 10, +["nextId"] = 2060, +["Category_ID"] = 21, +} +, +[2444] = { +["name"] = "Rimmen Necropolis Group Event", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Wrathstone Delver", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 1, -["Category_ID"] = 16, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Aspect of Darloc Brae and Champion of Mehrunnez in the Rimmen Necropolis.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2293] = { -["numCriteria"] = 1, +[2443] = { +["name"] = "Orcrest Vanquisher", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Defeat the necromancer Baxilt-Gah at Bok-Xul.", +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat three of the champions in Orcrest.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fiend of the Fens", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2294] = { -["numCriteria"] = 1, +[2441] = { +["name"] = "Rimmen Necropolis Vanquisher", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Defeat the miregaunt Walks-Like-Thunder at the Echoing Hollow.", +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat three of the champions in Rimmen Necropolis.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Feller of Thunder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2295] = { -["numCriteria"] = 12, -["description"] = "Catch all 12 rare fish in Murkmire.", -["points"] = 5, +[2438] = { +["name"] = "Dragonbound Demolisher", +["achievementIndex"] = 9, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 200 of Alkosh\'s Fate, Will, Fury, or Ruin in Sunspire.", +["Category"] = "Elsweyr", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["name"] = "Murkmire Master Angler", +["Category_ID"] = 11, } , -[2297] = { +[2437] = { +["name"] = "Senche-raht Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Sunspire", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Mylenne Moon-Caller without cleansing her Enrage ability in Veteran Moon Hunter Keep.", +["description"] = "Defeat 100 Alkosh\'s Roars, Jone\'s Gale-Claws, or Jode\'s Fire-Fangs in Sunspire.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Unending Rage", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 4, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2298] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.", -["points"] = 10, +[2436] = { +["name"] = "Dragonsbane", +["achievementIndex"] = 7, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "A Hulking Ally", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 3, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2299] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the Archivist without taking group member damage from Symbols of Xarxes in Moon Hunter Keep.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Book Smarts", -["SubCategory"] = "General", +["description"] = "Defeat all enemies in addition to Yolnahkriin, Lokkestiiz, and Nahviintaas without suffering a group member death in Veteran Sunspire.", +["Category"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 4, -["Category_ID"] = 18, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2300] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Vykosa the Ascendant without any party member taking damage from her restrained wolf pet in Veteran Moon Hunter Keep.", -["points"] = 5, +[2435] = { +["name"] = "Sunspire Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "On a Short Leash", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wolfhunter", -["achievementIndex"] = 7, -["Category_ID"] = 18, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Veteran Sunspire.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1549] = { +["name"] = "Banished Cells I Conqueror", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["name"] = "Banished Cells I Conqueror", } , [1550] = { -["numCriteria"] = 1, +["name"] = "Veteran Bonebreaker I", +["achievementIndex"] = 1, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Skeletons in Veteran Banished Cells I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Bonebreaker I", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["firstID"] = 0, } , [1551] = { -["numCriteria"] = 1, +["name"] = "Veteran Daedra Slayer I", +["achievementIndex"] = 2, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 100 Daedra in Veteran Banished Cells I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Daedra Slayer I", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["firstID"] = 0, } , [1552] = { -["numCriteria"] = 1, +["name"] = "Banished Cells I Assassin", +["achievementIndex"] = 2, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, all within twenty minutes. Timer starts when a group member enters the first hallway.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Banished Cells I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["firstID"] = 0, } , [1553] = { -["numCriteria"] = 1, +["name"] = "Banished Cells I Survivor", +["achievementIndex"] = 1, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Cell Haunter, Shadowrend, Angata the Clannfear Handler, the Skeletal Destroyer, and High Kinlord Rilis in Veteran Banished Cells I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Banished Cells I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["firstID"] = 0, } , [1554] = { -["numCriteria"] = 1, +["name"] = "Soul Splitter", +["achievementIndex"] = 2, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat High Kinlord Rilis in Veteran Banished Cells I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Soul Splitter", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["firstID"] = 0, } , [1555] = { -["numCriteria"] = 6, +["name"] = "Banished Cells II Vanquisher", +["achievementIndex"] = 14, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Keeper Areldur, the Maw of the Infernal, Keeper Voranil, Keeper Imiril, Sister Sihna and Sister Vera, and High Kinlord Rilis in Banished Cells II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Banished Cells II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 4, -["firstID"] = 0, } , [1556] = { +["name"] = "Fungal Grotto I Conqueror", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw, and Kra\'gh the Dreugh King in Veteran Fungal Grotto I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["name"] = "Fungal Grotto I Conqueror", } , [1557] = { -["numCriteria"] = 1, +["name"] = "Veteran Goblin Slayer", +["achievementIndex"] = 6, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 450 Goblins in Veteran Fungal Grotto I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Goblin Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["firstID"] = 0, } , [1558] = { -["numCriteria"] = 1, +["name"] = "Veteran Dreugh Slayer", +["achievementIndex"] = 5, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Dreugh in Veteran Fungal Grotto I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dreugh Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["firstID"] = 0, } , [1559] = { -["numCriteria"] = 1, +["name"] = "Fungal Grotto I Assassin", +["achievementIndex"] = 4, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra\'gh the Dreugh King in Veteran Fungal Grotto I, all within 15 minutes. Timer starts when any player enters the tunnel after the first group of Goblins.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fungal Grotto I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["firstID"] = 0, } , [1560] = { -["numCriteria"] = 1, +["name"] = "Fungal Grotto I Survivor", +["achievementIndex"] = 3, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Tazkad the Packmaster, War Chief Ozozai, Broodbirther, Clatterclaw and Kra\'gh the Dreugh King in Veteran Fungal Grotto I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fungal Grotto I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["firstID"] = 0, } , [1561] = { -["numCriteria"] = 1, +["name"] = "Catch of the Day", +["achievementIndex"] = 4, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Dreugh King in Veteran Fungal Grotto I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Catch of the Day", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["firstID"] = 0, } , [1562] = { -["numCriteria"] = 6, +["name"] = "Fungal Grotto II Vanquisher", +["achievementIndex"] = 15, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Mephala\'s Fang, Gamyne Bandu, Ciirenas the Shepherd, the Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Fungal Grotto II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fungal Grotto II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 4, -["firstID"] = 0, } , [1563] = { -["numCriteria"] = 1, +["name"] = "Fungal Grotto II Survivor", +["achievementIndex"] = 4, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Mephala\'s Fang, Gamyne Bandu, Ciirenas the Sheperd, Spawn of Mephala, Reggr Dark-Dawn, and Vila Theran in Veteran Fungal Grotto II, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fungal Grotto II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["firstID"] = 0, } , [1564] = { -["numCriteria"] = 1, +["name"] = "Banished Cells II Survivor", +["achievementIndex"] = 2, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Keepers Imiril, Areldur, and Voranil, as well as the Maw of the Infernal and the Sisters Sihna and Vera, before defeating High Kinlord Rilis in Veteran Banished Cells II, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Banished Cells II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["firstID"] = 0, } , [1565] = { +["name"] = "Spindleclutch I Conqueror", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Spindlekin, the Swarm Mother, Cerise the Widow-Maker, Big Rabbu, and the Whisperer in Veteran Spindleclutch I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["name"] = "Spindleclutch I Conqueror", } , [1566] = { -["numCriteria"] = 1, +["name"] = "Veteran Spider Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 600 Spiders in Veteran Spindleclutch I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Spider Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["firstID"] = 0, } , [1567] = { -["numCriteria"] = 1, +["name"] = "Veteran Corrupted Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Corrupted in Veteran Spindleclutch I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Corrupted Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["firstID"] = 0, } , [1568] = { -["numCriteria"] = 1, +["name"] = "Spindleclutch I Assassin", +["achievementIndex"] = 6, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of spiders.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Spindleclutch I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["firstID"] = 0, } , [1569] = { -["numCriteria"] = 1, +["name"] = "Spindleclutch I Survivor", +["achievementIndex"] = 5, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Swarm Mother and the Whisperer in Veteran Spindleclutch I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Spindleclutch I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["firstID"] = 0, } , [1570] = { -["numCriteria"] = 1, +["name"] = "Quiet at Last", +["achievementIndex"] = 6, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Whisperer in Veteran Spindleclutch I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Quiet at Last", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["firstID"] = 0, } , [1571] = { -["numCriteria"] = 6, +["name"] = "Spindleclutch II Vanquisher", +["achievementIndex"] = 16, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Mad Martine, Bloodspawn, Praxin Douare, the Flesh Atronach Trio, Urvan Veleth, and Vorenor Winterbourne in Spindleclutch II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Spindleclutch II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 4, -["firstID"] = 0, } , [1572] = { -["numCriteria"] = 1, +["name"] = "Spindleclutch II Survivor", +["achievementIndex"] = 6, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["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"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Spindleclutch II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["firstID"] = 0, } , [1573] = { +["name"] = "Elden Hollow I Conqueror", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["name"] = "Elden Hollow I Conqueror", } , [1574] = { -["numCriteria"] = 1, +["name"] = "Veteran Darkfern Orc Slayer", +["achievementIndex"] = 14, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Darkfern Orcs in Veteran Elden Hollow I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Darkfern Orc Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["firstID"] = 0, } , [1575] = { -["numCriteria"] = 1, +["name"] = "Veteran Alit Slayer", +["achievementIndex"] = 13, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 100 Alit in Veteran Elden Hollow I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Alit Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["firstID"] = 0, } , [1576] = { -["numCriteria"] = 1, +["name"] = "Elden Hollow I Assassin", +["achievementIndex"] = 8, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Thalmor.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Elden Hollow I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["firstID"] = 0, } , [1577] = { -["numCriteria"] = 1, +["name"] = "Elden Hollow I Survivor", +["achievementIndex"] = 7, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Akash gra-Mal, the Ancient Spriggan, Chokethorn, Nenesh gro-Mal, Leafseether, and Canonreeve Oraneth in Veteran Elden Hollow I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Elden Hollow I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["firstID"] = 0, } , [1578] = { -["numCriteria"] = 1, +["name"] = "Canonreeve Reaver", +["achievementIndex"] = 8, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Canonreeve Oraneth in Veteran Elden Hollow I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Canonreeve Reaver", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["firstID"] = 0, } , [1579] = { -["numCriteria"] = 6, +["name"] = "Elden Hollow II Vanquisher", +["achievementIndex"] = 17, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Dubroze the Infest, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame in Elden Hollow II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Elden Hollow II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 4, -["firstID"] = 0, } , [1580] = { -["numCriteria"] = 1, +["name"] = "Elden Hollow II Survivor", +["achievementIndex"] = 8, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Dubroze the Infestor, Dark Root, Azara the Frightener, Murklight, the Shadow Guard, and Bogdan the Nightflame, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Elden Hollow II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["firstID"] = 0, } , [1581] = { +["name"] = "Darkshade Caverns I Conqueror", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["name"] = "Darkshade Caverns I Conqueror", } , [1582] = { -["numCriteria"] = 1, +["name"] = "Veteran Pit Rat Slayer", +["achievementIndex"] = 18, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 175 Pit Rat Thugs in Veteran Darkshade Caverns I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Pit Rat Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["firstID"] = 0, } , [1583] = { -["numCriteria"] = 1, +["name"] = "Veteran Kwama Slayer", +["achievementIndex"] = 17, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Kwama in Veteran Darkshade Caverns I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Kwama Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 17, ["Category_ID"] = 5, -["firstID"] = 0, } , [1584] = { -["numCriteria"] = 1, +["name"] = "Darkshade Caverns I Assassin", +["achievementIndex"] = 10, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I within twenty minutes of starting the dungeon. Timer starts when a group member descends into the caverns.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darkshade Caverns I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["firstID"] = 0, } , [1585] = { -["numCriteria"] = 1, +["name"] = "Darkshade Caverns I Survivor", +["achievementIndex"] = 9, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Head Shepard Neloren, Foreman Llothan, the Hive Lord, the Cavern Patriarch, the Sentinel of Rkugamz, and the Cutting Sphere in Veteran Darkshade Caverns I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darkshade Caverns I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["firstID"] = 0, } , [1586] = { -["numCriteria"] = 1, +["name"] = "Well Out of Warranty", +["achievementIndex"] = 10, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Sentinel of Rkugamz in Veteran Darkshade Caverns I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Well Out of Warranty", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["firstID"] = 0, } , [1587] = { -["numCriteria"] = 6, +["name"] = "Darkshade Caverns II Vanquisher", +["achievementIndex"] = 18, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Darkshade Caverns II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Darkshade Caverns II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 4, -["firstID"] = 0, } , [1588] = { -["numCriteria"] = 1, +["name"] = "Darkshade Caverns II Survivor", +["achievementIndex"] = 10, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Fallen Foreman, Transmuted Hive Lord, Transmuted Alit, Grobull the Transmuted, the Engine Garrison, and the Engine Guardian in Veteran Darkshade Caverns II, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Darkshade Caverns II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["firstID"] = 0, } , [1589] = { +["name"] = "Wayrest Sewers I Conqueror", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varain Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 5, ["Category_ID"] = 5, -["name"] = "Wayrest Sewers I Conqueror", } , [1590] = { -["numCriteria"] = 1, +["name"] = "Veteran Skeever Slayer", +["achievementIndex"] = 22, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 800 Skeevers in Veteran Wayrest Sewers I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Skeever Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["firstID"] = 0, } , [1591] = { -["numCriteria"] = 1, +["name"] = "Veteran Mercenary Slayer", +["achievementIndex"] = 21, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 500 Pellingare Mercenaries in Veteran Wayrest Sewers I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Mercenary Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["firstID"] = 0, } , [1592] = { -["numCriteria"] = 1, +["name"] = "Wayrest Sewers I Assassin", +["achievementIndex"] = 12, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene Pellingare in Veteran Wayrest Sewers I, all within fifteen minutes of starting the dungeon. Timer starts when any player enters the first tunnel to the right of the entrance chamber.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wayrest Sewers I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["firstID"] = 0, } , [1593] = { -["numCriteria"] = 1, +["name"] = "Wayrest Sewers I Survivor", +["achievementIndex"] = 11, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Slimecraw, Investigator Garron, The Rat Whisperer, Uulgarg the Hungry, Varaine Pellingare, and Allene in Veteran Wayrest Sewers I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wayrest Sewers I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["firstID"] = 0, } , [1594] = { -["numCriteria"] = 1, +["name"] = "Down the Gutter", +["achievementIndex"] = 12, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Allene Pellingare in Veteran Wayrest Sewers I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Down the Gutter", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 5, -["firstID"] = 0, } , [1595] = { -["numCriteria"] = 6, +["name"] = "Wayrest Sewers II Vanquisher", +["achievementIndex"] = 19, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Malubeth the Scourger, Skull Reaper, Uulgarg the Risen, Garron the Returned, the Forgotten One, and Varaine and Allene Pellingare in Wayrest Sewers II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wayrest Sewers II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 4, -["firstID"] = 0, } , [1596] = { -["numCriteria"] = 1, +["name"] = "Wayrest Sewers II Survivor", +["achievementIndex"] = 12, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Malubeth the Scourger, Garron the Returned, and Varaine and Allene Pellingare in Veteran Wayrest Sewers II, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Wayrest Sewers II Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 13, ["Category_ID"] = 5, -["firstID"] = 0, } , [1597] = { +["name"] = "City of Ash I Conqueror", +["achievementIndex"] = 13, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat the Infernal Guardian, Golor the Banekin Handler, the Warden of the Shrine, the Dark Ember, Rothariel Flameheart, and Razor Master Erthas in Veteran City of Ash I.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 4, ["Category_ID"] = 5, -["name"] = "City of Ash I Conqueror", } , [1598] = { -["numCriteria"] = 1, +["name"] = "Veteran Deadlands Banekin Slayer", +["achievementIndex"] = 25, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 550 Banekin in Veteran City of Ash I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Deadlands Banekin Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 5, -["firstID"] = 0, } , [1599] = { -["numCriteria"] = 1, +["name"] = "Veteran Flame Atronach Slayer", +["achievementIndex"] = 26, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 60 Flame Atronach in Veteran City of Ash I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Flame Atronach Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 26, ["Category_ID"] = 5, -["firstID"] = 0, } , [1600] = { -["numCriteria"] = 1, +["name"] = "City of Ash I Assassin", +["achievementIndex"] = 14, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Daedra.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "City of Ash I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["firstID"] = 0, } , [1601] = { -["numCriteria"] = 1, +["name"] = "City of Ash I Survivor", +["achievementIndex"] = 13, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Infernal Guardian, the Warden of the Shrine, and Razor Master Erthas in Veteran City of Ash I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "City of Ash I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["firstID"] = 0, } , [1602] = { -["numCriteria"] = 1, +["name"] = "Fire Brigade", +["achievementIndex"] = 14, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Razor Master Erthas in Veteran City of Ash I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fire Brigade", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["firstID"] = 0, } , [1603] = { -["numCriteria"] = 3, +["name"] = "City of Ash II Vanquisher", +["achievementIndex"] = 20, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 3, ["description"] = "Defeat Horvantud the Fire Maw, the Ash Titan, and Valkyn Skoria in City of Ash II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "City of Ash II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 4, -["firstID"] = 0, } , [1604] = { +["name"] = "Arx Corinium Conqueror", +["achievementIndex"] = 18, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Arx Corinium by defeating the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["name"] = "Arx Corinium Conqueror", } , [1605] = { -["numCriteria"] = 1, +["name"] = "Veteran Lamia Slayer", +["achievementIndex"] = 29, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Lamias in Veteran Arx Corinium.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Lamia Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 29, ["Category_ID"] = 5, -["firstID"] = 0, } , [1606] = { -["numCriteria"] = 1, +["name"] = "Veteran Snake Slayer", +["achievementIndex"] = 30, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 175 Giant Snakes in Veteran Arx Corinium.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Snake Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 30, ["Category_ID"] = 5, -["firstID"] = 0, } , [1607] = { -["numCriteria"] = 1, +["name"] = "Arx Corinium Assassin", +["achievementIndex"] = 16, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium within twenty minutes of starting the dungeon. Timer starts when players engage the first group of nesting serpents.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Arx Corinium Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["firstID"] = 0, } , [1608] = { -["numCriteria"] = 1, +["name"] = "Arx Corinium Survivor", +["achievementIndex"] = 15, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Fanged Menace, Ganakton the Tempest, Sliklenia the Songstress, Matron Ixniaa, the Ancient Lurcher, and Sellistrix the Lamia Queen in Veteran Arx Corinium, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Arx Corinium Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 15, ["Category_ID"] = 5, -["firstID"] = 0, } , [1609] = { -["numCriteria"] = 1, +["name"] = "Snake Skinner", +["achievementIndex"] = 16, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Sellistrix the Lamia Queen in Veteran Arx Corinium, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Snake Skinner", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 1, ["Category_ID"] = 5, -["firstID"] = 0, } , [1610] = { +["name"] = "Crypt of Hearts I Conqueror", +["achievementIndex"] = 19, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat the Mage Master, Archmaster Siniel, Death\'s Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 12, ["Category_ID"] = 5, -["name"] = "Crypt of Hearts I Conqueror", } , [1611] = { -["numCriteria"] = 1, +["name"] = "Veteran Crypt Zombie Slayer", +["achievementIndex"] = 32, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Zombies in Veteran Crypt of Hearts I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Crypt Zombie Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 32, ["Category_ID"] = 5, -["firstID"] = 0, } , [1612] = { -["numCriteria"] = 1, +["name"] = "Veteran Crypt Skeleton Slayer", +["achievementIndex"] = 31, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Skeletons in Veteran Crypt of Hearts I.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Crypt Skeleton Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 31, ["Category_ID"] = 5, -["firstID"] = 0, } , [1613] = { -["numCriteria"] = 1, +["name"] = "Crypt of Hearts I Assassin", +["achievementIndex"] = 17, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mage Master, Archmaster Siniel, Death\'s Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I within twenty minutes of starting the dungeon. Timer starts when players engage the first group of undead.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crypt of Hearts I Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["firstID"] = 0, } , [1614] = { -["numCriteria"] = 1, +["name"] = "Crypt of Hearts I Survivor", +["achievementIndex"] = 16, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mage Master, Archmaster Siniel, Death\'s Leviathan, Uulkar Bonehand, Dogas the Berserker, and the Ilambris Twins in Veteran Crypt of Hearts I, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Crypt of Hearts I Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 16, ["Category_ID"] = 5, -["firstID"] = 0, } , [1615] = { -["numCriteria"] = 1, +["name"] = "A Crypt for Two", +["achievementIndex"] = 17, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Ilambris Twins in Veteran Crypt of Hearts I, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "A Crypt for Two", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 8, ["Category_ID"] = 5, -["firstID"] = 0, } , [1616] = { -["numCriteria"] = 6, +["name"] = "Crypt of Hearts II Vanquisher", +["achievementIndex"] = 21, +["SubCategory"] = "Group Dungeons", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Ibelgast, Ruzozuzalpamaz, the Chamber Guardian, the Brothers Ilambris and the Ilambris Amalgam, Mezeluth, and Nerien\'eth in Crypt of Hearts II.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Crypt of Hearts II Vanquisher", -["SubCategory"] = "Group Dungeons", ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 4, -["firstID"] = 0, } , [1617] = { +["name"] = "Tempest Island Conqueror", +["achievementIndex"] = 21, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Tempest Island by defeating Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["name"] = "Tempest Island Conqueror", } , [1618] = { -["numCriteria"] = 1, +["name"] = "Veteran Tempest Lamia Slayer", +["achievementIndex"] = 36, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 600 Lamias in Veteran Tempest Island.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Tempest Lamia Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 36, ["Category_ID"] = 5, -["firstID"] = 0, } , [1619] = { -["numCriteria"] = 1, +["name"] = "Veteran Sea Viper Slayer", +["achievementIndex"] = 35, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 550 Sea Vipers in Veteran Tempest Island.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Sea Viper Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 35, ["Category_ID"] = 5, -["firstID"] = 0, } , [1620] = { -["numCriteria"] = 1, +["name"] = "Tempest Island Assassin", +["achievementIndex"] = 19, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Lamia.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Tempest Island Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 5, -["firstID"] = 0, } , [1621] = { -["numCriteria"] = 1, +["name"] = "Tempest Island Survivor", +["achievementIndex"] = 18, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Sonolia the Matriarch, Valaran Stormcaller, Yalorasse the Speaker, Stormfist, Commodore Ohmanil, and Stormreeve Neidir in Veteran Tempest Island, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Tempest Island Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 18, ["Category_ID"] = 5, -["firstID"] = 0, } , [1622] = { -["numCriteria"] = 1, +["name"] = "Burial at Sea", +["achievementIndex"] = 19, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Stormreeve Neidir in Veteran Tempest Island, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Burial at Sea", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["firstID"] = 0, } , [1623] = { +["name"] = "Direfrost Keep Conqueror", +["achievementIndex"] = 22, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Direfrost Keep by defeating Teethnasher the Frostbound, the Guardian of the Flame, Drodda\'s Apprentice, Drodda\'s Dreadlord, Iceheart, and Drodda of Icereach.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 2, ["Category_ID"] = 5, -["name"] = "Direfrost Keep Conqueror", } , [1624] = { -["numCriteria"] = 1, +["name"] = "Veteran Draugr Slayer", +["achievementIndex"] = 37, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 325 Draugr in Veteran Direfrost Keep.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Draugr Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 37, ["Category_ID"] = 5, -["firstID"] = 0, } , [1625] = { -["numCriteria"] = 1, +["name"] = "Veteran Frozen Skeleton Slayer", +["achievementIndex"] = 38, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Frozen Skeletons in Veteran Direfrost Keep.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Frozen Skeleton Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 38, ["Category_ID"] = 5, -["firstID"] = 0, } , [1626] = { -["numCriteria"] = 1, +["name"] = "Direfrost Keep Assassin", +["achievementIndex"] = 20, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda\'s Apprentice, Drodda\'s Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep within twenty minutes of starting the dungeon. Timer starts when any player enters the first bear-filled cavern.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Direfrost Keep Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["firstID"] = 0, } , [1627] = { -["numCriteria"] = 1, +["name"] = "Direfrost Keep Survivor", +["achievementIndex"] = 19, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Teethnasher the Frostbound, the Guardian of the Flame, Drodda\'s Apprentice, Drodda\'s Dreadlord, Iceheart, and Drodda of Icereach in Veteran Direfrost Keep, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Direfrost Keep Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 19, ["Category_ID"] = 5, -["firstID"] = 0, } , [1628] = { -["numCriteria"] = 1, +["name"] = "A Dish Served Cold", +["achievementIndex"] = 20, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Drodda of Icereach in Veteran Direfrost Keep, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "A Dish Served Cold", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["firstID"] = 0, } , [1629] = { +["name"] = "Volenfell Conqueror", +["achievementIndex"] = 23, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Volenfell by defeating the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 27, ["Category_ID"] = 5, -["name"] = "Volenfell Conqueror", } , [1630] = { -["numCriteria"] = 1, +["name"] = "Veteran Treasure Hunter Slayer", +["achievementIndex"] = 40, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 250 Treasure Hunters in Veteran Volenfell.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Treasure Hunter Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 40, ["Category_ID"] = 5, -["firstID"] = 0, } , [1631] = { -["numCriteria"] = 1, +["name"] = "Veteran Dwarven Construct Slayer", +["achievementIndex"] = 39, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Dwarven Constructs in Veteran Volenfell.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dwarven Construct Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 39, ["Category_ID"] = 5, -["firstID"] = 0, } , [1632] = { -["numCriteria"] = 1, +["name"] = "Volenfell Assassin", +["achievementIndex"] = 21, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell within twenty minutes of starting the dungeon. Timer starts when players engage the first group of treasure hunters.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Volenfell Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["firstID"] = 0, } , [1633] = { -["numCriteria"] = 1, +["name"] = "Volenfell Survivor", +["achievementIndex"] = 20, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Desert Lion, Quintus Verres and the Monstrous Gargoyle, Boilbite, Tremorscale, the Unstable Construct, and the Guardian Council in Veteran Volenfell, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Volenfell Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 20, ["Category_ID"] = 5, -["firstID"] = 0, } , [1634] = { -["numCriteria"] = 1, +["name"] = "They Were Just Rusty", +["achievementIndex"] = 21, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Guardian Constructs in Veteran Volenfell, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "They Were Just Rusty", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["firstID"] = 0, } , [1635] = { +["name"] = "Selene\'s Web Conqueror", +["achievementIndex"] = 24, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Selene\'s Web by defeating Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 5, -["name"] = "Selene\'s Web Conqueror", } , [1636] = { -["numCriteria"] = 1, +["name"] = "Veteran Selene\'s Bosmer Slayer", +["achievementIndex"] = 41, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 250 of Selene\'s Bosmer in Veteran Selene\'s Web.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Selene\'s Bosmer Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 41, ["Category_ID"] = 5, -["firstID"] = 0, } , [1637] = { -["numCriteria"] = 1, +["name"] = "Veteran Selene\'s Spider Slayer", +["achievementIndex"] = 42, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 250 Spiders in Veteran Selene\'s Web.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Selene\'s Spider Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 42, ["Category_ID"] = 5, -["firstID"] = 0, } , [1638] = { -["numCriteria"] = 1, +["name"] = "Selene\'s Web Assassin", +["achievementIndex"] = 22, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene\'s Web within twenty minutes of starting the dungeon. Timer starts when players engage the first group of Bosmer.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Selene\'s Web Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["firstID"] = 0, } , [1639] = { -["numCriteria"] = 1, +["name"] = "Selene\'s Web Survivor", +["achievementIndex"] = 21, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Treethane Kerninn, Longclaw, Queen Aklayah, Foulhide, Mennir Many-Legs, and Selene in Veteran Selene\'s Web, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Selene\'s Web Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 21, ["Category_ID"] = 5, -["firstID"] = 0, } , [1640] = { -["numCriteria"] = 1, +["name"] = "All Wrapped Up", +["achievementIndex"] = 22, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Selene in Veteran Selene\'s Web, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "All Wrapped Up", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 10, ["Category_ID"] = 5, -["firstID"] = 0, } , [1641] = { +["name"] = "Blessed Crucible Conqueror", +["achievementIndex"] = 25, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Blessed Crucible by defeating Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 9, ["Category_ID"] = 5, -["name"] = "Blessed Crucible Conqueror", } , [1642] = { -["numCriteria"] = 1, +["name"] = "Veteran Gladiator Slayer", +["achievementIndex"] = 44, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 500 Gladiators in Veteran Blessed Crucible.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Gladiator Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 44, ["Category_ID"] = 5, -["firstID"] = 0, } , [1643] = { -["numCriteria"] = 1, +["name"] = "Veteran Durzog Slayer", +["achievementIndex"] = 43, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 150 Durzogs in Veteran Blessed Crucible.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Durzog Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 43, ["Category_ID"] = 5, -["firstID"] = 0, } , [1644] = { -["numCriteria"] = 1, +["name"] = "Blessed Crucible Assassin", +["achievementIndex"] = 23, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat every boss in Veteran Blessed Crucible within twenty minutes of starting the dungeon. Timer starts when any group member cross the first bridge over lava.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blessed Crucible Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["firstID"] = 0, } , [1645] = { -["numCriteria"] = 1, +["name"] = "Blessed Crucible Survivor", +["achievementIndex"] = 22, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Grunt the Clever, the Pack, Teranya the Faceless, the Troll King, Captain Thoran, and the Lava Queen in Veteran Blessed Crucible, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blessed Crucible Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 22, ["Category_ID"] = 5, -["firstID"] = 0, } , [1646] = { -["numCriteria"] = 1, +["name"] = "Coronation by Fire", +["achievementIndex"] = 23, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Lava Queen in Veteran Blessed Crucible, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Coronation by Fire", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 5, -["firstID"] = 0, } , [1647] = { +["name"] = "Blackheart Haven Conqueror", +["achievementIndex"] = 26, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Complete Veteran Blackheart Haven by defeating Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 6, ["Category_ID"] = 5, -["name"] = "Blackheart Haven Conqueror", } , [1648] = { -["numCriteria"] = 1, +["name"] = "Veteran Pirate Slayer", +["achievementIndex"] = 46, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 500 Haven Pirates in Veteran Blackheart Haven.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Pirate Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 46, ["Category_ID"] = 5, -["firstID"] = 0, } , [1649] = { -["numCriteria"] = 1, +["name"] = "Veteran Harpy Slayer", +["achievementIndex"] = 45, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 400 Harpies in Veteran Blackheart Haven.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Harpy Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 45, ["Category_ID"] = 5, -["firstID"] = 0, } , [1650] = { -["numCriteria"] = 1, +["name"] = "Blackheart Haven Assassin", +["achievementIndex"] = 24, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven within twenty minutes of starting the dungeon. Timer starts when the first player leaves the starting docks.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blackheart Haven Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["firstID"] = 0, } , [1651] = { -["numCriteria"] = 1, +["name"] = "Blackheart Haven Survivor", +["achievementIndex"] = 23, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Iron-Heel, Atarus, First Mate Wavecutter, the Roost Mother, Hollow Heart, and Captain Blackheart in Veteran Blackheart Haven, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blackheart Haven Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 23, ["Category_ID"] = 5, -["firstID"] = 0, } , [1652] = { -["numCriteria"] = 1, +["name"] = "Thoroughly Plundered", +["achievementIndex"] = 24, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Captain Blackheart in Veteran Blackheart Haven, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Thoroughly Plundered", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 3, ["Category_ID"] = 5, -["firstID"] = 0, } , [1653] = { +["name"] = "Vaults of Madness Conqueror", +["achievementIndex"] = 27, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 8, ["description"] = "Complete Veteran Vaults of Madness by defeating the Cursed One, Ulguna Soul-Reaver, Death\'s Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect.", +["Category"] = "Veteran Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 11, ["Category_ID"] = 5, -["name"] = "Vaults of Madness Conqueror", } , [1654] = { -["numCriteria"] = 1, +["name"] = "Veteran Dremora Slayer", +["achievementIndex"] = 47, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 150 Dremora in Veteran Vaults of Madness.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dremora Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 47, ["Category_ID"] = 5, -["firstID"] = 0, } , [1655] = { -["numCriteria"] = 1, +["name"] = "Veteran Feral Shriven Slayer", +["achievementIndex"] = 48, +["SubCategory"] = "Slayer Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 750 Feral Shriven in Veteran Vaults of Madness.", +["Category"] = "Veteran Dungeons", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Feral Shriven Slayer", -["SubCategory"] = "Slayer Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 48, ["Category_ID"] = 5, -["firstID"] = 0, } , [1656] = { -["numCriteria"] = 1, +["name"] = "Vaults of Madness Assassin", +["achievementIndex"] = 25, +["SubCategory"] = "Speed Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death\'s Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness within twenty minutes of starting the dungeon. Timer starts when players engage the first group of tormentors.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vaults of Madness Assassin", -["SubCategory"] = "Speed Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 25, ["Category_ID"] = 5, -["firstID"] = 0, } , [1657] = { -["numCriteria"] = 1, +["name"] = "Vaults of Madness Survivor", +["achievementIndex"] = 24, +["SubCategory"] = "Survivor Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Cursed One, Ulguna Soul-Reaver, Death\'s Head, Grothdarr, Achaeraizur, the Ancient One, Iskra the Omen, and the Mad Architect in Veteran Vaults of Madness, without suffering a group member death.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "Vaults of Madness Survivor", -["SubCategory"] = "Survivor Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 24, ["Category_ID"] = 5, -["firstID"] = 0, } , [1658] = { -["numCriteria"] = 1, +["name"] = "New Mayor of Crazy Town", +["achievementIndex"] = 25, +["SubCategory"] = "Death Challenges", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Mad Architect in Veteran Vaults of Madness, after invoking the Scroll of Glorious Battle.", +["Category"] = "Veteran Dungeons", ["points"] = 50, -["prevId"] = 0, -["name"] = "New Mayor of Crazy Town", -["SubCategory"] = "Death Challenges", ["nextId"] = 0, -["Category"] = "Veteran Dungeons", -["achievementIndex"] = 7, ["Category_ID"] = 5, -["firstID"] = 0, } , [1659] = { +["name"] = "Dro-m\'Athra Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the dro-m\'Athra style book, found in weekly quest reward containers for sealing the Maw of Lorkhaj.", +["Category"] = "Thieves Guild", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 7, -["Category_ID"] = 24, -["name"] = "Dro-m\'Athra Style Master", +["Category_ID"] = 25, } , [1660] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Order of the Hour style book, occasionally found in daily quest reward containers for successfully competing in the Kvatch Arena.", -["points"] = 50, +["name"] = "Order of the Hour Style Master", +["achievementIndex"] = 9, ["prevId"] = 0, ["firstID"] = 0, -["nextId"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Order of the Hour style book, occasionally found in daily quest reward containers for successfully competing in the Kvatch Arena.", ["Category"] = "Dark Brotherhood", -["achievementIndex"] = 9, -["Category_ID"] = 23, -["name"] = "Order of the Hour Style Master", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 24, } , [1661] = { +["name"] = "Dark Brotherhood Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Dark Brotherhood style book, often found in daily quest reward containers for fulfilling the Black Sacrament.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 7, -["Category_ID"] = 23, -["name"] = "Dark Brotherhood Style Master", +["Category_ID"] = 24, } , [1662] = { +["name"] = "Minotaur Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Minotaur style book, occasionally found in daily quest reward containers for resolving the disturbances at Tribune\'s Folly.", +["Category"] = "Dark Brotherhood", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 8, -["Category_ID"] = 23, -["name"] = "Minotaur Style Master", +["Category_ID"] = 24, } , [1663] = { -["numCriteria"] = 5, +["name"] = "Anomalous Scholar", +["achievementIndex"] = 8, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover and complete all five Magical Anomalies in Craglorn.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Anomalous Scholar", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 9, ["Category_ID"] = 6, -["firstID"] = 0, } , [1664] = { -["numCriteria"] = 5, +["name"] = "Anka-Ra Consecrationist", +["achievementIndex"] = 7, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover and complete all five Anka-Ra Sites in Craglorn.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Anka-Ra Consecrationist", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 8, ["Category_ID"] = 6, -["firstID"] = 0, } , [1665] = { -["numCriteria"] = 5, +["name"] = "Nirncrux Inspector", +["achievementIndex"] = 9, +["SubCategory"] = "Craglorn", +["prevId"] = 0, ["SubCategory_ID"] = 5, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Discover and complete all five Iron Orc Nirncrux Mines in Craglorn.", +["Category"] = "Exploration", ["points"] = 15, -["prevId"] = 0, -["name"] = "Nirncrux Inspector", -["SubCategory"] = "Craglorn", ["nextId"] = 0, -["Category"] = "Exploration", -["achievementIndex"] = 10, ["Category_ID"] = 6, -["firstID"] = 0, } , -[2320] = { -["numCriteria"] = 12, -["description"] = "Collect and restore all the stone tablets in the Xinchei-Konu, an ancient Argonian calendar.", -["points"] = 50, +[2434] = { +["name"] = "Sunspire Sprinter", +["achievementIndex"] = 4, +["SubCategory"] = "Sunspire", ["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Elsweyr", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 3, -["Category_ID"] = 17, -["name"] = "Chronic Chronologer", +["Category_ID"] = 11, } , -[2330] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Get to know the Shadowscale with peculiar interest in your activities in Murkmire.", -["points"] = 5, +[2433] = { +["name"] = "Sunspire Completed", +["achievementIndex"] = 2, +["SubCategory"] = "Sunspire", ["prevId"] = 0, -["name"] = "Surreptitiously Shadowed", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 13, -["Category_ID"] = 17, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Sunspire.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2331] = { -["numCriteria"] = 5, -["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Murkmire.", -["points"] = 50, +[2432] = { +["name"] = "Scalebreaker Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Moongrave Fane and Lair of Maarselok in Veteran.", +["Category"] = "Scalebreaker", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 2, -["Category_ID"] = 17, -["name"] = "Hero of Murkmire", +["Category_ID"] = 16, } , -[2332] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 20 Story Quests in Murkmire.", -["points"] = 15, +[2431] = { +["name"] = "Nature\'s Wrath", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Murkmire Adventurer", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 3, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2333] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Sunken Treasure\" quest.", -["points"] = 10, +[2430] = { +["name"] = "Lair of Maarselok Challenger", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Traps and Treasures", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 8, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2334] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Missing in Murkmire\" quest.", -["points"] = 10, +[2429] = { +["name"] = "Undying Endurance", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Seeker of the Lost", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 9, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2335] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Whispers in the Wood\" quest.", -["points"] = 10, +[2428] = { +["name"] = "Weed Eater", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Mysteries of the Remnant", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 10, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2342] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Kill 100 Voriplasms in Murkmire.", -["points"] = 5, +[2427] = { +["name"] = "Selene\'s Savior", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Voriplasm Slayer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 10, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Maarselok in his roost after using the Azureblight Seed in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2344] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 Delve Daily from Varo Hosidias.", -["points"] = 5, +[2426] = { +["name"] = "Lair of Maarselok Conqueror", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Collecting Curiosities", -["SubCategory"] = "Quests", -["nextId"] = 2345, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["firstID"] = 2344, -} -, -[2345] = { -["numCriteria"] = 1, ["SubCategory_ID"] = 2, -["description"] = "Complete 10 Delve Dailies from Varo Hosidias.", +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Selene, Maarselok in flight, the Azureblight Cancroid, Maarselok on his perch, and Maarselok in his roost in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Acquiring Antiquities", -["SubCategory"] = "Quests", -["nextId"] = 2346, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["firstID"] = 2344, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2346] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Delve Dailies from Varo Hosidias.", -["points"] = 15, +[2425] = { +["name"] = "Lair of Maarselok Vanquisher", +["achievementIndex"] = 6, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Hauling Heirlooms", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 1, +["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"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 5, -["Category_ID"] = 17, -["firstID"] = 2344, +["Category_ID"] = 16, } , -[2347] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 Group Boss Daily from Bolu.", -["points"] = 5, +[2625] = { +["name"] = "Psijic Order Skill Master", +["achievementIndex"] = 1, ["prevId"] = 0, -["name"] = "Strength of a Naga", -["SubCategory"] = "Quests", -["nextId"] = 2348, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 2347, -} -, -[2348] = { +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 10 Group Boss Dailies from Bolu.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Courage of a Naga", -["SubCategory"] = "Quests", -["nextId"] = 2349, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 2347, +["description"] = "Reach the max rank of the Psijic Order Skill Line.", +["Category"] = "Summerset", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2349] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Group Boss Dailies from Bolu.", -["points"] = 15, +[2626] = { +["name"] = "Welcome to Pellitine", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Heart of a Naga", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter Southern Elsweyr for the first time.", +["Category"] = "Dragonhold", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 6, -["Category_ID"] = 17, -["firstID"] = 2347, +["Category_ID"] = 15, } , -[2353] = { -["numCriteria"] = 1, +[2633] = { +["name"] = "Helping the Helpless", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Help the Bright-Throats assure the future of their tribe.", +["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Provide help for those within South Guard Ruins and Black Heights.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "The Progeny", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 4, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2354] = { -["numCriteria"] = 1, +[2634] = { +["name"] = "A New Beginning", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Help the Dead-Water follow their chosen path.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Help the South Guard siblings escape from Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cold-Blood, Warm Heart", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 1, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2355] = { -["numCriteria"] = 3, -["SubCategory_ID"] = 2, -["description"] = "Befriend the Bright-Throat, Dead-Water, and Root-Whisper tribes by offering them aid in times of need.", -["points"] = 15, -["prevId"] = 0, -["name"] = "Friend of Murkmire", +[2635] = { +["name"] = "Leaves on the Wind", +["achievementIndex"] = 3, ["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 2, -["Category_ID"] = 17, +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Help restore the Wall of Life within the town of Black Heights.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2359] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 3, -["description"] = "Learn every chapter in the Honor Guard style book, occasionally found as rewards for completing Blackrose Prison.", -["points"] = 50, +[2637] = { +["name"] = "Pellitine Dragon Hunter", +["achievementIndex"] = 4, ["prevId"] = 0, -["name"] = "Honor Guard Style Master", -["SubCategory"] = "Blackrose Prison", +["firstID"] = 2631, +["numCriteria"] = 1, +["description"] = "Kill 50 Dragons in the wilds of Southern Elsweyr.", +["Category"] = "Dragonhold", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 16, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 15, } , -[2362] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Blackrose Prison.", -["points"] = 15, +[2418] = { +["name"] = "Blood Rush", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Blackrose Prison Vanquisher", -["SubCategory"] = "Blackrose Prison", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 1, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2363] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison.", +["numCriteria"] = 1, +["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"] = "Scalebreaker", ["points"] = 50, -["prevId"] = 0, -["name"] = "Blackrose Prison Conqueror", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 4, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 16, } , -[2364] = { +[2417] = { +["name"] = "Drunk on Power", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["description"] = "Defeat Grundwulf after using the Sangiin Hemo Helot in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", ["points"] = 50, -["prevId"] = 0, -["name"] = "Sigil Stingy", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 12, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 16, } , -[2104] = { -["numCriteria"] = 1, -["description"] = "Enter either Fang Lair or Scalecaller Peak for the first time.", -["points"] = 5, +[2416] = { +["name"] = "Moongrave Fane Conqueror", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 2, -["Category_ID"] = 19, -["name"] = "Dragon Bones Explorer", +["Category_ID"] = 16, } , -[2076] = { +[2415] = { +["name"] = "Moongrave Fane Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 16, +} +, +[2413] = { +["name"] = "Hollowfang Clan Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in Asylum Sanctorium.", -["points"] = 15, +["description"] = "Defeat 200 Hollowfang Clan vampires in Veteran Moongrave Fane. Hollowfang Dire-Maws and Bloodpanthers do not give credit for this achievement.", +["Category"] = "Scalebreaker", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 16, +} +, +[2412] = { +["name"] = "Northern Elsweyr Master Angler", +["achievementIndex"] = 3, ["prevId"] = 0, -["name"] = "Asylum Sanctorium Completed", -["SubCategory"] = "Asylum Sanctorium", +["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Catch all 12 rare fish in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, +["Category_ID"] = 11, +} +, +[2411] = { +["name"] = "Defender of Northern Elsweyr", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Defeat all six world bosses in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2078] = { +[2638] = { +["name"] = "Soul Magic Skill Master", +["achievementIndex"] = 5, +["SubCategory"] = "Main Quest", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["description"] = "Reach the max rank of the Soul Magic Skill Line.", +["Category"] = "Quests", ["points"] = 50, -["prevId"] = 0, -["name"] = "Asylum Sanctorium Contender", -["SubCategory"] = "Asylum Sanctorium", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 7, } , [1690] = { +["name"] = "Bloodroot Forge Vanquisher", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 2, -["Category_ID"] = 21, -["name"] = "Bloodroot Forge Vanquisher", +["Category_ID"] = 22, } , [1691] = { -["numCriteria"] = 6, +["name"] = "Bloodroot Forge Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat Mathgamain, Caillaoife, Stoneheart, Galchobhar, Gherig Bullblood and his attendants, and the Earthgore Amalgam in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bloodroot Forge Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 3, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1692] = { -["numCriteria"] = 1, +["name"] = "Veteran Firehide Slayer", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Dreadhorn Firehides in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Firehide Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 7, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1693] = { -["numCriteria"] = 1, +["name"] = "Veteran Dreadhorn Warrior Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 300 Dreadhorn Blade-Bearers, Manhunters, and Clanslayers in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dreadhorn Warrior Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 8, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1694] = { -["numCriteria"] = 1, +["name"] = "Right to the Root of the Problem", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Right to the Root of the Problem", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 5, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1695] = { -["numCriteria"] = 1, +["name"] = "Parched Earth", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Parched Earth", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 6, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1696] = { -["numCriteria"] = 1, +["name"] = "Tempered Tantrum", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge after invoking the Scroll of Glorious Battle.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Tempered Tantrum", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 4, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1697] = { +["name"] = "Blood, Sweat and Fire", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 2, ["description"] = "Use the Stonefire Crucible to stun five targets and the Flameslake Cauldron to cool five lava pools within Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 3, -["Category_ID"] = 21, -["name"] = "Blood, Sweat and Fire", +["Category_ID"] = 22, } , [1698] = { +["name"] = "Falkreath Hold Vanquisher", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 4, -["Category_ID"] = 21, -["name"] = "Falkreath Hold Vanquisher", +["Category_ID"] = 22, } , [1699] = { -["numCriteria"] = 5, +["name"] = "Falkreath Hold Conqueror", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Morrigh Bullblood, the Siege Mammoth, Cernunnon, Deathlord Bjarfrud Skjoralmor, and Domihaus the Bloody-Horned in Veteran Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Falkreath Hold Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 18, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1700] = { -["numCriteria"] = 1, +["name"] = "Veteran Minotaur Trampler Slayer", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 60 Dreadhorn Tramplers in Veteran Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Minotaur Trampler Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 22, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1701] = { -["numCriteria"] = 1, +["name"] = "Veteran Dreadhorn Mage Slayer", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 150 Dreadhorn Town-Razers, Wildtamers, and Firebrands in Veteran Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Dreadhorn Mage Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 23, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1702] = { -["numCriteria"] = 1, +["name"] = "Bull Rush", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bull Rush", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 20, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1703] = { -["numCriteria"] = 1, +["name"] = "The Unbroken Line", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Unbroken Line", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 21, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1704] = { -["numCriteria"] = 1, +["name"] = "Taking the Bull by the Horns", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold after sounding the Warhorn in the Jarl\'s Hall.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Taking the Bull by the Horns", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 19, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1705] = { +["name"] = "Saluting the Honored Dead", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Cleanse 1000 corpses in Falkreath Hold\'s Hall of the Dead on any difficulty.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 5, -["Category_ID"] = 21, -["name"] = "Saluting the Honored Dead", +["Category_ID"] = 22, } , -[2079] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2656] = { +["name"] = "Draconic Minion Slayer", +["achievementIndex"] = 1, ["prevId"] = 0, -["name"] = "Asylum Sanctorium Vanquisher", -["SubCategory"] = "Asylum Sanctorium", -["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, ["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Kill 100 Undead Dragon Minions, 25 Storm Atronachs, and 25 Frost Atronachs while battling Dragons.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 15, } , [1707] = { +["name"] = "Green No Longer", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 1707, ["numCriteria"] = 1, ["description"] = "Complete one Undaunted Pledge bestowed by Urgarlag Chief-bane.", +["Category"] = "Dungeons", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 1707, ["nextId"] = 1708, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["name"] = "Green No Longer", } , [1708] = { +["name"] = "A Bloody Business", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 1707, ["numCriteria"] = 1, ["description"] = "Complete 10 Undaunted Pledges bestowed by Urgarlag Chief-bane.", +["Category"] = "Dungeons", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 1707, ["nextId"] = 1709, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["name"] = "A Bloody Business", } , [1709] = { +["name"] = "Seeker of the Unknown", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 1707, ["numCriteria"] = 1, ["description"] = "Complete 50 Undaunted Pledges bestowed by Urgarlag Chief-bane.", +["Category"] = "Dungeons", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 1707, ["nextId"] = 1710, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["name"] = "Seeker of the Unknown", } , [1710] = { +["name"] = "Urgarlag\'s Cohort", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 1707, ["numCriteria"] = 1, ["description"] = "Complete 100 Undaunted Pledges bestowed by Urgarlag Chief-bane.", +["Category"] = "Dungeons", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 1707, ["nextId"] = 0, -["Category"] = "Dungeons", -["achievementIndex"] = 14, ["Category_ID"] = 4, -["name"] = "Urgarlag\'s Cohort", } , -[2082] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2408] = { +["name"] = "Grave Guardian", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Beatific Beatdown", -["SubCategory"] = "Asylum Sanctorium", -["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 10, -["Category_ID"] = 20, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the necromancer, Thannar the Graveprowler, at Scar\'s Edge.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1712] = { +["name"] = "Ancestral Tombs Hunter", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 30, ["description"] = "Find all 30 ancestral tombs in Vvardenfell, make a rubbing of the information they contain, and deliver these rubbings to Librarian Bradyn to discover the location of the lost Library of Andule.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 1, ["Category_ID"] = 13, -["name"] = "Ancestral Tombs Hunter", } , -[2429] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2405] = { +["name"] = "Skullcracker", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Undying Endurance", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 20, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the skullguard, Na\'ruzz the Boneweaver, at the Bone Pit.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2430] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Lair of Maarselok.", -["points"] = 50, +[2404] = { +["name"] = "Northern Elsweyr Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Lair of Maarselok Challenger", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 15, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Discover and clear all caves and striking locales in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2431] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2658] = { +["name"] = "A Hero\'s Song", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Nature\'s Wrath", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragonhold", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 16, ["Category_ID"] = 15, -["firstID"] = 0, } , -[2432] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 2, -["description"] = "Complete both Moongrave Fane and Lair of Maarselok in Veteran.", -["points"] = 50, +[2660] = { +["name"] = "Harrowstorm Scout", +["achievementIndex"] = 2, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Scalebreaker Delver", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 1, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2433] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Sunspire.", +["numCriteria"] = 2, +["description"] = "Complete both Icereach and Unhallowed Grave in Normal.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sunspire Completed", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 2, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 14, } , -[2434] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["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.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Sunspire Sprinter", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 0, -} -, -[2435] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Yolnahkriin, Lokkestiiz, and Nahviintaas in Veteran Sunspire.", -["points"] = 10, +[2401] = { +["name"] = "The Tangle Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Sunspire Conqueror", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2436] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat all enemies in addition to Yolnahkriin, Lokkestiiz, and Nahviintaas without suffering a group member death in Veteran Sunspire.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Dragonsbane", -["SubCategory"] = "Sunspire", -["nextId"] = 0, +["description"] = "Explore and clear the Tangle.", ["Category"] = "Elsweyr", -["achievementIndex"] = 7, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, -["firstID"] = 0, } , -[2437] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat 100 Alkosh\'s Roars, Jone\'s Gale-Claws, or Jode\'s Fire-Fangs in Sunspire.", -["points"] = 10, +[2670] = { +["name"] = "Frozen Finish", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Senche-raht Slayer", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 8, -["Category_ID"] = 11, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2438] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat 200 of Alkosh\'s Fate, Will, Fury, or Ruin in Sunspire.", +["description"] = "Defeat Kjarg the Tuskscraper with at least three fully-formed Frost Atronachs alive in Veteran Icereach.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dragonbound Demolisher", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 9, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 14, } , -[2441] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Defeat three of the champions in Rimmen Necropolis.", -["points"] = 10, +[2193] = { +["name"] = "Savior of Summerset", +["achievementIndex"] = 3, ["prevId"] = 0, -["name"] = "Rimmen Necropolis Vanquisher", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 10, -["Category_ID"] = 11, ["firstID"] = 0, +["numCriteria"] = 7, +["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Summerset.", +["Category"] = "Summerset", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2443] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Defeat three of the champions in Orcrest.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Orcrest Vanquisher", +[2398] = { +["name"] = "Desert Wind Caverns Explorer", +["achievementIndex"] = 5, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 12, -["Category_ID"] = 11, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2444] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Aspect of Darloc Brae and Champion of Mehrunnez in the Rimmen Necropolis.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Rimmen Necropolis Group Event", -["SubCategory"] = "Exploration", -["nextId"] = 0, +["description"] = "Explore and clear Desert Wind Caverns.", ["Category"] = "Elsweyr", -["achievementIndex"] = 13, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, -["firstID"] = 0, } , -[2461] = { -["numCriteria"] = 18, -["description"] = "Discover all 18 Skyshards in Northern Elsweyr.", -["points"] = 10, +[2397] = { +["name"] = "Predator Mesa Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, -["nextId"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Predator Mesa.", ["Category"] = "Elsweyr", -["achievementIndex"] = 2, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, -["name"] = "Northern Elsweyr Skyshard Hunter", } , -[2462] = { -["numCriteria"] = 13, -["SubCategory_ID"] = 1, -["description"] = "Read all 13 Dragonguard plaques in the hidden Akaviri shrine known as Dov-Vahl Shrine.", -["points"] = 15, -["prevId"] = 0, -["name"] = "Dragonguard Scholar", +[2396] = { +["name"] = "Abode of Ignominy Explorer", +["achievementIndex"] = 3, ["SubCategory"] = "Exploration", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear the Abode of Ignominy.", ["Category"] = "Elsweyr", -["achievementIndex"] = 17, +["points"] = 5, +["nextId"] = 0, ["Category_ID"] = 11, -["firstID"] = 0, } , -[2463] = { -["numCriteria"] = 17, -["description"] = "Collect and restore all fragments of the Rithana-di-Renada, an ancient Khajiiti mural, for the House of Histories.", -["points"] = 50, +[2194] = { +["name"] = "The Good of the Many", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 9, +["description"] = "Stop the conspiracy sowing chaos through Summerset, protect the Crystal Tower, and forge a new alliance to restore the Isles to order.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 1, -["Category_ID"] = 11, -["name"] = "Mural Mender", +["Category_ID"] = 12, } , -[2467] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["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.", -["points"] = 50, +[2195] = { +["name"] = "Divine Solicitor", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Godslayer of Sunspire", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 13, -["Category_ID"] = 11, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2195, +["numCriteria"] = 1, +["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Tanorian.", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 2196, +["Category_ID"] = 12, } , -[2468] = { -["numCriteria"] = 10, -["SubCategory_ID"] = 3, -["description"] = "Complete the listed achievements for Sunspire.", -["points"] = 50, +[2196] = { +["name"] = "Divine Advocate", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Sunspire Dragonbreak", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 1, -["Category_ID"] = 11, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2195, +["numCriteria"] = 1, +["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Tanorian.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2197, +["Category_ID"] = 12, } , -[2469] = { +[2197] = { +["name"] = "Divine Magistrate", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2195, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Yolnahkriin after extinguishing his offering braziers in Veteran Sunspire.", +["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Tanorian.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Stoking the Fire", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 12, } , -[2471] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Complete both Frostvault and Depths of Malatar in Normal.", -["points"] = 50, +[2198] = { +["name"] = "Divine Prosecutor", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Wrathstone Dungeoneer", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 1, -["Category_ID"] = 16, -["firstID"] = 0, -} -, -[2474] = { +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["description"] = "Kill 1 Dragon in the wilds of Northern Elsweyr.", +["description"] = "Complete your first Divine Prosecution Assignment from Justiciar Farowel", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 2474, -["nextId"] = 2475, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["name"] = "Anequina Dragon Killer", +["nextId"] = 2199, +["Category_ID"] = 12, } , -[2475] = { +[2199] = { +["name"] = "Divine Judge", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["description"] = "Kill 25 Dragons in the wilds of Northern Elsweyr.", +["description"] = "Complete ten Divine Prosecution Assignments from Justiciar Farowel.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 2474, -["nextId"] = 2476, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["name"] = "Anequina Dragon Stalker", +["nextId"] = 2200, +["Category_ID"] = 12, } , -[2476] = { +[2200] = { +["name"] = "Divine Executioner", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2198, ["numCriteria"] = 1, -["description"] = "Kill 50 Dragons in the wilds of Northern Elsweyr.", +["description"] = "Complete thirty Divine Prosecution Assignments from Justiciar Farowel.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["firstID"] = 2474, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["name"] = "Anequina Dragon Hunter", +["Category_ID"] = 12, } , -[2482] = { -["numCriteria"] = 1, +[2201] = { +["name"] = "For the Queen", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"Rage of Dragons\" quest in Northern Elsweyr.", +["firstID"] = 2201, +["numCriteria"] = 1, +["description"] = "Complete the \"The Queen\'s Decree\" quest.", +["Category"] = "Summerset", ["points"] = 10, +["nextId"] = 2202, +["Category_ID"] = 12, +} +, +[2202] = { +["name"] = "Precious Pearl", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Tharn\'s Aide-de-Camp", +["SubCategory_ID"] = 2, +["firstID"] = 2201, +["numCriteria"] = 1, +["description"] = "Complete the \"A Pearl of Great Price\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2203, +["Category_ID"] = 12, +} +, +[2203] = { +["name"] = "Mind Games", +["achievementIndex"] = 5, ["SubCategory"] = "Quests", -["nextId"] = 2483, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["firstID"] = 2482, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2201, +["numCriteria"] = 1, +["description"] = "Complete the \"Buried Memories\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2204, +["Category_ID"] = 12, } , -[2483] = { +[2204] = { +["name"] = "Resolute Guardian", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2201, ["numCriteria"] = 1, +["description"] = "Complete the \"The Tower Sentinels\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2206] = { +["name"] = "Unreliable Narrator", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete \"The Usurper Queen\" quest in Northern Elsweyr.", +["firstID"] = 2205, +["numCriteria"] = 1, +["description"] = "Complete the \"Lost in Translation\" quest.", +["Category"] = "Summerset", ["points"] = 10, +["nextId"] = 2207, +["Category_ID"] = 12, +} +, +[2207] = { +["name"] = "Enemy of My Enemy", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Precarious Parley", +["SubCategory_ID"] = 2, +["firstID"] = 2205, +["numCriteria"] = 1, +["description"] = "Complete the \"A Necessary Alliance\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2208, +["Category_ID"] = 12, +} +, +[2208] = { +["name"] = "What Must Be Done", +["achievementIndex"] = 6, ["SubCategory"] = "Quests", -["nextId"] = 2484, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["firstID"] = 2482, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2205, +["numCriteria"] = 1, +["description"] = "Complete the \"The Crystal Tower\" quest.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2484] = { +[2209] = { +["name"] = "Summerset Grand Adventurer", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, +["description"] = "Complete 33 quests in Summerset.", +["Category"] = "Summerset", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2210] = { +["name"] = "Psijic Sage", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete \"The Battle for Riverhold\" quest in Northern Elsweyr.", +["firstID"] = 2254, +["numCriteria"] = 1, +["description"] = "Complete \"The Towers\' Fall\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2211] = { +["name"] = "Message in a Bottle", +["achievementIndex"] = 5, ["prevId"] = 0, -["name"] = "Riverhold Defender", -["SubCategory"] = "Quests", -["nextId"] = 2485, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["firstID"] = 2482, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Learn the fate of the Lost Sailor.", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2485] = { +[2232] = { +["name"] = "Misery Loves Company", +["achievementIndex"] = 14, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Two Queens\" quest in Northern Elsweyr.", -["points"] = 10, +["description"] = "While battling Z\'Maja with all three of the Welkynars\' shades by her side, a player with the Hoarfrost affliction and two other players with the Voltaic Overload affliction share the damage of the Roaring Flare eruption in Veteran Cloudrest.", +["Category"] = "Summerset", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2233] = { +["name"] = "Flares and Deadly Shadows", +["achievementIndex"] = 15, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, -["name"] = "Rimmen Revolution", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While battling Z\'Maja with Siroria\'s shade by her side, utilize a Roaring Flare attack and achieve 20 killing blows against Shadows of the Fallen in Veteran Cloudrest.", +["Category"] = "Summerset", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2234] = { +["name"] = "Core Coordination", +["achievementIndex"] = 16, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While battling Z\'Maja, after activating a single Welkynar\'s Light, activate two more Welkynar\'s Lights and destroy three Malevolent Cores within the next 6 seconds in Veteran Cloudrest.", +["Category"] = "Summerset", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 12, +} +, +[2235] = { +["name"] = "Yaghra Blockade", +["achievementIndex"] = 17, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While battling Z\'Maja during a single Shadow World event, prevent all yaghra from entering the gateway and crossing into the mortal realm on 15 separate occasions in Cloudrest.", +["Category"] = "Summerset", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["firstID"] = 2482, +["Category_ID"] = 12, } , -[2486] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Final Order\" quest in Northern Elsweyr.", -["points"] = 10, +[2748] = { +["name"] = "New Moon Priest Style Master", +["achievementIndex"] = 3, ["prevId"] = 0, -["name"] = "Assassination Cessation", -["SubCategory"] = "Quests", -["nextId"] = 2487, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 2486, +["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the New Moon Priest style book, found in the Dragonguard Supply Chest.", +["Category"] = "Dragonhold", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 15, } , -[2487] = { +[2237] = { +["name"] = "Shocking Instinct", +["achievementIndex"] = 12, +["SubCategory"] = "Cloudrest", +["prevId"] = 0, +["SubCategory_ID"] = 4, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Cadwell the Betrayer\" quest in Northern Elsweyr.", +["description"] = "While battling Relequen\'s shade by itself, no player is hit by Voltaic Overload and no player spreads Voltaic Current to other players throughout the entire encounter in Cloudrest.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Betrayer Breaker", -["SubCategory"] = "Quests", -["nextId"] = 2488, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 2486, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2488] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Jode\'s Core\" quest in Northern Elsweyr.", -["points"] = 10, +[2240] = { +["name"] = "Artaeum Master Angler", +["achievementIndex"] = 7, ["prevId"] = 0, -["name"] = "Moonwalker", -["SubCategory"] = "Quests", -["nextId"] = 2489, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 2486, +["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Catch all 3 rare fish in Artaeum.", +["Category"] = "Summerset", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2489] = { +[2241] = { +["name"] = "Deadly Allure", +["achievementIndex"] = 10, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Heir of Anequina\" quest in Northern Elsweyr.", +["description"] = "Defeat Darkstorm the Alluring at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Queenmaker", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["firstID"] = 2486, +["Category_ID"] = 12, } , -[2490] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete your first job for the Baandari job broker Nisuzi in Northern Elsweyr.", -["points"] = 5, +[2242] = { +["name"] = "Radiant Riot", +["achievementIndex"] = 11, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, -["name"] = "Baandari Hireling", -["SubCategory"] = "Quests", -["nextId"] = 2491, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, -["firstID"] = 2490, +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Eejoba the Radiant at an Abyssal Geyser.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2491] = { +[2243] = { +["name"] = "Tidal Grave", +["achievementIndex"] = 12, +["SubCategory"] = "Abyssal Geysers", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 10 jobs for the Baandari job broker Nisuzi in Northern Elsweyr.", +["description"] = "Defeat Tidewrack at an Abyssal Geyser.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Baandari Associate", -["SubCategory"] = "Quests", -["nextId"] = 2492, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, -["firstID"] = 2490, +["nextId"] = 0, +["Category_ID"] = 12, } , -[2492] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 jobs for the Baandari job broker Nisuzi in Northern Elsweyr.", -["points"] = 15, +[2244] = { +["name"] = "Snake Charmer", +["achievementIndex"] = 13, +["SubCategory"] = "Abyssal Geysers", ["prevId"] = 0, -["name"] = "Baandari Agent", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Vsskalvor at an Abyssal Geyser.", +["Category"] = "Summerset", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, -["firstID"] = 2490, +["Category_ID"] = 12, } , -[2493] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 world boss daily quest for Ri\'hirr of the Northern Elsweyr Defense Force.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Anequina Monster Hunter", +[2249] = { +["name"] = "Psijic Responder", +["achievementIndex"] = 3, ["SubCategory"] = "Quests", -["nextId"] = 2494, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["firstID"] = 2493, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Complete \"The Psijics\' Calling\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2250, +["Category_ID"] = 12, } , -[2494] = { -["numCriteria"] = 1, +[2250] = { +["name"] = "Psijic Pursuer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 10 world boss daily quests for Ri\'hirr of the Northern Elsweyr Defense Force.", +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Complete the \"Breaches on the Bay\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Anequina Monster Slayer", -["SubCategory"] = "Quests", -["nextId"] = 2495, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, -["firstID"] = 2493, +["nextId"] = 2251, +["Category_ID"] = 12, } , -[2496] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 Dragon daily quest for Battlereeve Tanerline in Northern Elsweyr.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Dragon Chaser", +[2251] = { +["name"] = "Psijic Regulator", +["achievementIndex"] = 3, ["SubCategory"] = "Quests", -["nextId"] = 2497, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, -["Category_ID"] = 11, -["firstID"] = 2496, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Complete the \"Breaches of Frost and Fire\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2252, +["Category_ID"] = 12, } , -[2497] = { -["numCriteria"] = 1, +[2252] = { +["name"] = "Psijic Repairer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 10 Dragon daily quests for Battlereeve Tanerline in Northern Elsweyr.", +["firstID"] = 2249, +["numCriteria"] = 1, +["description"] = "Complete \"The Shattered Staff\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Dragon Assassin", -["SubCategory"] = "Quests", -["nextId"] = 2498, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, -["Category_ID"] = 11, -["firstID"] = 2496, +["nextId"] = 2253, +["Category_ID"] = 12, } , -[2499] = { +[2253] = { +["name"] = "Psijic Forester", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2249, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Yolnahkriin while destroying his Iron Servants only after they have enraged in Sunspire.", +["description"] = "Complete the \"A Breach Amid the Trees\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Strike When the Iron\'s Hot", -["SubCategory"] = "Sunspire", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 10, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 12, } , -[2500] = { +[2254] = { +["name"] = "Psijic Mudslinger", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2254, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Lokkestiiz without any group members being hit by Storm Breath in Sunspire.", +["description"] = "Complete the \"A Time for Mud and Mushrooms\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Faster Than Lightning", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 11, -["Category_ID"] = 11, -["firstID"] = 0, +["nextId"] = 2255, +["Category_ID"] = 12, } , -[2501] = { +[2255] = { +["name"] = "Psijic Staff Finder", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2254, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Nahviintaas without a member of the group Time Shifting through a Time Breach more than once in Veteran Sunspire.", +["description"] = "Complete \"The Towers\' Remains\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Keeping In Sync", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 12, -["Category_ID"] = 11, -["firstID"] = 0, +["nextId"] = 2256, +["Category_ID"] = 12, } , -[2503] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Coldsnap style book, occasionally found as rewards for completing the Frostvault dungeon.", -["points"] = 50, +[2256] = { +["name"] = "Psijic Shadow-Walker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Coldsnap Style Master", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 13, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2254, +["numCriteria"] = 1, +["description"] = "Complete the \"Time in Doomcrag\'s Shadow\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2257, +["Category_ID"] = 12, } , -[2504] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 1, -["description"] = "Learn every chapter in the Meridian style book, occasionally found as rewards for completing the Depths of Malatar dungeon.", -["points"] = 50, +[2257] = { +["name"] = "Psijic Chronologer", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Meridian Style Master", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 14, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2254, +["numCriteria"] = 1, +["description"] = "Complete the \"A Breach Beyond the Crags\" Psijic Order quest in Summerset.", +["Category"] = "Summerset", +["points"] = 10, +["nextId"] = 2210, +["Category_ID"] = 12, } , -[2505] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Anequina style book, found by completing daily quests for Ri\'hirr and Nisuzi.", -["points"] = 50, +[2258] = { +["name"] = "Veteran Riekling Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 200 Rieklings in Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, -["name"] = "Anequina Style Master", +["Category_ID"] = 17, } , -[2506] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Pellitine style book, found by completing daily dragon hunt quests.", -["points"] = 50, +[2259] = { +["name"] = "Veteran Centurion Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 20 Centurions in Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 8, -["Category_ID"] = 11, -["name"] = "Pellitine Style Master", +["Category_ID"] = 17, } , -[2507] = { -["numCriteria"] = 14, -["SubCategory_ID"] = 3, -["description"] = "Learn every chapter in the Sunspire style book, found in the Sunspire trial.", -["points"] = 50, +[2260] = { +["name"] = "Frostvault Vanquisher", +["achievementIndex"] = 3, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Sunspire Style Master", -["SubCategory"] = "Sunspire", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 15, -["Category_ID"] = 11, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2508] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 32 quests in Northern Elsweyr.", -["points"] = 50, -["prevId"] = 0, -["name"] = "Elsweyr Grand Adventurer", -["SubCategory"] = "Quests", +["numCriteria"] = 5, +["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 2, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2509] = { -["numCriteria"] = 7, -["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Elsweyr.", -["points"] = 50, +[2261] = { +["name"] = "Frostvault Conqueror", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Icestalker, Warlord Tzogvin, the Vault Protector, Rizzuk Bonechill, and the Stonekeeper in Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, -["name"] = "Savior of Elsweyr", +["Category_ID"] = 17, } , -[2519] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Gather Mummified Alfiq Parts from the Rimmen Necropolis and resurrect the Grisly Mummy Tabby.", -["points"] = 10, +[2262] = { +["name"] = "Vault Cracker", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Alfiq Mummy Master", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 24, -["Category_ID"] = 11, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2520] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Gather Plague-Drenched Fabrics in Orcrest and combine them to create the Peryite Skeevemaster Robe.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Peryite Plague-Clothes Patcher", -["SubCategory"] = "Exploration", +["description"] = "Defeat the Stonekeeper after pressing the Veracity Verifier in Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 22, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2522] = { -["numCriteria"] = 8, +[2263] = { +["name"] = "Smash and Grab", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Topple the Usurper Queen, defeat Mulaamnir, and help restore the throne of Rimmen as a rage of Dragons threatens Northern Elsweyr.", +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", ["points"] = 50, -["prevId"] = 0, -["name"] = "Champion of Anequina", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 1, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2523] = { +[2264] = { +["name"] = "Safe Keeping", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["description"] = "Reach the max rank of the Thieves Guild Skill Line.", +["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"] = "Wrathstone", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Thieves Guild", -["achievementIndex"] = 4, -["Category_ID"] = 24, -["name"] = "Thieves Guild Skill Master", +["Category_ID"] = 17, } , -[2524] = { -["numCriteria"] = 1, -["description"] = "Reach the max rank of the Dark Brotherhood Skill Line.", -["points"] = 50, +[2265] = { +["name"] = "Wrathstone Explorer", +["achievementIndex"] = 2, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Frostvault or Depths of Malatar for the first time.", +["Category"] = "Wrathstone", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dark Brotherhood", -["achievementIndex"] = 4, -["Category_ID"] = 23, -["name"] = "Dark Brotherhood Skill Master", +["Category_ID"] = 17, } , -[2525] = { -["numCriteria"] = 3, -["description"] = "Kill 100 Flame Wyrms, Flame Atronachs, and Iron Atronachs while battling Dragons.", -["points"] = 10, +[2266] = { +["name"] = "Frostvault Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Frostvault.", +["Category"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, -["Category_ID"] = 11, -["name"] = "Draconic Minion Murderer", +["Category_ID"] = 17, } , -[2534] = { -["numCriteria"] = 12, -["description"] = "Gather pieces of the priceless Khajiit tapestry, Khajiit of the Moons, to honor its history and inspire the citizens of Senchal.", -["points"] = 50, +[2267] = { +["name"] = "Relentless Raider", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["name"] = "Pieces of History", -} -, -[2558] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Moonlit Cove.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Moonlit Cove Explorer", -["SubCategory"] = "Exploration", +["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"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2559] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all delves and striking locales in Southern Elsweyr.", -["points"] = 15, +[2268] = { +["name"] = "Veteran Purified Slayer", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Southern Elsweyr Master Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 2, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2560] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Discover and clear both explorable caves in Southern Elsweyr.", +["numCriteria"] = 1, +["description"] = "Defeat 350 of Meridia\'s Purified in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Southern Elsweyr Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2564] = { +[2269] = { +["name"] = "Veteran Stone Watcher Slayer", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the temple guardian Iratan the Lightbringer at the Shrine of the Reforged.", +["description"] = "Defeat 150 Stone Watchers in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Temple Guardian Terror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 8, -["Category_ID"] = 14, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2565] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the exiled adept Ri\'Atahrashi at his training ground.", -["points"] = 10, +[2331] = { +["name"] = "Hero of Murkmire", +["achievementIndex"] = 2, ["prevId"] = 0, -["name"] = "End of the Exile", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 7, -["Category_ID"] = 14, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of Murkmire.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2566] = { -["numCriteria"] = 12, -["description"] = "Catch all 12 rare fish in Southern Elsweyr.", -["points"] = 5, +[2330] = { +["name"] = "Surreptitiously Shadowed", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Get to know the Shadowscale with peculiar interest in your activities in Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 6, -["Category_ID"] = 14, -["name"] = "Pellitine Master Angler", +["Category_ID"] = 18, } , -[2572] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Land a killing blow on a Sangiin\'s Thirst using a Hemo Helot in Veteran Moongrave Fane.", -["points"] = 5, +[2320] = { +["name"] = "Chronic Chronologer", +["achievementIndex"] = 3, ["prevId"] = 0, -["name"] = "Quench the Thirst", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 11, -["Category_ID"] = 15, ["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Collect and restore all the stone tablets in the Xinchei-Konu, an ancient Argonian calendar.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2573] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Nisaazda and Grundwulf without letting Nisaazda use her Blood Ties ability to equalize their health in Veteran Moongrave Fane.", -["points"] = 5, +[2318] = { +["name"] = "Silver Dawn Style Master", +["achievementIndex"] = 9, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Failed Transfusion", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 12, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Silver Dawn style book, occasionally found as rewards for completing the Moon Hunter Keep dungeon.", +["Category"] = "Wolfhunter", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2574] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Grundwulf with each member of the group moving the Sliding Stone no more than once in Veteran Moongrave Fane.", -["points"] = 5, +[2317] = { +["name"] = "Huntsman Style Master", +["achievementIndex"] = 8, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Shared Experience", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 13, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Huntsman style book, occasionally found as rewards for completing the March of Sacrifices dungeon.", +["Category"] = "Wolfhunter", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2584] = { -["numCriteria"] = 1, -["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.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Blue Thumbed Botanist", +[2312] = { +["name"] = "Perfect Hunt", +["achievementIndex"] = 29, ["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Balorgh after desecrating the Moon Hunter Pack\'s banner and without being hit by his Fire Remnant ability for the duration of the encounter in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Scalebreaker", +["Category_ID"] = 19, +} +, +[2311] = { +["name"] = "Element of Surprise", ["achievementIndex"] = 28, -["Category_ID"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Balorgh while avoiding both Lightning Water and Poison Plants in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2590] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Complete both Lair of Maarselok and Moongrave Fane in Normal.", -["points"] = 50, +[2310] = { +["name"] = "Stalwart Sisterhood", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Scalebreaker Scout", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 2, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2596] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Dragon\'s Lair\" quest in Southern Elsweyr.", +["description"] = "Defeat the Wyrd Sisters while preventing them from ever using their auras to augment each other in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lair Locator", -["SubCategory"] = "Quests", -["nextId"] = 2597, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2608] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Delve Dailies from Guybert Flaubert.", -["points"] = 15, +[2309] = { +["name"] = "Root of the Problem", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Fearsome Freelancer", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Hedge Maze Guardian while all party members avoid its Lurcher Roots attack in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 8, -["Category_ID"] = 14, -["firstID"] = 2606, +["Category_ID"] = 19, } , -[2609] = { -["numCriteria"] = 1, +[2308] = { +["name"] = "Sidestepping Stranglers", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 4 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Hedge Maze Guardian without any group member being caught by a Strangler Snare within the Moon Hunter Keep Gardens in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", ["points"] = 5, -["prevId"] = 0, -["name"] = "A Call to Arms", -["SubCategory"] = "Quests", -["nextId"] = 2610, -["Category"] = "Dragonhold", -["achievementIndex"] = 7, -["Category_ID"] = 14, -["firstID"] = 2609, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2610] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 12 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Restoring the Order", -["SubCategory"] = "Quests", -["nextId"] = 2611, -["Category"] = "Dragonhold", +[2307] = { +["name"] = "Bloody Mess", ["achievementIndex"] = 7, -["Category_ID"] = 14, -["firstID"] = 2609, +["SubCategory"] = "General", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Jailer Melitus without being damaged by Bloody Geysers in Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2612] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", -["points"] = 15, +[2306] = { +["name"] = "Trick and Trap", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Dragonguard Operative", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Lead Balorgh into Tharas\' Trap 10 times in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 7, -["Category_ID"] = 14, -["firstID"] = 2609, +["Category_ID"] = 19, } , -[2613] = { -["numCriteria"] = 1, +[2305] = { +["name"] = "Mist Walker", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete 1 Group Boss Daily from Bruccius Baenius.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Tarcyr without the indrik teleporting any group members during its Shrouding Mist ability in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", ["points"] = 5, -["prevId"] = 0, -["name"] = "A Shield of Senchal", -["SubCategory"] = "Quests", -["nextId"] = 2614, -["Category"] = "Dragonhold", -["achievementIndex"] = 9, -["Category_ID"] = 14, -["firstID"] = 2613, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2615] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Group Boss Dailies from Bruccius Baenius.", -["points"] = 15, +[2304] = { +["name"] = "Light on Your Feet", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Senchal\'s Savior", -["SubCategory"] = "Quests", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Dagrund the Bulky while always dodging his Upheaval ability in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 9, -["Category_ID"] = 14, -["firstID"] = 2613, +["Category_ID"] = 19, } , -[2618] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Free 25 Slaves and Refugees from the Pirates and Slavers of Southern Elsweyr", -["points"] = 10, +[2303] = { +["name"] = "Seasonal Slaying", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Liberator of the Lost", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 13, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Aghaedh of the Solstice while making sure to defeat all of her Lurchers within their primary season in Veteran March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2620] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Locate and navigate an ancient Dragonguard training ground with your grappling bow.", -["points"] = 10, +[2302] = { +["name"] = "The Great Indrik Hunt", +["achievementIndex"] = 6, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Grappling Bow Pathfinder", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 11, -["Category_ID"] = 14, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 3, +["description"] = "Complete all three Golden Indrik Hunts and gain their boons within March of Sacrifices.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2621] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 1, -["description"] = "Find and defeat all remaining members of the infamous Blue Venom pirates, Sea Elf marauders hidden throughout Southern Elsweyr.", -["points"] = 10, +[2301] = { +["name"] = "Strangling Cowardice", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Legacy Slayer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 12, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Vykosa the Ascendant after reading the Scroll of Glorious Battle, defeating 7 Stranglers, and never causing her pet wolves to cower in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2623] = { -["numCriteria"] = 5, -["description"] = "Complete quests, defeat bosses, and explore delves to become the Hero of the Dragonguard.", -["points"] = 50, +[2300] = { +["name"] = "On a Short Leash", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 2, -["Category_ID"] = 14, -["name"] = "Hero of the Dragonguard", +["numCriteria"] = 1, +["description"] = "Defeat Vykosa the Ascendant without any party member taking damage from her restrained wolf pet in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 19, } , -[2102] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2299] = { +["name"] = "Book Smarts", +["achievementIndex"] = 4, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Leave No Bone Unbroken", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Archivist without taking group member damage from Symbols of Xarxes in Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 2, ["Category_ID"] = 19, -["firstID"] = 0, } , -[2103] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Complete Veteran Fang Lair and Veteran Scalecaller Peak.", -["points"] = 50, +[2298] = { +["name"] = "A Hulking Ally", +["achievementIndex"] = 3, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Dragon Bones Delver", -["SubCategory"] = "Veteran", +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Archivist Ernarde without killing his first Hulking Werewolf ally in Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 1, ["Category_ID"] = 19, -["firstID"] = 0, } , -[2637] = { -["numCriteria"] = 1, -["description"] = "Kill 50 Dragons in the wilds of Southern Elsweyr.", -["points"] = 15, +[2297] = { +["name"] = "Unending Rage", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["firstID"] = 2631, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Mylenne Moon-Caller without cleansing her Enrage ability in Veteran Moon Hunter Keep.", +["Category"] = "Wolfhunter", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, -["name"] = "Pellitine Dragon Hunter", +["Category_ID"] = 19, } , -[2656] = { -["numCriteria"] = 3, -["description"] = "Kill 100 Undead Dragon Minions, 25 Storm Atronachs, and 25 Frost Atronachs while battling dragons.", -["points"] = 10, +[2295] = { +["name"] = "Murkmire Master Angler", +["achievementIndex"] = 6, ["prevId"] = 0, ["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Catch all 12 rare fish in Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 1, -["Category_ID"] = 14, -["name"] = "Draconic Minion Slayer", +["Category_ID"] = 18, } , -[2658] = { -["numCriteria"] = 1, -["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.", -["points"] = 5, -["prevId"] = 0, -["name"] = "A Hero\'s Song", +[2294] = { +["name"] = "Feller of Thunder", +["achievementIndex"] = 7, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 10, -["Category_ID"] = 14, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the miregaunt Walks-Like-Thunder at the Echoing Hollow.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , [1795] = { +["name"] = "Mazzatun Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Mazzatun style book, occasionally found as rewards for completing the Ruins of Mazzatun dungeon.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 7, -["Category_ID"] = 22, -["name"] = "Mazzatun Style Master", +["Category_ID"] = 23, } , [1796] = { +["name"] = "Silken Ring Style Master", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Silken Ring style book, occasionally found as rewards for completing the Cradle of Shadows dungeon.", +["Category"] = "Shadows of the Hist", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Shadows of the Hist", -["achievementIndex"] = 8, -["Category_ID"] = 22, -["name"] = "Silken Ring Style Master", +["Category_ID"] = 23, } , -[2635] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Help restore the Wall of Life within the town of Black Heights.", -["points"] = 10, +[2293] = { +["name"] = "Fiend of the Fens", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Leaves on the Wind", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 3, -["Category_ID"] = 14, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2634] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Help the South Guard siblings escape from Southern Elsweyr.", +["description"] = "Defeat the necromancer Baxilt-Gah at Bok-Xul.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "A New Beginning", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Dragonhold", +["Category_ID"] = 18, +} +, +[2277] = { +["name"] = "Wrathstone Delver", ["achievementIndex"] = 1, -["Category_ID"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 2, +["description"] = "Complete both Frostvault and Depths of Malatar in Veteran.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2633] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 2, -["description"] = "Provide help for those within South Guard Ruins and Black Heights.", -["points"] = 10, +[2276] = { +["name"] = "Depths Defier", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Helping the Helpless", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 2, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2626] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Enter Southern Elsweyr for the first time.", -["points"] = 5, +[2275] = { +["name"] = "Depths of Malatar Challenger", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Welcome to Pellitine", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Dragonhold", -["achievementIndex"] = 1, -["Category_ID"] = 14, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Depths of Malatar.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2625] = { -["numCriteria"] = 1, -["description"] = "Reach the max rank of the Psijic Order Skill Line.", -["points"] = 50, +[2274] = { +["name"] = "Purified", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", ["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, -["Category_ID"] = 12, -["name"] = "Psijic Order Skill Master", +["Category_ID"] = 17, } , [1802] = { -["numCriteria"] = 1, +["name"] = "Songbird Silencer", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the nereid Kimbrudhil the Songbird at Shipwreck Cove.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Songbird Silencer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 22, ["Category_ID"] = 13, -["firstID"] = 0, } , [1803] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Orator Salothan, Regent Beleth, General Tanasa, and Councilor Raynis at Salothan\'s Council.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Salothan\'s Cursebreaker", +["achievementIndex"] = 21, ["SubCategory"] = "Exploration", -["nextId"] = 0, +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Orator Salothan, Regent Beleth, General Tanasa, and Councilor Raynis at Salothan\'s Council.", ["Category"] = "Morrowind", -["achievementIndex"] = 21, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 13, -["firstID"] = 0, } , [1804] = { -["numCriteria"] = 1, +["name"] = "Consort Killer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Queen\'s Consort at Missir-Dadalit Egg Mine.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Consort Killer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 4, ["Category_ID"] = 13, -["firstID"] = 0, } , [1805] = { -["numCriteria"] = 1, +["name"] = "Breaker of the Unbroken", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the nix-ox Nilthog the Unbroken at Nilthog\'s Hollow.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Breaker of the Unbroken", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 0, } , [1806] = { -["numCriteria"] = 1, +["name"] = "Wuyuvus Slayer", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Wuyuvus the Hunger at Sulipund Grange.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wuyuvus Slayer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 23, ["Category_ID"] = 13, -["firstID"] = 0, } , [1807] = { -["numCriteria"] = 1, +["name"] = "Cheater Defeater", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Skaafin, Mehz the Cozener, at Dubdil Alar Tower and seal the rift to Oblivion.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cheater Defeater", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 3, ["Category_ID"] = 13, -["firstID"] = 0, } , [1808] = { -["numCriteria"] = 1, +["name"] = "Halls of Fabrication Completed", +["achievementIndex"] = 5, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General and assist Divayth Fyr in stopping the flood of animunculi coming from the Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Halls of Fabrication Completed", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 5, ["Category_ID"] = 13, -["firstID"] = 0, } , [1809] = { -["numCriteria"] = 1, +["name"] = "Time Trial: Halls of Fabrication", +["achievementIndex"] = 17, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Halls of Fabrication within a time limit of 40 minutes. Your trial begins when you enter Abanabi Cave beneath Tel Fyr.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Time Trial: Halls of Fabrication", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 17, ["Category_ID"] = 13, -["firstID"] = 0, } , [1810] = { -["numCriteria"] = 1, +["name"] = "Halls of Fabrication Conqueror", +["achievementIndex"] = 6, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Halls of Fabrication Conqueror", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 6, ["Category_ID"] = 13, -["firstID"] = 0, } , [1811] = { -["numCriteria"] = 1, +["name"] = "Well-Oiled Machine", +["achievementIndex"] = 18, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Halls of Fabrication without suffering a group member death.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Well-Oiled Machine", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 18, ["Category_ID"] = 13, -["firstID"] = 0, } , -[2606] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 1 Delve Daily from Guybert Flaubert.", -["points"] = 5, +[2273] = { +["name"] = "The Speed of Light", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Middling Middleman", -["SubCategory"] = "Quests", -["nextId"] = 2607, -["Category"] = "Dragonhold", -["achievementIndex"] = 8, -["Category_ID"] = 14, -["firstID"] = 2606, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2603] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"New Moon Rising\" quest in Southern Elsweyr.", -["points"] = 10, +[2272] = { +["name"] = "Throwing Shade", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Fall of the Dark Aeon", -["SubCategory"] = "Quests", -["nextId"] = 2604, -["Category"] = "Dragonhold", -["achievementIndex"] = 5, -["Category_ID"] = 14, -["firstID"] = 2602, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the Symphony of Blades after destroying the Dictates of the Lady of Light in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2599] = { -["numCriteria"] = 1, +[2271] = { +["name"] = "Depths of Malatar Conqueror", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"Pride of Alkosh\" quest in Southern Elsweyr.", +["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat the Scavenging Maw, the Weeping Woman, the Dark Orb, King Narilmor, and the Symphony of Blades in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Halls of the Highmane", -["SubCategory"] = "Quests", -["nextId"] = 2600, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2598] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Order of the New Moon\" quest in Southern Elsweyr.", -["points"] = 10, +[2270] = { +["name"] = "Depths of Malatar Vanquisher", +["achievementIndex"] = 10, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Infiltrating the New Moon", -["SubCategory"] = "Quests", -["nextId"] = 2599, -["Category"] = "Dragonhold", -["achievementIndex"] = 4, -["Category_ID"] = 14, -["firstID"] = 2596, +["SubCategory_ID"] = 1, +["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"] = "Wrathstone", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 17, } , [1816] = { -["numCriteria"] = 1, +["name"] = "Cooling Your Heels", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cooling Your Heels", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 9, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1817] = { -["numCriteria"] = 1, +["name"] = "Hot Pursuit", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hot Pursuit", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 10, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1818] = { -["numCriteria"] = 1, +["name"] = "Magma Masher", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Use Galchobhar\'s Mantle Breaker attack to dissipate a Lava Ball fired by a Fire Shalk while in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Magma Masher", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 11, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1819] = { -["numCriteria"] = 1, +["name"] = "Wildlife Sanctuary", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Wildlife Sanctuary", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 12, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1820] = { -["numCriteria"] = 1, +["name"] = "Boulder Bounder", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Galchobhar without any group members being affected by his Scorched Earth and Flames of Galchobhar attacks in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Boulder Bounder", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 16, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1821] = { -["numCriteria"] = 1, +["name"] = "Shalk Shaker", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Galchobhar without anyone in your group killing a Fire Shalk during your battle with him in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shalk Shaker", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 13, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1822] = { -["numCriteria"] = 1, +["name"] = "Hand Wrought Victory", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Earthgore Amalgam in Veteran Bloodroot Forge without any member of your group activating the Stonefire Crucible or Flameslake Cauldron.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hand Wrought Victory", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 14, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1823] = { -["numCriteria"] = 1, +["name"] = "Artisan of Pain", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Personally use both the Stonefire Crucible and the Flameslake Cauldron to defeat the Earthgore Amalgam in Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 10, -["prevId"] = 0, -["name"] = "Artisan of Pain", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 15, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1824] = { +["name"] = "Tribunal Preacher", +["achievementIndex"] = 11, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 36, ["description"] = "Read all 36 Sermons of Vivec scattered across Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 11, ["Category_ID"] = 13, -["name"] = "Tribunal Preacher", } , [1825] = { -["numCriteria"] = 1, +["name"] = "Ashlander Associate", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1825, +["numCriteria"] = 1, ["description"] = "Complete your first daily quest for Huntmaster Sorim-Nakar or Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ashlander Associate", -["SubCategory"] = "Quests", ["nextId"] = 1878, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 1825, } , [1826] = { +["name"] = "Strider Caravaner", +["achievementIndex"] = 9, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 7, ["description"] = "Visit the silt strider caravaner at each of the stations in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 9, ["Category_ID"] = 13, -["name"] = "Strider Caravaner", } , [1827] = { +["name"] = "The Pilgrim\'s Path", +["achievementIndex"] = 10, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 7, ["description"] = "Visit the Shrines of the Seven Graces and read the inscription on each shine.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 10, ["Category_ID"] = 13, -["name"] = "The Pilgrim\'s Path", } , [1828] = { -["numCriteria"] = 25, +["name"] = "Daedric Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 25, ["description"] = "Visit all of the Daedric ruins in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Daedric Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 5, ["Category_ID"] = 13, -["firstID"] = 0, } , [1829] = { -["numCriteria"] = 1, +["name"] = "Halls of Fabrication Vanquisher", +["achievementIndex"] = 7, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General after empowering it by resetting the circuit breaker in Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Halls of Fabrication Vanquisher", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 7, ["Category_ID"] = 13, -["firstID"] = 0, } , [1830] = { -["numCriteria"] = 1, +["name"] = "Refabricant Slayer", +["achievementIndex"] = 12, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 100 Calefactors, Capacitors, or Dissectors in the Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Refabricant Slayer", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 12, ["Category_ID"] = 13, -["firstID"] = 0, } , [1831] = { -["numCriteria"] = 1, +["name"] = "Power House", +["achievementIndex"] = 11, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Pinnacle Factotum without ever using energy from the generator to break a Refabricated Sphere\'s shield, in Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Power House", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 11, ["Category_ID"] = 13, -["firstID"] = 0, } , [1832] = { -["numCriteria"] = 1, +["name"] = "Planned Obsolescence", +["achievementIndex"] = 10, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Refabrication Committee in Veteran Halls of Fabrication without ever allowing the Reclaimer to overcharge a Ruined Factotum.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Planned Obsolescence", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 10, ["Category_ID"] = 13, -["firstID"] = 0, } , [1833] = { -["numCriteria"] = 1, +["name"] = "Environmentally Conscious", +["achievementIndex"] = 4, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without any group member dying to traps and hazards.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Environmentally Conscious", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 4, ["Category_ID"] = 13, -["firstID"] = 0, } , [1834] = { -["numCriteria"] = 1, +["name"] = "Terminal Terminator", +["achievementIndex"] = 16, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Assembly General in Veteran Halls of Fabrication without letting any Terminals complete their activation sequence.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Terminal Terminator", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 16, ["Category_ID"] = 13, -["firstID"] = 0, } , [1835] = { -["numCriteria"] = 5, +["name"] = "Accept No Substitute", +["achievementIndex"] = 1, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat 5 of each of the Tactical Facsimiles that the Assembly General creates, on any difficulty.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Accept No Substitute", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 1, ["Category_ID"] = 13, -["firstID"] = 0, } , [1836] = { -["numCriteria"] = 7, +["name"] = "Dynamo", +["achievementIndex"] = 3, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Complete each of the following achievements related to defeating the Assembly General:", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Dynamo", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 3, ["Category_ID"] = 13, +} +, +[1837] = { +["name"] = "Stress Tested", +["achievementIndex"] = 15, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[1837] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 3, ["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all without suffering a group member death.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Stress Tested", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 15, ["Category_ID"] = 13, -["firstID"] = 0, } , [1838] = { -["numCriteria"] = 1, +["name"] = "Like Clockwork", +["achievementIndex"] = 9, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete Veteran Halls of Fabrication after resetting the circuit breaker and empowering the Assembly General, all within 40 minutes of entering Abanabi Cave and without suffering a group member death.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Like Clockwork", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 9, ["Category_ID"] = 13, -["firstID"] = 0, } , [1839] = { -["numCriteria"] = 1, +["name"] = "Kill Process", +["achievementIndex"] = 8, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat one Hunter-Killer Fabricant while the other still has at least half of its health remaining, before defeating the remaining Fabricant in Veteran Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kill Process", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 8, ["Category_ID"] = 13, -["firstID"] = 0, } , [1840] = { -["numCriteria"] = 1, +["name"] = "Arc-Custodian", +["achievementIndex"] = 2, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "In Veteran Halls of Fabrication, defeat the Archcustodian using six or fewer Shock Pylons without ever missing an opportunity to disable it with one.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Arc-Custodian", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 0, } , [1841] = { -["numCriteria"] = 4, +["name"] = "Scholar of Seht\'s Mysteries", +["achievementIndex"] = 14, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Discover all the notes scattered throughout the Halls of Fabrication.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Scholar of Seht\'s Mysteries", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 14, ["Category_ID"] = 13, -["firstID"] = 0, } , [1842] = { +["name"] = "Cliff Striders\' Bane", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Do your part to eliminate the cliff strider menace by killing 100 cliff striders or cliff skippers in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 4, ["Category_ID"] = 13, -["name"] = "Cliff Striders\' Bane", } , [1843] = { +["name"] = "Morrowind Skyshard Hunter", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 18, ["description"] = "Discover all 18 Skyshards in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 7, ["Category_ID"] = 13, -["name"] = "Morrowind Skyshard Hunter", } , [1844] = { +["name"] = "Clockwork City Skyshard Hunter", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 6, ["description"] = "Discover all 6 Skyshards in the Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 4, -["Category_ID"] = 20, -["name"] = "Clockwork City Skyshard Hunter", +["Category_ID"] = 21, } , [1845] = { +["name"] = "Summerset Skyshard Hunter", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 18, ["description"] = "Discover all 18 Skyshards in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["name"] = "Summerset Skyshard Hunter", } , [1846] = { -["numCriteria"] = 1, +["name"] = "Nchuleftingth Group Event", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Nchulaeon the Eternal in Nchuleftingth.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Nchuleftingth Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 18, ["Category_ID"] = 13, -["firstID"] = 0, } , [1847] = { -["numCriteria"] = 1, +["name"] = "Loop Eradicator", +["achievementIndex"] = 11, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Save Dubdil Alar from the consequences of his temporal experiments.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Loop Eradicator", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 11, ["Category_ID"] = 13, -["firstID"] = 0, } , [1848] = { -["numCriteria"] = 6, +["name"] = "Defender of Morrowind", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all six world bosses in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Morrowind", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 6, ["Category_ID"] = 13, -["firstID"] = 0, } , [1849] = { -["numCriteria"] = 1, +["name"] = "Voice of the Failed Incarnates", +["achievementIndex"] = 17, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Disprove the dangerous claims of the Ashlander Chodala.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Voice of the Failed Incarnates", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 17, ["Category_ID"] = 13, -["firstID"] = 0, } , [1850] = { -["numCriteria"] = 1, +["name"] = "Bearer of the Blessed Staff", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Recover the Blessed Staff, Sunna\'rah, from the Ashlander Chodala, and determine the true nature of the threat to Lord Vivec.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bearer of the Blessed Staff", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 5, ["Category_ID"] = 13, -["firstID"] = 0, } , [1851] = { -["numCriteria"] = 1, +["name"] = "Hand of a Living God", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Follow a grave threat into Clockwork City, and recover Lord Vivec\'s stolen power.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hand of a Living God", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 8, ["Category_ID"] = 13, -["firstID"] = 0, } , [1852] = { -["numCriteria"] = 4, +["name"] = "Champion of Vivec", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Restore Lord Vivec\'s lost power, save Vivec City, and be named Champion of Vivec.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Champion of Vivec", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 6, ["Category_ID"] = 13, -["firstID"] = 0, } , [1853] = { -["numCriteria"] = 5, +["name"] = "Nchuleftingth Vanquisher", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat three of the champions in Nchuleftingth.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Nchuleftingth Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 19, ["Category_ID"] = 13, -["firstID"] = 0, } , [1854] = { -["numCriteria"] = 5, +["name"] = "Nchuleftingth Conqueror", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in Nchuleftingth.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Nchuleftingth Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 17, ["Category_ID"] = 13, -["firstID"] = 0, } , [1855] = { -["numCriteria"] = 1, +["name"] = "Forgotten Wastes Group Event", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Stone-Boiler Omalas, Brander Releth, and Mountain-Caller Hlaren in the Forgotten Wastes.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Forgotten Wastes Group Event", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 8, ["Category_ID"] = 13, -["firstID"] = 0, } , [1856] = { +["name"] = "Forgotten Wastes Vanquisher", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 5, -["SubCategory_ID"] = 1, ["description"] = "Defeat three of the champions in the Forgotten Wastes.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Forgotten Wastes Vanquisher", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 9, ["Category_ID"] = 13, -["firstID"] = 0, } , [1857] = { -["numCriteria"] = 5, +["name"] = "Forgotten Wastes Conqueror", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat all of the champions in the Forgotten Wastes.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Forgotten Wastes Conqueror", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 7, ["Category_ID"] = 13, -["firstID"] = 0, } , [1858] = { -["numCriteria"] = 1, +["name"] = "Khartag Point Explorer", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Khartag Point.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Khartag Point Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 10, ["Category_ID"] = 13, -["firstID"] = 0, } , [1859] = { -["numCriteria"] = 1, +["name"] = "Ashalmawia Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Ashalmawia.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ashalmawia Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 1, ["Category_ID"] = 13, -["firstID"] = 0, } , [1860] = { -["numCriteria"] = 1, +["name"] = "Zainsipilu Explorer", +["achievementIndex"] = 24, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Zainsipilu.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Zainsipilu Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 24, ["Category_ID"] = 13, -["firstID"] = 0, } , [1861] = { -["numCriteria"] = 1, +["name"] = "Matus-Akin Egg Mine Explorer", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Matus-Akin Egg Mine.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Matus-Akin Egg Mine Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 12, ["Category_ID"] = 13, -["firstID"] = 0, } , [1862] = { -["numCriteria"] = 1, +["name"] = "Pulk Explorer", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Pulk.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Pulk Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 20, ["Category_ID"] = 13, -["firstID"] = 0, } , [1863] = { -["numCriteria"] = 1, +["name"] = "Nchuleft Explorer", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Nchuleft.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Nchuleft Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 16, ["Category_ID"] = 13, -["firstID"] = 0, } , [1864] = { -["numCriteria"] = 6, +["name"] = "Morrowind Cave Delver", +["achievementIndex"] = 13, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Explore and clear all six explorable caves in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Morrowind Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 13, ["Category_ID"] = 13, -["firstID"] = 0, } , [1865] = { -["numCriteria"] = 9, +["name"] = "Morrowind Pathfinder", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 9, ["description"] = "Discover all the striking locales in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Morrowind Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 15, ["Category_ID"] = 13, -["firstID"] = 0, } , [1866] = { -["numCriteria"] = 2, +["name"] = "Morrowind Master Explorer", +["achievementIndex"] = 14, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Morrowind Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 14, ["Category_ID"] = 13, -["firstID"] = 0, } , [1867] = { -["numCriteria"] = 1, +["name"] = "Morrowind Grand Adventurer", +["achievementIndex"] = 11, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Complete 32 quests in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Morrowind Grand Adventurer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 11, ["Category_ID"] = 13, -["firstID"] = 0, } , [1868] = { +["name"] = "Savior of Morrowind", +["achievementIndex"] = 8, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 7, ["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Morrowind.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 8, ["Category_ID"] = 13, -["name"] = "Savior of Morrowind", } , [1869] = { -["numCriteria"] = 1, +["name"] = "Rising Sun", +["achievementIndex"] = 15, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help the Argonian slave, Sun-in-Shadow, gain her freedom.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rising Sun", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 15, ["Category_ID"] = 13, -["firstID"] = 0, } , [1870] = { -["numCriteria"] = 1, +["name"] = "Naryu\'s Confidant", +["achievementIndex"] = 13, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help Naryu Virian and the Morag Tong in and around Balmora.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Naryu\'s Confidant", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 13, ["Category_ID"] = 13, -["firstID"] = 0, } , [1871] = { -["numCriteria"] = 1, +["name"] = "Scarlet Judge", +["achievementIndex"] = 16, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help the Scarlet Judge foil Marshal Hlaren\'s plot in Suran.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Scarlet Judge", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 16, ["Category_ID"] = 13, -["firstID"] = 0, } , [1872] = { -["numCriteria"] = 1, +["name"] = "Kwama Miner", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Save the people of Gnisis from economic ruin by restoring the future of their kwama mine.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Kwama Miner", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 10, ["Category_ID"] = 13, -["firstID"] = 0, } , [1873] = { -["numCriteria"] = 1, +["name"] = "Hand of the Mistress", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Foil a usuper\'s plot, and assist Mistress Dratha with plans to prolong her life.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hand of the Mistress", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 9, ["Category_ID"] = 13, -["firstID"] = 0, } , [1874] = { -["numCriteria"] = 1, +["name"] = "Pilgrim Protector", +["achievementIndex"] = 14, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "End the threat to the pilgrims at Molag Mar.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pilgrim Protector", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 14, ["Category_ID"] = 13, -["firstID"] = 0, } , [1875] = { -["numCriteria"] = 1, +["name"] = "Narsis\'s Apprentice", +["achievementIndex"] = 12, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Help Narsis Dren discover the secret of the Veloth Ancestral Tomb.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Narsis\'s Apprentice", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 12, ["Category_ID"] = 13, -["firstID"] = 0, } , [1876] = { -["numCriteria"] = 1, +["name"] = "Ald\'ruhn Annalist", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Discover the secret of the Hleran Ancestral Tomb.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ald\'ruhn Annalist", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 1, ["Category_ID"] = 13, -["firstID"] = 0, } , [1877] = { -["numCriteria"] = 1, +["name"] = "Ebony Enforcer", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Discover the truth behind the sudden spike in production at Vassir-Didanat ebony mine.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ebony Enforcer", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 7, ["Category_ID"] = 13, -["firstID"] = 0, } , [1878] = { -["numCriteria"] = 1, +["name"] = "Ashwalker", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1825, +["numCriteria"] = 1, ["description"] = "Complete 10 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ashwalker", -["SubCategory"] = "Quests", ["nextId"] = 1879, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 1825, } , [1879] = { -["numCriteria"] = 1, +["name"] = "Clanfriend", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 1825, +["numCriteria"] = 1, ["description"] = "Complete 30 daily quests for Huntmaster Sorim-Nakar or Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 15, -["prevId"] = 0, -["name"] = "Clanfriend", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["firstID"] = 1825, } , [1880] = { -["numCriteria"] = 7, +["name"] = "Ashlands Stalker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Complete all seven daily hunts for Huntmaster Sorim-Nakar.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ashlands Stalker", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 4, ["Category_ID"] = 13, -["firstID"] = 0, } , [1881] = { -["numCriteria"] = 7, +["name"] = "Ashlands Relic Preserver", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 7, ["description"] = "Complete all seven relic preservation daily quests given by Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["name"] = "Ashlands Relic Preserver", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 3, ["Category_ID"] = 13, -["firstID"] = 0, } , [1882] = { +["name"] = "Morrowind Master Angler", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 6, ["Category_ID"] = 13, -["name"] = "Morrowind Master Angler", } , -[2428] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2332] = { +["name"] = "Murkmire Adventurer", +["achievementIndex"] = 3, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Weed Eater", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 19, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete 20 Story Quests in Murkmire.", +["Category"] = "Murkmire", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2427] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Maarselok in his roost after using the Azureblight Seed in Veteran Lair of Maarselok.", -["points"] = 50, +[2333] = { +["name"] = "Traps and Treasures", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Selene\'s Savior", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 18, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"Sunken Treasure\" quest.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2426] = { -["numCriteria"] = 5, +[2334] = { +["name"] = "Seeker of the Lost", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, ["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.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"Missing in Murkmire\" quest.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Lair of Maarselok Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 17, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2425] = { -["numCriteria"] = 5, -["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.", -["points"] = 10, +[2335] = { +["name"] = "Mysteries of the Remnant", +["achievementIndex"] = 10, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Lair of Maarselok Vanquisher", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 6, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"Whispers in the Wood\" quest.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2424] = { -["numCriteria"] = 1, +[2336] = { +["name"] = "Sap-Sleeper", +["achievementIndex"] = 11, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat 50 Azureblight Lurchers or Azureblight Infestors in Veteran Lair of Maarselok.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"Death and Dreaming\" quest.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Azureblight Construct Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 22, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2423] = { -["numCriteria"] = 1, +[2337] = { +["name"] = "Shadows of the Past", +["achievementIndex"] = 12, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat 400 Azureblight Infected in Veteran Lair of Maarselok.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"The Swamp and the Serpent\" quest.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Azureblight Infected Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 21, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2422] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2338] = { +["name"] = "To Chase a Dream", +["achievementIndex"] = 13, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Defanged the Devourer", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 3, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"The Remnant of Argon\" quest.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2421] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Moongrave Fane.", -["points"] = 50, +[2339] = { +["name"] = "The River of Rebirth", +["achievementIndex"] = 14, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Moongrave Fane Challenger", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 2, -["Category_ID"] = 15, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete the \"By River and Root\" quest.", +["Category"] = "Murkmire", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2420] = { +[2340] = { +["name"] = "The Festering Jewel", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Enter either Moongrave Fane or Lair of Maarselok for the first time.", +["description"] = "Travel to Lilmoth in Murkmire.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Scalebreaker Explorer", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 1, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2419] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2341] = { +["name"] = "Poems of Nothing", +["achievementIndex"] = 12, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Escape the Grave", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 8, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Read the five poems written by Nisswo Xeewulm, located near Sithis Shrines throughout Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2418] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2342] = { +["name"] = "Voriplasm Slayer", +["achievementIndex"] = 10, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Blood Rush", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 7, -["Category_ID"] = 15, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Kill 100 Voriplasms in Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2417] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Defeat Grundwulf after using the Sangiin Hemo Helot in Veteran Moongrave Fane.", -["points"] = 50, +[2344] = { +["name"] = "Collecting Curiosities", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Drunk on Power", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 6, -["Category_ID"] = 15, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2344, +["numCriteria"] = 1, +["description"] = "Complete 1 Delve Daily from Varo Hosidias.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2345, +["Category_ID"] = 18, } , -[2416] = { -["numCriteria"] = 5, +[2345] = { +["name"] = "Acquiring Antiquities", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Veteran Moongrave Fane.", +["firstID"] = 2344, +["numCriteria"] = 1, +["description"] = "Complete 10 Delve Dailies from Varo Hosidias.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Moongrave Fane Conqueror", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 5, -["Category_ID"] = 15, -["firstID"] = 0, +["nextId"] = 2346, +["Category_ID"] = 18, } , -[2415] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Defeat the Risen Ruins, Dro\'zakar, the Kujo Kethba, Nisaazda, and Grundwulf in Moongrave Fane.", -["points"] = 10, +[2346] = { +["name"] = "Hauling Heirlooms", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Moongrave Fane Vanquisher", -["SubCategory"] = "General", +["SubCategory_ID"] = 2, +["firstID"] = 2344, +["numCriteria"] = 1, +["description"] = "Complete 30 Delve Dailies from Varo Hosidias.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 3, -["Category_ID"] = 15, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2413] = { +[2347] = { +["name"] = "Strength of a Naga", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2347, ["numCriteria"] = 1, +["description"] = "Complete 1 Group Boss Daily from Bolu.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2348, +["Category_ID"] = 18, +} +, +[2348] = { +["name"] = "Courage of a Naga", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", +["prevId"] = 0, ["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.", +["firstID"] = 2347, +["numCriteria"] = 1, +["description"] = "Complete 10 Group Boss Dailies from Bolu.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hollowfang Clan Slayer", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Scalebreaker", -["achievementIndex"] = 9, -["Category_ID"] = 15, -["firstID"] = 0, +["nextId"] = 2349, +["Category_ID"] = 18, } , -[2412] = { -["numCriteria"] = 12, -["description"] = "Catch all 12 rare fish in Northern Elsweyr.", -["points"] = 5, +[2349] = { +["name"] = "Heart of a Naga", +["achievementIndex"] = 6, +["SubCategory"] = "Quests", ["prevId"] = 0, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2347, +["numCriteria"] = 1, +["description"] = "Complete 30 Group Boss Dailies from Bolu.", +["Category"] = "Murkmire", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, -["name"] = "Northern Elsweyr Master Angler", +["Category_ID"] = 18, } , -[2411] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Defeat all six world bosses in Northern Elsweyr.", -["points"] = 15, +[2351] = { +["name"] = "Repairing the Roots", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Defender of Northern Elsweyr", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 15, -["Category_ID"] = 11, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2350, +["numCriteria"] = 1, +["description"] = "Complete 10 Root-Whisper Dailies from Tuwul.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 2352, +["Category_ID"] = 18, } , -[2410] = { +[2352] = { +["name"] = "Resplendent Rootmender", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2350, ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the criminal duo, Zav\'i and Akumjhargo, at Red Hands Run.", +["description"] = "Complete 30 Root-Whisper Dailies from Tuwul.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Red-Handed Vigilante", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 23, -["Category_ID"] = 11, +["Category_ID"] = 18, +} +, +[2353] = { +["name"] = "The Progeny", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2409] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat Sword Master Vhysradue on the Hill of Shattered Swords.", +["description"] = "Help the Bright-Throats assure the future of their tribe.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sword Sunderer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 21, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2408] = { +[2354] = { +["name"] = "Cold-Blood, Warm Heart", +["achievementIndex"] = 1, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the necromancer, Thannar the Graveprowler, at Scar\'s Edge.", +["description"] = "Help the Dead-Water follow their chosen path.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Grave Guardian", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 20, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2405] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat the skullguard, Na\'ruzz the Boneweaver, at the Bone Pit.", -["points"] = 10, +[2355] = { +["name"] = "Friend of Murkmire", +["achievementIndex"] = 2, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Skullcracker", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 16, -["Category_ID"] = 11, +["SubCategory_ID"] = 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"] = "Murkmire", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2404] = { -["numCriteria"] = 2, -["SubCategory_ID"] = 1, -["description"] = "Discover and clear all caves and striking locales in Northern Elsweyr.", -["points"] = 15, -["prevId"] = 0, -["name"] = "Northern Elsweyr Master Explorer", +[2357] = { +["name"] = "Vine-Tongue Traveler", +["achievementIndex"] = 14, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 1, -["Category_ID"] = 11, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Read the six Vine-Tongue books by activating various vine-tongues throughout Murkmire.", +["Category"] = "Murkmire", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2403] = { -["numCriteria"] = 7, +[2358] = { +["name"] = "Swamp Rescuer", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Discover all the striking locales in Northern Elsweyr.", +["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Rescue villagers in peril from four different tribes throughout Murkmire.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Northern Elsweyr Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 25, -["Category_ID"] = 11, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2402] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear all six explorable caves in Northern Elsweyr.", -["points"] = 15, +[2359] = { +["name"] = "Honor Guard Style Master", +["achievementIndex"] = 16, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Northern Elsweyr Cave Delver", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 2, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Honor Guard style book, occasionally found as rewards for completing Blackrose Prison.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2401] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Tangle.", -["points"] = 5, +[2360] = { +["name"] = "Dead-Water Style Master", +["achievementIndex"] = 7, ["prevId"] = 0, -["name"] = "The Tangle Explorer", -["SubCategory"] = "Exploration", +["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Dead-Water style book, occasionally found as rewards for completing Daily Quests to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", +["Category"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Elsweyr", +["Category_ID"] = 18, +} +, +[2361] = { +["name"] = "Elder Argonian Style Master", ["achievementIndex"] = 8, -["Category_ID"] = 11, +["prevId"] = 0, ["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Elder Argonian style book, occasionally found as rewards for completing Daily Quests to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2400] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Darkpool Mine.", -["points"] = 5, +[2362] = { +["name"] = "Blackrose Prison Vanquisher", +["achievementIndex"] = 1, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Darkpool Mine Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 7, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Blackrose Prison.", +["Category"] = "Murkmire", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2399] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Tomb of the Serpents.", -["points"] = 5, +[2363] = { +["name"] = "Blackrose Prison Conqueror", +["achievementIndex"] = 4, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Tomb of the Serpents Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 6, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 5, +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2398] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Desert Wind Caverns.", -["points"] = 5, +[2364] = { +["name"] = "Sigil Stingy", +["achievementIndex"] = 12, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Desert Wind Caverns Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 5, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without using Sigils during combat.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2397] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear Predator Mesa.", -["points"] = 5, +[2365] = { +["name"] = "Unchained and Undying", +["achievementIndex"] = 15, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Predator Mesa Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 4, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without dying.", +["Category"] = "Murkmire", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 18, } , -[2396] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Explore and clear the Abode of Ignominy.", -["points"] = 5, +[2366] = { +["name"] = "Gauntlet Gallop", +["achievementIndex"] = 7, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Abode of Ignominy Explorer", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Elsweyr", -["achievementIndex"] = 3, -["Category_ID"] = 11, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2395] = { ["numCriteria"] = 1, -["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.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Lackluster", -["SubCategory"] = "Veteran", +["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"] = "Murkmire", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 25, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2394] = { +[2370] = { +["name"] = "Rarely Rooted", +["achievementIndex"] = 10, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Destroy 5 Ice Pillars with Sunburst meteors during the encounter with the Symphony of Blades in Veteran Depths of Malatar.", +["description"] = "Defeat Tames-the-Beast without a group member becoming trapped by the Crushing Roots ability in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Ice Breaker", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 24, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2393] = { +[2372] = { +["name"] = "A Thrilling Trifecta", +["achievementIndex"] = 2, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["description"] = "Defeat Battlemage Ennodius, Lady Minara, and Tames-the-Beast within 20 seconds of each other in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Out of Formation", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 23, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2391] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Prevent Quintus from ever winning his deadlock with Tharayya during the battle with King Narilmor in Depths of Malatar.", -["points"] = 5, +[2373] = { +["name"] = "Spirits Sundered", +["achievementIndex"] = 14, +["SubCategory"] = "Blackrose Prison", ["prevId"] = 0, -["name"] = "Soul Mates", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 11, -["Category_ID"] = 16, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2390] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Don\'t destroy any colored orbs during the Dark Orb encounter in Veteran Depths of Malatar.", +["description"] = "Defeat Drakeeh the Unchained while always ensuring he absorbs at least 2 spirits before casting Spirit Scream in Veteran Blackrose Prison.", +["Category"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Color Blind", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 22, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2388] = { +[2376] = { +["name"] = "Cleansing the Damned", +["achievementIndex"] = 5, +["SubCategory"] = "Blackrose Prison", +["prevId"] = 0, +["SubCategory_ID"] = 3, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["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"] = "Murkmire", ["points"] = 10, -["prevId"] = 0, -["name"] = "Hide and Seek", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 21, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2385] = { -["numCriteria"] = 1, +[2378] = { +["name"] = "Swamp Jelly Collector", +["achievementIndex"] = 15, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Knock 20 enemies off the Stonekeeper\'s platform in Frostvault.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Interact with a Swamp Jelly and harvest its resources.", +["Category"] = "Murkmire", ["points"] = 5, -["prevId"] = 0, -["name"] = "Drop Testing", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 8, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 18, } , -[2384] = { -["numCriteria"] = 1, -["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.", -["points"] = 10, +[2380] = { +["name"] = "Wild Walloping", +["achievementIndex"] = 4, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "Cold Potato", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 10, -["Category_ID"] = 16, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Cause Icestalker to uppercut its allies during Frenzied Pummeling in Frostvault.", +["Category"] = "Wrathstone", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2383] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Destroy 20 of the Vault Protector\'s Constructs by detonating Volatile Spheres near them in Frostvault.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Collateral Damage", +[2381] = { +["name"] = "Running the Right Angles", +["achievementIndex"] = 5, ["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 7, -["Category_ID"] = 16, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Always dodge Warlord Tzogvin\'s Reckless Charges in Frostvault.", +["Category"] = "Wrathstone", +["points"] = 5, +["nextId"] = 0, +["Category_ID"] = 17, } , [2382] = { -["numCriteria"] = 1, +["name"] = "Three Sheets to the Wind", +["achievementIndex"] = 6, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Get Warlord Tzogvin to destroy all three of his banners with Raging Winds in Frostvault.", +["Category"] = "Wrathstone", ["points"] = 5, -["prevId"] = 0, -["name"] = "Three Sheets to the Wind", -["SubCategory"] = "General", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 6, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 17, } , -[2381] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Always dodge Warlord Tzogvin\'s Reckless Charges in Frostvault.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Running the Right Angles", +[2383] = { +["name"] = "Collateral Damage", +["achievementIndex"] = 7, ["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 5, -["Category_ID"] = 16, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Destroy 20 of the Vault Protector\'s Constructs by detonating Volatile Spheres near them in Frostvault.", +["Category"] = "Wrathstone", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2380] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Cause Icestalker to uppercut its allies during Frenzied Pummeling in Frostvault.", -["points"] = 5, +[2384] = { +["name"] = "Cold Potato", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Wild Walloping", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 4, -["Category_ID"] = 16, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 17, } , -[2378] = { -["numCriteria"] = 1, +[2385] = { +["name"] = "Drop Testing", +["achievementIndex"] = 8, +["SubCategory"] = "General", +["prevId"] = 0, ["SubCategory_ID"] = 1, -["description"] = "Interact with a Swamp Jelly and harvest its resources.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Knock 20 enemies off the Stonekeeper\'s platform in Frostvault.", +["Category"] = "Wrathstone", ["points"] = 5, -["prevId"] = 0, -["name"] = "Swamp Jelly Collector", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 15, ["Category_ID"] = 17, +} +, +[2388] = { +["name"] = "Hide and Seek", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, ["firstID"] = 0, -} -, -[2376] = { ["numCriteria"] = 1, -["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.", +["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"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cleansing the Damned", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 5, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2373] = { +[2390] = { +["name"] = "Color Blind", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["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.", +["description"] = "Don\'t destroy any colored orbs during the Dark Orb encounter in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Spirits Sundered", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 14, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2372] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Lady Minara, and Tames-the-Beast within 20 seconds of each other in Veteran Blackrose Prison.", -["points"] = 10, +[2391] = { +["name"] = "Soul Mates", +["achievementIndex"] = 11, +["SubCategory"] = "General", ["prevId"] = 0, -["name"] = "A Thrilling Trifecta", -["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 1, +["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"] = "Wrathstone", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 2, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2370] = { +[2393] = { +["name"] = "Out of Formation", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Tames-the-Beast without a group member becoming trapped by the Crushing Roots ability in Veteran Blackrose Prison.", +["description"] = "Prevent the Symphony of Blades from crossing the Auroran Phalanx and becoming empowered by Meridia\'s Light in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", ["points"] = 10, -["prevId"] = 0, -["name"] = "Rarely Rooted", -["SubCategory"] = "Blackrose Prison", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 10, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2366] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2394] = { +["name"] = "Ice Breaker", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Gauntlet Gallop", -["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Destroy 5 Ice Pillars with Sunburst meteors during the encounter with the Symphony of Blades in Veteran Depths of Malatar.", +["Category"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 7, ["Category_ID"] = 17, -["firstID"] = 0, } , -[2365] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Battlemage Ennodius, Tames-the-Beast, Lady Minara, and Drakeeh the Unchained in Veteran Blackrose Prison without dying.", -["points"] = 50, +[2395] = { +["name"] = "Lackluster", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Unchained and Undying", -["SubCategory"] = "Blackrose Prison", +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Wrathstone", +["points"] = 10, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 15, ["Category_ID"] = 17, -["firstID"] = 0, } , [1932] = { +["name"] = "Ashlander Style Master", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Ashlander style book, occasionally found as rewards for completing daily quests for Huntmaster Sorim-Nakar and Numani-Rasi.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 2, ["Category_ID"] = 13, -["name"] = "Ashlander Style Master", } , [1933] = { +["name"] = "Morag Tong Style Master", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Morag Tong style book, occasionally found in Bounty and Explorer\'s Dispensations from the Hall of Justice.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 5, ["Category_ID"] = 13, -["name"] = "Morag Tong Style Master", } , [1934] = { +["name"] = "Buoyant Armiger Style Master", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Buoyant Armiger style book, occasionally found in treasure chests across Vvardenfell.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 3, ["Category_ID"] = 13, -["name"] = "Buoyant Armiger Style Master", } , -[2361] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Elder Argonian style book, occasionally found as rewards for completing Daily Quests to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", -["points"] = 50, +[2399] = { +["name"] = "Tomb of the Serpents Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear the Tomb of the Serpents.", +["Category"] = "Elsweyr", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 8, -["Category_ID"] = 17, -["name"] = "Elder Argonian Style Master", +["Category_ID"] = 11, } , -[2360] = { -["numCriteria"] = 14, -["description"] = "Learn every chapter in the Dead-Water style book, occasionally found as rewards for completing Daily Quests to defeat world bosses, explore delves in Murkmire, and help rebuild Root-Whisper Village.", -["points"] = 50, +[2400] = { +["name"] = "Darkpool Mine Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Explore and clear Darkpool Mine.", +["Category"] = "Elsweyr", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["name"] = "Dead-Water Style Master", +["Category_ID"] = 11, } , [1937] = { -["numCriteria"] = 2, +["name"] = "Horns of the Reach Delver", +["achievementIndex"] = 1, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Complete Veteran Falkreath Hold and Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Horns of the Reach Delver", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 1, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , -[2358] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Rescue villagers in peril from four different tribes throughout Murkmire.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Swamp Rescuer", +[2402] = { +["name"] = "Northern Elsweyr Cave Delver", +["achievementIndex"] = 2, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 9, -["Category_ID"] = 17, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 6, +["description"] = "Explore and clear all six explorable caves in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2357] = { -["numCriteria"] = 6, -["SubCategory_ID"] = 1, -["description"] = "Read the six Vine-Tongue books by activating various vine-tongues throughout Murkmire.", -["points"] = 5, -["prevId"] = 0, -["name"] = "Vine-Tongue Traveler", +[2403] = { +["name"] = "Northern Elsweyr Pathfinder", +["achievementIndex"] = 25, ["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 14, -["Category_ID"] = 17, +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 7, +["description"] = "Discover all the striking locales in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1940] = { +["name"] = "Horns of the Reach Explorer", +["achievementIndex"] = 1, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Enter either Falkreath Hold or Bloodroot Forge for the first time.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 1, -["Category_ID"] = 21, -["name"] = "Horns of the Reach Explorer", +["Category_ID"] = 22, } , [1941] = { -["numCriteria"] = 4, +["name"] = "Bloodroot Forge Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Bloodroot Forge.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Bloodroot Forge Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 2, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1942] = { -["numCriteria"] = 4, +["name"] = "Falkreath Hold Challenger", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 50, -["prevId"] = 0, -["name"] = "Falkreath Hold Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 17, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , -[2352] = { +[2409] = { +["name"] = "Sword Sunderer", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, +["SubCategory_ID"] = 1, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 30 Root-Whisper Dailies from Tuwul.", +["description"] = "Defeat Sword Master Vhysradue on the Hill of Shattered Swords.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Resplendent Rootmender", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["firstID"] = 2350, +["Category_ID"] = 11, } , -[2351] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 10 Root-Whisper Dailies from Tuwul.", -["points"] = 5, +[2410] = { +["name"] = "Red-Handed Vigilante", +["achievementIndex"] = 23, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Repairing the Roots", -["SubCategory"] = "Quests", -["nextId"] = 2352, -["Category"] = "Murkmire", -["achievementIndex"] = 7, -["Category_ID"] = 17, -["firstID"] = 2350, +["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat the criminal duo, Zav\'i and Akumjhargo, at Red Hands Run.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 11, } , [1945] = { +["name"] = "War Chronicler", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 4, ["description"] = "Discover the Urgent Missive, Unfinished Letter to Marika, In Reply to Concerning Rumors, and Epitaph of Bjarfrud Skjoralmor within Falkreath Hold.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 6, -["Category_ID"] = 21, -["name"] = "War Chronicler", +["Category_ID"] = 22, } , [1946] = { -["numCriteria"] = 1, +["name"] = "Deck Diver", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Deck Diver", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 24, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1947] = { -["numCriteria"] = 1, +["name"] = "Oathbreaker", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Oathbreaker", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 25, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1948] = { -["numCriteria"] = 1, +["name"] = "Epic Undertaking", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "While fighting Deathlord Bjarfrud Skjoralmor in Veteran Falkreath Hold, have your group cleanse 15 corpses within the span of five seconds.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Epic Undertaking", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 26, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1949] = { +["name"] = "Wild and Woolly", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat the Siege Mammoth in Falkreath Hold without being affected by an enemy stun, stagger, or knockback ability.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 7, -["Category_ID"] = 21, -["name"] = "Wild and Woolly", +["Category_ID"] = 22, } , [1950] = { -["numCriteria"] = 1, +["name"] = "Endure the Elements", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with at least one of each type of atronach still alive.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Endure the Elements", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 27, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , [1951] = { -["numCriteria"] = 1, +["name"] = "Column Caretaker", +["achievementIndex"] = 28, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Domihaus the Bloody-Horned in Veteran Falkreath Hold with 2 or more pillars still standing in the Jarl\'s Hall.", +["Category"] = "Horns of the Reach", ["points"] = 5, -["prevId"] = 0, -["name"] = "Column Caretaker", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Horns of the Reach", -["achievementIndex"] = 28, -["Category_ID"] = 21, -["firstID"] = 0, +["Category_ID"] = 22, } , -[2341] = { -["numCriteria"] = 5, -["SubCategory_ID"] = 1, -["description"] = "Read the five poems written by Nisswo Xeewulm, located near Sithis Shrines throughout Murkmire.", -["points"] = 5, +[2419] = { +["name"] = "Escape the Grave", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "Poems of Nothing", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 12, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2340] = { -["numCriteria"] = 1, -["description"] = "Travel to Lilmoth in Murkmire.", -["points"] = 5, +[2420] = { +["name"] = "Scalebreaker Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "General", ["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Enter either Moongrave Fane or Lair of Maarselok for the first time.", +["Category"] = "Scalebreaker", +["points"] = 5, ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 1, -["Category_ID"] = 17, -["name"] = "The Festering Jewel", +["Category_ID"] = 16, } , -[2339] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"By River and Root\" quest.", -["points"] = 10, +[2421] = { +["name"] = "Moongrave Fane Challenger", +["achievementIndex"] = 2, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "The River of Rebirth", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 14, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 4, +["description"] = "Complete the listed achievements for Veteran Moongrave Fane.", +["Category"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2338] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Remnant of Argon\" quest.", -["points"] = 10, +[2422] = { +["name"] = "Defanged the Devourer", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "To Chase a Dream", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 13, -["Category_ID"] = 17, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Scalebreaker", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 16, } , -[2337] = { -["numCriteria"] = 1, +[2423] = { +["name"] = "Azureblight Infected Slayer", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Swamp and the Serpent\" quest.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 400 Azureblight Infected in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Shadows of the Past", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 12, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 16, } , -[2336] = { -["numCriteria"] = 1, +[2424] = { +["name"] = "Azureblight Construct Slayer", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"Death and Dreaming\" quest.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 50 Azureblight Lurchers or Azureblight Infestors in Veteran Lair of Maarselok.", +["Category"] = "Scalebreaker", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sap-Sleeper", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Murkmire", -["achievementIndex"] = 11, -["Category_ID"] = 17, -["firstID"] = 0, +["Category_ID"] = 16, } , [1958] = { +["name"] = "Precursor Maker", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Collect and install all of the parts necessary to reconstruct the Precursor factotum.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["name"] = "Precursor Maker", +["Category_ID"] = 21, } , [1959] = { +["name"] = "Fang Lair Vanquisher", +["achievementIndex"] = 2, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 1, -["Category_ID"] = 19, -["name"] = "Fang Lair Vanquisher", +["Category_ID"] = 20, } , [1960] = { -["numCriteria"] = 5, +["name"] = "Fang Lair Conqueror", +["achievementIndex"] = 4, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Lizabet Charnis, the Cadaverous Menagerie, Caluurion, Ulfnor and Sabina Cedus, and Orryn the Black and Thurvokun in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 5, -["prevId"] = 0, -["name"] = "Fang Lair Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 4, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1961] = { -["numCriteria"] = 1, +["name"] = "Veteran Skeleton Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 500 Skeletons in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Skeleton Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 8, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1962] = { -["numCriteria"] = 1, +["name"] = "Veteran Necromancer Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 350 Blackmarrow Necromancers in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Necromancer Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 9, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1963] = { -["numCriteria"] = 1, +["name"] = "The Quick and the Dead", +["achievementIndex"] = 6, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "The Quick and the Dead", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 6, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1964] = { -["numCriteria"] = 1, +["name"] = "Not a Statistic", +["achievementIndex"] = 7, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Not a Statistic", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 7, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1965] = { -["numCriteria"] = 1, +["name"] = "Let Bygones Be Bygones", +["achievementIndex"] = 5, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Orryn the Black and Thurvokun after reading the incantation in Orryn\'s Notes in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Let Bygones Be Bygones", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 5, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1966] = { -["numCriteria"] = 4, +["name"] = "Fang Lair Challenger", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Fang Lair Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 3, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1967] = { -["numCriteria"] = 1, +["name"] = "Minimal Animosity", +["achievementIndex"] = 10, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Minimal Animosity", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 10, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1968] = { -["numCriteria"] = 1, +["name"] = "Fungi Free", +["achievementIndex"] = 11, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Cadaverous Menagerie without anyone in your group taking damage from Volatile Fungi in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Fungi Free", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 11, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1969] = { -["numCriteria"] = 1, +["name"] = "Starved Scarabs", +["achievementIndex"] = 12, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Starved Scarabs", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 12, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1970] = { -["numCriteria"] = 1, +["name"] = "Obedience Maiming", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Obedience Maiming", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 13, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1971] = { -["numCriteria"] = 5, +["name"] = "Elementary Anatomy", +["achievementIndex"] = 14, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Deactivate each of Caluurion\'s Relics using elemental Bonefiends in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Elementary Anatomy", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 14, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1972] = { -["numCriteria"] = 1, +["name"] = "Nonplussed", +["achievementIndex"] = 15, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ulfnor and Sabina Cedus without a party member being affected by Sabina Cedus\'s Haunting Spectre in Veteran Fang Lair.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Nonplussed", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 15, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1973] = { -["numCriteria"] = 1, +["name"] = "Cold Pursuit", +["achievementIndex"] = 16, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Cold Pursuit", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 16, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1974] = { +["name"] = "Horrific Halitosis", +["achievementIndex"] = 3, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "When hit by Thurvokun\'s Plague Breath in Fang Lair, be under the protection of Yisareh\'s Life Ward while standing in direct contact with three other party members who also have Yisareh\'s Life Ward.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 3, -["Category_ID"] = 19, -["name"] = "Horrific Halitosis", +["Category_ID"] = 20, } , [1975] = { +["name"] = "Scalecaller Peak Vanquisher", +["achievementIndex"] = 4, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 5, ["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 4, -["Category_ID"] = 19, -["name"] = "Scalecaller Peak Vanquisher", +["Category_ID"] = 20, } , [1976] = { -["numCriteria"] = 5, +["name"] = "Scalecaller Peak Conqueror", +["achievementIndex"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 5, ["description"] = "Defeat Rinaerus the Rancid and Orzun the Foul-Smelling, Doylemish Ironheart, Matriarch Aldis, Plague Concocter Mortieu, and Zaan the Scalecaller in Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 5, -["prevId"] = 0, -["name"] = "Scalecaller Peak Conqueror", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 19, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1977] = { -["numCriteria"] = 1, +["name"] = "Veteran Ogre Slayer", +["achievementIndex"] = 24, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 50 Ogres in Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Ogre Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 24, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1978] = { -["numCriteria"] = 1, +["name"] = "Veteran Cultist Slayer", +["achievementIndex"] = 25, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat 120 Cultists in Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Cultist Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 25, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1979] = { -["numCriteria"] = 1, +["name"] = "Peak Performance", +["achievementIndex"] = 21, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Peak Performance", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 21, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1980] = { -["numCriteria"] = 1, +["name"] = "On Top", +["achievementIndex"] = 22, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "On Top", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 22, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1981] = { -["numCriteria"] = 1, +["name"] = "Breaker of Spells", +["achievementIndex"] = 20, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Zaan the Scalecaller after reading Zaan\'s Ritual Scroll in Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Breaker of Spells", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 20, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1982] = { -["numCriteria"] = 4, +["name"] = "Scalecaller Peak Challenger", +["achievementIndex"] = 18, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 4, ["description"] = "Complete the listed achievements for Veteran Scalecaller Peak.", +["Category"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Scalecaller Peak Challenger", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 18, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1983] = { -["numCriteria"] = 1, +["name"] = "Mountain God", +["achievementIndex"] = 17, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 50, -["prevId"] = 0, -["name"] = "Mountain God", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 17, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1984] = { -["numCriteria"] = 1, +["name"] = "Pustulent Problems", +["achievementIndex"] = 23, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Pustulent Problems", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 23, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1985] = { +["name"] = "Scalecaller Savior", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Collect both of the necessary ingredients and cure Jorvuld Davaux of the cult\'s plague.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 5, -["Category_ID"] = 19, -["name"] = "Scalecaller Savior", +["Category_ID"] = 20, } , [1986] = { -["numCriteria"] = 1, +["name"] = "Stony Situation", +["achievementIndex"] = 26, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Doylemish Ironheart in Veteran Scalecaller Peak without a single group member becoming Petrified by Stony Gaze.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Stony Situation", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 26, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1987] = { -["numCriteria"] = 1, +["name"] = "Tremor Trouble", +["achievementIndex"] = 27, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Tremor Trouble", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 27, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1988] = { -["numCriteria"] = 1, -["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.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Doctor\'s Orders", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Dragon Bones", ["achievementIndex"] = 28, -["Category_ID"] = 19, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 1, ["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", +["points"] = 10, +["nextId"] = 0, +["Category_ID"] = 20, } , [1989] = { -["numCriteria"] = 1, +["name"] = "Watch Your Step", +["achievementIndex"] = 29, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Watch Your Step", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 29, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , [1990] = { +["name"] = "Stand Your Ground", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 1, ["description"] = "Defeat Zaan the Scalecaller without being knocked back by her shield.", +["Category"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 6, -["Category_ID"] = 19, -["name"] = "Stand Your Ground", +["Category_ID"] = 20, } , [1991] = { -["numCriteria"] = 1, +["name"] = "Daedric Deflector", +["achievementIndex"] = 30, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 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"] = "Dragon Bones", ["points"] = 10, -["prevId"] = 0, -["name"] = "Daedric Deflector", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Dragon Bones", -["achievementIndex"] = 30, -["Category_ID"] = 19, -["firstID"] = 0, +["Category_ID"] = 20, } , -[2271] = { -["numCriteria"] = 5, +[2486] = { +["name"] = "Assassination Cessation", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["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.", +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Complete \"The Final Order\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Depths of Malatar Conqueror", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 14, -["Category_ID"] = 16, -["firstID"] = 0, +["nextId"] = 2487, +["Category_ID"] = 11, } , -[2270] = { -["numCriteria"] = 5, -["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.", -["points"] = 10, +[2487] = { +["name"] = "Betrayer Breaker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Depths of Malatar Vanquisher", -["SubCategory"] = "General", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 10, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Complete the \"Cadwell the Betrayer\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2488, +["Category_ID"] = 11, } , -[2269] = { -["numCriteria"] = 1, +[2488] = { +["name"] = "Moonwalker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat 150 Stone Watchers in Veteran Depths of Malatar.", +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Complete the \"Jode\'s Core\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Stone Watcher Slayer", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 20, -["Category_ID"] = 16, -["firstID"] = 0, +["nextId"] = 2489, +["Category_ID"] = 11, } , -[2268] = { -["numCriteria"] = 1, +[2489] = { +["name"] = "Queenmaker", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Defeat 350 of Meridia\'s Purified in Veteran Depths of Malatar.", +["firstID"] = 2486, +["numCriteria"] = 1, +["description"] = "Complete \"The Heir of Anequina\" quest in Northern Elsweyr.", +["Category"] = "Elsweyr", ["points"] = 10, -["prevId"] = 0, -["name"] = "Veteran Purified Slayer", -["SubCategory"] = "Veteran", ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 19, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2267] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2490] = { +["name"] = "Baandari Hireling", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Relentless Raider", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 4, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2490, +["numCriteria"] = 1, +["description"] = "Complete your first job for the Baandari job broker Nisuzi in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2491, +["Category_ID"] = 11, } , -[2266] = { -["numCriteria"] = 4, -["SubCategory_ID"] = 2, -["description"] = "Complete the listed achievements for Veteran Frostvault.", -["points"] = 50, +[2491] = { +["name"] = "Baandari Associate", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Frostvault Challenger", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 2, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2490, +["numCriteria"] = 1, +["description"] = "Complete 10 jobs for the Baandari job broker Nisuzi in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2492, +["Category_ID"] = 11, } , -[2265] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Enter either Frostvault or Depths of Malatar for the first time.", -["points"] = 5, +[2492] = { +["name"] = "Baandari Agent", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Wrathstone Explorer", -["SubCategory"] = "General", +["SubCategory_ID"] = 2, +["firstID"] = 2490, +["numCriteria"] = 1, +["description"] = "Complete 30 jobs for the Baandari job broker Nisuzi in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 15, ["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 2, -["Category_ID"] = 16, -["firstID"] = 0, +["Category_ID"] = 11, } , -[2264] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2493] = { +["name"] = "Anequina Monster Hunter", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Safe Keeping", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 7, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2493, +["numCriteria"] = 1, +["description"] = "Complete 1 world boss daily quest for Ri\'hirr of the Northern Elsweyr Defense Force.", +["Category"] = "Elsweyr", +["points"] = 5, +["nextId"] = 2494, +["Category_ID"] = 11, } , -[2263] = { -["numCriteria"] = 1, -["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.", -["points"] = 50, +[2494] = { +["name"] = "Anequina Monster Slayer", +["achievementIndex"] = 5, +["SubCategory"] = "Quests", ["prevId"] = 0, -["name"] = "Smash and Grab", -["SubCategory"] = "Veteran", -["nextId"] = 0, -["Category"] = "Wrathstone", -["achievementIndex"] = 6, -["Category_ID"] = 16, -["firstID"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2493, +["numCriteria"] = 1, +["description"] = "Complete 10 world boss daily quests for Ri\'hirr of the Northern Elsweyr Defense Force.", +["Category"] = "Elsweyr", +["points"] = 10, +["nextId"] = 2495, +["Category_ID"] = 11, } , [2001] = { -["numCriteria"] = 1, +["name"] = "King\'s Haven Pass Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear King\'s Haven Pass.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "King\'s Haven Pass Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 4, ["Category_ID"] = 12, -["firstID"] = 0, } , [2002] = { -["numCriteria"] = 1, +["name"] = "Eton Nir Grotto Explorer", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Eton Nir Grotto.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Eton Nir Grotto Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, ["Category_ID"] = 12, -["firstID"] = 0, } , [2003] = { -["numCriteria"] = 1, +["name"] = "Archon\'s Grove Explorer", +["achievementIndex"] = 6, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Archon\'s Grove.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Archon\'s Grove Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, ["Category_ID"] = 12, -["firstID"] = 0, } , [2004] = { -["numCriteria"] = 1, +["name"] = "Tor-Hame-Khard Explorer", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Tor-Hame-Khard.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Tor-Hame-Khard Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 7, ["Category_ID"] = 12, -["firstID"] = 0, } , [2005] = { -["numCriteria"] = 1, +["name"] = "Wasten Coraldale Explorer", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Wasten Coraldale.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Wasten Coraldale Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 8, ["Category_ID"] = 12, -["firstID"] = 0, } , [2006] = { -["numCriteria"] = 1, +["name"] = "Traitor\'s Vault Explorer", +["achievementIndex"] = 9, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear Traitor\'s Vault.", +["Category"] = "Summerset", ["points"] = 5, -["prevId"] = 0, -["name"] = "Traitor\'s Vault Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 9, ["Category_ID"] = 12, -["firstID"] = 0, } , [2007] = { -["numCriteria"] = 6, +["name"] = "Summerset Cave Delver", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Explore and clear all six explorable caves in Summerset.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Summerset Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 3, ["Category_ID"] = 12, -["firstID"] = 0, } , [2008] = { -["numCriteria"] = 10, +["name"] = "Summerset Pathfinder", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 10, ["description"] = "Discover all the striking locales in Summerset.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Summerset Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 2, ["Category_ID"] = 12, -["firstID"] = 0, } , -[2254] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Time for Mud and Mushrooms\" Psijic Order quest in Summerset.", -["points"] = 10, +[2506] = { +["name"] = "Pellitine Style Master", +["achievementIndex"] = 8, ["prevId"] = 0, -["name"] = "Psijic Mudslinger", -["SubCategory"] = "Quests", -["nextId"] = 2255, -["Category"] = "Summerset", -["achievementIndex"] = 4, -["Category_ID"] = 12, -["firstID"] = 2254, +["firstID"] = 0, +["numCriteria"] = 14, +["description"] = "Learn every chapter in the Pellitine style book, found by completing daily Dragon hunt quests.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , [2010] = { -["numCriteria"] = 2, +["name"] = "Summerset Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in Summerset.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Summerset Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, ["Category_ID"] = 12, -["firstID"] = 0, } , -[2252] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Shattered Staff\" Psijic Order quest in Summerset.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Psijic Repairer", +[2508] = { +["name"] = "Elsweyr Grand Adventurer", +["achievementIndex"] = 2, ["SubCategory"] = "Quests", -["nextId"] = 2253, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["firstID"] = 2249, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Complete 32 quests in Northern Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2251] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Breaches of Frost and Fire\" Psijic Order quest in Summerset.", -["points"] = 10, +[2509] = { +["name"] = "Savior of Elsweyr", +["achievementIndex"] = 4, ["prevId"] = 0, -["name"] = "Psijic Regulator", -["SubCategory"] = "Quests", -["nextId"] = 2252, -["Category"] = "Summerset", -["achievementIndex"] = 3, -["Category_ID"] = 12, -["firstID"] = 2249, +["firstID"] = 0, +["numCriteria"] = 7, +["description"] = "Complete quests, defeat bosses, and explore delves to become the Savior of Elsweyr.", +["Category"] = "Elsweyr", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 11, } , -[2250] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Breaches on the Bay\" Psijic Order quest in Summerset.", -["points"] = 10, +[2236] = { +["name"] = "The Mystic\'s Ice", +["achievementIndex"] = 18, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, -["name"] = "Psijic Pursuer", -["SubCategory"] = "Quests", -["nextId"] = 2251, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Have Galenwe\'s shade destroy 20 roaming Hoarfrost cyclones with his Spiked Ice attack in Cloudrest.", ["Category"] = "Summerset", -["achievementIndex"] = 3, +["points"] = 15, +["nextId"] = 0, ["Category_ID"] = 12, -["firstID"] = 2249, } , -[2249] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete \"The Psijics\' Calling\" Psijic Order quest in Summerset.", -["points"] = 10, +[2238] = { +["name"] = "Valorous Combustion", +["achievementIndex"] = 11, +["SubCategory"] = "Cloudrest", ["prevId"] = 0, -["name"] = "Psijic Responder", -["SubCategory"] = "Quests", -["nextId"] = 2250, +["SubCategory_ID"] = 4, +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "While battling Siroria\'s shade by itself, every Roaring Flare throughout the entire encounter must be split between at least 6 players in Cloudrest.", ["Category"] = "Summerset", -["achievementIndex"] = 3, +["points"] = 10, +["nextId"] = 0, ["Category_ID"] = 12, -["firstID"] = 2249, } , -[2244] = { +[2674] = { +["name"] = "Lightning Strikes Thrice", +["achievementIndex"] = 13, +["SubCategory"] = "Veteran", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 0, ["numCriteria"] = 1, -["SubCategory_ID"] = 3, -["description"] = "Defeat Vsskalvor at an Abyssal Geyser.", +["description"] = "While fighting the Stormborn Revenant in Veteran Icereach, defeat three Storm Atronachs, letting no more than three seconds pass between each kill.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Snake Charmer", -["SubCategory"] = "Abyssal Geysers", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 13, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 14, } , [2016] = { -["numCriteria"] = 1, +["name"] = "Halls of Regulation Explorer", +["achievementIndex"] = 3, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Halls of Regulation.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Halls of Regulation Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 4, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2017] = { -["numCriteria"] = 1, +["name"] = "Shadow Cleft Explorer", +["achievementIndex"] = 4, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Explore and clear the Shadow Cleft.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["name"] = "Shadow Cleft Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 1, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2018] = { -["numCriteria"] = 2, +["name"] = "Clockwork City Master Explorer", +["achievementIndex"] = 1, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear all caves and striking locales in the Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Clockwork City Master Explorer", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 2, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2019] = { -["numCriteria"] = 2, +["name"] = "Clockwork City Cave Delver", +["achievementIndex"] = 2, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Discover and clear both explorable caves in the Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Clockwork City Cave Delver", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 3, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2020] = { -["numCriteria"] = 6, +["name"] = "Clockwork City Pathfinder", +["achievementIndex"] = 8, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Discover all the striking locales in the Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Clockwork City Pathfinder", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 8, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2021] = { +["name"] = "Hlaalu Style Master", +["achievementIndex"] = 12, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Hlaalu style book, found by stealing from civilians\' homes and pockets in Morrowind.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 12, ["Category_ID"] = 13, -["name"] = "Hlaalu Style Master", } , [2022] = { +["name"] = "Redoran Style Master", +["achievementIndex"] = 13, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Redoran style book, found by stealing from civilians\' homes and pockets in Morrowind.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 13, ["Category_ID"] = 13, -["name"] = "Redoran Style Master", } , [2023] = { +["name"] = "Telvanni Style Master", +["achievementIndex"] = 14, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Telvanni style book, found by stealing from civilians\' homes and pockets in Morrowind.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 14, ["Category_ID"] = 13, -["name"] = "Telvanni Style Master", } , [2024] = { -["numCriteria"] = 14, +["name"] = "Refabricated Style Master", +["achievementIndex"] = 13, +["SubCategory"] = "Halls of Fabrication", +["prevId"] = 0, ["SubCategory_ID"] = 3, +["firstID"] = 0, +["numCriteria"] = 14, ["description"] = "Collect and learn every chapter in the Refabricated style book.", +["Category"] = "Morrowind", ["points"] = 50, -["prevId"] = 0, -["name"] = "Refabricated Style Master", -["SubCategory"] = "Halls of Fabrication", ["nextId"] = 0, -["Category"] = "Morrowind", -["achievementIndex"] = 13, ["Category_ID"] = 13, -["firstID"] = 0, } , -[2233] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", -["points"] = 15, +[2078] = { +["name"] = "Asylum Sanctorium Contender", +["achievementIndex"] = 3, +["SubCategory"] = "Asylum Sanctorium", ["prevId"] = 0, -["name"] = "Flares and Deadly Shadows", -["SubCategory"] = "Cloudrest", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 15, -["Category_ID"] = 12, +["SubCategory_ID"] = 3, ["firstID"] = 0, -} -, -[2232] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 4, -["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.", +["description"] = "Defeat Saint Olms the Just, Saint Llothis the Pious, and Saint Felms the Bold in the same fight in Asylum Sanctorium.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["name"] = "Misery Loves Company", -["SubCategory"] = "Cloudrest", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 14, -["Category_ID"] = 12, -["firstID"] = 0, +["Category_ID"] = 21, +} +, +[2607] = { +["name"] = "Blossoming Broker", +["achievementIndex"] = 8, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2606, +["numCriteria"] = 1, +["description"] = "Complete 10 Delve Daily Quests for Guybert Flaubert.", +["Category"] = "Dragonhold", +["points"] = 10, +["nextId"] = 2608, +["Category_ID"] = 15, } , [2027] = { +["name"] = "Clockwork City Master Angler", +["achievementIndex"] = 5, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 12, ["description"] = "Catch all 12 rare fish in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 5, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["name"] = "Clockwork City Master Angler", +["Category_ID"] = 21, } , [2028] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 1, -["description"] = "Defeat The Imperfect in the Sanctuary of Verification.", -["points"] = 10, -["prevId"] = 0, ["name"] = "Imperfection", -["SubCategory"] = "Exploration", -["nextId"] = 0, -["Category"] = "Clockwork City", ["achievementIndex"] = 6, -["Category_ID"] = 20, -["firstID"] = 0, -} -, -[2209] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete 33 quests in Summerset.", -["points"] = 50, +["SubCategory"] = "Exploration", ["prevId"] = 0, -["name"] = "Summerset Grand Adventurer", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 2, -["Category_ID"] = 12, +["SubCategory_ID"] = 1, ["firstID"] = 0, -} -, -[2208] = { ["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Crystal Tower\" quest.", +["description"] = "Defeat The Imperfect in the Sanctuary of Verification.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "What Must Be Done", -["SubCategory"] = "Quests", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 6, -["Category_ID"] = 12, -["firstID"] = 2205, +["Category_ID"] = 21, } , -[2207] = { -["numCriteria"] = 1, +[2599] = { +["name"] = "Halls of the Highmane", +["achievementIndex"] = 4, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Necessary Alliance\" quest.", +["firstID"] = 2596, +["numCriteria"] = 1, +["description"] = "Complete the \"Pride of Alkosh\" quest in Southern Elsweyr.", +["Category"] = "Dragonhold", ["points"] = 10, -["prevId"] = 0, -["name"] = "Enemy of My Enemy", -["SubCategory"] = "Quests", -["nextId"] = 2208, -["Category"] = "Summerset", -["achievementIndex"] = 6, -["Category_ID"] = 12, -["firstID"] = 2205, +["nextId"] = 2600, +["Category_ID"] = 15, } , -[2206] = { -["numCriteria"] = 1, -["SubCategory_ID"] = 2, -["description"] = "Complete the \"Lost in Translation\" quest.", -["points"] = 10, -["prevId"] = 0, -["name"] = "Unreliable Narrator", +[2609] = { +["name"] = "A Call to Arms", +["achievementIndex"] = 7, ["SubCategory"] = "Quests", -["nextId"] = 2207, -["Category"] = "Summerset", -["achievementIndex"] = 6, -["Category_ID"] = 12, -["firstID"] = 2205, +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2609, +["numCriteria"] = 1, +["description"] = "Complete 4 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category"] = "Dragonhold", +["points"] = 5, +["nextId"] = 2610, +["Category_ID"] = 15, } , -[2204] = { -["numCriteria"] = 1, +[2610] = { +["name"] = "Restoring the Order", +["achievementIndex"] = 7, +["SubCategory"] = "Quests", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"The Tower Sentinels\" quest.", +["firstID"] = 2609, +["numCriteria"] = 1, +["description"] = "Complete 12 Dragonguard Quests, including Daily Quests from Dirge Truptor or Chizbari the Chipper, to restore the ancient order and unlock additional services at the Dragonguard Sanctum.", +["Category"] = "Dragonhold", ["points"] = 10, +["nextId"] = 2611, +["Category_ID"] = 15, +} +, +[2534] = { +["name"] = "Pieces of History", +["achievementIndex"] = 6, ["prevId"] = 0, -["name"] = "Resolute Guardian", -["SubCategory"] = "Quests", +["firstID"] = 0, +["numCriteria"] = 12, +["description"] = "Gather pieces of the priceless Khajiit tapestry, Khajiit of the Moons, to honor its history and inspire the citizens of Senchal.", +["Category"] = "Dragonhold", +["points"] = 50, ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["firstID"] = 2201, +["Category_ID"] = 15, } , -[2203] = { +[2615] = { +["name"] = "Senchal\'s Savior", +["achievementIndex"] = 9, +["SubCategory"] = "Quests", +["prevId"] = 0, +["SubCategory_ID"] = 2, +["firstID"] = 2613, ["numCriteria"] = 1, +["description"] = "Complete 30 Group Boss Dailies from Bruccius Baenius.", +["Category"] = "Dragonhold", +["points"] = 15, +["nextId"] = 0, +["Category_ID"] = 15, +} +, +[2537] = { +["name"] = "Reachman Slayer", +["achievementIndex"] = 8, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"Buried Memories\" quest.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 200 Reachman warriors in Veteran Icereach.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Mind Games", -["SubCategory"] = "Quests", -["nextId"] = 2204, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["firstID"] = 2201, +["nextId"] = 0, +["Category_ID"] = 14, } , -[2202] = { -["numCriteria"] = 1, +[2538] = { +["name"] = "Frost Atronach Slayer", +["achievementIndex"] = 9, +["SubCategory"] = "Veteran", +["prevId"] = 0, ["SubCategory_ID"] = 2, -["description"] = "Complete the \"A Pearl of Great Price\" quest.", +["firstID"] = 0, +["numCriteria"] = 1, +["description"] = "Defeat 45 Frost Atronachs in Veteran Icereach.", +["Category"] = "Harrowstorm", ["points"] = 10, -["prevId"] = 0, -["name"] = "Precious Pearl", -["SubCategory"] = "Quests", -["nextId"] = 2203, -["Category"] = "Summerset", -["achievementIndex"] = 5, -["Category_ID"] = 12, -["firstID"] = 2201, +["nextId"] = 0, +["Category_ID"] = 14, } , [2036] = { -["numCriteria"] = 1, +["name"] = "Reef Raider", +["achievementIndex"] = 17, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Queen of the Reef at The Queen\'s Hatchery.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Reef Raider", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 17, ["Category_ID"] = 12, -["firstID"] = 0, } , [2037] = { -["numCriteria"] = 1, +["name"] = "Bucking the Matriarchy", +["achievementIndex"] = 18, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Caanerin at Indrik Frolic.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Bucking the Matriarchy", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 18, ["Category_ID"] = 12, -["firstID"] = 0, } , [2038] = { -["numCriteria"] = 1, +["name"] = "Sea Sload Slugger", +["achievementIndex"] = 19, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat the Sea Sload B\'Korgen at Welenkin Cove.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Sea Sload Slugger", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 19, ["Category_ID"] = 12, -["firstID"] = 0, } , [2039] = { -["numCriteria"] = 1, +["name"] = "Talon Taker", +["achievementIndex"] = 20, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Haeliata and Nagravia at Gryphon Run.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Talon Taker", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 20, ["Category_ID"] = 12, -["firstID"] = 0, } , [2040] = { -["numCriteria"] = 1, +["name"] = "Amphibian Agitator", +["achievementIndex"] = 21, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Graveld at Graveld\'s Hideaway.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Amphibian Agitator", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 21, ["Category_ID"] = 12, -["firstID"] = 0, } , [2041] = { -["numCriteria"] = 1, +["name"] = "Keel Hauler", +["achievementIndex"] = 22, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Keelsplitter at Keelsplitter\'s Nest.", +["Category"] = "Summerset", ["points"] = 10, -["prevId"] = 0, -["name"] = "Keel Hauler", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 22, ["Category_ID"] = 12, -["firstID"] = 0, } , [2042] = { -["numCriteria"] = 6, +["name"] = "Defender of Summerset", +["achievementIndex"] = 16, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 6, ["description"] = "Defeat all six world bosses in Summerset.", +["Category"] = "Summerset", ["points"] = 15, -["prevId"] = 0, -["name"] = "Defender of Summerset", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 16, ["Category_ID"] = 12, -["firstID"] = 0, } , -[2194] = { -["numCriteria"] = 9, -["SubCategory_ID"] = 2, -["description"] = "Stop the conspiracy sowing chaos through Summerset, protect the Crystal Tower, and forge a new alliance to restore the Isles to order.", -["points"] = 15, +[2546] = { +["name"] = "No Rest for the Wicked", +["achievementIndex"] = 3, +["SubCategory"] = "Veteran", ["prevId"] = 0, -["name"] = "The Good of the Many", -["SubCategory"] = "Quests", -["nextId"] = 0, -["Category"] = "Summerset", -["achievementIndex"] = 1, -["Category_ID"] = 12, +["SubCategory_ID"] = 2, ["firstID"] = 0, +["numCriteria"] = 1, +["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"] = "Harrowstorm", +["points"] = 50, +["nextId"] = 0, +["Category_ID"] = 14, } , [2044] = { +["name"] = "Apostle Style Master", +["achievementIndex"] = 6, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Apostle style book, occasionally found as rewards for completing Brass Fortress Resupply daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 6, -["Category_ID"] = 20, -["name"] = "Apostle Style Master", +["Category_ID"] = 21, } , [2045] = { +["name"] = "Ebonshadow Style Master", +["achievementIndex"] = 7, +["prevId"] = 0, +["firstID"] = 0, ["numCriteria"] = 14, ["description"] = "Learn every chapter in the Ebonshadow style book, occasionally found as rewards for completing Blackfeather Court daily quests, Clockwork City daily delve quests, and Clockwork City daily world boss quests.", +["Category"] = "Clockwork City", ["points"] = 50, -["prevId"] = 0, -["firstID"] = 0, ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 7, -["Category_ID"] = 20, -["name"] = "Ebonshadow Style Master", +["Category_ID"] = 21, } , [2046] = { -["numCriteria"] = 1, +["name"] = "Murderer of Crows", +["achievementIndex"] = 7, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 1, ["description"] = "Defeat Ithoxis, Abathoth, and Ssatinot in Exarchs\' Egress.", +["Category"] = "Clockwork City", ["points"] = 10, -["prevId"] = 0, -["name"] = "Murderer of Crows", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 7, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , [2047] = { -["numCriteria"] = 2, +["name"] = "Clockwork City Defender", +["achievementIndex"] = 5, +["SubCategory"] = "Exploration", +["prevId"] = 0, ["SubCategory_ID"] = 1, +["firstID"] = 0, +["numCriteria"] = 2, ["description"] = "Defeat both world bosses in Clockwork City.", +["Category"] = "Clockwork City", ["points"] = 15, -["prevId"] = 0, -["name"] = "Clockwork City Defender", -["SubCategory"] = "Exploration", ["nextId"] = 0, -["Category"] = "Clockwork City", -["achievementIndex"] = 5, -["Category_ID"] = 20, -["firstID"] = 0, +["Category_ID"] = 21, } , } diff --git a/data/ru/ru.lua b/data/ru/ru.lua index 60d9efb..5805908 100644 --- a/data/ru/ru.lua +++ b/data/ru/ru.lua @@ -65,6 +65,9 @@ Area_names = { [19] = { short= "Wrathstone", medium = "Wrathstone", long = "Wrathstone"}, + [20] = { short= "Harrowstorm", + medium = "Harrowstorm", + long = "Harrowstorm"}, } L = { @@ -206,4 +209,5 @@ Locations2 = { -- Used for WB and SQ, --Our Naming -DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire", "Elsweyr", "Dragonhold", "Scalebreaker", "Wrathstone"} \ No newline at end of file +DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", +"Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter", "Murkmire", "Elsweyr", "Dragonhold", "Scalebreaker", "Wrathstone", "Harrowstorm"} \ No newline at end of file diff --git a/history.lua b/history.lua index 2b06ca0..35d5d30 100644 --- a/history.lua +++ b/history.lua @@ -1,6 +1,6 @@ hist = { name = "history", - version = 61, + version = 62, initialised = false, SV={}, L={}, diff --git a/my/visibility.lua b/my/visibility.lua index e69de29..4a3a07a 100644 --- a/my/visibility.lua +++ b/my/visibility.lua @@ -0,0 +1,9 @@ +@Jerm01 Jermjitsu true +@Hisdad 8796093023767539 false +@Hisdad 8796093029425371 false +@Hisdad 8796093034335667 false +@Hisdad 8796093045937121 true +@Hisdad 8796093035066365 false +@Hisdad 8796093022868057 false +@Hisdad 8796093025489301 false +@Hisdad 8796093023954155 false