From 26816bd94f81ef0514d1f18738b900d51cc9e3e2 Mon Sep 17 00:00:00 2001 From: Jacob Waisner Date: Sun, 15 Sep 2024 17:44:17 -0500 Subject: [PATCH 1/5] Removed duplicate entries for Ominous Energy Crystal Moved "Finishing" to TWW_Global.lua from TWW_Ultimate.lua and added "Optional" to start adding option crafting reagents. --- Databases/TWW/TWW_Global.lua | 61 +++++++++++++++++++++++++++++++++- Databases/TWW/TWW_Ultimate.lua | 59 -------------------------------- 2 files changed, 60 insertions(+), 60 deletions(-) diff --git a/Databases/TWW/TWW_Global.lua b/Databases/TWW/TWW_Global.lua index 2518f66..c4a7fd6 100644 --- a/Databases/TWW/TWW_Global.lua +++ b/Databases/TWW/TWW_Global.lua @@ -32,7 +32,66 @@ 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 + 228338, -- Soul Sigil I + 228339, -- Soul Sigil II + }, + ["Optional"] = { + -- ID, --Item name + 210221, -- Forged Combatant's Heraldry } -- now that db is populated lets pass it on. addonTable.Database.TWWGlobal = db diff --git a/Databases/TWW/TWW_Ultimate.lua b/Databases/TWW/TWW_Ultimate.lua index 5ddbecb..1abe9a2 100644 --- a/Databases/TWW/TWW_Ultimate.lua +++ b/Databases/TWW/TWW_Ultimate.lua @@ -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 From 6a4165168db0fb531986ddd1a81f21f0f1ca6a39 Mon Sep 17 00:00:00 2001 From: Jacob Waisner Date: Sun, 15 Sep 2024 17:53:02 -0500 Subject: [PATCH 2/5] Moved "Darkmoon" to TWW_Inscription.lua from TWW_Ultimate.lua and renamed to "Embellishment" as they are created by Inscription and are classified as embellishments in crafting window. --- Databases/TWW/TWW_Global.lua | 1 + Databases/TWW/TWW_Inscription.lua | 28 +++++++++++++++++++++++++++- Databases/TWW/TWW_Ultimate.lua | 26 -------------------------- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/Databases/TWW/TWW_Global.lua b/Databases/TWW/TWW_Global.lua index c4a7fd6..304e2cc 100644 --- a/Databases/TWW/TWW_Global.lua +++ b/Databases/TWW/TWW_Global.lua @@ -92,6 +92,7 @@ local db = { ["Optional"] = { -- ID, --Item name 210221, -- Forged Combatant's Heraldry + } -- now that db is populated lets pass it on. addonTable.Database.TWWGlobal = db diff --git a/Databases/TWW/TWW_Inscription.lua b/Databases/TWW/TWW_Inscription.lua index 982f3ce..02537ec 100644 --- a/Databases/TWW/TWW_Inscription.lua +++ b/Databases/TWW/TWW_Inscription.lua @@ -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 diff --git a/Databases/TWW/TWW_Ultimate.lua b/Databases/TWW/TWW_Ultimate.lua index 1abe9a2..3fdd5aa 100644 --- a/Databases/TWW/TWW_Ultimate.lua +++ b/Databases/TWW/TWW_Ultimate.lua @@ -295,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 From 4c2eb8c668eaea46de459586f81e9b4d879a6e5f Mon Sep 17 00:00:00 2001 From: Jacob Waisner Date: Sun, 15 Sep 2024 18:23:18 -0500 Subject: [PATCH 3/5] Added "Embellishment" to Jewelcrafting, Leatherworking, and Tailoring as a start to updating them to contain what embellishments can be created by the respective profession. --- Databases/TWW/TWW_Global.lua | 11 +++++++++-- Databases/TWW/TWW_Jewelcrafting.lua | 10 +++++++++- Databases/TWW/TWW_Leatherworking.lua | 10 +++++++++- Databases/TWW/TWW_Tailoring.lua | 8 ++++++++ 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/Databases/TWW/TWW_Global.lua b/Databases/TWW/TWW_Global.lua index 304e2cc..a52d95c 100644 --- a/Databases/TWW/TWW_Global.lua +++ b/Databases/TWW/TWW_Global.lua @@ -86,12 +86,19 @@ local db = { 222519, -- Core Framework 222518, -- Core Framework 222517, -- Core Framework - 228338, -- Soul Sigil I - 228339, -- Soul Sigil II }, ["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. diff --git a/Databases/TWW/TWW_Jewelcrafting.lua b/Databases/TWW/TWW_Jewelcrafting.lua index 3094590..b207f54 100644 --- a/Databases/TWW/TWW_Jewelcrafting.lua +++ b/Databases/TWW/TWW_Jewelcrafting.lua @@ -35,8 +35,16 @@ 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 - } + } } -- now that db is populated lets pass it on. addonTable.Database.TWWJewelcrafting = db diff --git a/Databases/TWW/TWW_Leatherworking.lua b/Databases/TWW/TWW_Leatherworking.lua index 48ec513..de8c9a2 100644 --- a/Databases/TWW/TWW_Leatherworking.lua +++ b/Databases/TWW/TWW_Leatherworking.lua @@ -55,7 +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. addonTable.Database.TWWLeatherworking = db diff --git a/Databases/TWW/TWW_Tailoring.lua b/Databases/TWW/TWW_Tailoring.lua index c7e98f6..4c9ca1f 100644 --- a/Databases/TWW/TWW_Tailoring.lua +++ b/Databases/TWW/TWW_Tailoring.lua @@ -68,6 +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 } } From f81505b4816fd1e89bb717957d954a25581a1fc4 Mon Sep 17 00:00:00 2001 From: Jacob Waisner Date: Sun, 15 Sep 2024 18:47:07 -0500 Subject: [PATCH 4/5] Updated more embellishments to Engineering and Jewelcrafting --- Databases/TWW/TWW_Engineering.lua | 12 +++++++++++- Databases/TWW/TWW_Jewelcrafting.lua | 4 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Databases/TWW/TWW_Engineering.lua b/Databases/TWW/TWW_Engineering.lua index 155f44e..afde741 100644 --- a/Databases/TWW/TWW_Engineering.lua +++ b/Databases/TWW/TWW_Engineering.lua @@ -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. diff --git a/Databases/TWW/TWW_Jewelcrafting.lua b/Databases/TWW/TWW_Jewelcrafting.lua index b207f54..761f592 100644 --- a/Databases/TWW/TWW_Jewelcrafting.lua +++ b/Databases/TWW/TWW_Jewelcrafting.lua @@ -43,7 +43,9 @@ local db = { 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. From 7ce8b7d2412005c529fc87ff620909d63d933a58 Mon Sep 17 00:00:00 2001 From: Jacob Waisner Date: Sun, 15 Sep 2024 18:51:18 -0500 Subject: [PATCH 5/5] Fixing missing bracket --- Databases/TWW/TWW_Leatherworking.lua | 1 + Databases/TWW/TWW_Tailoring.lua | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Databases/TWW/TWW_Leatherworking.lua b/Databases/TWW/TWW_Leatherworking.lua index de8c9a2..cf0b911 100644 --- a/Databases/TWW/TWW_Leatherworking.lua +++ b/Databases/TWW/TWW_Leatherworking.lua @@ -64,6 +64,7 @@ local db = { 219495, -- Blessed Weapon Grip 1 219496, -- Blessed Weapon Grip 2 219497, -- Blessed Weapon Grip 3 + } } -- now that db is populated lets pass it on. addonTable.Database.TWWLeatherworking = db diff --git a/Databases/TWW/TWW_Tailoring.lua b/Databases/TWW/TWW_Tailoring.lua index 4c9ca1f..61d68ad 100644 --- a/Databases/TWW/TWW_Tailoring.lua +++ b/Databases/TWW/TWW_Tailoring.lua @@ -76,7 +76,6 @@ local db = { 222871, -- Duskthread Lining 1 222872, -- Duskthread Lining 2 222873, -- Duskthread Lining 3 - } } -- now that db is populated lets pass it on.