vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ------------------------------------------------------
2 -- AdSpace_ItemInfo.lua
3 -- Originally based on the tables at http://members.cox.net/katy-w/Trades/Home.htm
4 -- Corrected / extended with info from http://wow.allakhazam.com and http://wowguru.com
5 ------------------------------------------------------
6 -- LOCALIZATION: nothing locale-specific here (the recipe names are all in comments)
7 ------------------------------------------------------
8  
9 FAS_ItemInfo = {
10  
11 -- Alchemy
12 [13477] = { b=12000 }, -- Recipe: Superior Mana Potion
13 [13478] = { b=13000 }, -- Recipe: Elixir of Superior Defense
14 [5640] = { b=100 }, -- Recipe: Rage Potion
15 [5642] = { b=1800 }, -- Recipe: Free Action Potion
16 [5643] = { b=2000 }, -- Recipe: Great Rage Potion
17 [6053] = { b=800 }, -- Recipe: Holy Protection Potion
18 [6055] = { b=1500 }, -- Recipe: Fire Protection Potion
19 [6056] = { b=2000 }, -- Recipe: Frost Protection Potion
20 [6057] = { b=2000 }, -- Recipe: Nature Protection Potion
21 [9300] = { b=10000 }, -- Recipe: Elixir of Demonslaying
22 [9301] = { b=10000 }, -- Recipe: Elixir of Shadow Power
23 [9302] = { b=9000 }, -- Recipe: Ghost Dye
24 [6068] = { b=1500 }, -- Recipe: Shadow Oil
25 [6054] = { b=900 }, -- Recipe: Shadow Protection Potion
26 [14634] = { b=2500 }, -- Recipe: Frost Oil
27 [13480] = { b=15000 }, -- Recipe: Major Healing Potion
28 [9303] = { b=8000 }, -- Recipe: Philosophers' Stone
29 [12958] = { b=50000 }, -- Recipe: Transmute Arcanite
30 [9304] = { b=8000 }, -- Recipe: Transmute Iron to Gold
31 [9305] = { b=8000 }, -- Recipe: Transmute Mithril to Truesilver
32 [13501] = { b=30000, note=SCHOLO_QUEST }, -- Recipe: Major Mana Potion
33 [13483] = { b=15000, note=BRD_BARKEEP }, -- Recipe: Transmute Fire to Earth
34 [13482] = { b=15000, note=REQ_FACTION }, -- Recipe: Transmute Air to Fire
35 [13484] = { b=15000, note=REQ_FACTION }, -- Recipe: Transmute Earth to Water
36 [13485] = { b=15000, note=SCHOLO_QUEST }, -- Recipe: Transmute Water to Air
37 [20013] = { b=50000, note=REQ_FACTION }, -- Recipe: Living Action Potion
38 [20011] = { b=50000, note=REQ_FACTION }, -- Recipe: Mageblood Potion
39 [20014] = { b=50000, note=REQ_FACTION }, -- Recipe: Major Troll's Blood Potion
40 [20012] = { b=50000, note=REQ_FACTION }, -- Recipe: Greater Dreamless Sleep Potion
41 [20761] = { b=120000, note=REQ_FACTION }, -- Recipe: Transmute Elemental Fire
42  
43 -- Blacksmithing
44 [12162] = { b=3000 }, -- Plans: Hardened Iron Shortsword
45 [12164] = { b=4400 }, -- Plans: Massive Iron Axe
46 [7995] = { b=6000 }, -- Plans: Mithril Scale Bracers
47 [10858] = { b=3000 }, -- Plans: Solid Iron Maul
48 [6047] = { b=4400 }, -- Plans: Golden Scale Coif
49 [12163] = { b=4400 }, -- Plans: Moonsteel Broadsword
50 [8030] = { b=10000, note=SCHOLO_QUEST }, -- Plans: Ebon Shiv
51 [12823] = { b=20000, note=SCHOLO_QUEST }, -- Plans: Huge Thorium Battleaxe
52 [12819] = { b=16000, note=SCHOLO_QUEST }, -- Plans: Ornate Thorium Handaxe
53 [12703] = { b=40000, note=SCHOLO_QUEST }, -- Plans: Storm Gauntlets
54 [19208] = { b=70000, note=THORIUM_REVERED }, -- Plans: Black Amnesty
55 [19209] = { b=70000, note=THORIUM_EXALTED }, -- Plans: Blackfury
56 [19211] = { b=120000, note=THORIUM_EXALTED }, -- Plans: Blackguard
57 [19210] = { b=120000, note=THORIUM_EXALTED }, -- Plans: Ebon Hand
58 [19212] = { b=120000, note=THORIUM_EXALTED }, -- Plans: Nightfall
59 [17051] = { b=70000, note=THORIUM_FRIENDLY }, -- Plans: Dark Iron Bracers
60 [17060] = { b=220000, note=THORIUM_EXALTED }, -- Plans: Dark Iron Destroyer
61 [19207] = { b=80000, note=THORIUM_REVERED }, -- Plans: Dark Iron Gauntlets
62 [19206] = { b=60000, note=THORIUM_REVERED }, -- Plans: Dark Iron Helm
63 [17052] = { b=180000, note=THORIUM_EXALTED }, -- Plans: Dark Iron Leggings
64 [17059] = { b=220000, note=THORIUM_HONORED }, -- Plans: Dark Iron Reaver
65 [20040] = { b=80000, note=THORIUM_EXALTED }, -- Plans: Dark Iron Boots
66 [17049] = { b=90000, note=THORIUM_HONORED }, -- Plans: Fiery Chain Girdle
67 [17053] = { b=200000, note=THORIUM_REVERED }, -- Plans: Fiery Chain Shoulders
68 [19202] = { b=22000, note=REQ_FACTION }, -- Plans: Heavy Timbermaw Belt
69 [19204] = { b=40000, note=REQ_FACTION }, -- Plans: Heavy Timbermaw Boots
70 [19203] = { b=22000, note=REQ_FACTION }, -- Plans: Girdle of the Dawn
71 [19205] = { b=40000, note=REQ_FACTION }, -- Plans: Gloves of the Dawn
72 [19781] = { b=50000, note=REQ_FACTION }, -- Plans: Darksoul Shoulders
73 [19780] = { b=50000, note=REQ_FACTION }, -- Plans: Darksoul Leggings
74 [19779] = { b=50000, note=REQ_FACTION }, -- Plans: Darksoul Breastplate
75 [19778] = { b=50000, note=REQ_FACTION }, -- Plans: Bloodsoul Gauntlets
76 [19777] = { b=50000, note=REQ_FACTION }, -- Plans: Bloodsoul Shoulders
77 [19776] = { b=50000, note=REQ_FACTION }, -- Plans: Bloodsoul Breastplate
78 [22219] = { b=50000, note=REQ_FACTION }, -- Plans: Jagged Obsidian Shield
79 [22221] = { b=80000, note=REQ_FACTION }, -- Plans: Obsidian Mail Tunic
80 [22209] = { b=50000, note=REQ_FACTION }, -- Plans: Heavy Obsidian Belt
81 [22214] = { b=50000, note=REQ_FACTION }, -- Plans: Light Obsidian Belt
82 [22768] = { b=50000, note=REQ_FACTION }, -- Plans: Ironvine Belt
83 [22766] = { b=50000, note=REQ_FACTION }, -- Plans: Ironvine Breastplate
84 [22767] = { b=50000, note=REQ_FACTION }, -- Plans: Ironvine Gloves
85  
86 -- Enchanting
87 [6349] = { b=500 }, -- Formula: Enchant 2H Weapon - Lesser Intellect
88 [11223] = { b=5800 }, -- Formula: Enchant Bracer - Deflection
89 [11163] = { b=3000 }, -- Formula: Enchant Bracer - Lesser Deflection
90 [11101] = { b=2500 }, -- Formula: Enchant Bracer - Lesser Strength
91 [6342] = { b=300 }, -- Formula: Enchant Chest - Minor Mana
92 [11039] = { b=800 }, -- Formula: Enchant Cloak - Minor Agility
93 [11152] = { b=3000 }, -- Formula: Enchant Gloves - Fishing
94 [16217] = { b=12000 }, -- Formula: Enchant Shield - Greater Stamina
95 [6377] = { b=1000 }, -- Formula: Enchant Boots - Minor Agility
96 [6346] = { b=400 }, -- Formula: Enchant Chest - Lesser Mana
97 [16221] = { b=16000 }, -- Formula: Enchant Chest - Major Health
98 [16224] = { b=20000 }, -- Formula: Enchant Cloak - Superior Defense
99 [16243] = { b=22000 }, -- Formula: Runed Arcanite Rod
100 [20758] = { b=500 }, -- Formula: Minor Wizard Oil
101 [20752] = { b=3000 }, -- Formula: Minor Mana Oil
102 [20753] = { b=4000 }, -- Formula: Lesser Wizard Oil
103 [20754] = { b=10000 }, -- Formula: Lesser Mana Oil
104 [20755] = { b=20000 }, -- Formula: Wizard Oil
105 [19449] = { b=100000, note=THORIUM_REVERED }, -- Formula: Enchant Weapon - Mighty Intellect
106 [19448] = { b=80000, note=THORIUM_REVERED }, -- Formula: Enchant Weapon - Mighty Spirit
107 [19444] = { b=30000, note=THORIUM_REVERED }, -- Formula: Enchant Weapon - Strength
108 [19445] = { b=30000, note=REQ_FACTION }, -- Formula: Enchant Weapon - Agility
109 [19447] = { b=60000, note=REQ_FACTION }, -- Formula: Enchant Bracer - Healing
110 [19446] = { b=30000, note=REQ_FACTION }, -- Formula: Enchant Bracer - Mana Regeneration
111 [20756] = { b=40000, note=REQ_FACTION }, -- Formula: Brilliant Wizard Oil (zandalar)
112 [20757] = { b=40000, note=REQ_FACTION }, -- Formula: Brilliant Mana Oil (zandalar)
113 [20732] = { b=90000, note=REQ_FACTION }, -- Formula: Cloak - Greater Fire Resistance (cenarion)
114 [20733] = { b=90000, note=REQ_FACTION }, -- Formula: Cloak - Greater Nature Resistance (cenarion)
115 [22392] = { b=25000, note=REQ_FACTION }, -- Formula: 2H Weapon - Agility (timbermaw)
116  
117 -- Engineering
118 [18649] = { b=1800 }, -- Schematic: Blue Firework
119 [10607] = { b=3600 }, -- Schematic: Deepdive Helmet
120 [7560] = { b=1200 }, -- Schematic: Gnomish Universal Remote
121 [13309] = { b=1000 }, -- Schematic: Lovingly Crafted Boomstick
122 [14639] = { b=1500 }, -- Schematic: Minor Recombobulator
123 [10609] = { b=4000 }, -- Schematic: Mithril Mechanical Dragonling
124 [16041] = { b=12000 }, -- Schematic: Thorium Grenade
125 [16042] = { b=12000 }, -- Schematic: Thorium Widget
126 [18647] = { b=1800 }, -- Schematic: Red Firework
127 [13310] = { b=2000 }, -- Schematic: Accurate Scope
128 [10602] = { b=3000 }, -- Schematic: Deadly Scope
129 [16050] = { b=20000 }, -- Schematic: Delicate Arcanite Converter
130 [7742] = { b=2400 }, -- Schematic: Gnomish Cloaking Device
131 [7561] = { b=2000 }, -- Schematic: Goblin Jumper Cables
132 [18648] = { b=1800 }, -- Schematic: Green Firework
133 [18652] = { b=12000 }, -- Schematic: Gyrofreeze Ice Reflector
134 [13308] = { b=1800 }, -- Schematic: Ice Deflector
135 [16046] = { b=16000 }, -- Schematic: Masterwork Target Dummy
136 [13311] = { b=10000 }, -- Schematic: Mechanical Dragonling
137 [18656] = { b=16000 }, -- Schematic: Powerful Seaforium Charge
138 [16047] = { b=16000 }, -- Schematic: Thorium Tube
139 [18651] = { b=12000 }, -- Schematic: Truesilver Transformer
140 [20001] = { b=50000, note=REQ_FACTION }, -- Schematic: Bloodvine Lens
141 [20000] = { b=50000, note=REQ_FACTION }, -- Schematic: Bloodvine Goggles
142  
143 -- Leatherworking
144 [18949] = { b=2000 }, -- Pattern: Barbaric Bracers
145 [5973] = { b=650 }, -- Pattern: Barbaric Leggings
146 [7289] = { b=650 }, -- Pattern: Black Whelp Cloak
147 [20576] = { b=350 }, -- Pattern: Black Whelp Tunic
148 [15751] = { b=20000 }, -- Pattern: Blue Dragonscale Breastplate
149 [15729] = { b=12000 }, -- Pattern: Chimeric Gloves
150 [7613] = { b=2000 }, -- Pattern: Green Leather Armor
151 [7451] = { b=2800 }, -- Pattern: Green Whelp Bracers
152 [18731] = { b=2000 }, -- Pattern: Heavy Leather Ball
153 [7361] = { b=1800 }, -- Pattern: Herbalist's Gloves
154 [15735] = { b=14000 }, -- Pattern: Ironfeather Shoulders
155 [15734] = { b=14000 }, -- Pattern: Living Shoulders
156 [5786] = { b=550 }, -- Pattern: Murloc Scale Belt
157 [5787] = { b=600 }, -- Pattern: Murloc Scale Breastplate
158 [5789] = { b=2800 }, -- Pattern: Murloc Scale Bracers
159 [8409] = { b=4000 }, -- Pattern: Nightscape Shoulders
160 [13288] = { b=2500 }, -- Pattern: Raptor Hide Belt
161 [7290] = { b=1600 }, -- Pattern: Red Whelp Gloves
162 [15741] = { b=16000 }, -- Pattern: Stormshroud Pants
163 [5788] = { b=650 }, -- Pattern: Thick Murloc Armor
164 [8385] = { b=3500 }, -- Pattern: Turtle Scale Gloves
165 [15725] = { b=12000 }, -- Pattern: Wicked Leather Gauntlets
166 [13287] = { b=2500 }, -- Pattern: Raptor Hide Harness
167 [6474] = { b=550 }, -- Pattern: Deviate Scale Cloak
168 [6475] = { b=1500 }, -- Pattern: Deviate Scale Gloves
169 [15758] = { b=22000 }, -- Pattern: Devilsaur Gauntlets
170 [7362] = { b=2000 }, -- Pattern: Earthen Leather Shoulders
171 [15740] = { b=16000 }, -- Pattern: Frostsaber Boots
172 [14635] = { b=3000 }, -- Pattern: Gem-studded Leather Belt
173 [15726] = { b=12000 }, -- Pattern: Green Dragonscale Breastplate
174 [15724] = { b=12000 }, -- Pattern: Heavy Scorpid Bracers
175 [15762] = { b=25000 }, -- Pattern: Heavy Scorpid Helm
176 [15756] = { b=22000 }, -- Pattern: Runic Leather Headband
177 [18239] = { b=3500 }, -- Pattern: Shadowskin Gloves
178 [15759] = { b=22000, note=BRD_BARKEEP }, -- Pattern: Black Dragonscale Breastplate
179 [17025] = { b=160000, note=THORIUM_HONORED }, -- Pattern: Black Dragonscale Boots
180 [19331] = { b=90000, note=THORIUM_REVERED }, -- Pattern: Chromatic Gauntlets
181 [19332] = { b=90000, note=THORIUM_REVERED }, -- Pattern: Corehound Belt
182 [17022] = { b=150000, note=THORIUM_FRIENDLY }, -- Pattern: Corehound Boots
183 [19330] = { b=60000, note=THORIUM_REVERED }, -- Pattern: Lava Belt
184 [19333] = { b=90000, note=THORIUM_REVERED }, -- Pattern: Molten Belt
185 [17023] = { b=160000, note=THORIUM_FRIENDLY }, -- Pattern: Molten Helm
186 [15742] = { b=16000, note=TIMBERMAW_FRIENDLY }, -- Pattern: Warbear Harness
187 [15754] = { b=20000, note=TIMBERMAW_FRIENDLY }, -- Pattern: Warbear Woolies
188 [20253] = { b=16000, note=REQ_FACTION }, -- Pattern: Warbear Harness
189 [20254] = { b=20000, note=REQ_FACTION }, -- Pattern: Warbear Woolies
190 [19327] = { b=40000, note=REQ_FACTION }, -- Pattern: Timbermaw Brawlers
191 [19326] = { b=22000, note=REQ_FACTION }, -- Pattern: Might of the Timbermaw
192 [19328] = { b=22000, note=REQ_FACTION }, -- Pattern: Dawn Treaders
193 [19329] = { b=40000, note=REQ_FACTION }, -- Pattern: Golden Mantle of the Dawn
194 [19771] = { b=50000, note=REQ_FACTION }, -- Pattern: Primal Batskin Bracers
195 [19773] = { b=50000, note=REQ_FACTION }, -- Pattern: Blood Tiger Shoulders
196 [19770] = { b=50000, note=REQ_FACTION }, -- Pattern: Primal Batskin Gloves
197 [19772] = { b=50000, note=REQ_FACTION }, -- Pattern: Blood Tiger Breastplate
198 [19769] = { b=50000, note=REQ_FACTION }, -- Pattern: Primal Batskin Jerkin
199 [20382] = { b=60000, note=REQ_FACTION }, -- Pattern: Dreamscale Breastplate
200 [20506] = { b=40000, note=REQ_FACTION }, -- Pattern: Spitfire Bracers
201 [20507] = { b=40000, note=REQ_FACTION }, -- Pattern: Spitfire Gauntlets
202 [20508] = { b=40000, note=REQ_FACTION }, -- Pattern: Spitfire Breastplate
203 [20509] = { b=40000, note=REQ_FACTION }, -- Pattern: Sandstalker Bracers
204 [20510] = { b=40000, note=REQ_FACTION }, -- Pattern: Sandstalker Gauntlets
205 [20511] = { b=40000, note=REQ_FACTION }, -- Pattern: Sandstalker Breastplate
206 [22769] = { b=50000, note=REQ_FACTION }, -- Pattern: Bramblewood Belt
207 [22770] = { b=50000, note=REQ_FACTION }, -- Pattern: Bramblewood Boots
208 [22771] = { b=50000, note=REQ_FACTION }, -- Pattern: Bramblewood Helm
209  
210 -- Tailoring
211 [7089] = { b=1500 }, -- Pattern: Azure Silk Cloak
212 [7114] = { b=1000 }, -- Pattern: Azure Silk Gloves
213 [6272] = { b=300 }, -- Pattern: Blue Linen Robe
214 [6270] = { b=200 }, -- Pattern: Blue Linen Vest
215 [6274] = { b=400 }, -- Pattern: Blue Overalls
216 [14627] = { b=800 }, -- Pattern: Bright Yellow Shirt
217 [6401] = { b=1100 }, -- Pattern: Dark Silk Shirt
218 [6275] = { b=800 }, -- Pattern: Greater Adept's Robe
219 [4355] = { b=1500 }, -- Pattern: Icy Cloak
220 [10314] = { b=4000 }, -- Pattern: Lavender Mageweave Shirt
221 [10311] = { b=3000 }, -- Pattern: Orange Martial Shirt
222 [10317] = { b=4000 }, -- Pattern: Pink Mageweave Shirt
223 [5771] = { b=200 }, -- Pattern: Red Linen Bag
224 [5772] = { b=500 }, -- Pattern: Red Woolen Bag
225 [10326] = { b=5000 }, -- Pattern: Tuxedo Jacket
226 [10323] = { b=4500 }, -- Pattern: Tuxedo Pants
227 [10321] = { b=4500 }, -- Pattern: Tuxedo Shirt
228 [10325] = { b=10000 }, -- Pattern: White Wedding Dress
229 [10318] = { b=7000 }, -- Pattern: Admiral's Hat
230 [10728] = { b=1500 }, -- Pattern: Black Swashbuckler's Shirt
231 [7087] = { b=1200 }, -- Pattern: Crimson Silk Cloak
232 [7088] = { b=5000 }, -- Pattern: Crimson Silk Robe
233 [14630] = { b=1000 }, -- Pattern: Enchanter's Cowl
234 [14483] = { b=16000 }, -- Pattern: Felcloth Pants
235 [14526] = { b=20000 }, -- Pattern: Mooncloth
236 [14468] = { b=12000 }, -- Pattern: Runecloth Bag
237 [14488] = { b=12000 }, -- Pattern: Runecloth Boots
238 [14472] = { b=12000 }, -- Pattern: Runecloth Cloak
239 [14481] = { b=16000 }, -- Pattern: Runecloth Gloves
240 [14469] = { b=12000 }, -- Pattern: Runecloth Robe
241 [21358] = { b=12000 }, -- Pattern: Soul Pouch
242 [18487] = { b=40000, note=DM_LIBRARY }, -- Pattern: Mooncloth Robe
243 [17018] = { b=80000, note=THORIUM_FRIENDLY }, -- Pattern: Flarecore Gloves
244 [19220] = { b=90000, note=THORIUM_REVERED }, -- Pattern: Flarecore Leggings
245 [17017] = { b=180000, note=THORIUM_HONORED }, -- Pattern: Flarecore Mantle
246 [19219] = { b=60000, note=THORIUM_REVERED }, -- Pattern: Flarecore Robe
247 [19215] = { b=22000, note=REQ_FACTION }, -- Pattern: Wisdom of the Timbermaw
248 [19218] = { b=40000, note=REQ_FACTION }, -- Pattern: Mantle of the Timbermaw
249 [19216] = { b=22000, note=REQ_FACTION }, -- Pattern: Argent Boots
250 [19217] = { b=40000, note=REQ_FACTION }, -- Pattern: Argent Shoulders
251 [19766] = { b=50000, note=REQ_FACTION }, -- Pattern: Bloodvine Boots
252 [19765] = { b=50000, note=REQ_FACTION }, -- Pattern: Bloodvine Leggings
253 [19764] = { b=50000, note=REQ_FACTION }, -- Pattern: Bloodvine Vest
254 [22310] = { b=20000, note=REQ_FACTION }, -- Pattern: Cenarion Herb Bag
255 [22312] = { b=50000, note=REQ_FACTION }, -- Pattern: Satchel of Cenarius
256 [22307] = { b=6000, note=REQ_FACTION }, -- Pattern: Enchanted Mageweave Pouch
257 [22308] = { b=20000, note=REQ_FACTION }, -- Pattern: Enchanted Runecloth Bag
258 [22683] = { b=90000, note=REQ_FACTION }, -- Pattern: Gaea's Embrace
259 [22773] = { b=50000, note=REQ_FACTION }, -- Pattern: Sylvan Crown
260 [22772] = { b=50000, note=REQ_FACTION }, -- Pattern: Sylvan Shoulders
261 [22774] = { b=50000, note=REQ_FACTION }, -- Pattern: Sylvan Vest
262  
263  
264 -- Cooking
265 [16072] = { b=10000 }, -- Expert Cookbook
266 [13949] = { b=20000 }, -- Recipe: Baked Salmon
267 [4609] = { b=1000 }, -- Recipe: Barbecued Buzzard Wing
268 [2889] = { b=240 }, -- Recipe: Beer Basted Boar Ribs
269 [3734] = { b=1600 }, -- Recipe: Big Bear Steak
270 [3679] = { b=400 }, -- Recipe: Blood Sausage
271 [6325] = { b=40 }, -- Recipe: Brilliant Smallfish
272 [6330] = { b=1200 }, -- Recipe: Bristle Whisker Catfish
273 [5528] = { b=800 }, -- Recipe: Clam Chowder
274 [2698] = { b=400 }, -- Recipe: Cooked Crab Claw
275 [3681] = { b=1600 }, -- Recipe: Crocolisk Gumbo
276 [3678] = { b=400 }, -- Recipe: Crocolisk Steak
277 [3682] = { b=1600 }, -- Recipe: Curiously Tasty Omelet
278 [12239] = { b=7000 }, -- Recipe: Dragonbreath Chili
279 [5485] = { b=400 }, -- Recipe: Fillet of Frenzy
280 [3683] = { b=1600 }, -- Recipe: Gooey Spider Cake
281 [2697] = { b=400 }, -- Recipe: Goretusk Liver Pie
282 [12240] = { b=7000 }, -- Recipe: Heavy Kodo Stew
283 [20075] = { b=2000 }, -- Recipe: Heavy Crocolisk Stew
284 [3735] = { b=1800 }, -- Recipe: Hot Lion Chops
285 [12229] = { b=5000 }, -- Recipe: Hot Wolf Ribs
286 [12231] = { b=3000 }, -- Recipe: Jungle Stew
287 [5489] = { b=1200 }, -- Recipe: Lean Venison
288 [13947] = { b=20000 }, -- Recipe: Lobster Stew
289 [6329] = { b=400 }, -- Recipe: Loch Frenzy Delight
290 [6328] = { b=400 }, -- Recipe: Longjaw Mud Snapper
291 [13948] = { b=20000 }, -- Recipe: Mightfish Steak
292 [17062] = { b=2200 }, -- Recipe: Mithril Head Trout
293 [3680] = { b=1600 }, -- Recipe: Murloc Fin Soup
294 [12233] = { b=3000 }, -- Recipe: Mystery Stew
295 [6368] = { b=400 }, -- Recipe: Rainbow Fin Albacore
296 [2699] = { b=800 }, -- Recipe: Redridge Goulash
297 [12228] = { b=5000 }, -- Recipe: Roast Raptor
298 [6369] = { b=2200 }, -- Recipe: Rockscale Cod
299 [2701] = { b=1600 }, -- Recipe: Seasoned Wolf Kabob
300 [6326] = { b=40 }, -- Recipe: Slitherskin Mackerel
301 [6892] = { b=250 }, -- Recipe: Smoked Bear Meat
302 [16111] = { b=12000 }, -- Recipe: Spiced Chili Crab
303 [2700] = { b=400 }, -- Recipe: Succulent Pork Ribs
304 [18046] = { b=12000 }, -- Recipe: Tender Wolf Steak
305 [728] = { b=200 }, -- Recipe: Westfall Stew
306 [12226] = { b=25 }, -- Recipe: Crispy Bat Wing
307 [5488] = { b=400 }, -- Recipe: Crispy Lizard Tail
308 [5484] = { b=240 }, -- Recipe: Roasted Kodo Meat
309 [5483] = { b=140 }, -- Recipe: Scorpid Surprise
310 [5486] = { b=440 }, -- Recipe: Strider Stew
311 [12232] = { b=5000 }, -- Recipe: Carrion Surprise
312 [13940] = { b=16000 }, -- Recipe: Cooked Glossy Mightfish
313 [13941] = { b=16000 }, -- Recipe: Filet of Redgill
314 [6039] = { b=5000 }, -- Recipe: Giant Clam Scorcho
315 [13942] = { b=16000 }, -- Recipe: Grilled Squid
316 [13943] = { b=16000 }, -- Recipe: Hot Smoked Bass
317 [12227] = { b=1600 }, -- Recipe: Lean Wolf Steak
318 [16110] = { b=12000 }, -- Recipe: Monster Omelet
319 [13945] = { b=20000 }, -- Recipe: Nightfin Soup
320 [13946] = { b=20000 }, -- Recipe: Poached Sunscale Salmon
321 [13939] = { b=16000 }, -- Recipe: Spotted Yellowtail
322 [16767] = { b=3000 }, -- Recipe: Undermine Clam Chowder
323 [21099] = { b=500 }, -- Recipe: Smoked Sagefish
324 [21219] = { b=5000 }, -- Recipe: Sagefish Delight
325 [17201] = { b=240, note=SEASONAL_VENDOR }, -- Recipe: Egg Nog
326 [17200] = { b=25, note=SEASONAL_VENDOR }, -- Recipe: Gingerbread Cookie
327  
328 -- Fishing
329 [16083] = { b=10000 }, -- Expert Fishing - The Bass and You
330  
331 -- First Aid
332 [16084] = { b=10000 }, -- Expert First Aid - Under Wraps
333 [16112] = { b=2200 }, -- Manual: Heavy Silk Bandage
334 [16113] = { b=5000 }, -- Manual: Mageweave Bandage
335 [19442] = { b=100000, note=REQ_FACTION}, -- Formula: Powerful Anti-Venom
336  
337 };
338  
339 FAS_DarkmoonInfo = {
340 [19933] = DARKMOON, -- Glowing Scorpid Blood
341 [11404] = DARKMOON, -- Evil Bat Eye
342 [5117] = DARKMOON, -- Vibrant Plume
343 [11407] = DARKMOON, -- Torn Bear Pelt
344 [4582] = DARKMOON, -- Soft Bushy Tail
345 [5134] = DARKMOON, -- Small Furry Paw
346 };
347  
348 FAS_TokenInfo = {
349 -- ZG uncommon/rare tokens are no longer used for class-gear quests (only remaining use is to turn in for rep)
350 -- [19698] = { 19835, 19827, 19831, 19838, 19842, 20034 }, -- Zulian Coin
351 -- [19699] = { 19841, 19830, 19832, 19835, 19839, 19845 }, -- Razzashi Coin
352 -- [19700] = { 19834, 19840, 19842, 19828, 19832, 19849 }, -- Hakkari Coin
353 -- [19701] = { 19838, 19824, 19845, 19831, 19829, 19848 }, -- Gurubashi Coin
354 -- [19702] = { 19825, 19823, 19848, 19836, 19840, 19846 }, -- Vilebranch Coin
355 -- [19703] = { 19828, 19849, 19846, 19827, 19841, 19824 }, -- Witherbark Coin
356 -- [19704] = { 19839, 19843, 20034, 19825, 19822, 19833 }, -- Sandfury Coin
357 -- [19705] = { 19833, 19829, 20033, 19826, 19834, 19823 }, -- Skullsplitter Coin
358 -- [19706] = { 19836, 19826, 19822, 19843, 19830, 20033 }, -- Bloodscalp Coin
359 --
360 -- [19707] = { 19827, 19840, 19848 }, -- Red Hakkari Bijou
361 -- [19708] = { 19836, 19830, 19846 }, -- Blue Hakkari Bijou
362 -- [19709] = { 19843, 19833, 19824 }, -- Yellow Hakkari Bijou
363 -- [19710] = { 19842, 19849, 19845 }, -- Orange Hakkari Bijou
364 -- [19711] = { 19839, 19823, 19832 }, -- Green Hakkari Bijou
365 -- [19712] = { 19835, 19826, 19829 }, -- Purple Hakkari Bijou
366 -- [19713] = { 19838, 19822, 19841 }, -- Bronze Hakkari Bijou
367 -- [19714] = { 19831, 20033, 20034 }, -- Silver Hakkari Bijou
368 -- [19715] = { 19825, 19834, 19828 }, -- Gold Hakkari Bijou
369  
370 [19813] = { 19782 }, -- Punctured Voodoo Doll (warrior)
371 [19814] = { 19784 }, -- Punctured Voodoo Doll (rogue)
372 [19815] = { 19783 }, -- Punctured Voodoo Doll (paladin)
373 [19816] = { 19785 }, -- Punctured Voodoo Doll (hunter)
374 [19817] = { 19786 }, -- Punctured Voodoo Doll (shaman)
375 [19818] = { 19787 }, -- Punctured Voodoo Doll (mage)
376 [19819] = { 19788 }, -- Punctured Voodoo Doll (warlock)
377 [19820] = { 19789 }, -- Punctured Voodoo Doll (priest)
378 [19821] = { 19790 }, -- Punctured Voodoo Doll (druid)
379  
380 [22637] = { 19782, 19783, 19784, 19785, 19786, 19787, 19788, 19789, 19790 }, -- Primal Hakkari Idol
381  
382 [19716] = { 19827, 19833, 19846 }, -- Primal Hakkari Bindings
383 [19717] = { 19836, 19830, 19824 }, -- Primal Hakkari Armsplint
384 [19718] = { 19840, 19843, 19848 }, -- Primal Hakkari Stanchion
385 [19719] = { 19835, 19823, 19829 }, -- Primal Hakkari Girdle
386 [19720] = { 19839, 19842, 19849 }, -- Primal Hakkari Sash
387 [19721] = { 19826, 19832, 19845 }, -- Primal Hakkari Shawl
388 [19722] = { 19825, 19838, 19828 }, -- Primal Hakkari Tabard
389 [19723] = { 19822, 20033, 20034 }, -- Primal Hakkari Kossack
390 [19724] = { 19834, 19841, 19831 }, -- Primal Hakkari Aegis
391  
392 [20884] = { 21408, 21393, 21399, 21414, 21396 }, -- Qiraji Magisterial Ring
393 [20888] = { 21405, 21402, 21417, 21411 }, -- Qiraji Ceremonial Ring
394 [20886] = { 21404, 21401, 21392, 21398, 21395 }, -- Qiraji Spiked Hilt
395 [20890] = { 21410, 21407, 21416, 21413 }, -- Qiraji Ornate Hilt
396 [20885] = { 21412, 21394, 21406, 21415 }, -- Qiraji Martial Drape
397 [20889] = { 21403, 21397, 21409, 21418, 21400 }, -- Qiraji Regal Drape
398  
399 [21232] = { 21242, 21272, 21244, 21269 }, -- Imperial Qiraji Armaments
400 [21237] = { 21273, 21275, 21268 }, -- Imperial Qiraji Regalia
401  
402 [20928] = { 21350, 21349, 21359, 21361, 21367,
403 21365, 21333, 21330 }, -- Qiraji Bindings of Command
404 [20932] = { 21391, 21388, 21373, 21338, 21344,
405 21345, 21354, 21355, 21335, 21376 }, -- Qiraji Bindings of Dominance
406 [20927] = { 21352, 21362, 21346, 21332 }, -- Ouro's Intact Hide
407 [20931] = { 21390, 21368, 21375, 21336, 21356 }, -- Skin of the Great Sandworm
408 [20930] = { 21387, 21360, 21366, 21372, 21353 }, -- Vek'lor's Diadem
409 [20926] = { 21337, 21347, 21329, 21348 }, -- Vek'nilash's Circlet
410 [20929] = { 21389, 21364, 21370, 21374, 21331 }, -- Carapace of the Old God
411 [20933] = { 21351, 21334, 21343, 21357 }, -- Husk of the Old God
412  
413 [20858] = { 21405, 21403, 21387, 21351, 21417, 21362, 21365, 21372, 21345,
414 21415, 21356, 21355, 21392, 21407, 21334, 21329, 21330 }, -- Stone Scarab
415 [20859] = { 21404, 21412, 21402, 21397, 21391, 21352, 21416, 21370, 21336,
416 21343, 21414, 21354, 21353, 21376, 21349, 21360, 21400, 21333 }, -- Gold Scarab
417 [20860] = { 21401, 21389, 21350, 21361, 21368, 21374, 21337, 21413, 21344,
418 21346, 21399, 21348, 21396, 21411, 21331, 21394, 21409, 21355 }, -- Silver Scarab
419 [20861] = { 21408, 21410, 21393, 21388, 21406, 21349, 21418, 21398, 21364,
420 21366, 21373, 21347, 21332, 21357, 21395, 21335, 21390, 21345 }, -- Bronze Scarab
421 [20862] = { 21392, 21407, 21359, 21367, 21334, 21329, 21405, 21403, 21387,
422 21391, 21351, 21417, 21362, 21372, 21344, 21415, 21356, 21376 }, -- Crystal Scarab
423 [20863] = { 21360, 21338, 21400, 21330, 21404, 21412, 21402, 21397, 21388,
424 21352, 21416, 21361, 21370, 21373, 21336, 21343, 21414, 21353 }, -- Clay Scarab
425 [20864] = { 21394, 21409, 21401, 21389, 21359, 21368, 21365, 21374, 21337,
426 21413, 21346, 21399, 21354, 21348, 21396, 21411, 21331, 21335 }, -- Bone Scarab
427 [20865] = { 21390, 21375, 21333, 21408, 21410, 21393, 21406, 21350, 21418,
428 21398, 21364, 21367, 21366, 21338, 21347, 21332, 21357, 21395 }, -- Ivory Scarab
429  
430 [20866] = { 21401, 21406, 21414 }, -- Azure Idol
431 [20867] = { 21405, 21394, 21416 }, -- Onyx Idol
432 [20868] = { 21410, 21403, 21393 }, -- Lambent Idol
433 [20869] = { 21402, 21418, 21398, 21395 }, -- Amber Idol
434 [20870] = { 21412, 21407, 21417 }, -- Jasper Idol
435 [20871] = { 21397, 21413, 21400, 21411 }, -- Obsidian Idol
436 [20872] = { 21404, 21409, 21399, 21396 }, -- Vermillion Idol
437 [20873] = { 21408, 21392, 21415 }, -- Alabaster Idol
438  
439 [20874] = { 21361, 21368, 21344, 21343, 21329 }, -- Idol of the Sun
440 [20875] = { 21362, 21338, 21334, 21347, 21330 }, -- Idol of Night
441 [20876] = { 21351, 21349, 21337, 21345, 21332 }, -- Idol of Death
442 [20877] = { 21389, 21388, 21374, 21373, 21346, 21348, 21335 }, -- Idol of the Sage
443 [20878] = { 21387, 21350, 21372, 21336, 21355, 21357 }, -- Idol of Rebirth
444 [20879] = { 21391, 21352, 21370, 21365, 21353, 21376 }, -- Idol of Life
445 [20881] = { 21390, 21364, 21359, 21366, 21375, 21354 }, -- Idol of Strife
446 [20882] = { 21360, 21367, 21333, 21356, 21331 }, -- Idol of War
447 };
448  
449 local ZG = "ZG_FACTION";
450 local AQ20 = "AQ20_FACTION";
451 local AQ40 = "AQ40_FACTION";
452 FAS_TokenFactions = { ZG, AQ20, AQ40 };
453 FAS_TokenRewards = {
454 [19822] = { class="WARRIOR", faction=ZG, rep=7, type=INVTYPE_CHEST }, -- Vindicator's Breastplate
455 [19823] = { class="WARRIOR", faction=ZG, rep=6, type=INVTYPE_WAIST }, -- Vindicator's Belt
456 [19824] = { class="WARRIOR", faction=ZG, rep=5, type=INVTYPE_WRIST }, -- Vindicator's Armguards
457 [19825] = { class="PALADIN", faction=ZG, rep=7, type=INVTYPE_CHEST }, -- Freethinker's Breastplate
458 [19826] = { class="PALADIN", faction=ZG, rep=6, type=INVTYPE_WAIST }, -- Freethinker's Belt
459 [19827] = { class="PALADIN", faction=ZG, rep=5, type=INVTYPE_WRIST }, -- Freethinker's Armguards
460 [19828] = { class="SHAMAN", faction=ZG, rep=7, type=INVTYPE_CHEST }, -- Augur's Hauberk
461 [19829] = { class="SHAMAN", faction=ZG, rep=6, type=INVTYPE_WAIST }, -- Augur's Belt
462 [19830] = { class="SHAMAN", faction=ZG, rep=5, type=INVTYPE_WRIST }, -- Augur's Bracers
463 [19831] = { class="HUNTER", faction=ZG, rep=7, type=INVTYPE_SHOULDER }, -- Predator's Mantle
464 [19832] = { class="HUNTER", faction=ZG, rep=6, type=INVTYPE_WAIST }, -- Predator's Belt
465 [19833] = { class="HUNTER", faction=ZG, rep=5, type=INVTYPE_WRIST }, -- Predator's Bracers
466 [19834] = { class="ROGUE", faction=ZG, rep=7, type=INVTYPE_CHEST }, -- Madcap's Tunic
467 [19835] = { class="ROGUE", faction=ZG, rep=6, type=INVTYPE_SHOULDER }, -- Madcap's Mantle
468 [19836] = { class="ROGUE", faction=ZG, rep=5, type=INVTYPE_WRIST }, -- Madcap's Bracers
469 [19838] = { class="DRUID", faction=ZG, rep=7, type=INVTYPE_CHEST }, -- Haruspex's Tunic
470 [19839] = { class="DRUID", faction=ZG, rep=6, type=INVTYPE_WAIST }, -- Haruspex's Belt
471 [19840] = { class="DRUID", faction=ZG, rep=5, type=INVTYPE_WRIST }, -- Haruspex's Bracers
472 [19841] = { class="PRIEST", faction=ZG, rep=7, type=INVTYPE_SHOULDER }, -- Confessor's Mantle
473 [19842] = { class="PRIEST", faction=ZG, rep=6, type=INVTYPE_WAIST }, -- Confessor's Bindings
474 [19843] = { class="PRIEST", faction=ZG, rep=5, type=INVTYPE_WRIST }, -- Confessor's Wraps
475 [19845] = { class="MAGE", faction=ZG, rep=6, type=INVTYPE_SHOULDER }, -- Illusionist's Mantle
476 [19846] = { class="MAGE", faction=ZG, rep=5, type=INVTYPE_WRIST }, -- Illusionist's Wraps
477 [20034] = { class="MAGE", faction=ZG, rep=7, type=INVTYPE_CHEST }, -- Illusionist's Robes
478 [19848] = { class="WARLOCK", faction=ZG, rep=5, type=INVTYPE_WRIST }, -- Demoniac's Wraps
479 [19849] = { class="WARLOCK", faction=ZG, rep=6, type=INVTYPE_SHOULDER }, -- Demoniac's Mantle
480 [20033] = { class="WARLOCK", faction=ZG, rep=7, type=INVTYPE_CHEST }, -- Demoniac's Robes
481  
482 [19782] = { class="WARRIOR", faction=ZG, rep=5, type=ENSCRIBE }, -- Presence of Might
483 [19783] = { class="PALADIN", faction=ZG, rep=5, type=ENSCRIBE }, -- Syncretist's Sigil
484 [19784] = { class="ROGUE", faction=ZG, rep=5, type=ENSCRIBE }, -- Death's Embrace
485 [19785] = { class="HUNTER", faction=ZG, rep=5, type=ENSCRIBE }, -- Falcon's Call
486 [19786] = { class="SHAMAN", faction=ZG, rep=5, type=ENSCRIBE }, -- Vodouisant's Vigilant Embrace
487 [19787] = { class="MAGE", faction=ZG, rep=5, type=ENSCRIBE }, -- Presence of Sight
488 [19788] = { class="WARLOCK", faction=ZG, rep=5, type=ENSCRIBE }, -- Hoodoo Hex
489 [19789] = { class="PRIEST", faction=ZG, rep=5, type=ENSCRIBE }, -- Prophetic Aura
490 [19790] = { class="DRUID", faction=ZG, rep=5, type=ENSCRIBE }, -- Animist's Caress
491  
492 [21392] = { class="WARRIOR", faction=AQ20, rep=8, type=AXE }, -- Sickle of Unyielding Strength
493 [21393] = { class="WARRIOR", faction=AQ20, rep=6, type=INVTYPE_FINGER }, -- Signet of Unyielding Strength
494 [21394] = { class="WARRIOR", faction=AQ20, rep=7, type=INVTYPE_CLOAK }, -- Drape of Unyielding Strength
495 [21395] = { class="PALADIN", faction=AQ20, rep=8, type=SWORD }, -- Blade of Eternal Justice
496 [21396] = { class="PALADIN", faction=AQ20, rep=6, type=INVTYPE_FINGER }, -- Ring of Eternal Justice
497 [21397] = { class="PALADIN", faction=AQ20, rep=7, type=INVTYPE_CLOAK }, -- Cape of Eternal Justice
498 [21398] = { class="SHAMAN", faction=AQ20, rep=8, type=MACE }, -- Hammer of the Gathering Storm
499 [21399] = { class="SHAMAN", faction=AQ20, rep=6, type=INVTYPE_FINGER }, -- Ring of the Gathering Storm
500 [21400] = { class="SHAMAN", faction=AQ20, rep=7, type=INVTYPE_CLOAK }, -- Cloak of the Gathering Storm
501 [21401] = { class="HUNTER", faction=AQ20, rep=8, type=AXE }, -- Scythe of the Unseen Path
502 [21402] = { class="HUNTER", faction=AQ20, rep=6, type=INVTYPE_FINGER }, -- Signet of the Unseen Path
503 [21403] = { class="HUNTER", faction=AQ20, rep=7, type=INVTYPE_CLOAK }, -- Cloak of the Unseen Path
504 [21404] = { class="ROGUE", faction=AQ20, rep=8, type=DAGGER }, -- Dagger of Veiled Shadows
505 [21405] = { class="ROGUE", faction=AQ20, rep=6, type=INVTYPE_FINGER }, -- Band of Veiled Shadows
506 [21406] = { class="ROGUE", faction=AQ20, rep=7, type=INVTYPE_CLOAK }, -- Cloak of Veiled Shadows
507 [21407] = { class="DRUID", faction=AQ20, rep=8, type=MACE }, -- Mace of Unending Life
508 [21408] = { class="DRUID", faction=AQ20, rep=6, type=INVTYPE_FINGER }, -- Band of Unending Life
509 [21409] = { class="DRUID", faction=AQ20, rep=7, type=INVTYPE_CLOAK }, -- Cloak of Unending Life
510 [21410] = { class="PRIEST", faction=AQ20, rep=8, type=MACE }, -- Gavel of Infinite Wisdom
511 [21411] = { class="PRIEST", faction=AQ20, rep=6, type=INVTYPE_FINGER }, -- Ring of Infinite Wisdom
512 [21412] = { class="PRIEST", faction=AQ20, rep=7, type=INVTYPE_CLOAK }, -- Shroud of Infinite Wisdom
513 [21413] = { class="MAGE", faction=AQ20, rep=8, type=SWORD }, -- Blade of Vaulted Secrets
514 [21414] = { class="MAGE", faction=AQ20, rep=6, type=INVTYPE_FINGER }, -- Band of Vaulted Secrets
515 [21415] = { class="MAGE", faction=AQ20, rep=7, type=INVTYPE_CLOAK }, -- Drape of Vaulted Secrets
516 [21416] = { class="WARLOCK", faction=AQ20, rep=8, type=DAGGER }, -- Kris of Unspoken Names
517 [21417] = { class="WARLOCK", faction=AQ20, rep=6, type=INVTYPE_FINGER }, -- Ring of Unspoken Names
518 [21418] = { class="WARLOCK", faction=AQ20, rep=7, type=INVTYPE_CLOAK }, -- Shroud of Unspoken Names
519  
520 [21273] = { class="ANY", faction=AQ40, type=STAFF }, -- Blessed Qiraji Acolyte Staff
521 [21275] = { class="ANY", faction=AQ40, type=STAFF }, -- Blessed Qiraji Augur Staff
522 [21268] = { class="ANY", faction=AQ40, type=MACE }, -- Blessed Qiraji War Hammer
523 [21355] = { class="ANY", faction=AQ40, type=AXE }, -- Blessed Qiraji War Axe
524 [21388] = { class="ANY", faction=AQ40, type=GUN }, -- Blessed Qiraji Musket
525 [21333] = { class="ANY", faction=AQ40, type=DAGGER }, -- Blessed Qiraji Pugio
526 [21359] = { class="ANY", faction=AQ40, type=SHIELD }, -- Blessed Qiraji Bulwark
527  
528 [21329] = { class="WARRIOR", faction=AQ40, rep=5, type=INVTYPE_HEAD }, -- Conqueror's Crown
529 [21330] = { class="WARRIOR", faction=AQ40, rep=4, type=INVTYPE_SHOULDER }, -- Conqueror's Spaulders
530 [21331] = { class="WARRIOR", faction=AQ40, rep=6, type=INVTYPE_CHEST }, -- Conqueror's Breastplate
531 [21332] = { class="WARRIOR", faction=AQ40, rep=5, type=INVTYPE_LEGS }, -- Conqueror's Legguards
532 [21333] = { class="WARRIOR", faction=AQ40, rep=4, type=INVTYPE_FEET }, -- Conqueror's Greaves
533 [21334] = { class="WARLOCK", faction=AQ40, rep=6, type=INVTYPE_CHEST }, -- Doomcaller's Robes
534 [21335] = { class="WARLOCK", faction=AQ40, rep=4, type=INVTYPE_SHOULDER }, -- Doomcaller's Mantle
535 [21336] = { class="WARLOCK", faction=AQ40, rep=5, type=INVTYPE_LEGS }, -- Doomcaller's Trousers
536 [21337] = { class="WARLOCK", faction=AQ40, rep=5, type=INVTYPE_HEAD }, -- Doomcaller's Circlet
537 [21338] = { class="WARLOCK", faction=AQ40, rep=4, type=INVTYPE_FEET }, -- Doomcaller's Footwraps
538 [21343] = { class="MAGE", faction=AQ40, rep=6, type=INVTYPE_CHEST }, -- Enigma Robes
539 [21344] = { class="MAGE", faction=AQ40, rep=4, type=INVTYPE_FEET }, -- Enigma Boots
540 [21345] = { class="MAGE", faction=AQ40, rep=4, type=INVTYPE_SHOULDER }, -- Enigma Shoulderpads
541 [21346] = { class="MAGE", faction=AQ40, rep=5, type=INVTYPE_LEGS }, -- Enigma Leggings
542 [21347] = { class="MAGE", faction=AQ40, rep=5, type=INVTYPE_HEAD }, -- Enigma Circlet
543 [21348] = { class="PRIEST", faction=AQ40, rep=5, type=INVTYPE_HEAD }, -- Tiara of the Oracle
544 [21349] = { class="PRIEST", faction=AQ40, rep=4, type=INVTYPE_FEET }, -- Footwraps of the Oracle
545 [21350] = { class="PRIEST", faction=AQ40, rep=4, type=INVTYPE_SHOULDER }, -- Mantle of the Oracle
546 [21351] = { class="PRIEST", faction=AQ40, rep=6, type=INVTYPE_CHEST }, -- Vestments of the Oracle
547 [21352] = { class="PRIEST", faction=AQ40, rep=5, type=INVTYPE_LEGS }, -- Trousers of the Oracle
548 [21353] = { class="DRUID", faction=AQ40, rep=5, type=INVTYPE_HEAD }, -- Genesis Helm
549 [21354] = { class="DRUID", faction=AQ40, rep=4, type=INVTYPE_SHOULDER }, -- Genesis Shoulderpads
550 [21355] = { class="DRUID", faction=AQ40, rep=4, type=INVTYPE_FEET }, -- Genesis Boots
551 [21356] = { class="DRUID", faction=AQ40, rep=5, type=INVTYPE_LEGS }, -- Genesis Trousers
552 [21357] = { class="DRUID", faction=AQ40, rep=6, type=INVTYPE_CHEST }, -- Genesis Vest
553 [21359] = { class="ROGUE", faction=AQ40, rep=4, type=INVTYPE_FEET }, -- Deathdealer's Boots
554 [21360] = { class="ROGUE", faction=AQ40, rep=5, type=INVTYPE_HEAD }, -- Deathdealer's Helm
555 [21361] = { class="ROGUE", faction=AQ40, rep=4, type=INVTYPE_SHOULDER }, -- Deathdealer's Spaulders
556 [21362] = { class="ROGUE", faction=AQ40, rep=5, type=INVTYPE_LEGS }, -- Deathdealer's Leggings
557 [21364] = { class="ROGUE", faction=AQ40, rep=6, type=INVTYPE_CHEST }, -- Deathdealer's Vest
558 [21365] = { class="HUNTER", faction=AQ40, rep=4, type=INVTYPE_FEET }, -- Striker's Footguards
559 [21366] = { class="HUNTER", faction=AQ40, rep=5, type=INVTYPE_HEAD }, -- Striker's Diadem
560 [21367] = { class="HUNTER", faction=AQ40, rep=4, type=INVTYPE_SHOULDER }, -- Striker's Pauldrons
561 [21368] = { class="HUNTER", faction=AQ40, rep=5, type=INVTYPE_LEGS }, -- Striker's Leggings
562 [21370] = { class="HUNTER", faction=AQ40, rep=6, type=INVTYPE_CHEST }, -- Striker's Hauberk
563 [21372] = { class="SHAMAN", faction=AQ40, rep=5, type=INVTYPE_HEAD }, -- Stormcaller's Diadem
564 [21373] = { class="SHAMAN", faction=AQ40, rep=4, type=INVTYPE_FEET }, -- Stormcaller's Footguards
565 [21374] = { class="SHAMAN", faction=AQ40, rep=6, type=INVTYPE_CHEST }, -- Stormcaller's Hauberk
566 [21375] = { class="SHAMAN", faction=AQ40, rep=5, type=INVTYPE_LEGS }, -- Stormcaller's Leggings
567 [21376] = { class="SHAMAN", faction=AQ40, rep=4, type=INVTYPE_SHOULDER }, -- Stormcaller's Pauldrons
568 [21387] = { class="PALADIN", faction=AQ40, rep=5, type=INVTYPE_HEAD }, -- Avenger's Crown
569 [21388] = { class="PALADIN", faction=AQ40, rep=4, type=INVTYPE_FEET }, -- Avenger's Greaves
570 [21389] = { class="PALADIN", faction=AQ40, rep=6, type=INVTYPE_CHEST }, -- Avenger's Breastplate
571 [21390] = { class="PALADIN", faction=AQ40, rep=5, type=INVTYPE_LEGS }, -- Avenger's Legguards
572 [21391] = { class="PALADIN", faction=AQ40, rep=4, type=INVTYPE_SHOULDER }, -- Avenger's Pauldrons
573 };
574  
575 FAS_TokenNames = {
576 -- ZG uncommon/rare tokens are no longer used for class-gear quests (only remaining use is to turn in for rep)
577 [19698] = "Zulian Coin",
578 [19699] = "Razzashi Coin",
579 [19700] = "Hakkari Coin",
580 [19701] = "Gurubashi Coin",
581 [19702] = "Vilebranch Coin",
582 [19703] = "Witherbark Coin",
583 [19704] = "Sandfury Coin",
584 [19705] = "Skullsplitter Coin",
585 [19706] = "Bloodscalp Coin",
586  
587 [19707] = "Red Hakkari Bijou",
588 [19708] = "Blue Hakkari Bijou",
589 [19709] = "Yellow Hakkari Bijou",
590 [19710] = "Orange Hakkari Bijou",
591 [19711] = "Green Hakkari Bijou",
592 [19712] = "Purple Hakkari Bijou",
593 [19713] = "Bronze Hakkari Bijou",
594 [19714] = "Silver Hakkari Bijou",
595 [19715] = "Gold Hakkari Bijou",
596  
597 [19813] = "Punctured Voodoo Doll", -- (warrior)
598 [19814] = "Punctured Voodoo Doll", -- (rogue)
599 [19815] = "Punctured Voodoo Doll", -- (paladin)
600 [19816] = "Punctured Voodoo Doll", -- (hunter)
601 [19817] = "Punctured Voodoo Doll", -- (shaman)
602 [19818] = "Punctured Voodoo Doll", -- (mage)
603 [19819] = "Punctured Voodoo Doll", -- (warlock)
604 [19820] = "Punctured Voodoo Doll", -- (priest)
605 [19821] = "Punctured Voodoo Doll", -- (druid)
606  
607 [22637] = "Primal Hakkari Idol",
608  
609 [19716] = "Primal Hakkari Bindings",
610 [19717] = "Primal Hakkari Armsplint",
611 [19718] = "Primal Hakkari Stanchion",
612 [19719] = "Primal Hakkari Girdle",
613 [19720] = "Primal Hakkari Sash",
614 [19721] = "Primal Hakkari Shawl",
615 [19722] = "Primal Hakkari Tabard",
616 [19723] = "Primal Hakkari Kossack",
617 [19724] = "Primal Hakkari Aegis",
618  
619 [20884] = "Qiraji Magisterial Ring",
620 [20888] = "Qiraji Ceremonial Ring",
621 [20885] = "Qiraji Martial Drape",
622 [20889] = "Qiraji Regal Drape",
623 [20886] = "Qiraji Spiked Hilt",
624 [20890] = "Qiraji Ornate Hilt",
625  
626 [21232] = "Imperial Qiraji Armaments",
627 [21237] = "Imperial Qiraji Regalia",
628  
629 [20928] = "Qiraji Bindings of Command",
630 [20932] = "Qiraji Bindings of Dominance",
631 [20927] = "Ouro's Intact Hide",
632 [20931] = "Skin of the Great Sandworm",
633 [20930] = "Vek'lor's Diadem",
634 [20926] = "Vek'nilash's Circlet",
635 [20929] = "Carapace of the Old God",
636 [20933] = "Husk of the Old God",
637  
638 [20858] = "Stone Scarab",
639 [20859] = "Gold Scarab",
640 [20860] = "Silver Scarab",
641 [20861] = "Bronze Scarab",
642 [20862] = "Crystal Scarab",
643 [20863] = "Clay Scarab",
644 [20864] = "Bone Scarab",
645 [20865] = "Ivory Scarab",
646  
647 [20866] = "Azure Idol",
648 [20867] = "Onyx Idol",
649 [20868] = "Lambent Idol",
650 [20869] = "Amber Idol",
651 [20870] = "Jasper Idol",
652 [20871] = "Obsidian Idol",
653 [20872] = "Vermillion Idol",
654 [20873] = "Alabaster Idol",
655  
656 [20874] = "Idol of the Sun",
657 [20875] = "Idol of Night",
658 [20876] = "Idol of Death",
659 [20877] = "Idol of the Sage",
660 [20878] = "Idol of Rebirth",
661 [20879] = "Idol of Life",
662 [20881] = "Idol of Strife",
663 [20882] = "Idol of War",
664 };
665  
666 FAS_TokenQuality = {
667 -- ZG uncommon/rare tokens are no longer used for class-gear quests (only remaining use is to turn in for rep)
668 [19698] = 2, -- Zulian Coin
669 [19699] = 2, -- Razzashi Coin
670 [19700] = 2, -- Hakkari Coin
671 [19701] = 2, -- Gurubashi Coin
672 [19702] = 2, -- Vilebranch Coin
673 [19703] = 2, -- Witherbark Coin
674 [19704] = 2, -- Sandfury Coin
675 [19705] = 2, -- Skullsplitter Coin
676 [19706] = 2, -- Bloodscalp Coin
677  
678 [19707] = 3, -- Red Hakkari Bijou
679 [19708] = 3, -- Blue Hakkari Bijou
680 [19709] = 3, -- Yellow Hakkari Bijou
681 [19710] = 3, -- Orange Hakkari Bijou
682 [19711] = 3, -- Green Hakkari Bijou
683 [19712] = 3, -- Purple Hakkari Bijou
684 [19713] = 3, -- Bronze Hakkari Bijou
685 [19714] = 3, -- Silver Hakkari Bijou
686 [19715] = 3, -- Gold Hakkari Bijou
687  
688 [19813] = 2, -- Punctured Voodoo Doll (warrior)
689 [19814] = 2, -- Punctured Voodoo Doll (rogue)
690 [19815] = 2, -- Punctured Voodoo Doll (paladin)
691 [19816] = 2, -- Punctured Voodoo Doll (hunter)
692 [19817] = 2, -- Punctured Voodoo Doll (shaman)
693 [19818] = 2, -- Punctured Voodoo Doll (mage)
694 [19819] = 2, -- Punctured Voodoo Doll (warlock)
695 [19820] = 2, -- Punctured Voodoo Doll (priest)
696 [19821] = 2, -- Punctured Voodoo Doll (druid)
697  
698 [22637] = 3, -- Primal Hakkari Idol
699  
700 [19716] = 4, -- Primal Hakkari Bindings
701 [19717] = 4, -- Primal Hakkari Armsplint
702 [19718] = 4, -- Primal Hakkari Stanchion
703 [19719] = 4, -- Primal Hakkari Girdle
704 [19720] = 4, -- Primal Hakkari Sash
705 [19721] = 4, -- Primal Hakkari Shawl
706 [19722] = 4, -- Primal Hakkari Tabard
707 [19723] = 4, -- Primal Hakkari Kossack
708 [19724] = 4, -- Primal Hakkari Aegis
709  
710 -- we use this quality array to also determine how many of an item you need for a quest,
711 -- because there's currently a consistent formula for it. (5x green A, 5x green B, 2x blue, 1x epic)
712 -- except in AQ20 the "epic" piece is in some cases actually a blue, so we label it 3.1 here;
713 -- it still shows shows up blue, but we catch that it's not the same as a 3(.0) item.
714 [20884] = 3.1, -- Qiraji Magisterial Ring
715 [20888] = 3.1, -- Qiraji Ceremonial Ring
716 [20885] = 3.1, -- Qiraji Martial Drape
717 [20889] = 3.1, -- Qiraji Regal Drape
718 [20886] = 4, -- Qiraji Spiked Hilt
719 [20890] = 4, -- Qiraji Ornate Hilt
720  
721 [21232] = 4, -- Imperial Qiraji Armaments
722 [21237] = 4, -- Imperial Qiraji Regalia
723  
724 [20928] = 4, -- Qiraji Bindings of Command
725 [20932] = 4, -- Qiraji Bindings of Dominance
726 [20927] = 4, -- Ouro's Intact Hide
727 [20931] = 4, -- Skin of the Great Sandworm
728 [20930] = 4, -- Vek'lor's Diadem
729 [20926] = 4, -- Vek'nilash's Circlet
730 [20929] = 4, -- Carapace of the Old God
731 [20933] = 4, -- Husk of the Old God
732  
733 [20858] = 2, -- Stone Scarab
734 [20859] = 2, -- Gold Scarab
735 [20860] = 2, -- Silver Scarab
736 [20861] = 2, -- Bronze Scarab
737 [20862] = 2, -- Crystal Scarab
738 [20863] = 2, -- Clay Scarab
739 [20864] = 2, -- Bone Scarab
740 [20865] = 2, -- Ivory Scarab
741  
742 [20866] = 3, -- Azure Idol
743 [20867] = 3, -- Onyx Idol
744 [20868] = 3, -- Lambent Idol
745 [20869] = 3, -- Amber Idol
746 [20870] = 3, -- Jasper Idol
747 [20871] = 3, -- Obsidian Idol
748 [20872] = 3, -- Vermillion Idol
749 [20873] = 3, -- Alabaster Idol
750  
751 [20874] = 3, -- Idol of the Sun
752 [20875] = 3, -- Idol of Night
753 [20876] = 3, -- Idol of Death
754 [20877] = 3, -- Idol of the Sage
755 [20878] = 3, -- Idol of Rebirth
756 [20879] = 3, -- Idol of Life
757 [20881] = 3, -- Idol of Strife
758 [20882] = 3, -- Idol of War
759 }
760  
761 FAS_FactionTokenSets = {
762 ["ZG"] = {
763 { 19698, 19699, 19700 }, -- Zulian, Razzashi, and Hakkari Coins
764 { 19701, 19702, 19703 }, -- Gurubashi, Vilebranch, and Witherbark Coins
765 { 19704, 19705, 19706 }, -- Sandfury, Skullsplitter, and Bloodscalp Coins
766  
767 { 19707 }, -- Red Hakkari Bijou
768 { 19708 }, -- Blue Hakkari Bijou
769 { 19709 }, -- Yellow Hakkari Bijou
770 { 19710 }, -- Orange Hakkari Bijou
771 { 19711 }, -- Green Hakkari Bijou
772 { 19712 }, -- Purple Hakkari Bijou
773 { 19713 }, -- Bronze Hakkari Bijou
774 { 19714 }, -- Silver Hakkari Bijou
775 { 19715 }, -- Gold Hakkari Bijou
776 },
777 ["AD"] = {
778 { 22525 }, -- Crypt Fiend Parts
779 { 22526 }, -- Bone Fragments
780 { 22527 }, -- Core of Elements
781 { 22528 }, -- Dark Iron Scraps
782 { 22529 }, -- Savage Frond
783 },
784 };
785