Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion FurCConstants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ FurC.Constants.ItemSources = {
FESTIVAL_DROP = getNextIdFor("ITEM_SOURCES"), -- 18
}

-- TODO #REFACTOR Switch version numbering to the same as game update numbers

-- versioning
FurC.Constants.Versioning = {
NONE = getNextIdFor("VERSIONING"), -- 1 off
Expand Down Expand Up @@ -76,9 +78,10 @@ FurC.Constants.Versioning = {
WEALD = getNextIdFor("VERSIONING"), -- 30 Gold Road
BASE43 = getNextIdFor("VERSIONING"), -- 31 Base Game Update 43
BASE44 = getNextIdFor("VERSIONING"), -- 32 Base Game Update 44
FALLBAN = getNextIdFor("VERSIONING"), -- 33 Fallen Banners (U45)
}

FurC.Constants.Versioning.LATEST = FurC.Constants.Versioning.BASE44
FurC.Constants.Versioning.LATEST = FurC.Constants.Versioning.FALLBAN

-- Location Ids, mix of ingame strings and translations, more control over translations
FurC.Constants.Locations = {
Expand Down
2 changes: 1 addition & 1 deletion FurnitureCatalogue.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Author: manavortex
## AddonVersion: 4085000
## Version: 4.85.0
## APIVersion: 101044
## APIVersion: 101045
## SavedVariables: FurnitureCatalogue_Settings
## DependsOn: LibCustomMenu LibAddonMenu-2.0 LibAsync
## OptionalDependsOn: LibDebugLogger LibDebugViewer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Description: This is a utility addon that helps generating entries for the furniture database.\nYou will only need it if you want to help with development or the database.
## Version: 2.1.0
## AddonVersion: 2001000
## APIVersion: 101044
## APIVersion: 101045
## DependsOn: FurnitureCatalogue
## OptionalDependsOn: sidTools LibDebugLogger DebugLogViewer

Expand Down
2 changes: 1 addition & 1 deletion FurnitureCatalogue_Export/FurnitureCatalogue_Export.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Author: manavortex
## Version: 2.0.0
## AddonVersion: 2000000
## APIVersion: 101044
## APIVersion: 101045
## SavedVariables: FurnitureCatalogue_Export
## DependsOn: FurnitureCatalogue LibAddonMenu-2.0

Expand Down
28 changes: 18 additions & 10 deletions data/LuxuryFurnisher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}

local ver = FurC.Constants.Versioning

-- 35 Fallen Banners
FurC.LuxuryFurnisher[ver.FALLBAN] = {
[210886] = { -- Orcish Gateway, City
itemPrice = 4500,
itemDate = "2025-03-14",
},
}

-- 30 Gold Road
FurC.LuxuryFurnisher[ver.WEALD] = {
[204632] = { -- Dwarven Archway, Temple",
Expand Down Expand Up @@ -138,7 +146,7 @@ FurC.LuxuryFurnisher[ver.ENDLESS] = {
},
[203139] = { -- Orcish Stable, Orsinium
itemPrice = 150000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[203134] = { -- Wedding Planter, Octagonal
itemPrice = 20000,
Expand Down Expand Up @@ -386,7 +394,7 @@ FurC.LuxuryFurnisher[ver.DRUID] = {
},
[192577] = { -- Orsinium Statue Base
itemPrice = 4000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[192576] = { -- Druidic Totem, Animal
itemPrice = 3500,
Expand Down Expand Up @@ -630,7 +638,7 @@ FurC.LuxuryFurnisher[ver.DEADL] = {
},
[182615] = { -- Pedestal, Etched Stone
itemPrice = 3000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[182614] = { -- Vine, Flowering Wyrdbloom Strand
itemPrice = 700,
Expand Down Expand Up @@ -674,7 +682,7 @@ FurC.LuxuryFurnisher[ver.DEADL] = {
},
[167347] = { -- Orcish Figurine, Mammoth
itemPrice = 12000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[167346] = { -- Vines, Flowering Wyrdbloom
itemPrice = 4000,
Expand Down Expand Up @@ -714,7 +722,7 @@ FurC.LuxuryFurnisher[ver.DEADL] = {
},
[153691] = { -- Orsinium Sarcophagus, Honor's Rest
itemPrice = 25000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[153690] = { -- Flower Cluster, Wyrdbloom
itemPrice = 4000,
Expand Down Expand Up @@ -754,7 +762,7 @@ FurC.LuxuryFurnisher[ver.DEADL] = {
},
[141758] = { -- Orcish Wagon, Merchant
itemPrice = 15000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[141757] = { -- Mushrooms, Climbing Aether Cup
itemPrice = 5000,
Expand Down Expand Up @@ -818,19 +826,19 @@ FurC.LuxuryFurnisher[ver.DEADL] = {
},
[132148] = { -- Orsinium Statue, Head
itemPrice = 25000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[132147] = { -- Orsinium Statue, Honor’s Rest
itemPrice = 25000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[132146] = { -- Orsinium Relief, Malacath
itemPrice = 25000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[132145] = { -- Orsinium Tent, Chief’s
itemPrice = 15000,
itemDate = "2024-03-01",
itemDate = "2025-03-14",
},
[132144] = { -- Reach Briarheart, Blood Red
itemPrice = 15000,
Expand Down
46 changes: 46 additions & 0 deletions data/Recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,52 @@ FurC.Recipes = FurC.Recipes or {}

local ver = FurC.Constants.Versioning

FurC.Recipes[ver.FALLBAN] = {
-- mirrormoor
212206,
212207,
212208,
212209,
212210,
-- dawnwood
212589,
212590,
212591,
212592,
212593,
212594,
212595,
212596,
212597,
-- ayleid
212598,
212599,
212600,
212601,
212602,
212603,
212604,
212605,
212606,
212607,
212608,
212609,
212610,
212611,
-- glass harp
212612,
-- colovian
212617,
-- rolis
212561,
212562,
212563,
212564,
212565,
212566,
212567,
}

FurC.Recipes[ver.BASE44] = {
-- lucent
211399,
Expand Down
38 changes: 37 additions & 1 deletion data/RumourRecipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,40 @@
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 = {}
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
}
Loading
Loading