local myname, ns = ... local dftlrknowledge = { note= "This can only be looted once per character.", currency=2026, requires = ns.conditions.Profession(ns.PROF_DF_TAILORING), hide_before = ns.conditions.Profession(ns.PROF_DF_TAILORING, 25), group = "professionknowledge", texture=ns.atlas_texture("VignetteLoot", {r=0.5,g=1,b=1,}), minimap = true, } -- https://www.wowhead.com/guide/professions/knowledge-point-treasure-locations-dragon-isles ns.RegisterPoints(ns.WAKINGSHORES, { [74773797] = { note = "Wingrest Embassy, fluttering on top of one of the buildings a bit to the south.", loot = { 198699, -- Mysterious Banner }, quest = 70302, }, [25136977] = { note = "Dragonbane Keep. When doing the Siege of Dragonbane Keep, this is just outside the cave where the end boss spawns. It's a piece of fabric hanging on a tree. Requires some precision Dragonriding or a warlock portal to reach.", loot = { 198702, -- Itinerant Singed Fabric }, quest = 70304, }, }, dftlrknowledge) ns.RegisterPoints(ns.OHNAHRANPLAINS, { [35374016] = { note = "Nokhudon Hold. Sitting in a small hut on the floor right before entering the arena for the quest fight. 3 elites in the hut.", loot = { 198692, -- Noteworthy Scrap of Carpet }, quest = 70295, }, [65935327] = { note = "Cleverwood Hollow. Use the {item:380599:Catnip Frond} and collect it.", loot = { 201020, -- Silky Surprise }, quest = 70303, }, }, dftlrknowledge) ns.RegisterPoints(ns.AZURESPAN, { [16183892] = { note = "Brackenhide Hollow - Elite mob area. A red carpet hanging on a tree within a makeshift tent.", loot = { 198680, -- Decaying Brackenhide Blanket }, quest = 70284, }, [40685493] = { note = "North of Azure Archives, in a small tower-like building full of mirror images of Kalecgos. Blue Cloth lying on the floor when you follow the stairs to the left.", loot = { 198662, -- Intriguing Bolt of Blue Cloth }, quest = 70267, }, }, dftlrknowledge) ns.RegisterPoints(ns.THALDRASZUS, { [60407970] = { note = "Temporal Conflux, on the northeasteast platform -- small banner inside a pile of sand.", loot = { 198684, -- Miniature Bronze Dragonflight Banner }, quest = 70288, }, [58684587] = { note = "Algeth'ar Academy, south of the dungeon portal, slightly on the left. {item:380763:Ancient Dragonweave Loom} is inside and starts a minigame where you connect the spools of thread to the center gem. Completing the game awards the item.", loot = { 201019, -- Ancient Dragonweave Bolt }, quest = 70372, }, }, dftlrknowledge) ns.RegisterPoints(ns.ZARALEKCAVERN, { [47214855] = { loot={206019}, -- Abandoned Reserve Chute quest=76102, vignette=5736, }, [44521565] = { loot={206030}, -- Exquisitely Embroidered Banner quest=76116, vignette=5738, }, [59117314] = { loot={206025}, -- Used Medical Wrap Kit quest=76110, vignette=5737, }, }, dftlrknowledge) ns.RegisterPoints(ns.EMERALDDREAM, { [53272792] = { loot={210461}, -- Exceedingly Soft Wildercloth quest=78414, vignette=5946, }, [40708616] = { loot={210463}, -- Snuggle Buddy quest=78416, vignette=5948, }, [49836148] = { loot={210462}, -- Plush Pillow quest=78415, vignette=5947, }, }, dftlrknowledge)