Files
coa-atlasloot/AtlasLoot/Menus/AscensionCollectionMenu.lua
andrew6180 9b7cf19457 7.3
2023-12-29 11:51:34 -07:00

77 lines
1.6 KiB
Lua

local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot")
AtlasLoot_SubMenus["CollectionsAscensionCLASSIC"] = {
{ "", "Convenience" },
{ "", "Mounts" },
{ "", "Pets" },
{ "", "Toys" },
{ "", "Seasonal" },
{ "", "Consumable" },
{ "", "Uncategorized" },
{ "Weapons", "", {
{ "", "Axe1H" },
{ "", "Axe2H" },
{ "", "Sword1H" },
{ "", "Sword2H" },
{ "", "Mace1H" },
{ "", "Mace2H" },
{ "", "Dagger" },
{ "", "Fist" },
{ "", "Shield" },
{ "", "Polearm" },
{ "", "Bow" },
{ "", "Gun" },
{ "", "Crossbow" },
{ "", "Thrown" },
{ "", "Wand" },
{ "", "Staff" },
{ "", "FishingPole" },
{ "", "OffHand" },
} },
{ "Armor", "", {
{ "", "Head" },
{ "", "Shoulder" },
{ "", "Chest" },
{ "", "Waist" },
{ "", "Legs" },
{ "", "Feet" },
{ "", "Wrist" },
{ "", "Hands" },
{ "", "Back" },
{ "", "Cloth" },
{ "", "Leather" },
{ "", "Mail" },
{ "", "Plate" },
{ "", "Sets" },
} },
{ "Miscellaneous", "", {
{ "", "Shirt" },
{ "", "Tabard" },
{ "", "Backpack" },
{ "", "Illusion" },
} },
{ "Spells", "", {
{ "", "Visual" },
{ "", "Effect" },
{ "", "Incarnation" },
} },
{ "TamedPets", "", {
{ "", "Whistle" },
{ "", "SummonStone" },
{ "", "Vellum" },
{ "", "Warhorn" },
{ "", "Lodestone" },
} },
}
AtlasLoot_SubMenus["CollectionsAscensionTBC"] = AtlasLoot_SubMenus["CollectionsAscensionCLASSIC"]
AtlasLoot_SubMenus["CollectionsAscensionWRATH"] = AtlasLoot_SubMenus["CollectionsAscensionCLASSIC"]