-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathRumourRecipes.lua
More file actions
41 lines (41 loc) · 2.31 KB
/
RumourRecipes.lua
File metadata and controls
41 lines (41 loc) · 2.31 KB
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
--[[
A list of recipes that actually exist in-game but haven't been confirmed existing.
This list will make sure they don't show up under "Recipes: Unknown" and drive the OCD people up the walls
]]
FurC.RumourRecipes = {
[211039] = 211039, -- Blueprint: Colovian Keg, Gigantic Wine
[211038] = 211038, -- Design: Dawnwood Platter, Feast
[211037] = 211037, -- Sketch: Colovian Mirror, Standing
[211036] = 211036, -- Praxis: Colovian Glassblower's Furnace
[211035] = 211035, -- Pattern: Colovian Tapestry, Red Diamond
[211034] = 211034, -- Diagram: Colovian Chandelier, Grapes
[211033] = 211033, -- Formula: Colovian Alembic Set, Colorful
[211032] = 211032, -- Blueprint: Colovian Archway, Wooden
[211031] = 211031, -- Blueprint: Colovian Banister Post, Wooden
[211030] = 211030, -- Blueprint: Colovian Banister, Wooden
[211029] = 211029, -- Praxis: Colovian Garden Wall, Straight
[211028] = 211028, -- Praxis: Colovian Garden Wall, Curved
[211027] = 211027, -- Praxis: Colovian Garden Pillar, Stone
[211026] = 211026, -- Praxis: Colovian Platform, Circular
[211025] = 211025, -- Praxis: Colovian Doorway, Stone
[211024] = 211024, -- Praxis: Colovian Wall, Flat Stone
[211023] = 211023, -- Formula: Colovian Window, Peaked
[211022] = 211022, -- Formula: Colovian Window, Rectangular
[211021] = 211021, -- Praxis: Colovian Fireplace, Stone
[211020] = 211020, -- Blueprint: Colovian Wall, Plaster
[211019] = 211019, -- Blueprint: Colovian Archway, Plaster
[211018] = 211018, -- Blueprint: Colovian Door, Painted
[211017] = 211017, -- Blueprint: Colovian Door, Wooden
[211016] = 211016, -- Blueprint: Colovian Doorway, Plaster
[211015] = 211015, -- Blueprint: Colovian Trim, Short Wooden
[211014] = 211014, -- Blueprint: Colovian Pillar, Wooden
[211013] = 211013, -- Blueprint: Colovian Trim, Wall
[211012] = 211012, -- Blueprint: Colovian Wall, Small Plaster
[211011] = 211011, -- Blueprint: Colovian Wall, Wooden
[211010] = 211010, -- Blueprint: Colovian Roof Gable, Large
[211009] = 211009, -- Blueprint: Colovian Floor, Small Dual-Sided
[211008] = 211008, -- Blueprint: Colovian Floor, Dual-Sided
[211007] = 211007, -- Blueprint: Colovian Staircase, Straight
[211006] = 211006, -- Blueprint: Colovian Staircase, Eastern Landing
[211005] = 211005, -- Blueprint: Colovian Staircase, Western Landing
}