Skip to content

Commit

Permalink
Add more items.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcraig committed Feb 5, 2024
1 parent 55a8328 commit 7ee3d3d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ local AddonName, AddonTable = ...
-- Dragonflight Inscription
AddonTable.inscription = {
-- Pigments
198412,
198416,
198419,
198421,
198422,
-- Vendor Bought Reagents
198487,
-- Mysteries
194829,
-- Fortune Cards
199116,
199117,
199157,
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ AddonTable.jewelcrafting = {
-- Stone/Glass
192880,
192872,
-- Statues and Carvings
193011,
-- Extravagant Glasswares
202052,
-- Gems (Cut)
192900,
192903,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ local AddonName, AddonTable = ...
-- Dragonflight Inscription
AddonTable.inscription = {
-- Pigments
198412, -- Serene Pigment [Bronze (1)]
198416, -- Flourishing Pigment [Silver (2)]
198419, -- Blazing Pigment [Silver (2)]
198421, -- Shimmering Pigment [Bronze (1)]
198422, -- Shimmering Pigment [Silver (2)]
-- Vendor Bought Reagents
198487, -- Iridescent Water
-- Mysteries
194829, -- Fated Fortune Card
-- Fortune Cards
199116, -- Fated Fortune Card (7g)
199117, -- Fated Fortune Card (7g)
199157, -- Fated Fortune Card (1g)
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ AddonTable.jewelcrafting = {
-- Stone/Glass
192880, -- Crumbled Stone
192872, -- Fractured Glass
-- Statues and Carvings
193011, -- Revitalizing Red Carving [Bronze (1)]
-- Extravagant Glasswares
202052, -- Timewatcher's Patience [Silver (2)]
-- Gems (Cut)
Expand Down

0 comments on commit 7ee3d3d

Please sign in to comment.