diff --git a/FurCControlBridge.lua b/FurCControlBridge.lua index e1f1685..b4a7684 100644 --- a/FurCControlBridge.lua +++ b/FurCControlBridge.lua @@ -97,6 +97,13 @@ function FurC.GuiHideTooltip(control) InformationTooltip:SetHidden(true) end +function FurC.GetRumourTooltip() + if FurC.GetShowRumours() then + GetString(SI_FURC_HIDE_RUMOUR_TT) + end + return GetString(SI_FURC_SHOW_RUMOUR_TT) +end + function FurC.GuiOnSearchBoxClick(control, mouseButton, doubleClick) FurC_SearchBoxText:SetText("") if mouseButton == 2 or doubleClick then @@ -196,6 +203,9 @@ function FurC.GuiVirtualMouseOut(control) FurC.GuiHideTooltip(control) end +function FurC.GuiToggleShowRumours() + FurC.SetShowRumours(not FurC.GetShowRumours()) +end function FurC.GuiQualityMouseUp(control, button) if button == 2 then FurC.SetFilterQuality(0) end diff --git a/FurCFilter.lua b/FurCFilter.lua index 533a6c5..8b5cd8e 100644 --- a/FurCFilter.lua +++ b/FurCFilter.lua @@ -39,12 +39,12 @@ function FurC.SetFilter(useDefaults, skipRefresh) -- we need to hold the text here, in case it's not "All" ddTextCharacter = FurC.GetDropdownChoiceTextual("Character") - qualityFilter = FurC.GetFilterQuality() + qualityFilter = FurC.GetFilterQuality() craftingTypeFilter = FurC.GetFilterCraftingType() - hideBooks = FurC.GetHideBooks() - hideRumours = FurC.GetHideRumourRecipes() + hideBooks = FurC.GetHideBooks() + hideRumours = not FurC.GetShowRumours() and FurC.GetHideRumourRecipes() mergeLuxuryAndSales = FurC.GetMergeLuxuryAndSales() - hideCrownStore = FurC.GetHideCrownStoreItems() + hideCrownStore = FurC.GetHideCrownStoreItems() -- ignore filtered items when no dropdown filter is set and there's a text search? filterAllOnTextSearch = FurC.GetFilterAllOnText() and #searchString > 0 and diff --git a/FurCSettingsAdapter.lua b/FurCSettingsAdapter.lua index b59af83..45e7508 100644 --- a/FurCSettingsAdapter.lua +++ b/FurCSettingsAdapter.lua @@ -64,7 +64,6 @@ function FurC.GetFilterAllOnTextNoCrown(value) end - function FurC.GetFontSize() if FurC.settings["fontSize"] < 10 then FurC.settings["fontSize"] = 10 @@ -284,6 +283,14 @@ function FurC.SetMergeLuxuryAndSales(value) FurC.UpdateGui() end +function FurC.GetShowRumours() + return FurC.settings["showRumours"] +end +function FurC.SetShowRumours(value) + FurC.settings["showRumours"] = value + FurC_ShowRumours:SetState((value and BSTATE_PRESSED) or BSTATE_DISABLED) + FurC.UpdateGui() +end --------------------------- --------- Dropdown -------- diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt index 869e9e4..a7bc5aa 100644 --- a/FurnitureCatalogue.txt +++ b/FurnitureCatalogue.txt @@ -7,25 +7,7 @@ ## DependsOn: LibStub LibCustomMenu LibAddonMenu-2.0 LibAsync ## OptionalDependsOn: pChat -libs\LibStub\LibStub.lua -libs\LibAsync\LibAsync.lua libs\LibCustomTitles\LibCustomTitles.lua -libs\LibCustomMenu\LibCustomMenu.lua -libs\LibAddonMenu-2.0\LibAddonMenu-2.0.lua -libs\LibAddonMenu-2.0\controls\panel.lua -libs\LibAddonMenu-2.0\controls\submenu.lua -libs\LibAddonMenu-2.0\controls\button.lua -libs\LibAddonMenu-2.0\controls\checkbox.lua -libs\LibAddonMenu-2.0\controls\colorpicker.lua -libs\LibAddonMenu-2.0\controls\custom.lua -libs\LibAddonMenu-2.0\controls\description.lua -libs\LibAddonMenu-2.0\controls\dropdown.lua -libs\LibAddonMenu-2.0\controls\editbox.lua -libs\LibAddonMenu-2.0\controls\header.lua -libs\LibAddonMenu-2.0\controls\slider.lua -libs\LibAddonMenu-2.0\controls\texture.lua -libs\LibAddonMenu-2.0\controls\iconpicker.lua -libs\LibAddonMenu-2.0\controls\divider.lua locale\en.lua locale\$(language).lua @@ -44,6 +26,7 @@ data\01_Homestead\H_Recipes.lua data\03_Reach\HotR_Recipes.lua data\04_Clockwork\CC_Recipes.lua data\05_Dragonbones\DragonB_Recipes.lua +data\06_2018\2018_Recipes.lua data\01_Homestead\H_Cyrodiil.lua @@ -53,6 +36,7 @@ data\02_Morrowind\M_AchievementVendors.lua data\03_Reach\HotR_AchievementVendors.lua data\04_Clockwork\CC_AchievementVendors.lua data\05_Dragonbones\AchievementVendors.lua +data\06_2018\AchievementVendors.lua data\LuxuryFurnisher.lua data\01_Homestead\H_LuxuryFurnisher.lua @@ -60,6 +44,7 @@ data\02_Morrowind\M_LuxuryFurnisher.lua data\03_Reach\HotR_LuxuryFurnisher.lua data\04_Clockwork\CC_LuxuryFurnisher.lua data\05_Dragonbones\DragonB_LuxuryFurnisher.lua +data\06_2018\LuxuryFurnisher.lua data\01_Homestead\H_Rolis.lua data\03_Reach\HotR_Rolis.lua @@ -72,6 +57,7 @@ data\EventItems.lua data\MiscItemSources.lua data\Recipes.lua data\RecipeSources.lua +data\06_2018\RumourRecipes.lua data\RumourRecipes.lua diff --git a/data/06_2018/2018_Recipes.lua b/data/06_2018/2018_Recipes.lua new file mode 100644 index 0000000..651a08e --- /dev/null +++ b/data/06_2018/2018_Recipes.lua @@ -0,0 +1,273 @@ +FurC.Recipes = FurC.Recipes or {} + +FurC.Recipes[FURC_SLAVES] = { + + 145944, -- Praxis: Murkmire Chair, Engraved + 145945, -- Praxis: Murkmire Bench, Wide + 145946, -- Praxis: Murkmire Bench, Armless + 145947, -- Praxis: Murkmire Bed, Enclosed + 145948, -- Praxis: Murkmire Pedestal, Low + 145949, -- Praxis: Murkmire Table, Engraved + 145950, -- Praxis: Murkmire Brazier, Engraved + 145951, -- Praxis: Murkmire Bookshelf, Grand + 145952, -- Praxis: Murkmire Bookshelf, Grand Full + 145953, -- Praxis: Murkmire Sarcophagus, Empty + 145954, -- Praxis: Murkmire Sarcophagus Lid + 145955, -- Praxis: Murkmire Bookshelf + 145956, -- Praxis: Murkmire Bookshelf, Full + 145957, -- Praxis: Murkmire Platform, Sectioned + 145958, -- Praxis: Murkmire Pedestal, Winged + 145959, -- Praxis: Murkmire Totem, Beacon + 145960, -- Diagram: Murkmire Brazier, Bowl + 145961, -- Praxis: Murkmire Hearth Shrine, Sithis Rearing + 145962, -- Praxis: Murkmire Hearth Shrine, Sithis Coiled + 145963, -- Praxis: Murkmire Hearth Shrine, Sithis Looming + 145964, -- Praxis: Murkmire Shrine, Sithis Relief + 145965, -- Praxis: Murkmire Shrine, Sithis Rearing + 145966, -- Praxis: Murkmire Shrine, Sithis Figure + 145967, -- Praxis: Murkmire Shrine, Sithis Coiled + 145968, -- Design: Murkmire Pot, Large Carved + 145969, -- Design: Bowl of Worms + 145970, -- Design: Bowl of Guts + 145971, -- Design: Bowl of Worms, Large + 145972, -- Design: Grub Kebabs + 145973, -- Design: Murkmire Berry Strand + 145974, -- Design: Murkmire Pot, Handmade + 145975, -- Design: Melon, Wax + 145976, -- Design: Dragonfruit, Wax + 145977, -- Blueprint: Murkmire Platter, Large + 145978, -- Blueprint: Murkmire Plate, Charger + 145979, -- Praxis: Murkmire Wall, Stone + 145980, -- Blueprint: Murkmire Bonding Chimes, Domed + 145981, -- Formula: Murkmire Lantern, Covered + 145982, -- Formula: Murkmire Lamp, Hanging Bottle + 145983, -- Formula: Murkmire Lamp, Hanging Conch + 145984, -- Formula: Murkmire Sconce, Shell + 145985, -- Formula: Murkmire Brazier, Shell + 145986, -- Formula: Murkmire Lamp, Shell + 145987, -- Design: Murkmire Candlepost, Timber + 145988, -- Design: Murkmire Candlepost, Driftwood + 145989, -- Design: Murkmire Candles, Bone Group + 145990, -- Design: Murkmire Candle, Bone Tall + 145991, -- Design: Murkmire Candle, Bone Squat + 145992, -- Blueprint: Murkmire Bed, Carved + 145993, -- Blueprint: Murkmire Wardrobe, Woven + 145994, -- Blueprint: Murkmire Chair, Woven + 141899, -- Praxis: Sacrificial Altar, Hircine + 141900, -- Blueprint: Ritual Fetish, Hircine + 146004, -- Blueprint: Murkmire Ramp, Reed + 146005, -- Blueprint: Murkmire Platform, Reed + 146006, -- Blueprint: Murkmire Gate, Arched + 146007, -- Blueprint: Murkmire Wall, Straight + 146008, -- Blueprint: Murkmire Totem Post, Carved + 146009, -- Blueprint: Murkmire Wall, Corner Curve + 146010, -- Pattern: Murkmire Tapestry, Hist Gathering + 146011, -- Pattern: Murkmire Rug, Hist Gathering + 146012, -- Pattern: Murkmire Rug, Supine Turtle + 146013, -- Pattern: Murkmire Rug, Crawling Serpents + 146014, -- Pattern: Murkmire Rug, Lurking Lizard + 146015, -- Pattern: Murkmire Tapestry, Xanmeer + 146016, -- Blueprint: Murkmire Bonding Chimes, Simple + 146017, -- Blueprint: Murkmire Totem, Wolf-Lizard + 141898, -- Praxis: Ritual Stone, Hircine + 141897, -- Praxis: Obelisk, Lord Hircine Ritual + 141896, -- Sketch: Figurine, The Dragon's Glare + 145995, -- Blueprint: Murkmire Trunk, Leatherbound + 145999, -- Blueprint: Murkmire Shelf, Reed + 145996, -- Blueprint: Murkmire Counter, Cabinet + 145997, -- Blueprint: Murkmire Counter, Low Cabinet + 145998, -- Blueprint: Murkmire Table, Woven + 145915, -- Praxis: Murkmire Desk, Engraved + 146000, -- Blueprint: Murkmire Shelves, Woven + 146001, -- Blueprint: Murkmire Shelf, Woven Hanging + 146002, -- Blueprint: Murkmire Ramp, Marshwood + 146003, -- Blueprint: Murkmire Walkway, Reed +} + +FurC.Recipes[FURC_WEREWOLF] = { + 141896, -- Sketch: Figurine, The Dragon's Glare + 141897, -- Praxis: Obelisk, Lord Hircine Ritual + 141898, -- Praxis: Ritual Stone, Hircine + 141899, -- Praxis: Sacrificial Altar, Hircine + 141900, -- Blueprint: Ritual Fetish, Hircine +} + +FurC.Recipes[FURC_ALTMER] = { + + 139573, -- Sketch: Figurine, The Fish and the Unicorn + 139571, -- Sketch: Figurine, The Sea-Monster's Surprise + 139572, -- Sketch: Figurine, The Taming of the Gryphon + 139613, -- Sketch: Alinor Chalice, Delicate + 139615, -- Sketch: Alinor Chalice, Ornate + 139616, -- Sketch: Alinor Goblet, Silver Ornate + 139612, -- Sketch: Alinor Goblet, Silver Plain + 139614, -- Sketch: Alinor Goblet, Silver Stamped + 139611, -- Sketch: Alinor Goblet, Simple + 139575, -- Sketch: Scrimshaw Jewelry Box, Verdant Oval + 139574, -- Sketch: Scrimshaw Jewelry Box, Vineyard + 139579, -- Sketch: Scrimshaw, Ancient Vessel + 139578, -- Sketch: Scrimshaw, Octopus + 139576, -- Sketch: Scrimshaw, Sea Monster + 139577, -- Sketch: Scrimshaw, Ship + 139514, -- Praxis: Alinor Wall, Stone Long + 139546, -- Praxis: Alinor Bench, Marble + 139556, -- Blueprint: Alinor Nightstand, Noble + 139538, -- Blueprint: Alinor Bed, Overhang Full + 139640, -- Pattern: Alinor Rug, Alinor Seal + 139524, -- Diagram: Alinor Sconce, Arched Glass + 139565, -- Blueprint: Alinor Trunk, Noble + 139540, -- Blueprint: Alinor Bed, Polished Full + 139550, -- Blueprint: Alinor Armchair, Polished + 139631, -- Praxis: Alinor Potted Plant, Twin Saplings + 139512, -- Praxis: Alinor Post, Stone Wall + 139511, -- Praxis: Alinor Wall, Stone Corner + 139609, -- Diagram: Alinor Table Setting, Complete + 139536, -- Blueprint: Alinor Bed, Noble Full + 139585, -- Diagram: Fireplace Grate, Wrought Iron + 139604, -- Praxis: Alinor Shrine, Limestone Raised + 139575, -- Sketch: Scrimshaw Jewelry Box, Verdant Oval + 139588, -- Praxis: Alinor Fountain, Four-Way Timeworn + 139608, -- Praxis: Alinor Wall Shrine, Marble + 139569, -- Blueprint: Alinor Jewelry Box, Peaked + 139541, -- Blueprint: Alinor Bed, Noble Single + 139601, -- Praxis: Alinor Bowl, Stemmed Limestone + 139574, -- Sketch: Scrimshaw Jewelry Box, Vineyard + 139579, -- Sketch: Scrimshaw, Ancient Vessel + 139548, -- Blueprint: Alinor Armchair, Overhang + 139632, -- Praxis: Alinor Windowbox, Purple Wisteria + 139587, -- Praxis: Alinor Fireplace, Ornate + 139577, -- Sketch: Scrimshaw, Ship + 139582, -- Diagram: Alinor Pot, Patterned + 139581, -- Diagram: Alinor Pot, Hanging Stamped + 139558, -- Blueprint: Alinor Counter, Polished Drawers + 139622, -- Blueprint: Alinor Bowl, Carved Wood + 139498, -- Praxis: Alinor Archway, Timeworn + 139593, -- Blueprint: Alinor Table, Noble Intimate + 139637, -- Pattern: Alinor Carpet, Alinor Crescent + 139634, -- Pattern: Alinor Curtains, Tall Drawn + 139534, -- Diagram: Alinor Streetlight, Paired Wrought Iron + 139503, -- Praxis: Alinor Floor, Ballroom Timeworn + 139544, -- Blueprint: Alinor Bench, Verdant + 139649, -- Blueprint: Alinor Cabinet, Noble + 139559, -- Blueprint: Alinor Counter, Polished Corner + 139490, -- Blueprint: Psijic Table, Small + 139520, -- Diagram: Alinor Sconce, Crenellated + 139487, -- Praxis: Book Row, Levitating + 139485, -- Blueprint: Alinor Pew, Polished + 139647, -- Praxis: Alinor Statue, Orator + 139603, -- Praxis: Alinor Shrine, Limestone + 139529, -- Diagram: Alinor Sconce, Candles + 139532, -- Blueprint: Alinor Candles, Stand + 139494, -- Praxis: Psijic Table, Six-fold Symmetry + 139525, -- Diagram: Alinor Sconce, Lantern + 139627, -- Blueprint: Display Case, Large + 139516, -- Praxis: Alinor Fence, Tall + 139572, -- Sketch: Figurine, The Taming of the Gryphon + 139557, -- Blueprint: Alinor Winerack, Polished + 139617, -- Diagram: Alinor Plate, Embossed + 139518, -- Praxis: Alinor Archway, Tall + 139630, -- Praxis: Alinor Potted Plant, Double Tiered + 139620, -- Diagram: Alinor Bread Basket, Wrought Iron + 139613, -- Sketch: Alinor Chalice, Delicate + 139519, -- Diagram: Alinor Sconce, Arched + 139505, -- Praxis: Alinor Sarcophagus, Wedge + 139545, -- Blueprint: Alinor Armchair, Backless Verdant + 139586, -- Diagram: Fireplace Tools, Wrought Iron + 139506, -- Praxis: Alinor Sarcophagus, Peaked + 139497, -- Praxis: Psijic Table, Grand + 139642, -- Pattern: Alinor Carpet, Intricate + 139625, -- Blueprint: Display Case, Standing Arched + 139612, -- Sketch: Alinor Goblet, Silver Plain + 139598, -- Design: Alinor Amphora, Embossed + 139599, -- Diagram: Alinor Urn, Bronze + 139638, -- Pattern: Alinor Carpet, Verdant + 139583, -- Blueprint: Alinor Divider, Noble + 139639, -- Pattern: Alinor Carpet, Vibrant + 139619, -- Design: Alinor Meal, Individual + 139614, -- Sketch: Alinor Goblet, Silver Stamped + 139495, -- Praxis: Psijic Lighting Globe, Large + 139646, -- Praxis: Alinor Statue, Kinlord + 139645, -- Pattern: Alinor Tapestry, Royal Gryphons + 139595, -- Design: Alinor Amphora, Delicate + 139542, -- Blueprint: Alinor Bookshelf, Polished + 139644, -- Pattern: Alinor Tapestry, Alinor Dusk + 139643, -- Pattern: Alinor Tapestry, Alinor Dawn + 139571, -- Sketch: Figurine, The Sea-Monster's Surprise + 139530, -- Diagram: Alinor Sconce, Candles Tall + 139605, -- Praxis: Alinor Pot, Limestone + 139566, -- Blueprint: Alinor Trunk, Spired + 139624, -- Blueprint: Display Case, Standing + 139513, -- Praxis: Alinor Wall, Stone + 139635, -- Pattern: Alinor Curtains, Drawn + 139539, -- Blueprint: Alinor Bed, Polished Single + 139567, -- Blueprint: Alinor Jewelry Box, Noble + 139629, -- Praxis: Alinor Potted Plant, Triple Tiered + 139628, -- Praxis: Alinor Potted Plant, Perpetual Bloom + 139626, -- Blueprint: Display Case, Specimen + 139636, -- Pattern: Alinor Drapes, Noble + 139543, -- Blueprint: Alinor Wardrobe, Polished + 139493, -- Pattern: Psijic Banner + 139623, -- Design: Alinor Bowl, Millet + 139584, -- Blueprint: Alinor Divider, Polished + 139510, -- Praxis: Alinor Stairway, Timeworn Wide + 139488, -- Praxis: Book Stack, Levitating + 139621, -- Design: Alinor Pie Dish, Cherry Pie + 139618, -- Diagram: Alinor Platter, Scalloped + 139564, -- Blueprint: Alinor Trunk, Engraved + 139501, -- Praxis: Alinor Bookshelf Wall, Timeworn + 139535, -- Diagram: Alinor Streetlight, Wrought Iron + 139615, -- Sketch: Alinor Chalice, Ornate + 139537, -- Blueprint: Alinor Bed, Canopy Full + 139533, -- Diagram: Alinor Brazier, Hanging Coals + 139492, -- Praxis: Psijic Table, Scalloped + 139594, -- Design: Alinor Urn, Gilded + 139528, -- Diagram: Alinor Candelabra, Wrought Iron + 139633, -- Praxis: Alinor Windowbox, Blue Wisteria + 139531, -- Blueprint: Alinor Candles, Tall Stand + 139504, -- Praxis: Alinor Column, Timeworn + 139641, -- Pattern: Alinor Runner, Royal + 139611, -- Sketch: Alinor Goblet, Simple + 139610, -- Design: Alinor Meal, Complete Setting + 139554, -- Blueprint: Alinor Nightstand, Scalloped + 139551, -- Blueprint: Alinor Armchair, Backless Polished + 139521, -- Diagram: Alinor Lantern, Hanging + 139499, -- Praxis: Alinor Column, Heavy Timeworn + 139607, -- Praxis: Alinor Display Stand, Marble + 139500, -- Praxis: Alinor Pedestal, Timeworn + 139606, -- Praxis: Alinor Display Stand, Marble Wide + 139527, -- Diagram: Alinor Brazier, Noble + 139602, -- Praxis: Alinor Urn, Limestone Large + 139547, -- Blueprint: Alinor Armchair, Noble + 139508, -- Praxis: Alinor Sarcophagus, Open + 139573, -- Sketch: Figurine, The Fish and the Unicorn + 139553, -- Blueprint: Alinor Desk, Mirrored + 139597, -- Design: Alinor Urn, Stemmed + 139517, -- Praxis: Alinor Fence, Tall Long + 139491, -- Praxis: Psijic Lighting Globe, Small + 139489, -- Blueprint: Psijic Chair, Arched + 139596, -- Design: Alinor Amphora, Slender + 139600, -- Praxis: Alinor Bowl, Shallow Limestone + 139509, -- Praxis: Alinor Stairway, Timeworn + 139515, -- Praxis: Alinor Post, Tall Fence + 139591, -- Praxis: Alinor Table, Decorative Marble + 139590, -- Praxis: Alinor Table, Round Marble + 139589, -- Praxis: Alinor Fountain, Timeworn + 139592, -- Blueprint: Alinor Table, Noble Grand + 139552, -- Blueprint: Alinor Desk, Polished + 139578, -- Sketch: Scrimshaw, Octopus + 139580, -- Sketch: Scrimshaw Jewelry Box, Floral + 139549, -- Blueprint: Alinor Chair, Polished + 139496, -- Pattern: Psijic Banner, Large + 139576, -- Sketch: Scrimshaw, Sea Monster + 139502, -- Praxis: Alinor Column, Slender Timeworn + 139568, -- Blueprint: Alinor Jewelry Box, Polished + 139523, -- Diagram: Alinor Sconce, Wrought Glass + 139616, -- Sketch: Alinor Goblet, Silver Ornate + 139563, -- Blueprint: Alinor Trunk, Peaked + 139522, -- Diagram: Alinor Lantern, Stationary + 139555, -- Blueprint: Alinor Nightstand, Octagonal + 139570, -- Blueprint: Alinor Jewelry Box, Octagonal + 139648, -- Design: Alinor Amphora, Portrait + 139484, -- Blueprint: Alinor Writing Desk, Noble +} + diff --git a/data/06_2018/AchievementVendors.lua b/data/06_2018/AchievementVendors.lua new file mode 100644 index 0000000..a1b099c --- /dev/null +++ b/data/06_2018/AchievementVendors.lua @@ -0,0 +1,361 @@ +FurC.AchievementVendors[FURC_SLAVES] = { + ["Murkmire"] = { + [GetString(FURC_AV_HAR)] = { + [145408] = { --Argon Pedestal, Replica + itemPrice = 15000, + achievement = 0, -- The river of rebirth + }, + [145406] = { --Banner, Bright-Throat + itemPrice = 10000, + achievement = 2353, -- murky marketeer + }, + [145404] = { --Banner, Dead-Water + itemPrice = 10000, + achievement = 2354, -- Cold Blood, Warm Heart + }, + [145405] = { --Banner, Rootwater + itemPrice = 10000, + achievement = 0, -- Resplendent Rootmender + }, + [145553] = { --Grave Stake, Small Glyphed + itemPrice = 5000, + achievement = 2330, -- Surreptiliously Shadowed + }, + [145549] = { --Murkmire Totem, Stone Head + itemPrice = 12000, + achievement = 0, -- Art of the Nisswo + }, + [145407] = { -- Remnant of Argon, Replica + itemPrice = 75000, + achievement = 2339, -- River of Rebirth + }, + [145412] = { --Seed Doll, Turtle + itemPrice = 20000, + achievement = 2336, -- Sap-Sleeper + }, + [145576] = { --Timid Vine-Tongue + itemPrice = 40000, + achievement = 2357, -- Vine-Tongue Traveler + }, + + }, + [GetString(FURC_AV_ADO)] = { + [145551] = { -- Murkmire Kiln, Derelict + itemPrice = 450, + }, + [145557] = { -- Plant Cluster, Spadeleaf + itemPrice = 350, + }, + [145414] = { -- Plant Cluster, Marsh Saplings + itemPrice = 250, + }, + [145417] = { -- Plant, Bramblebrush + itemPrice = 250, + }, + [145413] = { -- Plant, Marsh Palm + itemPrice = 350, + }, + [145419] = { -- Plant, Marshfrond + itemPrice = 400, + }, + [145547] = { -- Plant, Moorstalk Hive + itemPrice = 1250, + }, + [145416] = { -- Plant, Purple Spadeleaf + itemPrice = 300, + }, + [145420] = { -- Plant, Thorny Swamp Lily + itemPrice = 400, + }, + [145418] = { -- Plant, Young Marshfrond + itemPrice = 250, + }, + [145425] = { -- Rock, Mossy Marsh + itemPrice = 250, + }, + [145424] = { -- Rocks, Mossy Marsh Cluster + itemPrice = 750, + }, + [145422] = { -- Tree Cluster, Young Sycamore + itemPrice = 450, + }, + [145421] = { -- Tree, Marsh Cypress + itemPrice = 350, + }, + [145423] = { -- Tree, Mire Mangrove + itemPrice = 4000, + }, + [145415] = { -- Tree, Mossy Sycamore + itemPrice = 2000, + }, + + } + } +} + +FurC.AchievementVendors[FURC_WEREWOLF] = { + ["the Undaunted Enclaves"] = { + ["Undaunted Quartermaster"] = { + [141857] = { --Ritual Chalice, Hircine + itemPrice = 5000, + achievement = 2162, + }, + [141858] = { --Banner of the Silver Dawn + itemPrice = 15000, + achievement = 2152, + }, + }, + }, + + + ["Hew's Bane"] = { + [GetString(FURC_AV_LTS)] = { + [119966] = { -- Iron Wheel Banner + itemPrice = 15000, + }, + [119971] = { -- Statue of Shadows + itemPrice = 25000, + }, + } + }, + + [GetString(FURC_AV_ALI)] = { + [GetString(FURC_AV_UNW)] = { + [141824] = { + itemPrice = 100, + }, + [141819] = { + itemPrice = 500, + }, + [141818] = { + itemPrice = 100, + }, + [141817] = { + itemPrice = 750, + }, + [141816] = { + itemPrice = 500, + }, + } + }, + + ["Glenumbra, Daggerfall, The Rosy Lion"] = { + + [GetString(FURC_AV_ROH)] = { + [130305] = { -- Stone, Mossy Swamp + itemPrice = 100, + }, + [130306] = { -- Stones, Gray Swampy + itemPrice = 100, + }, + [130292] = { -- Stump, Fetid Swamp + itemPrice = 100, + }, + [130291] = { -- Stump, Rotten Pine + itemPrice = 100, + }, + } + }, + ["Reaper's March, Rawl'Kha, Market"] = { + + [GetString(FURC_AV_MAL)] = { + [120658] = { -- Tree, Forked Sturdy + itemPrice = 250, + }, + } + }, +} + +FurC.AchievementVendors[FURC_ALTMER] = { + + [GetString(FURC_AV_ALI)] = { + [GetString(FURC_AV_UNW)] = { + [139122] = { -- Bush, Summerset Spruce + itemPrice = 100, + }, + [139107] = { -- Coral Shelf, Flat + itemPrice = 100, + }, + [139108] = { -- Coral Shelf, Large + itemPrice = 250, + }, + [139127] = { -- Hedge, Overgrown + itemPrice = 100, + }, + [139128] = { -- Hedge, Overgrown long + itemPrice = 100, + }, + [139112] = { -- Limestone Border, Boulders + itemPrice = 100, + }, + [139113] = { -- Limestone Border, Pebbles + itemPrice = 100, + }, + [139111] = { -- Limestone Border, Stones + itemPrice = 100, + }, + [139114] = { -- Limestone Retaining Wall, Curved + itemPrice = 100, + }, + [139116] = { -- Limestone Retaining Wall, Long + itemPrice = 100, + }, + [139115] = { -- Limestone Retaining Wall, Short + itemPrice = 100, + }, + [139109] = { -- Limestone Shelf, Curved + itemPrice = 100, + }, + [139110] = { -- Limestone Shelf, Large + itemPrice = 250, + }, + [139117] = { -- Limestone Stairway, Natural + itemPrice = 100, + }, + [139126] = { -- Sapling, Gingko + itemPrice = 100, + }, + [139121] = { -- Sapling, Growing Shade + itemPrice = 100, + }, + [139132] = { -- Sapling, Sea Grapes + itemPrice = 100, + }, + [139124] = { -- Sapling, Summerset Spruce + itemPrice = 100, + }, + [139120] = { -- Sapling, Young Shade + itemPrice = 100, + }, + [139130] = { -- Saplings, Mangrove + itemPrice = 100, + }, + [139125] = { -- Tree, Blooming Gingko + itemPrice = 2000, + }, + [139131] = { -- Tree, Solitary Mangrove + itemPrice = 250, + }, + [139134] = { -- Tree, Seagrapes + itemPrice = 100, + }, + [139136] = { -- Tree, Twin Poplar + itemPrice = 100, + }, + [139123] = { -- Tree, Summerset Spruce + itemPrice = 250, + }, + [139119] = { -- Tree, Upstretched Shade + itemPrice = 250, + }, + [139118] = { -- Tree, Wide-Trunked Shade + itemPrice = 250, + }, + [139129] = { -- Tree, Young Mangrove + itemPrice = 100, + }, + [139135] = { -- Tree, Young Poplar + itemPrice = 100, + }, + [139133] = { -- Tree, Young Sea Grapes + itemPrice = 100, + }, + }, + + [GetString(FURC_AV_TAR)] = { + [139369] = { -- Abyssal Pearl, Sealed + itemPrice = 75000, + achievement = 2101, -- Back to the Abyss + }, + [139388] = { -- Banner of the House of Reveries, Hanging + itemPrice = 10000, + achievement = "Manor of Masques", -- + }, + [139377] = { -- Banner of the Sapiarchs, Hanging + itemPrice = 10000, + achievement = 2204, -- Resolute Guardian + }, + [139393] = { -- Cloudrest Banner, hanging + itemPrice = 10000, + achievement = 2131, -- Cloudrest Completed + }, + [139379] = { -- Coral Formation, Luminescent + itemPrice = 15000, + achievement = 2202, -- Precious Pearl + }, + [139380] = { -- Crystal Tower Key, Replica + itemPrice = 150000, + achievement = 2208, -- What Must Be Done + }, + [139371] = { -- Crystal Tower Stand + itemPrice = 50000, + achievement = 2193, -- Savior of Summerset + }, + [139386] = { -- Direnni Banner, Hanging + itemPrice = 10000, + achievement = "Lauriel's Lament", -- + }, + [139302] = { -- Display Case, Exhibit + itemPrice = 25000, + achievement = 2203, -- Mind Games + }, + [139374] = { -- Enchanted Text, Illusory Forest + itemPrice = 100000, + achievement = 2209, -- Summerset Grand Adventurer + }, + [139381] = { -- Evergloam Wispstone + itemPrice = 75000, + achievement = 2207, -- Enemy of my enemy + }, + [139326] = { -- High Elf Statue, Kinlady + itemPrice = 50000, + achievement = 2204, -- Resolute Guardian + }, + [139373] = { -- High Elf Wine Press, Display + itemPrice = 20000, + achievement = 2007, -- Summerset Cave Delver + }, + [139387] = { -- Lillandril Banner + itemPrice = 10000, + achievement = "Murder in Lilandril", + }, + [139372] = { -- Mind Trap Kelp, Adult + itemPrice = 20000, + achievement = 2203, -- Mind Games + }, + [139383] = { -- Psijic Control Globe, Inactive + itemPrice = 50000, + achievement = 2206, -- Unreliable Narrator + }, + [139370] = { -- Replica of the Transparent Law + itemPrice = 100000, + achievement = 2193, -- Saviour of Summerset + }, + [139378] = { -- Shimmerene Banner, Hanging + itemPrice = 10000, + achievement = 2194, -- The Good of Many + }, + [139446] = { -- Spiral Skein Coral, Brittle-Vein + itemPrice = 10000, + achievement = 2008, -- Summerset Pathfinder + }, + [139382] = { -- Spiral Skein Coral, Elkhorn + itemPrice = 1000, + achievement = 2205, -- Sweet Dreams + }, + [139392] = { -- Sunhold Banner, Hanging + itemPrice = 10000, + achievement = 2095, -- Sunhold Group Event + }, + [139385] = { -- The Keeper's Oath + itemPrice = 75000, + achievement = 2099, -- Relics of Summerset + }, + [139384] = { -- Waterfall, Small Everlasting + itemPrice = 75000, + achievement = 2197, -- Divine Magistrate + }, + }, + }, +} + diff --git a/data/06_2018/LuxuryFurnisher.lua b/data/06_2018/LuxuryFurnisher.lua new file mode 100644 index 0000000..9d3b177 --- /dev/null +++ b/data/06_2018/LuxuryFurnisher.lua @@ -0,0 +1,444 @@ +FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {} + +FurC.LuxuryFurnisher[FURC_WEREWOLF] = { + +-- Oct. 21 +[132155] = { -- Witch's Torch, Wretched + itemPrice = 5000, + itemDate = "2019-10-20", + }, + [132154] = { -- Witch's Totem, Bog + itemPrice = 50000, + itemDate = "2019-10-20", + }, + [132153] = { -- Witch's Tree, Captive + itemPrice = 35000, + itemDate = "2019-10-20", + }, + + [141759] = { -- Orcish Gazebo, Orsinium + itemPrice = 20000, + itemDate = "2019-10-13", + }, + [132152] = { -- Orsinium Sarcophagus, Warrior's + itemPrice = 35000, + itemDate = "2019-10-13", + }, + [132150] = { -- Orsinium Totem, Honor + itemPrice = 20000, + itemDate = "2019-10-13", + }, + [132151] = { -- Orsinium Totem, Obedience + itemPrice = 20000, + itemDate = "2019-10-13", + }, + [132149] = { -- Orsinium Totem, Strength + itemPrice = 20000, + itemDate = "2019-10-13", + }, + + + [141758] = { -- Orcish Wagon, Merchant + itemPrice = 15000, + itemDate = "2019-10-06", + }, + -- Oct. 7 + [132145] = { -- Orsinium Tent, Chief’s + itemPrice = 15000, + itemDate = "2019-10-06", + }, + [132146] = { -- Orsinium Relief, Malacath + itemPrice = 25000, + itemDate = "2019-10-06", + }, + [132148] = { -- Orsinium Statue, Head + itemPrice = 25000, + itemDate = "2019-10-06", + }, + [132147] = { -- Orsinium Statue, Honor’s Rest + itemPrice = 25000, + itemDate = "2019-10-06", + }, + + + [141756] = { -- Mushrooms, Aether Cup Cluster + itemPrice = 10000, + itemDate = "2019-09-29", + }, + [141755] = { -- Mushrooms, Aether Cup Ring + itemPrice = 10000, + itemDate = "2019-09-29", + }, + [141757] = { -- Mushrooms, Climbing Aether Cup + itemPrice = 5000, + itemDate = "2019-09-29", + }, + + [141752] = { -- Plant, Cerulean Spadeleaf + itemPrice = 1000, + itemDate = "2019-09-22", + }, + [141753] = { -- Plants, Cerulean Spadeleaf Cluster + itemPrice = 2500, + itemDate = "2019-09-22", + }, + [141754] = { -- Skull Totem, Hircine Worship + itemPrice = 7500, + itemDate = "2019-09-22", + }, + + + [139106] = { -- Reach Briarheart, Corpse Blue + itemPrice = 15000, + itemDate = "2019-09-16", + }, + -- Sept. 30 + [132144] = { -- Reach Briarheart, Blood Red + itemPrice = 15000, + itemDate = "2019-09-16", + }, + [132141] = { -- Reach Skull, Mammoth + itemPrice = 50000, + itemDate = "2019-09-16", + }, + [132142] = { -- Reach Tent, Camp + itemPrice = 2500, + itemDate = "2019-09-16", + }, + + [139105] = { -- Reach Grinding Stones, Nirncrux + itemPrice = 4500, + itemDate = "2019-09-08", + }, + + -- Sept. 23rd + [131435] = { -- Reach Bowl, Nirncrux + itemPrice = 5000, + itemDate = "2019-09-08", + }, + [131438] = { -- Reach Grinder, Nirncrux + itemPrice = 50000, + itemDate = "2019-09-08", + }, + [131436] = { -- Reach Vine, Bloodroot Sprout + itemPrice = 15000, + itemDate = "2019-09-08", + }, + [131437] = { -- Reach Vine, Bloodroot Tendril + itemPrice = 25000, + itemDate = "2019-09-08", + }, + + + [120844] = { -- Craglorn Brazier, Ornate + itemPrice = 15000, + itemDate = "2019-09-01", + }, + [139104] = { -- Craglorn Relief, Serpent + itemPrice = 20000, + itemDate = "2019-09-01", + }, + [120843] = { -- Craglorn Skull, Carved + itemPrice = 35000, + itemDate = "2019-09-01", + }, + [120845] = { -- Craglorn Sword Sconce + itemPrice = 5000, + itemDate = "2019-09-01", + }, + + [139103] = { -- Craglorn Display Case, Sealed + itemPrice = 10000, + itemDate = "2019-08-25", + }, + + [120842] = { -- Craglorn Chair, Serpent + itemPrice = 2500, + itemDate = "2019-08-25", + }, + [120841] = { -- Craglorn Urn, Standing + itemPrice = 7500, + itemDate = "2019-08-25", + }, + [120840] = { -- Craglorn Coffer, Ornate + itemPrice = 5000, + itemDate = "2019-08-25", + }, +} +FurC.LuxuryFurnisher[FURC_ALTMER] = { + + + [139102] = { -- Blue Crystal Spire, Large + itemPrice = 18000, + itemDate = "2019-08-18", + }, + + -- Sept. 2nd + 3rd + [120832] = { -- Blue Crystal Spire + itemPrice = 12000, + itemDate = "2019-08-18", + }, + [120834] = { -- Blue Flame Brazier + itemPrice = 5000, + itemDate = "2019-08-18", + }, + [121272] = { -- Great Soul Gem + itemPrice = 20000, + itemDate = "2019-08-18", + }, + + + [139101] = { -- Blue Crystal Cluster, Large + itemPrice = 20000, + itemDate = "2019-08-11", + }, + [120831] = { -- Blue Crystal Cluster + itemPrice = 10834, + itemDate = "2019-08-11", + }, + [120833] = { -- Blue Crystal Fragments + itemPrice = 8125, + itemDate = "2019-08-11", + }, + [120830] = { -- Blue Flame Candles + itemPrice = 2500, + itemDate = "2019-08-11", + }, + [121273] = { -- Soul Gem, Grand + itemPrice = 5417, + itemDate = "2019-08-11", + }, + + + [139100] = { -- Dark Elf Ash Garden, Familial + itemPrice = 10000, + itemDate = "2019-08-04", + }, + [126579] = { -- Velothi Altar, Sacrificial + itemPrice = 10834, + itemDate = "2019-08-04", + }, + [126576] = { -- Velothi Kneeler, Prayer + itemPrice = 3000, + itemDate = "2019-08-04", + }, + + [126577] = { -- Velothi Podium of Recitation + itemPrice = 37500, + itemDate = "2019-08-04", + }, + + [126578] = { -- Velothi Burial Urn + itemPrice = 10834, + itemDate = "2019-08-04", + }, + + -- August 5+6 + [126573] = { -- Velothi Candle, Mourning + itemPrice = 5000, + itemDate = "2019-07-28", + }, + [126574] = { -- Velothi Cerecloth, Prayer + itemPrice = 5000, + itemDate = "2019-07-28", + }, + [126575] = { -- Velothi Seat, Meditation + itemPrice = 10000, + itemDate = "2019-07-28", + }, + [126572] = { -- Velothi Shroud, Mourning + itemPrice = 5000, + itemDate = "2019-07-28", + }, + [139099] = { -- Dark Elf Brazier, Ancestral Tomb + itemPrice = 15000, + itemDate = "2019-07-28", + }, + + + [139098] = { -- Darkshade Glowstalks, Inquisitive + itemPrice = 45000, + itemDate = "2019-07-21", + }, + -- August 5+6 + [126611] = { -- Vvardenfell Anemone, Sprout + itemPrice = 5417, + itemDate = "2019-07-21", + }, + [126612] = { -- Vvardenfell Anemone, Strong + itemPrice = 27084, + itemDate = "2019-07-21", + }, + [126610] = { -- Vvardenfell Coral Plant, + itemPrice = 10834, + itemDate = "2019-07-21", + }, + [126591] = { -- Vvardenfell Coral Plant, Young + itemPrice = 5417, + itemDate = "2019-07-21", + }, + + + [139097] = { -- Spiral Skein Glowstalks, Sprouts + itemPrice = 8000, + itemDate = "2019-07-14", + }, + + --July 29 + 30 + [126587] = { -- Vvardenfell Glowstalk, Sprout + itemPrice = 2500, + itemDate = "2019-07-14", + }, + [126585] = { -- Vvardenfell Glowstalk, Strong + itemPrice = 10000, + itemDate = "2019-07-14", + }, + [126580] = { -- Vvardenfell Glowstalk, Towering + itemPrice = 15000, + itemDate = "2019-07-14", + }, + [126586] = { -- Vvardenfell Glowstalk, Young + itemPrice = 5000, + itemDate = "2019-07-14", + }, + + + + [139096] = { -- Daedric Urn, Sealed + itemPrice = 1000, + itemDate = "2019-07-07", + }, + [139095] = { -- Daedric Drinking Bowl, Ritual + itemPrice = 650, + itemDate = "2019-07-07", + }, + [126571] = { -- Daedric Chandelier, Spiked + itemPrice = 8000, + itemDate = "2019-07-07", + }, + [126569] = { -- Daedric Chest, Sealed + itemPrice = 8000, + itemDate = "2019-07-07", + }, + [126570] = { -- Daedric Throne, Skulls + itemPrice = 25000, + itemDate = "2019-07-07", + }, + + + [139094] = { -- Daedric Altar, Periyte + itemPrice = 40000, + itemDate = "2016-06-30", + }, + [126567] = { -- Daedric Sarcophagus, Sealed + itemPrice = 10000, + itemDate = "2016-06-30", + }, + [126565] = { -- Daedric Platform, Sarcophagus + itemPrice = 8000, + itemDate = "2016-06-30", + }, + [126566] = { -- Daedric Brazier, Ritual + itemPrice = 25000, + itemDate = "2016-06-30", + }, + + + [126562] = { -- Dwarven Crystal Mechanism + itemPrice = 50000, + itemDate = "2019-06-23", + }, + [126563] = { -- Dwarven Orrery, Reference + itemPrice = 25000, + itemDate = "2019-06-23", + }, + [126559] = { -- Dwarven Schematics, technical + itemPrice = 8000, + itemDate = "2019-06-23", + }, + [139093] = { -- Dwarven Centurion Hammer, Detached + itemPrice = 3000, + itemDate = "2019-06-23", + }, + + -- + [126560] = { -- Dwarven fountain, forged + itemPrice = 50000, + itemDate = "2019-06-16", + }, + [126564] = { -- Dwarven Clock, Deactivated + itemPrice = 15000, + itemDate = "2019-06-16", + }, + [126561] = { -- Dwarven Pillar, Forged + itemPrice = 10000, + itemDate = "2019-06-16", + }, + [139092] = { -- Dwarven Engine, Fused + itemPrice = 24000, + itemDate = "2019-06-16", + }, + + -- June, 23 - 26 + [121270] = { -- Brotherhood Banner, Large + itemPrice = 25000, + itemDate = "2019-06-09", + }, + [120836] = { -- Brotherhood Candelabra, Floor + itemPrice = 8000, + itemDate = "2019-06-09", + }, + [120839] = { -- Brotherhood Ledger, Stand + itemPrice = 4000, + itemDate = "2019-06-09", + }, + [120838] = { -- Brotherhood Plaque, Wolf + itemPrice = 25000, + itemDate = "2019-06-09", + }, + [134846] = { -- Brotherhood Carpet, Large + itemPrice = 15000, + itemDate = "2019-06-09", + }, + + [134845] = { -- Brotherhood Tapestry, Small + itemPrice = 5000, + itemDate = "2019-06-02", + }, + [120837] = { -- Brotherhood Window, Stained Glass + itemPrice = 100000, + itemDate = "2019-06-02", + }, + [121271] = { -- Brotherhood Tapestry + itemPrice = 10000, + itemDate = "2019-06-02", + }, + [120835] = { -- Brotherhood Candelabra, Table + itemPrice = 2500, + itemDate = "2019-06-02", + }, + + + [134844] = { -- Ra Gada Statue, Forward Scout + itemPrice = 25000, + itemDate = "2019-05-26", + }, + [120808] = { -- Statue Base, Circular + itemPrice = 2500, + itemDate = "2019-05-26", + }, + [120811] = { -- Statue, Justice + itemPrice = 25000, + itemDate = "2019-05-26", + }, + [120814] = { -- Statue, Order + itemPrice = 25000, + itemDate = "2019-05-26", + }, + [120813] = { -- Statue, Truth + itemPrice = 25000, + itemDate = "2019-05-26", + }, + +} + diff --git a/data/06_2018/RumourRecipes.lua b/data/06_2018/RumourRecipes.lua new file mode 100644 index 0000000..7d88cf3 --- /dev/null +++ b/data/06_2018/RumourRecipes.lua @@ -0,0 +1,67 @@ +FurC.RumourRecipes = { + 121198, -- Formula: Shelf, Poison + 119441, -- Design: Steak, Display + 119442, -- Diagram: Teapot, Common + 121208, -- Praxis: Orcish Table with Furs + 121210, -- Praxis: Orcish Throne, Skull + 121212, -- Praxis: Orcish Effigy, Bear + 121213, -- Diagram: Orcish Skull Goblet, Empty + 119454, -- Blueprint: Plaque, Large + 119455, -- Blueprint: Plaque, Standard + 119466, -- Blueprint: Podium, Engraved + 119437, -- Design: Pie, Display + 121161, -- Design: Ram Horns, Mounted + 121216, -- Blueprint: Redguard Divider, Gilded + 121203, -- Praxis: Khajiit Brazier, Enchanted + 121217, -- Formula: Redguard Lamp, Oil + 121215, -- Pattern: Redguard Canopy, Dusk + 119426, -- Design: Bread, Plain + 121102, -- Design: Chicken Dinner, Display + 121103, -- Design: Chicken Meal, Display + 119426, -- Bread, Plain + 119448, -- Minecart, Empty + 119449, -- Minecart, Push + 119450, -- Knife, Carving + 121100, -- Common Stewpot, Hanging + 119428, -- Common Bowl, Serving + 121201, -- Sack of Beans + 121101, -- Sack of Millet + 121111, -- Simple Red Banner + 121110, -- Simple Purple Banner + 121109, -- Simple Gray Banner + 121108, -- Simple Brown Banner + 119355, -- Garlic String, Display + 121203, -- Khajiit Brazier, Enchanted + 121091, -- Stool, Carved + 119447, -- Candles, Lasting +} +local function getCrownStorePriceString(price) + return string.format("%s (%u)", GetString(SI_FURC_CROWNSTORESOURCE), price) +end + + +FurC.MiscItemSources[FURC_ALTMER] = FurC.MiscItemSources[FURC_ALTMER] or {} +FurC.MiscItemSources[FURC_ALTMER][FURC_RUMOUR] = { + + [139137] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Tapestry, Nocturnal + [139138] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Banner, Nocturnal + [139139] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Nocturnal, Mistress of Shadows + + [139147] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Plants, Scarlet Sawleaf + [139149] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Plant, Scarlet Fleshfrond + + [139351] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Alinor Monument, Marble + + [139366] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Alinor Fountain, Regal + [139367] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Regal Sauna Pool, Two Person + + [139369] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Abyssal Pearl, Sealed + +} + +-- Removed with Murkmire Live Release, RIP +-- [126154] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Statuette of Azura with Moon and Star +-- [126155] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Statuette of Lord Vivec, Warrior-Poet +-- [126156] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Statuette of Clavicus Vile, Unmasked + + diff --git a/data/AchievementVendors.lua b/data/AchievementVendors.lua index b110c7e..21d6e46 100644 --- a/data/AchievementVendors.lua +++ b/data/AchievementVendors.lua @@ -1,367 +1,4 @@ -FurC.AchievementVendors[FURC_SLAVES] = { - ["Murkmire"] = { - [GetString(FURC_AV_HAR)] = { - [145408] = { --Argon Pedestal, Replica - itemPrice = 15000, - achievement = 0, -- The river of rebirth - }, - [145406] = { --Banner, Bright-Throat - itemPrice = 10000, - achievement = 2353, -- murky marketeer - }, - [145404] = { --Banner, Dead-Water - itemPrice = 10000, - achievement = 2354, -- Cold Blood, Warm Heart - }, - [145405] = { --Banner, Rootwater - itemPrice = 10000, - achievement = 0, -- Resplendent Rootmender - }, - [145553] = { --Grave Stake, Small Glyphed - itemPrice = 5000, - achievement = 2330, -- Surreptiliously Shadowed - }, - [145549] = { --Murkmire Totem, Stone Head - itemPrice = 12000, - achievement = 0, -- Art of the Nisswo - }, - [145407] = { -- Remnant of Argon, Replica - itemPrice = 75000, - achievement = 2339, -- River of Rebirth - }, - [145412] = { --Seed Doll, Turtle - itemPrice = 20000, - achievement = 2336, -- Sap-Sleeper - }, - [145576] = { --Timid Vine-Tongue - itemPrice = 40000, - achievement = 2357, -- Vine-Tongue Traveler - }, - - }, - [GetString(FURC_AV_ADO)] = { - [145551] = { -- Murkmire Kiln, Derelict - itemPrice = 450, - }, - [145557] = { -- Plant Cluster, Spadeleaf - itemPrice = 350, - }, - [145414] = { -- Plant Cluster, Marsh Saplings - itemPrice = 250, - }, - [145417] = { -- Plant, Bramblebrush - itemPrice = 250, - }, - [145413] = { -- Plant, Marsh Palm - itemPrice = 350, - }, - [145419] = { -- Plant, Marshfrond - itemPrice = 400, - }, - [145547] = { -- Plant, Moorstalk Hive - itemPrice = 1250, - }, - [145416] = { -- Plant, Purple Spadeleaf - itemPrice = 300, - }, - [145420] = { -- Plant, Thorny Swamp Lily - itemPrice = 400, - }, - [145418] = { -- Plant, Young Marshfrond - itemPrice = 250, - }, - [145425] = { -- Rock, Mossy Marsh - itemPrice = 250, - }, - [145424] = { -- Rocks, Mossy Marsh Cluster - itemPrice = 750, - }, - [145422] = { -- Tree Cluster, Young Sycamore - itemPrice = 450, - }, - [145421] = { -- Tree, Marsh Cypress - itemPrice = 350, - }, - [145423] = { -- Tree, Mire Mangrove - itemPrice = 4000, - }, - [145415] = { -- Tree, Mossy Sycamore - itemPrice = 2000, - }, - - } - } -} - - -FurC.AchievementVendors[FURC_WEREWOLF] = { - ["the Undaunted Enclaves"] = { - ["Undaunted Quartermaster"] = { - [141857] = { --Ritual Chalice, Hircine - itemPrice = 5000, - achievement = 2162, - }, - [141858] = { --Banner of the Silver Dawn - itemPrice = 15000, - achievement = 2152, - }, - }, - }, - - - ["Hew's Bane"] = { - [GetString(FURC_AV_LTS)] = { - [119966] = { -- Iron Wheel Banner - itemPrice = 15000, - }, - [119971] = { -- Statue of Shadows - itemPrice = 25000, - }, - } - }, - - [GetString(FURC_AV_ALI)] = { - [GetString(FURC_AV_UNW)] = { - [141824] = { - itemPrice = 100, - }, - [141819] = { - itemPrice = 500, - }, - [141818] = { - itemPrice = 100, - }, - [141817] = { - itemPrice = 750, - }, - [141816] = { - itemPrice = 500, - }, - } - }, - - ["Glenumbra, Daggerfall, The Rosy Lion"] = { - - [GetString(FURC_AV_ROH)] = { - [130305] = { -- Stone, Mossy Swamp - itemPrice = 100, - }, - [130306] = { -- Stones, Gray Swampy - itemPrice = 100, - }, - [130292] = { -- Stump, Fetid Swamp - itemPrice = 100, - }, - [130291] = { -- Stump, Rotten Pine - itemPrice = 100, - }, - } - }, - ["Reaper's March, Rawl'Kha, Market"] = { - - [GetString(FURC_AV_MAL)] = { - [120658] = { -- Tree, Forked Sturdy - itemPrice = 250, - }, - } - }, -} - -FurC.AchievementVendors[FURC_ALTMER] = { - - [GetString(FURC_AV_ALI)] = { - [GetString(FURC_AV_UNW)] = { - [139122] = { -- Bush, Summerset Spruce - itemPrice = 100, - }, - [139107] = { -- Coral Shelf, Flat - itemPrice = 100, - }, - [139108] = { -- Coral Shelf, Large - itemPrice = 250, - }, - [139127] = { -- Hedge, Overgrown - itemPrice = 100, - }, - [139128] = { -- Hedge, Overgrown long - itemPrice = 100, - }, - [139112] = { -- Limestone Border, Boulders - itemPrice = 100, - }, - [139113] = { -- Limestone Border, Pebbles - itemPrice = 100, - }, - [139111] = { -- Limestone Border, Stones - itemPrice = 100, - }, - [139114] = { -- Limestone Retaining Wall, Curved - itemPrice = 100, - }, - [139116] = { -- Limestone Retaining Wall, Long - itemPrice = 100, - }, - [139115] = { -- Limestone Retaining Wall, Short - itemPrice = 100, - }, - [139109] = { -- Limestone Shelf, Curved - itemPrice = 100, - }, - [139110] = { -- Limestone Shelf, Large - itemPrice = 250, - }, - [139117] = { -- Limestone Stairway, Natural - itemPrice = 100, - }, - [139126] = { -- Sapling, Gingko - itemPrice = 100, - }, - [139121] = { -- Sapling, Growing Shade - itemPrice = 100, - }, - [139132] = { -- Sapling, Sea Grapes - itemPrice = 100, - }, - [139124] = { -- Sapling, Summerset Spruce - itemPrice = 100, - }, - [139120] = { -- Sapling, Young Shade - itemPrice = 100, - }, - [139130] = { -- Saplings, Mangrove - itemPrice = 100, - }, - [139125] = { -- Tree, Blooming Gingko - itemPrice = 2000, - }, - [139131] = { -- Tree, Solitary Mangrove - itemPrice = 250, - }, - [139134] = { -- Tree, Seagrapes - itemPrice = 100, - }, - [139136] = { -- Tree, Twin Poplar - itemPrice = 100, - }, - [139123] = { -- Tree, Summerset Spruce - itemPrice = 250, - }, - [139119] = { -- Tree, Upstretched Shade - itemPrice = 250, - }, - [139118] = { -- Tree, Wide-Trunked Shade - itemPrice = 250, - }, - [139129] = { -- Tree, Young Mangrove - itemPrice = 100, - }, - [139135] = { -- Tree, Young Poplar - itemPrice = 100, - }, - [139133] = { -- Tree, Young Sea Grapes - itemPrice = 100, - }, - }, - - [GetString(FURC_AV_TAR)] = { - [139369] = { -- Abyssal Pearl, Sealed - itemPrice = 75000, - achievement = 2101, -- Back to the Abyss - }, - [139388] = { -- Banner of the House of Reveries, Hanging - itemPrice = 10000, - achievement = "Manor of Masques", -- - }, - [139377] = { -- Banner of the Sapiarchs, Hanging - itemPrice = 10000, - achievement = 2204, -- Resolute Guardian - }, - [139393] = { -- Cloudrest Banner, hanging - itemPrice = 10000, - achievement = 2131, -- Cloudrest Completed - }, - [139379] = { -- Coral Formation, Luminescent - itemPrice = 15000, - achievement = 2202, -- Precious Pearl - }, - [139380] = { -- Crystal Tower Key, Replica - itemPrice = 150000, - achievement = 2208, -- What Must Be Done - }, - [139371] = { -- Crystal Tower Stand - itemPrice = 50000, - achievement = 2193, -- Savior of Summerset - }, - [139386] = { -- Direnni Banner, Hanging - itemPrice = 10000, - achievement = "Lauriel's Lament", -- - }, - [139302] = { -- Display Case, Exhibit - itemPrice = 25000, - achievement = 2203, -- Mind Games - }, - [139374] = { -- Enchanted Text, Illusory Forest - itemPrice = 100000, - achievement = 2209, -- Summerset Grand Adventurer - }, - [139381] = { -- Evergloam Wispstone - itemPrice = 75000, - achievement = 2207, -- Enemy of my enemy - }, - [139326] = { -- High Elf Statue, Kinlady - itemPrice = 50000, - achievement = 2204, -- Resolute Guardian - }, - [139373] = { -- High Elf Wine Press, Display - itemPrice = 20000, - achievement = 2007, -- Summerset Cave Delver - }, - [139387] = { -- Lillandril Banner - itemPrice = 10000, - achievement = "Murder in Lilandril", - }, - [139372] = { -- Mind Trap Kelp, Adult - itemPrice = 20000, - achievement = 2203, -- Mind Games - }, - [139383] = { -- Psijic Control Globe, Inactive - itemPrice = 50000, - achievement = 2206, -- Unreliable Narrator - }, - [139370] = { -- Replica of the Transparent Law - itemPrice = 100000, - achievement = 2193, -- Saviour of Summerset - }, - [139378] = { -- Shimmerene Banner, Hanging - itemPrice = 10000, - achievement = 2194, -- The Good of Many - }, - [139446] = { -- Spiral Skein Coral, Brittle-Vein - itemPrice = 10000, - achievement = 2008, -- Summerset Pathfinder - }, - [139382] = { -- Spiral Skein Coral, Elkhorn - itemPrice = 1000, - achievement = 2205, -- Sweet Dreams - }, - [139392] = { -- Sunhold Banner, Hanging - itemPrice = 10000, - achievement = 2095, -- Sunhold Group Event - }, - [139385] = { -- The Keeper's Oath - itemPrice = 75000, - achievement = 2099, -- Relics of Summerset - }, - [139384] = { -- Waterfall, Small Everlasting - itemPrice = 75000, - achievement = 2197, -- Divine Magistrate - }, - }, - }, -} - - -- global function, needs to live in latest AchievementVendors.lua, YES FUTURE MANA, THIS IS YOU FROM THE PAST function FurC.InitAchievementVendorList() diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua index 34fd1d7..60e2c20 100644 --- a/data/LuxuryFurnisher.lua +++ b/data/LuxuryFurnisher.lua @@ -1,5 +1,14 @@ FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {} +FurC.LuxuryFurnisher[FURC_WOTL] = { + -- [145468] = { -- Wedding Lantern, Hanging + -- itemPrice = 5000, + -- itemDate = "2019-02-09", + -- }, + +} + + FurC.LuxuryFurnisher[FURC_SLAVES] = { [145468] = { -- Wedding Lantern, Hanging itemPrice = 5000, @@ -353,446 +362,3 @@ FurC.LuxuryFurnisher[FURC_SLAVES] = { }, } - -FurC.LuxuryFurnisher[FURC_WEREWOLF] = { - --- Oct. 21 -[132155] = { -- Witch's Torch, Wretched - itemPrice = 5000, - itemDate = "2019-10-20", - }, - [132154] = { -- Witch's Totem, Bog - itemPrice = 50000, - itemDate = "2019-10-20", - }, - [132153] = { -- Witch's Tree, Captive - itemPrice = 35000, - itemDate = "2019-10-20", - }, - - [141759] = { -- Orcish Gazebo, Orsinium - itemPrice = 20000, - itemDate = "2019-10-13", - }, - [132152] = { -- Orsinium Sarcophagus, Warrior's - itemPrice = 35000, - itemDate = "2019-10-13", - }, - [132150] = { -- Orsinium Totem, Honor - itemPrice = 20000, - itemDate = "2019-10-13", - }, - [132151] = { -- Orsinium Totem, Obedience - itemPrice = 20000, - itemDate = "2019-10-13", - }, - [132149] = { -- Orsinium Totem, Strength - itemPrice = 20000, - itemDate = "2019-10-13", - }, - - - [141758] = { -- Orcish Wagon, Merchant - itemPrice = 15000, - itemDate = "2019-10-06", - }, - -- Oct. 7 - [132145] = { -- Orsinium Tent, Chief’s - itemPrice = 15000, - itemDate = "2019-10-06", - }, - [132146] = { -- Orsinium Relief, Malacath - itemPrice = 25000, - itemDate = "2019-10-06", - }, - [132148] = { -- Orsinium Statue, Head - itemPrice = 25000, - itemDate = "2019-10-06", - }, - [132147] = { -- Orsinium Statue, Honor’s Rest - itemPrice = 25000, - itemDate = "2019-10-06", - }, - - - [141756] = { -- Mushrooms, Aether Cup Cluster - itemPrice = 10000, - itemDate = "2019-09-29", - }, - [141755] = { -- Mushrooms, Aether Cup Ring - itemPrice = 10000, - itemDate = "2019-09-29", - }, - [141757] = { -- Mushrooms, Climbing Aether Cup - itemPrice = 5000, - itemDate = "2019-09-29", - }, - - [141752] = { -- Plant, Cerulean Spadeleaf - itemPrice = 1000, - itemDate = "2019-09-22", - }, - [141753] = { -- Plants, Cerulean Spadeleaf Cluster - itemPrice = 2500, - itemDate = "2019-09-22", - }, - [141754] = { -- Skull Totem, Hircine Worship - itemPrice = 7500, - itemDate = "2019-09-22", - }, - - - [139106] = { -- Reach Briarheart, Corpse Blue - itemPrice = 15000, - itemDate = "2019-09-16", - }, - -- Sept. 30 - [132144] = { -- Reach Briarheart, Blood Red - itemPrice = 15000, - itemDate = "2019-09-16", - }, - [132141] = { -- Reach Skull, Mammoth - itemPrice = 50000, - itemDate = "2019-09-16", - }, - [132142] = { -- Reach Tent, Camp - itemPrice = 2500, - itemDate = "2019-09-16", - }, - - [139105] = { -- Reach Grinding Stones, Nirncrux - itemPrice = 4500, - itemDate = "2019-09-08", - }, - - -- Sept. 23rd - [131435] = { -- Reach Bowl, Nirncrux - itemPrice = 5000, - itemDate = "2019-09-08", - }, - [131438] = { -- Reach Grinder, Nirncrux - itemPrice = 50000, - itemDate = "2019-09-08", - }, - [131436] = { -- Reach Vine, Bloodroot Sprout - itemPrice = 15000, - itemDate = "2019-09-08", - }, - [131437] = { -- Reach Vine, Bloodroot Tendril - itemPrice = 25000, - itemDate = "2019-09-08", - }, - - - [120844] = { -- Craglorn Brazier, Ornate - itemPrice = 15000, - itemDate = "2019-09-01", - }, - [139104] = { -- Craglorn Relief, Serpent - itemPrice = 20000, - itemDate = "2019-09-01", - }, - [120843] = { -- Craglorn Skull, Carved - itemPrice = 35000, - itemDate = "2019-09-01", - }, - [120845] = { -- Craglorn Sword Sconce - itemPrice = 5000, - itemDate = "2019-09-01", - }, - - [139103] = { -- Craglorn Display Case, Sealed - itemPrice = 10000, - itemDate = "2019-08-25", - }, - - [120842] = { -- Craglorn Chair, Serpent - itemPrice = 2500, - itemDate = "2019-08-25", - }, - [120841] = { -- Craglorn Urn, Standing - itemPrice = 7500, - itemDate = "2019-08-25", - }, - [120840] = { -- Craglorn Coffer, Ornate - itemPrice = 5000, - itemDate = "2019-08-25", - }, -} -FurC.LuxuryFurnisher[FURC_ALTMER] = { - - - [139102] = { -- Blue Crystal Spire, Large - itemPrice = 18000, - itemDate = "2019-08-18", - }, - - -- Sept. 2nd + 3rd - [120832] = { -- Blue Crystal Spire - itemPrice = 12000, - itemDate = "2019-08-18", - }, - [120834] = { -- Blue Flame Brazier - itemPrice = 5000, - itemDate = "2019-08-18", - }, - [121272] = { -- Great Soul Gem - itemPrice = 20000, - itemDate = "2019-08-18", - }, - - - [139101] = { -- Blue Crystal Cluster, Large - itemPrice = 20000, - itemDate = "2019-08-11", - }, - [120831] = { -- Blue Crystal Cluster - itemPrice = 10834, - itemDate = "2019-08-11", - }, - [120833] = { -- Blue Crystal Fragments - itemPrice = 8125, - itemDate = "2019-08-11", - }, - [120830] = { -- Blue Flame Candles - itemPrice = 2500, - itemDate = "2019-08-11", - }, - [121273] = { -- Soul Gem, Grand - itemPrice = 5417, - itemDate = "2019-08-11", - }, - - - [139100] = { -- Dark Elf Ash Garden, Familial - itemPrice = 10000, - itemDate = "2019-08-04", - }, - [126579] = { -- Velothi Altar, Sacrificial - itemPrice = 10834, - itemDate = "2019-08-04", - }, - [126576] = { -- Velothi Kneeler, Prayer - itemPrice = 3000, - itemDate = "2019-08-04", - }, - - [126577] = { -- Velothi Podium of Recitation - itemPrice = 37500, - itemDate = "2019-08-04", - }, - - [126578] = { -- Velothi Burial Urn - itemPrice = 10834, - itemDate = "2019-08-04", - }, - - -- August 5+6 - [126573] = { -- Velothi Candle, Mourning - itemPrice = 5000, - itemDate = "2019-07-28", - }, - [126574] = { -- Velothi Cerecloth, Prayer - itemPrice = 5000, - itemDate = "2019-07-28", - }, - [126575] = { -- Velothi Seat, Meditation - itemPrice = 10000, - itemDate = "2019-07-28", - }, - [126572] = { -- Velothi Shroud, Mourning - itemPrice = 5000, - itemDate = "2019-07-28", - }, - [139099] = { -- Dark Elf Brazier, Ancestral Tomb - itemPrice = 15000, - itemDate = "2019-07-28", - }, - - - [139098] = { -- Darkshade Glowstalks, Inquisitive - itemPrice = 45000, - itemDate = "2019-07-21", - }, - -- August 5+6 - [126611] = { -- Vvardenfell Anemone, Sprout - itemPrice = 5417, - itemDate = "2019-07-21", - }, - [126612] = { -- Vvardenfell Anemone, Strong - itemPrice = 27084, - itemDate = "2019-07-21", - }, - [126610] = { -- Vvardenfell Coral Plant, - itemPrice = 10834, - itemDate = "2019-07-21", - }, - [126591] = { -- Vvardenfell Coral Plant, Young - itemPrice = 5417, - itemDate = "2019-07-21", - }, - - - [139097] = { -- Spiral Skein Glowstalks, Sprouts - itemPrice = 8000, - itemDate = "2019-07-14", - }, - - --July 29 + 30 - [126587] = { -- Vvardenfell Glowstalk, Sprout - itemPrice = 2500, - itemDate = "2019-07-14", - }, - [126585] = { -- Vvardenfell Glowstalk, Strong - itemPrice = 10000, - itemDate = "2019-07-14", - }, - [126580] = { -- Vvardenfell Glowstalk, Towering - itemPrice = 15000, - itemDate = "2019-07-14", - }, - [126586] = { -- Vvardenfell Glowstalk, Young - itemPrice = 5000, - itemDate = "2019-07-14", - }, - - - - [139096] = { -- Daedric Urn, Sealed - itemPrice = 1000, - itemDate = "2019-07-07", - }, - [139095] = { -- Daedric Drinking Bowl, Ritual - itemPrice = 650, - itemDate = "2019-07-07", - }, - [126571] = { -- Daedric Chandelier, Spiked - itemPrice = 8000, - itemDate = "2019-07-07", - }, - [126569] = { -- Daedric Chest, Sealed - itemPrice = 8000, - itemDate = "2019-07-07", - }, - [126570] = { -- Daedric Throne, Skulls - itemPrice = 25000, - itemDate = "2019-07-07", - }, - - - [139094] = { -- Daedric Altar, Periyte - itemPrice = 40000, - itemDate = "2016-06-30", - }, - [126567] = { -- Daedric Sarcophagus, Sealed - itemPrice = 10000, - itemDate = "2016-06-30", - }, - [126565] = { -- Daedric Platform, Sarcophagus - itemPrice = 8000, - itemDate = "2016-06-30", - }, - [126566] = { -- Daedric Brazier, Ritual - itemPrice = 25000, - itemDate = "2016-06-30", - }, - - - [126562] = { -- Dwarven Crystal Mechanism - itemPrice = 50000, - itemDate = "2019-06-23", - }, - [126563] = { -- Dwarven Orrery, Reference - itemPrice = 25000, - itemDate = "2019-06-23", - }, - [126559] = { -- Dwarven Schematics, technical - itemPrice = 8000, - itemDate = "2019-06-23", - }, - [139093] = { -- Dwarven Centurion Hammer, Detached - itemPrice = 3000, - itemDate = "2019-06-23", - }, - - -- - [126560] = { -- Dwarven fountain, forged - itemPrice = 50000, - itemDate = "2019-06-16", - }, - [126564] = { -- Dwarven Clock, Deactivated - itemPrice = 15000, - itemDate = "2019-06-16", - }, - [126561] = { -- Dwarven Pillar, Forged - itemPrice = 10000, - itemDate = "2019-06-16", - }, - [139092] = { -- Dwarven Engine, Fused - itemPrice = 24000, - itemDate = "2019-06-16", - }, - - -- June, 23 - 26 - [121270] = { -- Brotherhood Banner, Large - itemPrice = 25000, - itemDate = "2019-06-09", - }, - [120836] = { -- Brotherhood Candelabra, Floor - itemPrice = 8000, - itemDate = "2019-06-09", - }, - [120839] = { -- Brotherhood Ledger, Stand - itemPrice = 4000, - itemDate = "2019-06-09", - }, - [120838] = { -- Brotherhood Plaque, Wolf - itemPrice = 25000, - itemDate = "2019-06-09", - }, - [134846] = { -- Brotherhood Carpet, Large - itemPrice = 15000, - itemDate = "2019-06-09", - }, - - [134845] = { -- Brotherhood Tapestry, Small - itemPrice = 5000, - itemDate = "2019-06-02", - }, - [120837] = { -- Brotherhood Window, Stained Glass - itemPrice = 100000, - itemDate = "2019-06-02", - }, - [121271] = { -- Brotherhood Tapestry - itemPrice = 10000, - itemDate = "2019-06-02", - }, - [120835] = { -- Brotherhood Candelabra, Table - itemPrice = 2500, - itemDate = "2019-06-02", - }, - - - [134844] = { -- Ra Gada Statue, Forward Scout - itemPrice = 25000, - itemDate = "2019-05-26", - }, - [120808] = { -- Statue Base, Circular - itemPrice = 2500, - itemDate = "2019-05-26", - }, - [120811] = { -- Statue, Justice - itemPrice = 25000, - itemDate = "2019-05-26", - }, - [120814] = { -- Statue, Order - itemPrice = 25000, - itemDate = "2019-05-26", - }, - [120813] = { -- Statue, Truth - itemPrice = 25000, - itemDate = "2019-05-26", - }, - -} - diff --git a/data/Recipes.lua b/data/Recipes.lua index 651a08e..129ca39 100644 --- a/data/Recipes.lua +++ b/data/Recipes.lua @@ -1,273 +1 @@ FurC.Recipes = FurC.Recipes or {} - -FurC.Recipes[FURC_SLAVES] = { - - 145944, -- Praxis: Murkmire Chair, Engraved - 145945, -- Praxis: Murkmire Bench, Wide - 145946, -- Praxis: Murkmire Bench, Armless - 145947, -- Praxis: Murkmire Bed, Enclosed - 145948, -- Praxis: Murkmire Pedestal, Low - 145949, -- Praxis: Murkmire Table, Engraved - 145950, -- Praxis: Murkmire Brazier, Engraved - 145951, -- Praxis: Murkmire Bookshelf, Grand - 145952, -- Praxis: Murkmire Bookshelf, Grand Full - 145953, -- Praxis: Murkmire Sarcophagus, Empty - 145954, -- Praxis: Murkmire Sarcophagus Lid - 145955, -- Praxis: Murkmire Bookshelf - 145956, -- Praxis: Murkmire Bookshelf, Full - 145957, -- Praxis: Murkmire Platform, Sectioned - 145958, -- Praxis: Murkmire Pedestal, Winged - 145959, -- Praxis: Murkmire Totem, Beacon - 145960, -- Diagram: Murkmire Brazier, Bowl - 145961, -- Praxis: Murkmire Hearth Shrine, Sithis Rearing - 145962, -- Praxis: Murkmire Hearth Shrine, Sithis Coiled - 145963, -- Praxis: Murkmire Hearth Shrine, Sithis Looming - 145964, -- Praxis: Murkmire Shrine, Sithis Relief - 145965, -- Praxis: Murkmire Shrine, Sithis Rearing - 145966, -- Praxis: Murkmire Shrine, Sithis Figure - 145967, -- Praxis: Murkmire Shrine, Sithis Coiled - 145968, -- Design: Murkmire Pot, Large Carved - 145969, -- Design: Bowl of Worms - 145970, -- Design: Bowl of Guts - 145971, -- Design: Bowl of Worms, Large - 145972, -- Design: Grub Kebabs - 145973, -- Design: Murkmire Berry Strand - 145974, -- Design: Murkmire Pot, Handmade - 145975, -- Design: Melon, Wax - 145976, -- Design: Dragonfruit, Wax - 145977, -- Blueprint: Murkmire Platter, Large - 145978, -- Blueprint: Murkmire Plate, Charger - 145979, -- Praxis: Murkmire Wall, Stone - 145980, -- Blueprint: Murkmire Bonding Chimes, Domed - 145981, -- Formula: Murkmire Lantern, Covered - 145982, -- Formula: Murkmire Lamp, Hanging Bottle - 145983, -- Formula: Murkmire Lamp, Hanging Conch - 145984, -- Formula: Murkmire Sconce, Shell - 145985, -- Formula: Murkmire Brazier, Shell - 145986, -- Formula: Murkmire Lamp, Shell - 145987, -- Design: Murkmire Candlepost, Timber - 145988, -- Design: Murkmire Candlepost, Driftwood - 145989, -- Design: Murkmire Candles, Bone Group - 145990, -- Design: Murkmire Candle, Bone Tall - 145991, -- Design: Murkmire Candle, Bone Squat - 145992, -- Blueprint: Murkmire Bed, Carved - 145993, -- Blueprint: Murkmire Wardrobe, Woven - 145994, -- Blueprint: Murkmire Chair, Woven - 141899, -- Praxis: Sacrificial Altar, Hircine - 141900, -- Blueprint: Ritual Fetish, Hircine - 146004, -- Blueprint: Murkmire Ramp, Reed - 146005, -- Blueprint: Murkmire Platform, Reed - 146006, -- Blueprint: Murkmire Gate, Arched - 146007, -- Blueprint: Murkmire Wall, Straight - 146008, -- Blueprint: Murkmire Totem Post, Carved - 146009, -- Blueprint: Murkmire Wall, Corner Curve - 146010, -- Pattern: Murkmire Tapestry, Hist Gathering - 146011, -- Pattern: Murkmire Rug, Hist Gathering - 146012, -- Pattern: Murkmire Rug, Supine Turtle - 146013, -- Pattern: Murkmire Rug, Crawling Serpents - 146014, -- Pattern: Murkmire Rug, Lurking Lizard - 146015, -- Pattern: Murkmire Tapestry, Xanmeer - 146016, -- Blueprint: Murkmire Bonding Chimes, Simple - 146017, -- Blueprint: Murkmire Totem, Wolf-Lizard - 141898, -- Praxis: Ritual Stone, Hircine - 141897, -- Praxis: Obelisk, Lord Hircine Ritual - 141896, -- Sketch: Figurine, The Dragon's Glare - 145995, -- Blueprint: Murkmire Trunk, Leatherbound - 145999, -- Blueprint: Murkmire Shelf, Reed - 145996, -- Blueprint: Murkmire Counter, Cabinet - 145997, -- Blueprint: Murkmire Counter, Low Cabinet - 145998, -- Blueprint: Murkmire Table, Woven - 145915, -- Praxis: Murkmire Desk, Engraved - 146000, -- Blueprint: Murkmire Shelves, Woven - 146001, -- Blueprint: Murkmire Shelf, Woven Hanging - 146002, -- Blueprint: Murkmire Ramp, Marshwood - 146003, -- Blueprint: Murkmire Walkway, Reed -} - -FurC.Recipes[FURC_WEREWOLF] = { - 141896, -- Sketch: Figurine, The Dragon's Glare - 141897, -- Praxis: Obelisk, Lord Hircine Ritual - 141898, -- Praxis: Ritual Stone, Hircine - 141899, -- Praxis: Sacrificial Altar, Hircine - 141900, -- Blueprint: Ritual Fetish, Hircine -} - -FurC.Recipes[FURC_ALTMER] = { - - 139573, -- Sketch: Figurine, The Fish and the Unicorn - 139571, -- Sketch: Figurine, The Sea-Monster's Surprise - 139572, -- Sketch: Figurine, The Taming of the Gryphon - 139613, -- Sketch: Alinor Chalice, Delicate - 139615, -- Sketch: Alinor Chalice, Ornate - 139616, -- Sketch: Alinor Goblet, Silver Ornate - 139612, -- Sketch: Alinor Goblet, Silver Plain - 139614, -- Sketch: Alinor Goblet, Silver Stamped - 139611, -- Sketch: Alinor Goblet, Simple - 139575, -- Sketch: Scrimshaw Jewelry Box, Verdant Oval - 139574, -- Sketch: Scrimshaw Jewelry Box, Vineyard - 139579, -- Sketch: Scrimshaw, Ancient Vessel - 139578, -- Sketch: Scrimshaw, Octopus - 139576, -- Sketch: Scrimshaw, Sea Monster - 139577, -- Sketch: Scrimshaw, Ship - 139514, -- Praxis: Alinor Wall, Stone Long - 139546, -- Praxis: Alinor Bench, Marble - 139556, -- Blueprint: Alinor Nightstand, Noble - 139538, -- Blueprint: Alinor Bed, Overhang Full - 139640, -- Pattern: Alinor Rug, Alinor Seal - 139524, -- Diagram: Alinor Sconce, Arched Glass - 139565, -- Blueprint: Alinor Trunk, Noble - 139540, -- Blueprint: Alinor Bed, Polished Full - 139550, -- Blueprint: Alinor Armchair, Polished - 139631, -- Praxis: Alinor Potted Plant, Twin Saplings - 139512, -- Praxis: Alinor Post, Stone Wall - 139511, -- Praxis: Alinor Wall, Stone Corner - 139609, -- Diagram: Alinor Table Setting, Complete - 139536, -- Blueprint: Alinor Bed, Noble Full - 139585, -- Diagram: Fireplace Grate, Wrought Iron - 139604, -- Praxis: Alinor Shrine, Limestone Raised - 139575, -- Sketch: Scrimshaw Jewelry Box, Verdant Oval - 139588, -- Praxis: Alinor Fountain, Four-Way Timeworn - 139608, -- Praxis: Alinor Wall Shrine, Marble - 139569, -- Blueprint: Alinor Jewelry Box, Peaked - 139541, -- Blueprint: Alinor Bed, Noble Single - 139601, -- Praxis: Alinor Bowl, Stemmed Limestone - 139574, -- Sketch: Scrimshaw Jewelry Box, Vineyard - 139579, -- Sketch: Scrimshaw, Ancient Vessel - 139548, -- Blueprint: Alinor Armchair, Overhang - 139632, -- Praxis: Alinor Windowbox, Purple Wisteria - 139587, -- Praxis: Alinor Fireplace, Ornate - 139577, -- Sketch: Scrimshaw, Ship - 139582, -- Diagram: Alinor Pot, Patterned - 139581, -- Diagram: Alinor Pot, Hanging Stamped - 139558, -- Blueprint: Alinor Counter, Polished Drawers - 139622, -- Blueprint: Alinor Bowl, Carved Wood - 139498, -- Praxis: Alinor Archway, Timeworn - 139593, -- Blueprint: Alinor Table, Noble Intimate - 139637, -- Pattern: Alinor Carpet, Alinor Crescent - 139634, -- Pattern: Alinor Curtains, Tall Drawn - 139534, -- Diagram: Alinor Streetlight, Paired Wrought Iron - 139503, -- Praxis: Alinor Floor, Ballroom Timeworn - 139544, -- Blueprint: Alinor Bench, Verdant - 139649, -- Blueprint: Alinor Cabinet, Noble - 139559, -- Blueprint: Alinor Counter, Polished Corner - 139490, -- Blueprint: Psijic Table, Small - 139520, -- Diagram: Alinor Sconce, Crenellated - 139487, -- Praxis: Book Row, Levitating - 139485, -- Blueprint: Alinor Pew, Polished - 139647, -- Praxis: Alinor Statue, Orator - 139603, -- Praxis: Alinor Shrine, Limestone - 139529, -- Diagram: Alinor Sconce, Candles - 139532, -- Blueprint: Alinor Candles, Stand - 139494, -- Praxis: Psijic Table, Six-fold Symmetry - 139525, -- Diagram: Alinor Sconce, Lantern - 139627, -- Blueprint: Display Case, Large - 139516, -- Praxis: Alinor Fence, Tall - 139572, -- Sketch: Figurine, The Taming of the Gryphon - 139557, -- Blueprint: Alinor Winerack, Polished - 139617, -- Diagram: Alinor Plate, Embossed - 139518, -- Praxis: Alinor Archway, Tall - 139630, -- Praxis: Alinor Potted Plant, Double Tiered - 139620, -- Diagram: Alinor Bread Basket, Wrought Iron - 139613, -- Sketch: Alinor Chalice, Delicate - 139519, -- Diagram: Alinor Sconce, Arched - 139505, -- Praxis: Alinor Sarcophagus, Wedge - 139545, -- Blueprint: Alinor Armchair, Backless Verdant - 139586, -- Diagram: Fireplace Tools, Wrought Iron - 139506, -- Praxis: Alinor Sarcophagus, Peaked - 139497, -- Praxis: Psijic Table, Grand - 139642, -- Pattern: Alinor Carpet, Intricate - 139625, -- Blueprint: Display Case, Standing Arched - 139612, -- Sketch: Alinor Goblet, Silver Plain - 139598, -- Design: Alinor Amphora, Embossed - 139599, -- Diagram: Alinor Urn, Bronze - 139638, -- Pattern: Alinor Carpet, Verdant - 139583, -- Blueprint: Alinor Divider, Noble - 139639, -- Pattern: Alinor Carpet, Vibrant - 139619, -- Design: Alinor Meal, Individual - 139614, -- Sketch: Alinor Goblet, Silver Stamped - 139495, -- Praxis: Psijic Lighting Globe, Large - 139646, -- Praxis: Alinor Statue, Kinlord - 139645, -- Pattern: Alinor Tapestry, Royal Gryphons - 139595, -- Design: Alinor Amphora, Delicate - 139542, -- Blueprint: Alinor Bookshelf, Polished - 139644, -- Pattern: Alinor Tapestry, Alinor Dusk - 139643, -- Pattern: Alinor Tapestry, Alinor Dawn - 139571, -- Sketch: Figurine, The Sea-Monster's Surprise - 139530, -- Diagram: Alinor Sconce, Candles Tall - 139605, -- Praxis: Alinor Pot, Limestone - 139566, -- Blueprint: Alinor Trunk, Spired - 139624, -- Blueprint: Display Case, Standing - 139513, -- Praxis: Alinor Wall, Stone - 139635, -- Pattern: Alinor Curtains, Drawn - 139539, -- Blueprint: Alinor Bed, Polished Single - 139567, -- Blueprint: Alinor Jewelry Box, Noble - 139629, -- Praxis: Alinor Potted Plant, Triple Tiered - 139628, -- Praxis: Alinor Potted Plant, Perpetual Bloom - 139626, -- Blueprint: Display Case, Specimen - 139636, -- Pattern: Alinor Drapes, Noble - 139543, -- Blueprint: Alinor Wardrobe, Polished - 139493, -- Pattern: Psijic Banner - 139623, -- Design: Alinor Bowl, Millet - 139584, -- Blueprint: Alinor Divider, Polished - 139510, -- Praxis: Alinor Stairway, Timeworn Wide - 139488, -- Praxis: Book Stack, Levitating - 139621, -- Design: Alinor Pie Dish, Cherry Pie - 139618, -- Diagram: Alinor Platter, Scalloped - 139564, -- Blueprint: Alinor Trunk, Engraved - 139501, -- Praxis: Alinor Bookshelf Wall, Timeworn - 139535, -- Diagram: Alinor Streetlight, Wrought Iron - 139615, -- Sketch: Alinor Chalice, Ornate - 139537, -- Blueprint: Alinor Bed, Canopy Full - 139533, -- Diagram: Alinor Brazier, Hanging Coals - 139492, -- Praxis: Psijic Table, Scalloped - 139594, -- Design: Alinor Urn, Gilded - 139528, -- Diagram: Alinor Candelabra, Wrought Iron - 139633, -- Praxis: Alinor Windowbox, Blue Wisteria - 139531, -- Blueprint: Alinor Candles, Tall Stand - 139504, -- Praxis: Alinor Column, Timeworn - 139641, -- Pattern: Alinor Runner, Royal - 139611, -- Sketch: Alinor Goblet, Simple - 139610, -- Design: Alinor Meal, Complete Setting - 139554, -- Blueprint: Alinor Nightstand, Scalloped - 139551, -- Blueprint: Alinor Armchair, Backless Polished - 139521, -- Diagram: Alinor Lantern, Hanging - 139499, -- Praxis: Alinor Column, Heavy Timeworn - 139607, -- Praxis: Alinor Display Stand, Marble - 139500, -- Praxis: Alinor Pedestal, Timeworn - 139606, -- Praxis: Alinor Display Stand, Marble Wide - 139527, -- Diagram: Alinor Brazier, Noble - 139602, -- Praxis: Alinor Urn, Limestone Large - 139547, -- Blueprint: Alinor Armchair, Noble - 139508, -- Praxis: Alinor Sarcophagus, Open - 139573, -- Sketch: Figurine, The Fish and the Unicorn - 139553, -- Blueprint: Alinor Desk, Mirrored - 139597, -- Design: Alinor Urn, Stemmed - 139517, -- Praxis: Alinor Fence, Tall Long - 139491, -- Praxis: Psijic Lighting Globe, Small - 139489, -- Blueprint: Psijic Chair, Arched - 139596, -- Design: Alinor Amphora, Slender - 139600, -- Praxis: Alinor Bowl, Shallow Limestone - 139509, -- Praxis: Alinor Stairway, Timeworn - 139515, -- Praxis: Alinor Post, Tall Fence - 139591, -- Praxis: Alinor Table, Decorative Marble - 139590, -- Praxis: Alinor Table, Round Marble - 139589, -- Praxis: Alinor Fountain, Timeworn - 139592, -- Blueprint: Alinor Table, Noble Grand - 139552, -- Blueprint: Alinor Desk, Polished - 139578, -- Sketch: Scrimshaw, Octopus - 139580, -- Sketch: Scrimshaw Jewelry Box, Floral - 139549, -- Blueprint: Alinor Chair, Polished - 139496, -- Pattern: Psijic Banner, Large - 139576, -- Sketch: Scrimshaw, Sea Monster - 139502, -- Praxis: Alinor Column, Slender Timeworn - 139568, -- Blueprint: Alinor Jewelry Box, Polished - 139523, -- Diagram: Alinor Sconce, Wrought Glass - 139616, -- Sketch: Alinor Goblet, Silver Ornate - 139563, -- Blueprint: Alinor Trunk, Peaked - 139522, -- Diagram: Alinor Lantern, Stationary - 139555, -- Blueprint: Alinor Nightstand, Octagonal - 139570, -- Blueprint: Alinor Jewelry Box, Octagonal - 139648, -- Design: Alinor Amphora, Portrait - 139484, -- Blueprint: Alinor Writing Desk, Noble -} - diff --git a/data/RumourRecipes.lua b/data/RumourRecipes.lua deleted file mode 100644 index 7d88cf3..0000000 --- a/data/RumourRecipes.lua +++ /dev/null @@ -1,67 +0,0 @@ -FurC.RumourRecipes = { - 121198, -- Formula: Shelf, Poison - 119441, -- Design: Steak, Display - 119442, -- Diagram: Teapot, Common - 121208, -- Praxis: Orcish Table with Furs - 121210, -- Praxis: Orcish Throne, Skull - 121212, -- Praxis: Orcish Effigy, Bear - 121213, -- Diagram: Orcish Skull Goblet, Empty - 119454, -- Blueprint: Plaque, Large - 119455, -- Blueprint: Plaque, Standard - 119466, -- Blueprint: Podium, Engraved - 119437, -- Design: Pie, Display - 121161, -- Design: Ram Horns, Mounted - 121216, -- Blueprint: Redguard Divider, Gilded - 121203, -- Praxis: Khajiit Brazier, Enchanted - 121217, -- Formula: Redguard Lamp, Oil - 121215, -- Pattern: Redguard Canopy, Dusk - 119426, -- Design: Bread, Plain - 121102, -- Design: Chicken Dinner, Display - 121103, -- Design: Chicken Meal, Display - 119426, -- Bread, Plain - 119448, -- Minecart, Empty - 119449, -- Minecart, Push - 119450, -- Knife, Carving - 121100, -- Common Stewpot, Hanging - 119428, -- Common Bowl, Serving - 121201, -- Sack of Beans - 121101, -- Sack of Millet - 121111, -- Simple Red Banner - 121110, -- Simple Purple Banner - 121109, -- Simple Gray Banner - 121108, -- Simple Brown Banner - 119355, -- Garlic String, Display - 121203, -- Khajiit Brazier, Enchanted - 121091, -- Stool, Carved - 119447, -- Candles, Lasting -} -local function getCrownStorePriceString(price) - return string.format("%s (%u)", GetString(SI_FURC_CROWNSTORESOURCE), price) -end - - -FurC.MiscItemSources[FURC_ALTMER] = FurC.MiscItemSources[FURC_ALTMER] or {} -FurC.MiscItemSources[FURC_ALTMER][FURC_RUMOUR] = { - - [139137] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Tapestry, Nocturnal - [139138] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Banner, Nocturnal - [139139] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Nocturnal, Mistress of Shadows - - [139147] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Plants, Scarlet Sawleaf - [139149] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Plant, Scarlet Fleshfrond - - [139351] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Alinor Monument, Marble - - [139366] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Alinor Fountain, Regal - [139367] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Regal Sauna Pool, Two Person - - [139369] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Abyssal Pearl, Sealed - -} - --- Removed with Murkmire Live Release, RIP --- [126154] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Statuette of Azura with Moon and Star --- [126155] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Statuette of Lord Vivec, Warrior-Poet --- [126156] = GetString(SI_FURC_DATAMINED_UNCLEAR), -- Statuette of Clavicus Vile, Unmasked - - diff --git a/locale/en.lua b/locale/en.lua index 822032e..38a6f30 100644 --- a/locale/en.lua +++ b/locale/en.lua @@ -138,6 +138,8 @@ local strings = { SI_FURC_STRING_CONTEXTMENU_DIVIDER = "Don't use divider in context menu?", SI_FURC_STRING_CONTEXTMENU_DIVIDER_TT = "Adds a divider to the context manu above the - Furniture entry. Check to disable", + SI_FURC_SHOW_RUMOUR_TT = "Show rumour (unconfirmed) items?", + SI_FURC_HIDE_RUMOUR_TT = "Only show confirmed items", SI_FURC_STRING_MENU_RUMOUR_N = "Hide rumour recipes?", SI_FURC_STRING_MENU_CROWN = "Crown store items", diff --git a/xml/FurnitureCatalogue_100025.xml b/xml/FurnitureCatalogue_100025.xml index b555e6e..dbb93f3 100644 --- a/xml/FurnitureCatalogue_100025.xml +++ b/xml/FurnitureCatalogue_100025.xml @@ -4,23 +4,27 @@ <DimensionConstraints x="800" y="500" minX="850" minY="200" maxY="2000"/> <Anchor point="TOPRIGHT" relativeTo="GUI_ROOT" relativePoint="TOPRIGHT" offsetX="-25" offsetY="40" /> <OnMoveStop>FurC.SaveFrameInfo("onMoveStop")</OnMoveStop> - + <OnResizeStop>FurC.SaveFrameInfo("onResizeStop")</OnResizeStop> <Controls> <Backdrop name="$(parent)_BG" inherits="ZO_DefaultBackdrop" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT"/> </Backdrop> - + <Control name="$(parent)_Header" resizeToFitDescendents="true" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT"/> <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT"/> - - <Controls> + + + <!-- FurC_Header's children --> + <Controls> <!-- FurC_Header's children --> <Control name="$(parent)_Bar1"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetY="50"/> - <Controls> + + <!-- FurC_Header_Bar1's children --> + <Controls> <!-- FurC_Header_Bar1's children --> <Button name="$(parent)_Feedback"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="20" offsetY="10"/> <OnMouseEnter>FurC.GuiShowTooltip(self, "Click to say thank you:\nLeft: 2k\nRight: 10k\nMiddle: 25k\nYour feedback and/or donation is appreciated!")</OnMouseEnter> @@ -28,14 +32,14 @@ <OnMouseUp>FurC.Donate(self, button)</OnMouseUp> <Dimensions x="40" y="40" /> <Textures - normal ="esoui/art/mail/mail_tabicon_compose_up.dds" - pressed ="esoui/art/mail/mail_tabicon_compose_down.dds" - mouseOver ="esoui/art/mail/mail_tabicon_compose_over.dds" + normal ="esoui/art/mail/mail_tabicon_compose_up.dds" + pressed ="esoui/art/mail/mail_tabicon_compose_down.dds" + mouseOver ="esoui/art/mail/mail_tabicon_compose_over.dds" /> </Button> <Control name ="FurC_Label" resizeToFitDescendents="true"> - <Anchor point="TOP" relativeTo="$(parent)" relativePoint="TOP" offsetX="0" offsetY="10" /> - <Dimensions y="54"/> + <Anchor point="TOP" relativeTo="$(parent)" relativePoint="TOP" offsetX="0" offsetY="10" /> + <Dimensions y="54"/> <Controls> <Label name="$(parent)_1" font="$(STONE_TABLET_FONT)|28|soft-shadow-thick" text="-Furniture Catalogue: " > <Anchor point="LEFT" relativeTo="$(parent)" relativePoint="LEFT" offsetX="-40"/> @@ -58,24 +62,24 @@ <OnMouseUp>FurnitureCatalogue_Toggle()</OnMouseUp> <Dimensions x="25" y="25" /> <Textures - normal ="/esoui/art/buttons/decline_up.dds" - pressed ="/esoui/art/buttons/decline_down.dds" - mouseOver ="/esoui/art/buttons/decline_over.dds" + normal ="/esoui/art/buttons/decline_up.dds" + pressed ="/esoui/art/buttons/decline_down.dds" + mouseOver ="/esoui/art/buttons/decline_over.dds" /> </Button> - + <Button name="$(parent)_Reload"> <Anchor point="TOPRIGHT" relativeTo="$(parent)_Hide" relativePoint="TOPLEFT" offsetX="-25" offsetY="-5"/> <OnMouseEnter>FurC.GuiShowTooltip(self, "Click: Scan character knowledge to database\n\nRight-click: Re-scans data files\n\nMiddle-click: Re-create database (will ask you first)")</OnMouseEnter> <OnMouseExit>FurC.GuiHideTooltip(self)</OnMouseExit> <OnMouseUp>FurC.GUIButtonRefreshOnMouseUp(self, button)</OnMouseUp> - - + + <Dimensions x="35" y="35" /> <Textures - normal ="/esoui/art/help/help_tabicon_feedback_up.dds" - pressed ="/esoui/art/help/help_tabicon_feedback_down.dds " - mouseOver ="/esoui/art/help/help_tabicon_feedback_over.dds" + normal ="/esoui/art/help/help_tabicon_feedback_up.dds" + pressed ="/esoui/art/help/help_tabicon_feedback_down.dds " + mouseOver ="/esoui/art/help/help_tabicon_feedback_over.dds" /> </Button> <Button name="$(parent)_TemplateTiny"> @@ -83,38 +87,40 @@ <OnMouseEnter>FurC.GuiShowTooltip(self, "change template")</OnMouseEnter> <OnMouseExit>FurC.GuiHideTooltip(self)</OnMouseExit> <OnMouseUp>FurC.ChangeTemplateFromButton(true)</OnMouseUp> - + <Dimensions x="35" y="35" /> <Textures - normal ="/esoui/art/buttons/minus_up.dds" - pressed ="/esoui/art/buttons/minus_down.dds" - mouseOver ="/esoui/art/buttons/minus_over.dds" + normal ="/esoui/art/buttons/minus_up.dds" + pressed ="/esoui/art/buttons/minus_down.dds" + mouseOver ="/esoui/art/buttons/minus_over.dds" /> </Button> - + <Button name="$(parent)_TemplateLarge" hidden="true"> <Anchor point="TOPRIGHT" relativeTo="$(parent)_Reload" relativePoint="TOPLEFT" offsetX="-15" offsetY="-2"/> - + <OnMouseEnter>FurC.GuiShowTooltip(self, "change template")</OnMouseEnter> <OnMouseExit>FurC.GuiHideTooltip(self)</OnMouseExit> <OnMouseUp>FurC.ChangeTemplateFromButton(false)</OnMouseUp> - + <Dimensions x="35" y="35" /> <Textures - normal ="/esoui/art/buttons/plus_up.dds" - pressed ="/esoui/art/buttons/plus_down.dds" - mouseOver ="/esoui/art/buttons/plus_over.dds" + normal ="/esoui/art/buttons/plus_up.dds" + pressed ="/esoui/art/buttons/plus_down.dds" + mouseOver ="/esoui/art/buttons/plus_over.dds" /> </Button> - + </Controls> </Control> <Control name="$(parent)_Bar2"> <Anchor point="TOPLEFT" relativeTo="$(parent)_Bar1" relativePoint="BOTTOMLEFT" offsetX="20"/> <Anchor point="TOPRIGHT" relativeTo="$(parent)_Bar1" relativePoint="BOTTOMRIGHT" offsetX="-20" /> <Dimensions y="35" /> - - <Controls> + + + <!-- FurC_Header_Bar2's children --> + <Controls> <!-- FurC_Header_Bar2's children --> <Control name="FurC_DropdownSource" inherits="ZO_ComboBox" mouseEnabled="true" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="9" offsetY="10"/> <Dimensions x="230" y="28" /> @@ -122,12 +128,12 @@ <OnMouseEnter> FurC.GuiShowTooltip(self, "Filter: Knowledge and source", true)</OnMouseEnter> <OnMouseExit> FurC.GuiHideTooltip(self)</OnMouseExit> </Control> - + <Control name="FurC_QualityFilter" mouseEnabled="true"> <Anchor point="TOPLEFT" relativeTo="FurC_DropdownSource" relativePoint="TOPRIGHT" offsetX = "38" offsetY="3"/> <Anchor point="BOTTOMRIGHT" relativeTo="FurC_DropdownSource" relativePoint="BOTTOMRIGHT" offsetX = "300" /> </Control> - + <Control name="FurC_DropdownVersion" inherits="ZO_ComboBox" mouseEnabled="true" > <Anchor point="TOPLEFT" relativeTo="FurC_QualityFilter" relativePoint="TOPRIGHT" offsetX="10"/> <Dimensions x="235" y="28" /> @@ -139,12 +145,14 @@ </Control> <!-- 3rd bar --> <Control name="$(parent)_Bar3" mouseEnabled="true"> - + <Dimensions y="55" /> <Anchor point="TOPLEFT" relativeTo="$(parent)_Bar2" relativePoint="BOTTOMLEFT" offsetY="10"/> <Anchor point="TOPRIGHT" relativeTo="$(parent)_Bar2" relativePoint="BOTTOMRIGHT"/> <Dimensions y="45" /> - <Controls> + + + <Controls> <!-- FurC_Header_Bar3's children --> <!-- control above: FurC_DropdownSource --> <Control name="FurC_DropdownCharacter" inherits="ZO_ComboBox" mouseEnabled="true" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="9" offsetY="10"/> @@ -153,52 +161,62 @@ <OnMouseEnter> FurC.GuiShowTooltip(self, "Filter: Character", true)</OnMouseEnter> <OnMouseExit> FurC.GuiHideTooltip(self)</OnMouseExit> </Control> - + <!-- Crafting type filter --> <Control name="FurC_TypeFilter" mouseEnabled="true" resizeToFitDescendents="true"> <Anchor point="TOPLEFT" relativeTo="FurC_DropdownCharacter" relativePoint="TOPRIGHT" offsetX="17" offsetY="-5" /> <Anchor point="BOTTOMRIGHT" relativeTo="FurC_DropdownCharacter" relativePoint="BOTTOMRIGHT" offsetX="340"/> - </Control> - + <!-- control above: FurC_DropdownVersion --> <Control name="FurC_Search" mouseEnabled="true"> - + <Anchor point="TOPLEFT" relativeTo="FurC_TypeFilter" relativePoint="TOPRIGHT" offsetX="9" offsetY="10"/> <Anchor point="BOTTOMLEFT" relativeTo="FurC_TypeFilter" relativePoint="BOTTOMRIGHT" offsetX="9" /> - <Dimensions x="215" /> - <Controls> - + <Dimensions x="195" /> + + <Controls> <!-- FurC_Search controls --> + <EditBox name="$(parent)Box" inherits="ZO_InventorySearchBox" > - + <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="-40" offsetY="-10"/> - <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetX="-20" offsetY="0"/> - + <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetX="-5" offsetY="0"/> + <OnTextChanged>FurC.GuiSetSearchboxTextFrom(self)</OnTextChanged> <OnMouseUp>FurC.GuiOnSearchBoxClick(self, button)</OnMouseUp> <OnMouseDoubleClick>FurC.GuiOnSearchBoxClick(self, nil, true)</OnMouseDoubleClick> <OnFocusLost>FurC.GuiOnSearchBoxFocusOut(self)</OnFocusLost> - + </EditBox> </Controls> </Control> - - - - - + + <Button name="FurC_ShowRumours"><Dimensions x="35" y="30" /> + <Anchor point="RIGHT" relativeTo="FurC_Search" relativePoint="RIGHT" offsetX="-5" /> + <Textures + normal ="esoui/art/chatwindow/chat_notification_disabled.dds" + pressed ="esoui/art/chatwindow/chat_notification_echo.dds" + mouseOver ="esoui/art/chatwindow/chat_notification_over.dds" + /> + <OnMouseEnter> FurC.GuiShowTooltip(self, FurC.GetRumourTooltip()) </OnMouseEnter> + <OnMouseExit> FurC.GuiHideTooltip(self) </OnMouseExit> + <OnMouseUp> FurC.GuiToggleShowRumours() </OnMouseUp> + </Button> + + + </Controls> </Control> - - + + <!-- #4, sorts the list holder --> <Control name="$(parent)_SortBar" mouseEnabled="true"> - + <Anchor point="TOPLEFT" relativeTo="$(parent)_Bar3" relativePoint="BOTTOMLEFT" offsetX="25" offsetY="20"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)_Bar3" relativePoint="BOTTOMRIGHT" offsetY="40"/> <Dimensions y="20" /> - - <Controls> + + <Controls> <!-- FurC_Header_Bar4's children --> <Label name="$(parent)_Name" mouseEnabled="true" font="ZoFontGameSmall" text="Name" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" /> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMLEFT" offsetX="330"/> @@ -208,13 +226,13 @@ <Dimensions y="20" x="20"/> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="-25" /> <Textures - normal="esoui/art/miscellaneous/list_sortheader_icon_neutral.dds" - mouseOver="esoui/art/miscellaneous/list_sortheader_icon_over.dds" + normal="esoui/art/miscellaneous/list_sortheader_icon_neutral.dds" + mouseOver="esoui/art/miscellaneous/list_sortheader_icon_over.dds" /> - </Button> + </Button> </Controls> </Label> - + <Label name="$(parent)_Quality" mouseEnabled="true" font="ZoFontGameSmall" text="Quality" > <Anchor point="TOPLEFT" relativeTo="$(parent)_Name" relativePoint="TOPRIGHT" /> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT"/> @@ -224,53 +242,53 @@ <Dimensions y="20" x="20"/> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="-25" /> <Textures - normal="esoui/art/miscellaneous/list_sortheader_icon_neutral.dds" - mouseOver="esoui/art/miscellaneous/list_sortheader_icon_over.dds" + normal="esoui/art/miscellaneous/list_sortheader_icon_neutral.dds" + mouseOver="esoui/art/miscellaneous/list_sortheader_icon_over.dds" /> </Button> </Controls> </Label> - - + + </Controls> - + </Control> - + </Controls> - <!-- $(parent)_Header --> + <!-- $(parent)_Header --> </Control> - + <Label name="$(parent)_Wait" font="$(STONE_TABLET_FONT)|28|soft-shadow-thick" text="Please wait... loading data" > <Anchor point="TOP" relativeTo="$(parent)_Header" relativePoint="BOTTOM" offsetY="35" /> </Label> <Label name="$(parent)_Empty" font="$(STONE_TABLET_FONT)|28|soft-shadow-thick" text="No results, please check filter" hidden="true" > <Anchor point="TOP" relativeTo="$(parent)_Header" relativePoint="BOTTOM" offsetY="35" /> </Label> - + <Control name="$(parent)_ListHolder" mouseEnabled="true"> - + <DimensionConstraints minY="52"/> <Anchor point="TOPLEFT" relativeTo="$(parent)_Header" relativePoint="BOTTOMLEFT" offsetX="25" /> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" offsetX="-35" offsetY="-20"/> - + <OnMouseWheel>FurC.GuiOnScroll(self, delta)</OnMouseWheel> - + <Controls> <Slider name="$(parent)_Slider" mouseEnabled="true" step="1" inherits="ZO_VerticalScrollbarBase"> <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetX="20" /> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" offsetX="20" offsetY="-25" /> - + <OnMouseDown>self.locked = false</OnMouseDown> <OnMouseUp>self.locked = true</OnMouseUp> <OnValueChanged>FurC.GuiOnSliderUpdate(self, value)</OnValueChanged> </Slider> </Controls> - + </Control> </Controls> - + </TopLevelControl> - + <Button name="FurC_QualityFilterButton" virtual="true"> <Dimensions x="35" y="35" /> <OnMouseEnter> FurC.GuiVirtualMouseOver(self) </OnMouseEnter> @@ -283,25 +301,25 @@ <OnMouseExit> FurC.GuiVirtualMouseOut(self) </OnMouseExit> <OnMouseUp> FurC.GuiCraftingTypeMouseUp(self) </OnMouseUp> </Button> - + <Control name="FurC_SlotTemplate" inherits="ZO_ListInventorySlotBehavior" virtual="true" mouseEnabled="true"> <Dimensions x="300"/> <OnMouseEnter> FurC.GuiLineOnMouseEnter(self) </OnMouseEnter> <OnMouseExit> FurC.GuiLineOnMouseExit(self) </OnMouseExit> <OnMouseUp> FurC.OnControlMouseUp(self, button) </OnMouseUp> <OnMouseDoubleClick> FurC.OnControlDoubleClick(self) </OnMouseDoubleClick> - + <Controls> <Texture name="$(parent)Bg" textureFile="EsoUI/Art/Miscellaneous/listItem_backdrop.dds" alpha="0.4"> <AnchorFill /> <TextureCoords left="0" right="1" top="0" bottom=".8125" /> </Texture> - + <Button name="$(parent)Button" inherits="ZO_InventorySlotNoMouseover" hidden="false"> <Dimensions x="40" y="40" /> <Anchor point="TOPLEFT" relativePoint="TOPLEFT" offsetX="-10" offsetY="3" /> </Button> - + <Label name="$(parent)Name" font="ZoFontGameShadow" wrapMode="ELLIPSIS" verticalAlignment="CENTER"> <Dimensions y="50" x="280"/> <Anchor point="TOPLEFT" relativeTo="$(parent)Button" relativePoint="TOPRIGHT" offsetX="18"/> @@ -312,23 +330,23 @@ <Anchor point="TOPLEFT" relativeTo="$(parent)Name" relativePoint="TOPRIGHT" offsetX="18"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" offsetX="0" offsetY="-10"/> </Label> - + </Controls> </Control> - + <Control name="FurC_SlotTemplateTiny" inherits="ZO_ListInventorySlotBehavior" virtual="true" mouseEnabled="true"> <Dimensions x="300" /> <OnMouseEnter> FurC.GuiLineOnMouseEnter(self) </OnMouseEnter> <OnMouseExit> FurC.GuiLineOnMouseExit(self) </OnMouseExit> <OnMouseUp> FurC.OnControlMouseUp(self, button) </OnMouseUp> <OnMouseDoubleClick> FurC.OnControlDoubleClick(self) </OnMouseDoubleClick> - + <Controls> <Texture name="$(parent)Bg" textureFile="EsoUI/Art/Miscellaneous/listItem_backdrop.dds" alpha="0.4"> <AnchorFill /> <TextureCoords left="0" right="1" top="0" bottom=".8125" /> </Texture> - + <Button name="$(parent)Button" inherits="ZO_InventorySlotNoMouseover" hidden="true"> <Dimensions x="1"/> <Anchor point="TOPLEFT" relativePoint="TOPLEFT" offsetX="0" offsetY="3" /> @@ -343,23 +361,23 @@ <Anchor point="TOPLEFT" relativeTo="$(parent)Name" relativePoint="TOPRIGHT" offsetX="18"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" offsetX="0" offsetY="-10"/> </Label> - + </Controls> </Control> - + <Texture name="FurC_SlotIconKnownNo" color="FF0000" mouseEnabled="true" textureFile="esoui/art/buttons/decline_up.dds" virtual="true"> <Dimensions x="24" y="24" /> </Texture> <Texture name="FurC_SlotIconKnownYes" color="00FF00" mouseEnabled="true" textureFile="esoui/art/cadwell/check.dds" virtual="true"> <Dimensions x="24" y="24" /> </Texture> -<!-- - <Texture name="FurC_SlotIconKnownNo" color="FF0000" textureFile="esoui/art/miscellaneous/search_icon.dds" virtual="true"> + <!-- + <Texture name="FurC_SlotIconKnownNo" color="FF0000" textureFile="esoui/art/miscellaneous/search_icon.dds" virtual="true"> <Dimensions x="30" y="30" /> - </Texture> - <Texture name="FurC_SlotIconKnownNo" color="00FF00" textureFile="esoui/art/cadwell/check.dds" virtual="true"> + </Texture> + <Texture name="FurC_SlotIconKnownNo" color="00FF00" textureFile="esoui/art/cadwell/check.dds" virtual="true"> <Dimensions x="30" y="30" /> - </Texture> ---> + </Texture> + --> </Controls> </GuiXml> diff --git a/xml/FurnitureCatalogue_100026.xml b/xml/FurnitureCatalogue_100026.xml index 076455c..3efec33 100644 --- a/xml/FurnitureCatalogue_100026.xml +++ b/xml/FurnitureCatalogue_100026.xml @@ -4,23 +4,26 @@ <DimensionConstraints x="800" y="500" minX="850" minY="200" maxY="2000"/> <Anchor point="TOPRIGHT" relativeTo="GUI_ROOT" relativePoint="TOPRIGHT" offsetX="-25" offsetY="40" /> <OnMoveStop>FurC.SaveFrameInfo("onMoveStop")</OnMoveStop> - + <OnResizeStop>FurC.SaveFrameInfo("onResizeStop")</OnResizeStop> <Controls> <Backdrop name="$(parent)_BG" inherits="ZO_DefaultBackdrop" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT"/> </Backdrop> - + <Control name="$(parent)_Header" resizeToFitDescendents="true" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT"/> <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT"/> - + <Controls> <Control name="$(parent)_Bar1"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetY="50"/> - <Controls> + + + <!-- FurC_Header_Bar1's children --> + <Controls> <!-- FurC_Header_Bar1's children --> <Button name="$(parent)_Feedback"> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="20" offsetY="10"/> <OnMouseEnter>FurC.GuiShowTooltip(self, "Click to say thank you:\nLeft: 2k\nRight: 10k\nMiddle: 25k\nYour feedback and/or donation is appreciated!")</OnMouseEnter> @@ -28,15 +31,18 @@ <OnMouseUp>FurC.Donate(self, button)</OnMouseUp> <Dimensions x="40" y="40" /> <Textures - normal ="esoui/art/mail/mail_tabicon_compose_up.dds" - pressed ="esoui/art/mail/mail_tabicon_compose_down.dds" - mouseOver ="esoui/art/mail/mail_tabicon_compose_over.dds" + normal ="esoui/art/mail/mail_tabicon_compose_up.dds" + pressed ="esoui/art/mail/mail_tabicon_compose_down.dds" + mouseOver ="esoui/art/mail/mail_tabicon_compose_over.dds" /> </Button> <Control name ="FurC_Label" resizeToFitDescendents="true"> - <Anchor point="TOP" relativeTo="$(parent)" relativePoint="TOP" offsetX="0" offsetY="10" /> - <Dimensions y="54"/> - <Controls> + <Anchor point="TOP" relativeTo="$(parent)" relativePoint="TOP" offsetX="0" offsetY="10" /> + <Dimensions y="54"/> + + + <!-- FurC_Header_Bar1's children --> + <Controls> <!-- FurC_Header_Bar1's children --> <Label name="$(parent)_1" font="$(STONE_TABLET_FONT)|28|soft-shadow-thick" text="-Furniture Catalogue: " > <Anchor point="LEFT" relativeTo="$(parent)" relativePoint="LEFT" offsetX="-40"/> </Label> @@ -58,24 +64,24 @@ <OnMouseUp>FurnitureCatalogue_Toggle()</OnMouseUp> <Dimensions x="25" y="25" /> <Textures - normal ="/esoui/art/buttons/decline_up.dds" - pressed ="/esoui/art/buttons/decline_down.dds" - mouseOver ="/esoui/art/buttons/decline_over.dds" + normal ="/esoui/art/buttons/decline_up.dds" + pressed ="/esoui/art/buttons/decline_down.dds" + mouseOver ="/esoui/art/buttons/decline_over.dds" /> </Button> - + <Button name="$(parent)_Reload"> <Anchor point="TOPRIGHT" relativeTo="$(parent)_Hide" relativePoint="TOPLEFT" offsetX="-25" offsetY="-5"/> <OnMouseEnter>FurC.GuiShowTooltip(self, "Click: Scan character knowledge to database\n\nRight-click: Re-scans data files\n\nMiddle-click: Re-create database (will ask you first)")</OnMouseEnter> <OnMouseExit>FurC.GuiHideTooltip(self)</OnMouseExit> <OnMouseUp>FurC.GUIButtonRefreshOnMouseUp(self, button)</OnMouseUp> - - + + <Dimensions x="35" y="35" /> <Textures - normal ="/esoui/art/help/help_tabicon_feedback_up.dds" - pressed ="/esoui/art/help/help_tabicon_feedback_down.dds " - mouseOver ="/esoui/art/help/help_tabicon_feedback_over.dds" + normal ="/esoui/art/help/help_tabicon_feedback_up.dds" + pressed ="/esoui/art/help/help_tabicon_feedback_down.dds " + mouseOver ="/esoui/art/help/help_tabicon_feedback_over.dds" /> </Button> <Button name="$(parent)_TemplateTiny"> @@ -83,38 +89,40 @@ <OnMouseEnter>FurC.GuiShowTooltip(self, "change template")</OnMouseEnter> <OnMouseExit>FurC.GuiHideTooltip(self)</OnMouseExit> <OnMouseUp>FurC.ChangeTemplateFromButton(true)</OnMouseUp> - + <Dimensions x="35" y="35" /> <Textures - normal ="/esoui/art/buttons/minus_up.dds" - pressed ="/esoui/art/buttons/minus_down.dds" - mouseOver ="/esoui/art/buttons/minus_over.dds" + normal ="/esoui/art/buttons/minus_up.dds" + pressed ="/esoui/art/buttons/minus_down.dds" + mouseOver ="/esoui/art/buttons/minus_over.dds" /> </Button> - + <Button name="$(parent)_TemplateLarge" hidden="true"> <Anchor point="TOPRIGHT" relativeTo="$(parent)_Reload" relativePoint="TOPLEFT" offsetX="-15" offsetY="-2"/> - + <OnMouseEnter>FurC.GuiShowTooltip(self, "change template")</OnMouseEnter> <OnMouseExit>FurC.GuiHideTooltip(self)</OnMouseExit> <OnMouseUp>FurC.ChangeTemplateFromButton(false)</OnMouseUp> - + <Dimensions x="35" y="35" /> <Textures - normal ="/esoui/art/buttons/plus_up.dds" - pressed ="/esoui/art/buttons/plus_down.dds" - mouseOver ="/esoui/art/buttons/plus_over.dds" + normal ="/esoui/art/buttons/plus_up.dds" + pressed ="/esoui/art/buttons/plus_down.dds" + mouseOver ="/esoui/art/buttons/plus_over.dds" /> </Button> - + </Controls> </Control> <Control name="$(parent)_Bar2"> <Anchor point="TOPLEFT" relativeTo="$(parent)_Bar1" relativePoint="BOTTOMLEFT" offsetX="20"/> <Anchor point="TOPRIGHT" relativeTo="$(parent)_Bar1" relativePoint="BOTTOMRIGHT" offsetX="-20" /> <Dimensions y="35" /> - - <Controls> + + + <!-- FurC_Header_Bar2's children --> + <Controls> <!-- FurC_Header_Bar2's children --> <Control name="FurC_DropdownSource" inherits="ZO_ComboBox" mouseEnabled="true" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="9" offsetY="10"/> <Dimensions x="230" y="28" /> @@ -122,12 +130,12 @@ <OnMouseEnter> FurC.GuiShowTooltip(self, "Filter: Knowledge and source", true)</OnMouseEnter> <OnMouseExit> FurC.GuiHideTooltip(self)</OnMouseExit> </Control> - + <Control name="FurC_QualityFilter" mouseEnabled="true"> <Anchor point="TOPLEFT" relativeTo="FurC_DropdownSource" relativePoint="TOPRIGHT" offsetX = "38" offsetY="3"/> <Anchor point="BOTTOMRIGHT" relativeTo="FurC_DropdownSource" relativePoint="BOTTOMRIGHT" offsetX = "300" /> </Control> - + <Control name="FurC_DropdownVersion" inherits="ZO_ComboBox" mouseEnabled="true" > <Anchor point="TOPLEFT" relativeTo="FurC_QualityFilter" relativePoint="TOPRIGHT" offsetX="10"/> <Dimensions x="235" y="28" /> @@ -137,14 +145,19 @@ </Control> </Controls> </Control> + + <!-- 3rd bar --> <Control name="$(parent)_Bar3" mouseEnabled="true"> - + <Dimensions y="55" /> <Anchor point="TOPLEFT" relativeTo="$(parent)_Bar2" relativePoint="BOTTOMLEFT" offsetY="10"/> <Anchor point="TOPRIGHT" relativeTo="$(parent)_Bar2" relativePoint="BOTTOMRIGHT"/> <Dimensions y="45" /> - <Controls> + + + <!-- FurC_Header_Bar3's children --> + <Controls><!-- FurC_Header_Bar3's children --> <!-- control above: FurC_DropdownSource --> <Control name="FurC_DropdownCharacter" inherits="ZO_ComboBox" mouseEnabled="true" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="9" offsetY="10"/> @@ -153,61 +166,72 @@ <OnMouseEnter> FurC.GuiShowTooltip(self, "Filter: Character", true)</OnMouseEnter> <OnMouseExit> FurC.GuiHideTooltip(self)</OnMouseExit> </Control> - + <!-- Crafting type filter --> <Control name="FurC_TypeFilter" mouseEnabled="true" resizeToFitDescendents="true"> <Anchor point="TOPLEFT" relativeTo="FurC_DropdownCharacter" relativePoint="TOPRIGHT" offsetX="17" offsetY="-5" /> <Anchor point="BOTTOMRIGHT" relativeTo="FurC_DropdownCharacter" relativePoint="BOTTOMRIGHT" offsetX="340"/> - + </Control> - + <!-- control above: FurC_DropdownVersion --> <Control name="FurC_Search" mouseEnabled="true"> - + <Anchor point="TOPLEFT" relativeTo="FurC_TypeFilter" relativePoint="TOPRIGHT" offsetX="9" offsetY="10"/> <Anchor point="BOTTOMLEFT" relativeTo="FurC_TypeFilter" relativePoint="BOTTOMRIGHT" offsetX="9" /> - <Dimensions x="215" /> - <Controls> - - - <EditBox name="FurC_SearchBox" inherits="ZO_DefaultEditForBackdrop ZO_EditDefaultText"> - - <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="-40" offsetY="-10"/> - <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetX="-20" offsetY="0"/> - - <OnTextChanged>FurC.GuiSetSearchboxTextFrom(self)</OnTextChanged> - <OnMouseUp>FurC.GuiOnSearchBoxClick(self, button)</OnMouseUp> - <OnMouseDoubleClick>FurC.GuiOnSearchBoxClick(self, nil, true)</OnMouseDoubleClick> - <OnFocusLost>FurC.GuiOnSearchBoxFocusOut(self)</OnFocusLost> - <Controls> - <Backdrop name="$(parent)Backdrop" inherits="ZO_SingleLineEditBackdrop_Keyboard" maxHeight="30"> - <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetY="-5"/> - <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT"/> - <OnInitialized>self:SetHeight(30)</OnInitialized> - </Backdrop> - - </Controls> - - </EditBox> + <Dimensions x="195" /> + + <Controls> <!-- FurC_Search controls --> + + <EditBox name="FurC_SearchBox" inherits="ZO_DefaultEditForBackdrop ZO_EditDefaultText"> + + <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="-40" offsetY="-10"/> + <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetX="-20" offsetY="0"/> + + <OnTextChanged>FurC.GuiSetSearchboxTextFrom(self)</OnTextChanged> + <OnMouseUp>FurC.GuiOnSearchBoxClick(self, button)</OnMouseUp> + <OnMouseDoubleClick>FurC.GuiOnSearchBoxClick(self, nil, true)</OnMouseDoubleClick> + <OnFocusLost>FurC.GuiOnSearchBoxFocusOut(self)</OnFocusLost> + <Controls> + <Backdrop name="$(parent)Backdrop" inherits="ZO_SingleLineEditBackdrop_Keyboard" maxHeight="30"> + <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetY="-5"/> + <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT"/> + <OnInitialized>self:SetHeight(30)</OnInitialized> + </Backdrop> + + </Controls> + + </EditBox> </Controls> </Control> - - - - - + + <Button name="FurC_ShowRumours"><Dimensions x="35" y="30" /> + <Anchor point="RIGHT" relativeTo="FurC_Search" relativePoint="RIGHT" offsetX="-5" /> + <Textures + normal ="esoui/art/chatwindow/chat_notification_disabled.dds" + pressed ="esoui/art/chatwindow/chat_notification_echo.dds" + mouseOver ="esoui/art/chatwindow/chat_notification_over.dds" + /> + <OnMouseEnter> FurC.GuiShowTooltip(self, FurC.GetRumourTooltip()) </OnMouseEnter> + <OnMouseExit> FurC.GuiHideTooltip(self) </OnMouseExit> + <OnMouseUp> FurC.GuiToggleShowRumours() </OnMouseUp> + </Button> + + + </Controls> </Control> - - + + <!-- #4, sorts the list holder --> <Control name="$(parent)_SortBar" mouseEnabled="true"> - + <Anchor point="TOPLEFT" relativeTo="$(parent)_Bar3" relativePoint="BOTTOMLEFT" offsetX="25" offsetY="20"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)_Bar3" relativePoint="BOTTOMRIGHT" offsetY="40"/> <Dimensions y="20" /> - - <Controls> + + <!-- FurC_SortBar's children --> + <Controls> <!-- FurC_SortBar's children --> <Label name="$(parent)_Name" mouseEnabled="true" font="ZoFontGameSmall" text="Name" > <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" /> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMLEFT" offsetX="330"/> @@ -217,13 +241,13 @@ <Dimensions y="20" x="20"/> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="-25" /> <Textures - normal="esoui/art/miscellaneous/list_sortheader_icon_neutral.dds" - mouseOver="esoui/art/miscellaneous/list_sortheader_icon_over.dds" + normal="esoui/art/miscellaneous/list_sortheader_icon_neutral.dds" + mouseOver="esoui/art/miscellaneous/list_sortheader_icon_over.dds" /> - </Button> + </Button> </Controls> </Label> - + <Label name="$(parent)_Quality" mouseEnabled="true" font="ZoFontGameSmall" text="Quality" > <Anchor point="TOPLEFT" relativeTo="$(parent)_Name" relativePoint="TOPRIGHT" /> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT"/> @@ -233,53 +257,53 @@ <Dimensions y="20" x="20"/> <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="-25" /> <Textures - normal="esoui/art/miscellaneous/list_sortheader_icon_neutral.dds" - mouseOver="esoui/art/miscellaneous/list_sortheader_icon_over.dds" + normal="esoui/art/miscellaneous/list_sortheader_icon_neutral.dds" + mouseOver="esoui/art/miscellaneous/list_sortheader_icon_over.dds" /> </Button> </Controls> </Label> - - + + </Controls> - + </Control> - + </Controls> - <!-- $(parent)_Header --> + <!-- $(parent)_Header --> </Control> - + <Label name="$(parent)_Wait" font="$(STONE_TABLET_FONT)|28|soft-shadow-thick" text="Please wait... loading data" > <Anchor point="TOP" relativeTo="$(parent)_Header" relativePoint="BOTTOM" offsetY="35" /> </Label> <Label name="$(parent)_Empty" font="$(STONE_TABLET_FONT)|28|soft-shadow-thick" text="No results, please check filter" hidden="true" > <Anchor point="TOP" relativeTo="$(parent)_Header" relativePoint="BOTTOM" offsetY="35" /> </Label> - + <Control name="$(parent)_ListHolder" mouseEnabled="true"> - + <DimensionConstraints minY="52"/> <Anchor point="TOPLEFT" relativeTo="$(parent)_Header" relativePoint="BOTTOMLEFT" offsetX="25" /> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" offsetX="-35" offsetY="-20"/> - + <OnMouseWheel>FurC.GuiOnScroll(self, delta)</OnMouseWheel> - + <Controls> <Slider name="$(parent)_Slider" mouseEnabled="true" step="1" inherits="ZO_VerticalScrollbarBase"> <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetX="20" /> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" offsetX="20" offsetY="-25" /> - + <OnMouseDown>self.locked = false</OnMouseDown> <OnMouseUp>self.locked = true</OnMouseUp> <OnValueChanged>FurC.GuiOnSliderUpdate(self, value)</OnValueChanged> </Slider> </Controls> - + </Control> </Controls> - + </TopLevelControl> - + <Button name="FurC_QualityFilterButton" virtual="true"> <Dimensions x="35" y="35" /> <OnMouseEnter> FurC.GuiVirtualMouseOver(self) </OnMouseEnter> @@ -292,25 +316,25 @@ <OnMouseExit> FurC.GuiVirtualMouseOut(self) </OnMouseExit> <OnMouseUp> FurC.GuiCraftingTypeMouseUp(self) </OnMouseUp> </Button> - + <Control name="FurC_SlotTemplate" inherits="ZO_ListInventorySlotBehavior" virtual="true" mouseEnabled="true"> <Dimensions x="300"/> <OnMouseEnter> FurC.GuiLineOnMouseEnter(self) </OnMouseEnter> <OnMouseExit> FurC.GuiLineOnMouseExit(self) </OnMouseExit> <OnMouseUp> FurC.OnControlMouseUp(self, button) </OnMouseUp> <OnMouseDoubleClick> FurC.OnControlDoubleClick(self) </OnMouseDoubleClick> - + <Controls> <Texture name="$(parent)Bg" textureFile="EsoUI/Art/Miscellaneous/listItem_backdrop.dds" alpha="0.4"> <AnchorFill /> <TextureCoords left="0" right="1" top="0" bottom=".8125" /> </Texture> - + <Button name="$(parent)Button" inherits="ZO_InventorySlotNoMouseover" hidden="false"> <Dimensions x="40" y="40" /> <Anchor point="TOPLEFT" relativePoint="TOPLEFT" offsetX="-10" offsetY="3" /> </Button> - + <Label name="$(parent)Name" font="ZoFontGameShadow" wrapMode="ELLIPSIS" verticalAlignment="CENTER"> <Dimensions y="50" x="280"/> <Anchor point="TOPLEFT" relativeTo="$(parent)Button" relativePoint="TOPRIGHT" offsetX="18"/> @@ -321,23 +345,23 @@ <Anchor point="TOPLEFT" relativeTo="$(parent)Name" relativePoint="TOPRIGHT" offsetX="18"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" offsetX="0" offsetY="-10"/> </Label> - + </Controls> </Control> - + <Control name="FurC_SlotTemplateTiny" inherits="ZO_ListInventorySlotBehavior" virtual="true" mouseEnabled="true"> <Dimensions x="300" /> <OnMouseEnter> FurC.GuiLineOnMouseEnter(self) </OnMouseEnter> <OnMouseExit> FurC.GuiLineOnMouseExit(self) </OnMouseExit> <OnMouseUp> FurC.OnControlMouseUp(self, button) </OnMouseUp> <OnMouseDoubleClick> FurC.OnControlDoubleClick(self) </OnMouseDoubleClick> - + <Controls> <Texture name="$(parent)Bg" textureFile="EsoUI/Art/Miscellaneous/listItem_backdrop.dds" alpha="0.4"> <AnchorFill /> <TextureCoords left="0" right="1" top="0" bottom=".8125" /> </Texture> - + <Button name="$(parent)Button" inherits="ZO_InventorySlotNoMouseover" hidden="true"> <Dimensions x="1"/> <Anchor point="TOPLEFT" relativePoint="TOPLEFT" offsetX="0" offsetY="3" /> @@ -352,23 +376,23 @@ <Anchor point="TOPLEFT" relativeTo="$(parent)Name" relativePoint="TOPRIGHT" offsetX="18"/> <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" offsetX="0" offsetY="-10"/> </Label> - + </Controls> </Control> - + <Texture name="FurC_SlotIconKnownNo" color="FF0000" mouseEnabled="true" textureFile="esoui/art/buttons/decline_up.dds" virtual="true"> <Dimensions x="24" y="24" /> </Texture> <Texture name="FurC_SlotIconKnownYes" color="00FF00" mouseEnabled="true" textureFile="esoui/art/cadwell/check.dds" virtual="true"> <Dimensions x="24" y="24" /> </Texture> -<!-- - <Texture name="FurC_SlotIconKnownNo" color="FF0000" textureFile="esoui/art/miscellaneous/search_icon.dds" virtual="true"> + <!-- + <Texture name="FurC_SlotIconKnownNo" color="FF0000" textureFile="esoui/art/miscellaneous/search_icon.dds" virtual="true"> <Dimensions x="30" y="30" /> - </Texture> - <Texture name="FurC_SlotIconKnownNo" color="00FF00" textureFile="esoui/art/cadwell/check.dds" virtual="true"> + </Texture> + <Texture name="FurC_SlotIconKnownNo" color="00FF00" textureFile="esoui/art/cadwell/check.dds" virtual="true"> <Dimensions x="30" y="30" /> - </Texture> ---> + </Texture> + --> </Controls> </GuiXml>