Skip to content

Commit

Permalink
wasd
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Mar 10, 2019
1 parent 32fcd44 commit 2b9270f
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 45 deletions.
4 changes: 2 additions & 2 deletions FurnitureCatalogue.txt
@@ -1,7 +1,7 @@
## Title: FurnitureCatalogue
## Author: manavortex
## AddonVersion: 3.21
## Version: 3.21
## AddonVersion: 3.211
## Version: 3.211
## APIVersion: 10026
## SavedVariables: FurnitureCatalogue_Settings
## DependsOn: LibStub LibCustomMenu LibAddonMenu-2.0 LibAsync
Expand Down
20 changes: 0 additions & 20 deletions data/05_Dragonbones/DragonB_LuxuryFurnisher.lua
Expand Up @@ -199,25 +199,5 @@ FurC.LuxuryFurnisher[FURC_DRAGONS] = {
itemPrice = 7500,
itemDate = "2018-03-31",
},
[121268] = { -- Fisher's Catch of the Day Rack
itemPrice = 5000,
itemDate = "2018-03-10",
},
[120850] = { -- Harbor Floats
itemPrice = 5000,
itemDate = "2018-03-10",
},
[120846] = { -- Dock Rope Wheel
itemPrice = 3000,
itemDate = "2018-03-10",
},
[134827] = { -- Mooring Line, Coiled
itemPrice = 7500,
itemDate = "2018-03-10",
},
[134826] = { -- Mooring Line, Tidy
itemPrice = 5000,
itemDate = "2018-03-10",
},

}
14 changes: 0 additions & 14 deletions data/100026.lua
Expand Up @@ -15,17 +15,6 @@ FurC.AchievementVendors[FURC_WOTL] = {
},
},
}

FurC.Recipes[FURC_WOTL] = {

147656, -- Dark Elf Tent, Canopy,
147657, -- Hlaalu Stove, Chiminea,
147651, -- Silver Kettle, Masterworked,
147652, -- Frog-Caller, Untuned,
147653, -- Pottery Wheel, Ever-Turning,
147654, -- Alchemical Apparatus, Condens
147655, -- Hlaalu Salt Lamp, Enchanted,
}

local rumourSource = GetString(SI_FURC_RUMOUR_SOURCE_ITEM)
FurC.MiscItemSources[FURC_WOTL] = {
Expand Down Expand Up @@ -90,9 +79,6 @@ FurC.MiscItemSources[FURC_WOTL] = {
[134474] = rumourSource, -- Banner, Malacath,
[147664] = rumourSource, -- Dwarven Dais, Conduit,
[147599] = rumourSource, -- Banner of Namira,
[147598] = rumourSource, -- Hlaalu Stove, Chiminea,
[147597] = rumourSource, -- Dark Elf Tent, Canopy,
[147593] = rumourSource, -- Frog-Caller, Untuned,
[147584] = rumourSource, -- Dwarven Rack, Spider Legs,
[120857] = rumourSource, -- Yokudan Sarcophagus Lid,
[147505] = rumourSource, -- Music Box, \"Y'ffre in Every Leaf\",
Expand Down
26 changes: 26 additions & 0 deletions data/LuxuryFurnisher.lua
@@ -1,6 +1,32 @@
FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}

FurC.LuxuryFurnisher[FURC_WOTL] = {
[145472] = { -- Antler Coral, Crimson
itemPrice = 50000,
itemDate = "2019-03-10",
},
[121268] = { -- Fisher's Catch of the Day Rack
itemPrice = 5000,
itemDate = "2019-03-10",
},
[120850] = { -- Harbor Floats
itemPrice = 5000,
itemDate = "2019-03-10",
},
[120846] = { -- Dock Rope Wheel
itemPrice = 3000,
itemDate = "2019-03-10",
},
[134827] = { -- Mooring Line, Coiled
itemPrice = 7500,
itemDate = "2019-03-10",
},
[134826] = { -- Mooring Line, Tidy
itemPrice = 5000,
itemDate = "2019-03-10",
},


[120807] = { -- Hew's Bane Well
itemPrice = 10000,
itemDate = "2018-03-02",
Expand Down
27 changes: 19 additions & 8 deletions data/Rolis.lua
Expand Up @@ -10,14 +10,25 @@ FurC.Faustina[FURC_ALTMER] = {
}


FurC.RolisRecipes[FURC_DRAGONS] = {
[141904] = 125, -- Blueprint: Alinor Bookshelf, Grand Full,
[141905] = 125, -- Praxis: Alinor Gaming Table, Punctilious Conflict,
[141906] = 125, -- Formula: Artist's Palette, Pigment,
[141907] = 125, -- Design: Alinor Grape Stomping Tub,
[141901] = 125, -- Pattern: Psijic Banner, Long,
[141903] = 125, -- Pattern: Alinor Bed, Levitating,
[141902] = 125, -- Schematic: Relic Vault, Impenetrable,
FurC.RolisRecipes[FURC_WOTL] = {

[147656] = 125, -- Dark Elf Tent, Canopy,
[147657] = 125, -- Hlaalu Stove, Chiminea,
[147651] = 125, -- Silver Kettle, Masterworked,
[147652] = 125, -- Frog-Caller, Untuned,
[147653] = 125, -- Pottery Wheel, Ever-Turning,
[147654] = 125, -- Alchemical Apparatus, Condens
[147655] = 125, -- Hlaalu Salt Lamp, Enchanted,

}
FurC.FaustinaRecipes[FURC_DRAGONS] = {
[141904] = 100, -- Blueprint: Alinor Bookshelf, Grand Full,
[141905] = 100, -- Praxis: Alinor Gaming Table, Punctilious Conflict,
[141906] = 100, -- Formula: Artist's Palette, Pigment,
[141907] = 100, -- Design: Alinor Grape Stomping Tub,
[141901] = 100, -- Pattern: Psijic Banner, Long,
[141903] = 100, -- Pattern: Alinor Bed, Levitating,
[141902] = 100, -- Schematic: Relic Vault, Impenetrable,
}
FurC.FaustinaRecipes[FURC_DRAGONS] = {

Expand Down
2 changes: 1 addition & 1 deletion startup.lua
@@ -1,7 +1,7 @@
FurnitureCatalogue = {}
FurnitureCatalogue.name = "FurnitureCatalogue"
FurnitureCatalogue.author = "manavortex"
FurnitureCatalogue.version = 3.21
FurnitureCatalogue.version = 3.211
FurnitureCatalogue.CharacterName = nil
FurnitureCatalogue.settings = {}

Expand Down

0 comments on commit 2b9270f

Please sign in to comment.