Skip to content

Commit

Permalink
added vendor items
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Dec 8, 2022
1 parent 5b708b8 commit ff81bd6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion DF-db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,21 @@ db.Filters = {
[194123] = true, -- Chromatic Dust
[194124] = true, -- Vibrant Shard
[201401] = true, -- Iridescent Plume
[201584] = true, -- Serevite Rod
[200113] = true, -- Resonant Crystal
}
},
["Vendor_Reagents"] = {
uiName = Expansion .. " Vendor Reagents",
uiDesc = "Reagents from vendors used in " .. Expansion,
title = "Vendor",
items = {
-- ID = true, --Item name

-- Inscription
[194784] = true, -- Glittering Parchment
[38682] = true, -- Enchanting Vellum
}
},
["Elemental"] = {
uiName = Expansion .. " Elemental",
uiDesc = "Elemental reagents found in " .. Expansion,
Expand Down

0 comments on commit ff81bd6

Please sign in to comment.