Skip to content

Commit

Permalink
Add more items.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcraig committed Dec 9, 2023
1 parent 5377368 commit db8abb6
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/AdiBags_ByExpansion_Dragonflight/categories/loot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ AddonTable.loot = {
194381,
194395,
194401,
197924,
-- BoE Jewelry
199030,
199017,
Expand All @@ -25,6 +26,7 @@ AddonTable.loot = {
--
200137,
200212,
203662,
209892,
209896,
209901,
Expand All @@ -34,7 +36,6 @@ AddonTable.loot = {
209927,
209931,
210236,
197924,
-- 424 Boosted Character Loot
--- Warlock
154011,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ AddonTable.trade = {
190450,
190451,
201401,
201399,
-- Optional Reagents
--- Titan Training (iLvl Setting)
198048,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
local AddonName, AddonTable = ...
-- Dragonflight Blacksmithing
AddonTable.blacksmithing = {
189541,
-- Plans
205145,
-- Knowledge
192132,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AddonTable.mining = {
189143,
188658,
190312,
190313,
190394,
190395,
190396,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ local AddonName, AddonTable = ...
-- Dragonflight Fishing
AddonTable.fishing = {
194970,
194966,
}
4 changes: 3 additions & 1 deletion src/AdiBags_ByExpansion_Dragonflight/categories/loot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ AddonTable.loot = {
194381, -- Expedition Researcher's Treads
194395, -- Persistent Threat Cleaver
194401, -- Expedition Guard's Chestguard

197924, -- Wyrm Poacher's Emberblade
-- BoE Jewelry
199030, -- Stonewatcher's Thumb
199017, -- Claw-Marked Signet
Expand All @@ -25,6 +27,7 @@ AddonTable.loot = {
--
200137, -- Chitin Dreadbringer
200212, -- Sand Encrusted Greaves
203662, -- Arcanogolem Crystalblade
209892, -- Summer Soother's Hood
209896, -- Summer Soother's Leggings
209901, -- Summer Soother's Shoulders
Expand All @@ -34,7 +37,6 @@ AddonTable.loot = {
209927, -- Summer Soother's Slippers
209931, -- Summer Soother's Cane
210236, -- Chartreuse Champion's Cloak
197924, -- Wyrm Poacher's Emberblade
-- 424 Boosted Character Loot
--- Warlock
154011, -- Felsoul Band of Destruction
Expand Down
1 change: 1 addition & 0 deletions src/AdiBags_ByExpansion_Dragonflight/categories/trade.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ AddonTable.trade = {
190450, -- Awakened Ire
190451, -- Rousing Ire
201401, -- Iridescent Plume
201399, -- Primal Bear Spine
-- Optional Reagents
--- Titan Training (iLvl Setting)
198048, -- Titan Training Matrix I
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
local AddonName, AddonTable = ...
-- Dragonflight Blacksmithing
AddonTable.blacksmithing = {
189541, -- Primal Molten Alloy [Rank 1 Bronze]
-- Plans
205145, -- Plans: Shadowed Impact Buckler
-- Knowledge
192132, -- Draconium Blade Sharpener
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ local AddonName, AddonTable = ...
AddonTable.mining = {
189143, -- Draconium Ore (Bronze [1])
188658, -- Draconium Ore (Silver [2])
190312, -- Khaz'gorite Ore (Rare)
190312, -- Khaz'gorite Ore (Bronze [1])
190313, -- Khaz'gorite Ore (Silver [2])
190394, -- Severite Ore (Gold [3])
190395, -- Serevite Ore (Bronze [1])
190396, -- Severite Ore (Silver [2])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ local AddonName, AddonTable = ...
-- Dragonflight Fishing
AddonTable.fishing = {
194970, -- Islefin Dorado
194966, -- Thousandbite Piranha
}

0 comments on commit db8abb6

Please sign in to comment.