Skip to content

Commit

Permalink
Merge pull request #8 from N6REJ/Finishing-Optional
Browse files Browse the repository at this point in the history
Update Embellishment and Optional Reagents
  • Loading branch information
N6REJ authored Sep 15, 2024
2 parents 3dbbb8a + 7ce8b7d commit 5029780
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 91 deletions.
12 changes: 11 additions & 1 deletion Databases/TWW/TWW_Engineering.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,17 @@ local db = {
227773, -- Pummel-Proof Plating
221862, -- Safety Switch
221856, -- Whimsical Wiring

},
["Embellishment"] = {
221941, -- Energy Redistribution Beacon 1
221942, -- Energy Redistribution Beacon 2
221943, -- Energy Redistribution Beacon 3
221935, -- Pouch of Pocket Grenades 1
221936, -- Pouch of Pocket Grenades 2
221937, -- Pouch of Pocket Grenades 3
221938, -- Concealed Chaos Module 1
221939, -- Concealed Chaos Module 2
221940, -- Concealed Chaos Module 3
}
}
-- now that db is populated lets pass it on.
Expand Down
69 changes: 68 additions & 1 deletion Databases/TWW/TWW_Global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,74 @@ local db = {
213611, -- Writhing Sample
213610, -- Crystalline Powder
213613, -- Leyline Residue
}
},
["Finishing"] = {
-- ID, --Item name
225912, -- Hot Honeycomb
225673, -- Artisan's Consortium Seal of Approval
225672, -- Unraveled Instructions
225670, -- Apprentice's Crafting License
225671, -- Stack of Pentagold Reviews
224178, -- Mirror Powder 1
224177, -- Mirror Powder 2
224176, -- Mirror Powder 3
225987, -- Bottled Brilliance 1
225988, -- Bottled Brilliance 2
225989, -- Bottled Brilliance 3
214043, -- Bottled Brilliance
224173, -- Concentration Concentrate 1
224174, -- Concentration Concentrate 2
224175, -- Concentration Concentrate 3
222884, -- Weavercloth Embroidery Thread 3
222883, -- Weavercloth Embroidery Thread 2
222882, -- Weavercloth Embroidery Thread 1
222887, -- Preserving Embroidery Thread 3
222886, -- Preserving Embroidery Thread 2
222885, -- Preserving Embroidery Thread 1
222501, -- Forged Framework 3
222500, -- Forged Framework 2
222499, -- Forged Framework 1
213767, -- Ominous Energy Crystal
213766, -- Ominous Energy Crystal
213765, -- Ominous Energy Crystal
213764, -- Sifted Cave Sand
213763, -- Sifted Cave Sand
213762, -- Sifted Cave Sand
228403, -- Bubbling Mycobloom Culture
228402, -- Bubbling Mycobloom Culture
228401, -- Bubbling Mycobloom Culture
222514, -- Tempered Framework 1
222515, -- Tempered Framework 2
222516, -- Tempered Framework 3
228404, -- Petal Powder
228406, -- Petal Powder
228405, -- Petal Powder
222879, -- Bright Polishing Cloth
222881, -- Bright Polishing Cloth
222880, -- Bright Polishing Cloth
222513, -- Adjustable Framework
222512, -- Adjustable Framework
222511, -- Adjustable Framework
225985, -- Assorted Choking Hazards
225986, -- Assorted Choking Hazards
225984, -- Assorted Choking Hazards
222519, -- Core Framework
222518, -- Core Framework
222517, -- Core Framework
},
["Optional"] = {
-- ID, --Item name
210221, -- Forged Combatant's Heraldry
210233, -- Forged Gladiator's Heraldry
224072, -- Enchanted Runed Harbinger Crest
224073, -- Enchanted Gilded Harbinger Crest
224069, -- Enchanted Weathered Harbinger Crest
210232, -- Forged Aspirant's Heraldry
228338, -- Soul Sigil I
228339, -- Soul Sigil II

}

}
-- now that db is populated lets pass it on.
addonTable.Database.TWWGlobal = db
28 changes: 27 additions & 1 deletion Databases/TWW/TWW_Inscription.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,33 @@ local db = {
222555, -- Codified Greenwood
222556, -- Codified Greenwood
222557, -- Codified Greenwood
}
},
["Embellishment"] = {
222561, -- Darkmoon Sigil: Ascension
226022, -- Darkmoon Sigil: Ascension
226023, -- Darkmoon Sigil: Ascension
226024, -- Darkmoon Sigil: Ascension
222562, -- Darkmoon Sigil: Radiance
226025, -- Darkmoon Sigil: Radiance
226026, -- Darkmoon Sigil: Radiance
226027, -- Darkmoon Sigil: Radiance
219561, -- Darkmoon Sigil: Symbiosis
219562, -- Darkmoon Sigil: Symbiosis
219563, -- Darkmoon Sigil: Symbiosis
222126, -- Darkmoon Sigil: Symbiosis
222563, -- Darkmoon Sigil: Symbiosis
226028, -- Darkmoon Sigil: Symbiosis
226029, -- Darkmoon Sigil: Symbiosis
226030, -- Darkmoon Sigil: Symbiosis
219564, -- Darkmoon Sigil: Vivacity
219565, -- Darkmoon Sigil: Vivacity
219566, -- Darkmoon Sigil: Vivacity
222127, -- Darkmoon Sigil: Vivacity
222564, -- Darkmoon Sigil: Vivacity
226031, -- Darkmoon Sigil: Vivacity
226032, -- Darkmoon Sigil: Vivacity
226033, -- Darkmoon Sigil: Vivacity
}
}
-- now that db is populated lets pass it on.
addonTable.Database.TWWInscription = db
14 changes: 12 additions & 2 deletions Databases/TWW/TWW_Jewelcrafting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,18 @@ local db = {
["Fragments"] = {
213398, -- Handful of Pebbles
213399, -- Glittering Glass

}
},
["Embellishment"] = {
213768, -- Elemental Focusing Lens 1
213769, -- Elemental Focusing Lens 2
213770, -- Elemental Focusing Lens 3
213774, -- Captured Starlight 1
213775, -- Captured Starlight 2
213776, -- Captured Starlight 3
213771, -- Prismatic Null Stone 1
213772, -- Prismatic Null Stone 2
213773, -- Prismatic Null Stone 3
}
}
-- now that db is populated lets pass it on.
addonTable.Database.TWWJewelcrafting = db
9 changes: 9 additions & 0 deletions Databases/TWW/TWW_Leatherworking.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ local db = {
219901, -- Storm-Touched Weapon Wrap
219902, -- Storm-Touched Weapon Wrap
219903, -- Storm-Touched Weapon Wrap
},
["Embellishment"] = {
-- ID, --Item name
219504, -- Writhing Armor Band 1
219505, -- Writhing Armor Band 2
219506, -- Writhing Armor Band 3
219495, -- Blessed Weapon Grip 1
219496, -- Blessed Weapon Grip 2
219497, -- Blessed Weapon Grip 3
}
}
-- now that db is populated lets pass it on.
Expand Down
9 changes: 8 additions & 1 deletion Databases/TWW/TWW_Tailoring.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,14 @@ local db = {
},
["Vendor"] = {
224764, -- Mosswool Thread

},
["Embellishment"] = {
222868, -- Dawnthread Lining 1
222869, -- Dawnthread Lining 2
222870, -- Dawnthread Lining 3
222871, -- Duskthread Lining 1
222872, -- Duskthread Lining 2
222873, -- Duskthread Lining 3
}
}
-- now that db is populated lets pass it on.
Expand Down
85 changes: 0 additions & 85 deletions Databases/TWW/TWW_Ultimate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,65 +6,6 @@ local _, addonTable = ...

-- Database
local db = {
["Finishing"] = {
-- ID, --Item name
225912, -- Hot Honeycomb
225673, -- Artisan's Consortium Seal of Approval
225672, -- Unraveled Instructions
225670, -- Apprentice's Crafting License
225671, -- Stack of Pentagold Reviews
224178, -- Mirror Powder 1
224177, -- Mirror Powder 2
224176, -- Mirror Powder 3
225987, -- Bottled Brilliance 1
225988, -- Bottled Brilliance 2
225989, -- Bottled Brilliance 3
214043, -- Bottled Brilliance
224173, -- Concentration Concentrate 1
224174, -- Concentration Concentrate 2
224175, -- Concentration Concentrate 3
222884, -- Weavercloth Embroidery Thread 3
222883, -- Weavercloth Embroidery Thread 2
222882, -- Weavercloth Embroidery Thread 1
222887, -- Preserving Embroidery Thread 3
222886, -- Preserving Embroidery Thread 2
222885, -- Preserving Embroidery Thread 1
222501, -- Forged Framework 3
222500, -- Forged Framework 2
222499, -- Forged Framework 1
213767, -- Ominous Energy Crystal
213766, -- Ominous Energy Crystal
213765, -- Ominous Energy Crystal
213764, -- Sifted Cave Sand
213763, -- Sifted Cave Sand
213762, -- Sifted Cave Sand
228403, -- Bubbling Mycobloom Culture
228402, -- Bubbling Mycobloom Culture
228401, -- Bubbling Mycobloom Culture
213767, -- Ominous Energy Crystal
213766, -- Ominous Energy Crystal
213765, -- Ominous Energy Crystal
222514, -- Tempered Framework 1
222515, -- Tempered Framework 2
222516, -- Tempered Framework 3
228404, -- Petal Powder
228406, -- Petal Powder
228405, -- Petal Powder
222879, -- Bright Polishing Cloth
222881, -- Bright Polishing Cloth
222880, -- Bright Polishing Cloth
222513, -- Adjustable Framework
222512, -- Adjustable Framework
222511, -- Adjustable Framework
225985, -- Assorted Choking Hazards
225986, -- Assorted Choking Hazards
225984, -- Assorted Choking Hazards
222519, -- Core Framework
222518, -- Core Framework
222517, -- Core Framework
228338, -- Soul Sigil I
228339, -- Soul Sigil II
},
['Turn-In'] = {
224025, -- Crackling Shard
212493, -- Odd Glob of Wax
Expand Down Expand Up @@ -354,32 +295,6 @@ local db = {
222233, -- Two of Vivacity
222673, -- Two of Vivacity
},
["Darkmoon"] = {
222561, -- Darkmoon Sigil: Ascension
226022, -- Darkmoon Sigil: Ascension
226023, -- Darkmoon Sigil: Ascension
226024, -- Darkmoon Sigil: Ascension
222562, -- Darkmoon Sigil: Radiance
226025, -- Darkmoon Sigil: Radiance
226026, -- Darkmoon Sigil: Radiance
226027, -- Darkmoon Sigil: Radiance
219561, -- Darkmoon Sigil: Symbiosis
219562, -- Darkmoon Sigil: Symbiosis
219563, -- Darkmoon Sigil: Symbiosis
222126, -- Darkmoon Sigil: Symbiosis
222563, -- Darkmoon Sigil: Symbiosis
226028, -- Darkmoon Sigil: Symbiosis
226029, -- Darkmoon Sigil: Symbiosis
226030, -- Darkmoon Sigil: Symbiosis
219564, -- Darkmoon Sigil: Vivacity
219565, -- Darkmoon Sigil: Vivacity
219566, -- Darkmoon Sigil: Vivacity
222127, -- Darkmoon Sigil: Vivacity
222564, -- Darkmoon Sigil: Vivacity
226031, -- Darkmoon Sigil: Vivacity
226032, -- Darkmoon Sigil: Vivacity
226033, -- Darkmoon Sigil: Vivacity
},
["Trinket"] = {
219673, -- Darkmook Deck: Symbiosis
222680, -- Darkmoon Deck: Ascension
Expand Down

0 comments on commit 5029780

Please sign in to comment.