-
Notifications
You must be signed in to change notification settings - Fork 0
/
DF-Global.lua
213 lines (209 loc) · 9.49 KB
/
DF-Global.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
-- AdiBags Global items - Database
-- Created by @project-author@ character is Bearesquishy - Dalaran please credit whenever.
-- Source on GitHub: https://n6rej.github.io
---@type
---
local addonName, addonTable = ...
-- Get the common name for Release
local E = addonTable.expansion
local Expansion = E["Dragonflight"]
-- Create addon table
local db = {}
-- Filter info
db.Filters = {
["Global_Reagents"] = {
uiName = "Bears " .. Expansion .. " Global Reagents",
uiDesc = "Common reagents from " .. Expansion,
title = "Global",
items = {
-- ID = true, --Item name
[190454] = true, -- Primal Chaos
[202122] = true, -- Primal Chaos Cluster
[200686] = true, -- Primal Focus
[190456] = true, -- Artisan's Mettle
[201405] = true, -- Tuft of Primal Wool -- Used by many professions
[201406] = true, -- Glowing Titan Orb -- Used by many professions
[199197] = true, -- Bottled Essence
[190455] = true, -- Concentrated Primal Focus
[201400] = true, -- Aquatic Maw -- Used by blacksmith and leatherworking
[204217] = true, -- Unstable Elementium
}
},
["Sparks"] = {
uiName = "Bears " .. Expansion .. " Sparks & crests",
uiDesc = "Sparks & crests from " .. Expansion,
title = "Sparks",
items = {
-- ID = true, --Item name
[204195] = true, -- Drake's Shadowflame Crest
[204193] = true, -- Whelpling's Shadowflame Crest
[204697] = true, -- Enchanted Aspect's Shadowflame Crest
[204196] = true, -- Wyrm's Shadowflame Crest
[204194] = true, -- Aspect's Shadowflame Crest
[204682] = true, -- Enchanted Wyrm's Shadowflame Crest
[204681] = true, -- Enchanted Whelpling's Shadowflame Crest
[204440] = true, -- Spark of Shadowflame
[190453] = true, -- Spark of Ingenuity
[204717] = true, -- Splintered Spark of Shadowflame
[208396] = true, -- Splintered Spark of Dreams
[206959] = true, -- Spark of Dreams
[206960] = true, -- Enchanted Wyrm's Dreaming Crest
}
},
["Combine"] = {
uiName = Expansion .. " combine Items",
uiDesc = "Items that need to be combined in" .. Expansion,
title = "Combine",
items = {
-- ID = true, --Item name
[203703] = true, -- Prismatic Fragment
[203702] = true, -- Experimental Melder
[204360] = true, -- Strange Petrified Orb
[204369] = true, -- Scrap of Black Dragonscales
[204366] = true, -- Egg of unknown Contents
[204352] = true, -- Leftover Elemental Slime
[204371] = true, -- Drop of Blue Dragon Magic
[204075] = true, -- Whelpling's Shadowflame Crest Fragment
[204078] = true, -- Aspect's Shadowflame Crest Fragment
[204077] = true, -- Wyrm's Shadowflame Crest Fragment
[204076] = true, -- Drake's Shadowflame Crest Fragment
[204363] = true, -- Particularly Ordinary Egg
[206014] = true, -- Ouroboros Tablet
[206017] = true, -- Ouroboros Tablet
[206015] = true, -- Ouroboros Tablet
[206009] = true, -- Ouroboros Tablet
[206016] = true, -- Ouroboros Tablet
[206011] = true, -- Design of bones
[411665] = true, -- Recover designs
[206012] = true, -- Designs of Mind
[206010] = true, -- Designs of the flesh
[209419] = true -- Charred Elemental Remains
}
},
["Finishing_Reagents"] = {
uiName = "Bears " .. Expansion .. " Finishing Reagents",
uiDesc = "Assorted Finishing reagents used in " .. Expansion,
title = "Finishing",
items = {
-- ID = true, --Item name
[191529] = true, -- Illustrious Insight
[191526] = true, -- Lesser Illustrious Insight
[194902] = true, -- Ooey-Gooey Chocolate
[197764] = true, -- Salad on the side
[191517] = true, -- Writhefire Oil 1
[191518] = true, -- Writhefire Oil 2
[191519] = true, -- Writhefire Oil 3
[193950] = true, -- Abrasive Polishing Cloth 1
[193951] = true, -- Abrasive Polishing Cloth 2
[193952] = true, -- Abrasive Polishing Cloth 3
[191520] = true, -- Agitating Potion Augmentation 1
[191521] = true, -- Agitating Potion Augmentation 2
[191522] = true, -- Agitating Potion Augmentation 3
[193956] = true, -- Blazing Embroidery Thread 1
[193957] = true, -- Blazing Embroidery Thread 2
[193958] = true, -- Blazing Embroidery Thread 3
[192894] = true, -- Blotting Sand 1
[192895] = true, -- Blotting Sand 2
[192896] = true, -- Blotting Sand 3
[191514] = true, -- Brood Salt 1
[191515] = true, -- Brood Salt 2
[191516] = true, -- Brood Salt 3
[193959] = true, -- Chromatic embroidery Thread 1
[193960] = true, -- Chromatic embroidery Thread 2
[193961] = true, -- Chromatic embroidery Thread 3
[198216] = true, -- Haphazardly Tethered Wires 1
[198217] = true, -- Haphazardly Tethered Wires 2
[198218] = true, -- Haphazardly Tethered Wires 3
[198219] = true, -- Overcharged Overclocker 1
[198220] = true, -- Overcharged Overclocker 2
[198221] = true, -- Overcharged Overclocker 3
[192897] = true, -- Pounce 1
[192898] = true, -- Pounce 2
[192899] = true, -- Pounce 3
[191523] = true, -- Reactive Phial Embellishment 1
[191524] = true, -- Reactive Phial Embellishment 2
[191525] = true, -- Reactive Phial Embellishment 3
[191511] = true, -- Stable Fluidic Draconium 1
[191512] = true, -- Stable Fluidic Draconium 2
[191513] = true, -- Stable Fluidic Draconium 3
[193953] = true, -- Vibrant Polishing Cloth 1
[193954] = true, -- Vibrant Polishing Cloth 2
[193955] = true, -- Vibrant Polishing Cloth 3
}
},
["Elemental"] = {
uiName = "Bears " .. Expansion .. " Elemental",
uiDesc = "Elemental reagents found in " .. Expansion,
title = "Elemental",
items = {
-- ID = true, --Item name
[190326] = true, -- Rousing Air
[190315] = true, -- Rousing Earth
[190320] = true, -- Rousing Fire
[190451] = true, -- Rousing Ire
[190328] = true, -- Rousing Frost
[190322] = true, -- Rousing Order
[190330] = true, -- Rousing Decay
[190331] = true, -- Awakened Decay
[190321] = true, -- Awakened Fire
[190327] = true, -- Awakened Air
[190329] = true, -- Awakened Frost
[190316] = true, -- Awakened Fire
[190324] = true, -- Awakened Order
}
},
["Special_Reagents"] = {
uiName = "Bears " .. Expansion .. " Special Reagents",
uiDesc = "Special reagents from " .. Expansion,
title = "Special",
items = {
-- ID = true, --Item name
[193360] = true, -- Centaur's Trophy Necklace
[194746] = true, -- Thomas's Empty Bottle
[194728] = true, -- Fiery Spirit 1
[194727] = true, -- Fiery Spirit 2
[194729] = true, -- Fiery Spirit 3
}
},
["Optional_Reagents"] = {
uiName = "Bears " .. Expansion .. " Optional Reagents",
uiDesc = "Optional reagents from " .. Expansion,
title = "Optional",
items = {
-- ID = true, --Item name
[198048] = true, -- Titan Training Matrix 1
[198056] = true, -- Titan Training Matrix 2
[198058] = true, -- Titan Training Matrix 3
[198059] = true, -- Titan Training Matrix 4
[198046] = true, -- Concentrated Primal Infusion
[197921] = true, -- Primal Infusion
}
},
["Vendor_Reagents"] = {
uiName = "Bears " .. Expansion .. " Vendor Reagents",
uiDesc = "Reagents from vendors used in " .. Expansion,
title = "Vendor",
items = {
-- ID = true, --Item name
[191474] = true, -- Draconic Vial
[200860] = true, -- Draconic Stopper
[197861] = true, -- Fleeting Philosopher's Stone
[194784] = true, -- Glittering Parchment
[38682] = true, -- Enchanting Vellum
[198615] = true, -- Pentagold Seal
[197752] = true, -- Conveniently Packaged Ingredients
[197749] = true, -- Ohn'ahran Potato
[197750] = true, -- Three-Cheese Blend
[197751] = true, -- Pastry packets
[197753] = true, -- Thaldraszian Cocoa Powder
[201584] = true, -- Serevite Rod
[190452] = true, -- Primal Flux
[201832] = true, -- Smudged Lens
[198487] = true, -- Iridescent Water
[192833] = true, -- Misshapen Filigree
[198796] = true -- Quack-E Quack Modulator
}
}
}
-- now that db is populated lets pass it on.
addonTable.DFGlobal = db