Added Commander Andreon
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
## Title: AtlasLoot TW Edition
|
||||
## Notes: Shows the possible loot from the bosses
|
||||
## Author: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons), |cffbe5effLexie|r
|
||||
## Version: 1.0.6
|
||||
## Version: 1.0.7
|
||||
## SavedVariables: AtlasLoot_updateavailable
|
||||
## SavedVariablesPerCharacter: AtlasLootCharDB
|
||||
## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, DewdropLib, Ace2, EquipCompare, EQCompare
|
||||
|
||||
+2
-1
@@ -69,7 +69,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
||||
--Establish version number and compatible version of Atlas
|
||||
local VERSION_MAJOR = "1";
|
||||
local VERSION_MINOR = "0";
|
||||
local VERSION_BOSSES = "6";
|
||||
local VERSION_BOSSES = "7";
|
||||
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
|
||||
ATLASLOOT_CURRENT_ATLAS = "1.12.0";
|
||||
ATLASLOOT_PREVIEW_ATLAS = "1.12.1";
|
||||
@@ -2489,6 +2489,7 @@ AtlasLoot_DewDropDown_SubTables = {
|
||||
{ AL["Corpsemuncher"], "KCCorpsemuncher" },
|
||||
{ AL["Guard Captain Gort"], "KCGuardCaptainGort" },
|
||||
{ AL["Archlich Enkhraz"], "KCArchlichEnkhraz" },
|
||||
{ AL["Commander Anderson"], "KCCommanderAnderson" },
|
||||
{ AL["Alarus"], "KCAlarus" },
|
||||
},
|
||||
["CavernsOfTimeBlackMorass"] = {
|
||||
|
||||
@@ -433,7 +433,7 @@ AtlasLoot_Data["AtlasLootRepItems"] = {
|
||||
{ 60882, "", "=q3=Magram Windstriker", "=ds=#w2#"},
|
||||
{ 0, "", "", "" },
|
||||
{ 0, "INV_Misc_Head_Centaur_01", "=q6=#r5#", "" },
|
||||
{ 60885, "", "=q4=Dar'kar of the Third Khan", "=ds=#w9#"},
|
||||
{ 60885, "", "=q4=Dar'kar of the Third Khan", "=ds=#h2#, #w1#"},
|
||||
{ 60968, "", "=q3=Pattern: Centaur Battle Harness", "=ds=#p7# (300)"},
|
||||
{ 60967, "", "=q3=Pattern: Dustguider Sash", "=ds=#p8# (300)"},
|
||||
{ 60969, "", "=q3=Formula: Enchant Bracer - Greater Agility", "=ds=#p4# (300)"},
|
||||
|
||||
@@ -636,6 +636,7 @@ AtlasLootBossButtons = {
|
||||
"KCCorpsemuncher";
|
||||
"KCGuardCaptainGort";
|
||||
"KCArchlichEnkhraz";
|
||||
"KCCommanderAnderson";
|
||||
"KCAlarus";
|
||||
};
|
||||
CavernsOfTimeBlackMorass = {
|
||||
@@ -2834,6 +2835,14 @@ AtlasLoot_Data["AtlasLootItems"] = {
|
||||
{ 0, "", "", "" },
|
||||
{ 80010, "INV_box_petcarrier_01", "=q1=Midnight", "=ds=#e15#", "5%" },
|
||||
};
|
||||
KCCommanderAnderson = {
|
||||
{ 50188, "INV_Belt_03", "=q3=Deathforge Belt", "=ds=#s10#, #a4#", "16% ?" },
|
||||
{ 50189, "INV_Belt_27", "=q3=Ring of Authority", "=ds=#s13#", "16% ?" },
|
||||
{ 50190, "INV_Boots_05", "=q3=Boots of the Holy Mentor", "=ds=#s12#, #a1#", "16% ?" },
|
||||
{ 50191, "INV_Gauntlets_09", "=q3=Frostchain Gauntlets", "=ds=#s9#, #a3#", "16% ?" },
|
||||
{ 50192, "INV_Jewelry_Ring_35", "=q3=Band of Arcane Dampening", "=ds=#s13#", "16% ?" },
|
||||
{ 50193, "INV_Shoulder_24", "=q3=Gravewalker Pauldrons", "=ds=#s3#, #a2#", "16% ?" },
|
||||
};
|
||||
KCAlarus = {
|
||||
{ 83465, "INV_misc_cape_21", "=q3=Shroud of Haunted Torment", "=ds=#s4#, #a1#", "25%" },
|
||||
{ 83466, "INV_pants_plate_20", "=q3=Baneforged Leggings", "=ds=#s11#, #a4#", "25%" },
|
||||
|
||||
@@ -920,6 +920,7 @@ AL:RegisterTranslations("enUS", function() return {
|
||||
["Corpsemuncher"] = true,
|
||||
["Guard Captain Gort"] = true,
|
||||
["Archlich Enkhraz"] = true,
|
||||
["Commander Anderson"] = true,
|
||||
["Alarus"] = true,
|
||||
["Caverns of Time: Black Morass"] = true,
|
||||
["Chronar"] = true,
|
||||
|
||||
@@ -373,6 +373,7 @@ AtlasLoot_TableNames = {
|
||||
["KCCorpsemuncher"] = { AL["Corpsemuncher"], "AtlasLootItems" },
|
||||
["KCGuardCaptainGort"] = { AL["Guard Captain Gort"], "AtlasLootItems" },
|
||||
["KCArchlichEnkhraz"] = { AL["Archlich Enkhraz"], "AtlasLootItems" },
|
||||
["KCCommanderAnderson"] = { AL["Commander Anderson"], "AtlasLootItems" },
|
||||
["KCAlarus"] = { AL["Alarus"], "AtlasLootItems" },
|
||||
-- Caverns of Time: Black Morass
|
||||
["COTBMChronar"] = { AL["Chronar"], "AtlasLootItems" },
|
||||
|
||||
Reference in New Issue
Block a user