diff --git a/data/MiscItemSources.lua b/data/MiscItemSources.lua
index bd89b6d..09970e1 100644
--- a/data/MiscItemSources.lua
+++ b/data/MiscItemSources.lua
@@ -1,5 +1,7 @@
-- use constants because it's a huge performance gain due to how LUA handles strings... at least unless siri lied :P
+local questRewardString = GetString(SI_FURC_QUESTREWARD)
+
local pickpocket_ww = GetString(SI_FURC_CANBEPICKED) .. " from woodworkers"
local pickpocket_ass = GetString(SI_FURC_CANBEPICKED) .. " from outlaws and assassins"
local pickpocket_guard = GetString(SI_FURC_CANBEPICKED) .. " from guards"
@@ -20,9 +22,11 @@ local automaton_loot_vv = GetString(SI_FURC_AUTOMATON) .. " on Vvardenfell"
local harvest_coldharbour = GetString(SI_FURC_HARVEST) .. " in Coldharbour"
-local scambox_fireatro = zo_strformat("<<1>> (<<2>>)", GetString(SI_FURC_SCAMBOX), GetString(SI_FURC_FLAME_ATRONACH))
-local scambox_dwemer = zo_strformat("<<1>> (<<2>>)", GetString(SI_FURC_SCAMBOX), GetString(SI_FURC_DWEMER))
-local scambox_reaper = zo_strformat("<<1>> (<<2>>)", GetString(SI_FURC_SCAMBOX), GetString(SI_FURC_REAPER))
+local scambox_string = GetString(SI_FURC_SCAMBOX)
+
+local scambox_fireatro = zo_strformat("<<1>> (<<2>>)", scambox_string, GetString(SI_FURC_FLAME_ATRONACH))
+local scambox_dwemer = zo_strformat("<<1>> (<<2>>)", scambox_string, GetString(SI_FURC_DWEMER))
+local scambox_reaper = zo_strformat("<<1>> (<<2>>)", scambox_string, GetString(SI_FURC_REAPER))
local db_poison = zo_strformat("<<1>> <<2>>", GetString(SI_FURC_DB), GetString(SI_FURC_DB_POISON))
local db_sneaky = zo_strformat("<<1>> <<2>>", GetString(SI_FURC_DB), GetString(SI_FURC_DB_STEALTH))
@@ -36,6 +40,7 @@ local itemPackDeepmire = GetString(SI_FURC_ITEMSOURCE_ITEMPACK) .. " Deepmi
local onSummerset = " on Summerset"
local backwaterSwamp = " in Murkmire"
local gloriousHome = " on Vvardenfell"
+local inWrothgar = " in Vvardenfell"
local plants_vvardenfell = GetString(SI_FURC_PLANTS) .. gloriousHome
@@ -48,183 +53,208 @@ local drop_altmer = GetString(SI_FURC_DROP) .. onSummerset
local drop_swamp = GetString(SI_FURC_DROP) .. backwaterSwamp
-local stealable_wrothgar = stealable .. " in Wrothgar"
-local stealable_swamp = stealable .. " in Murkmire"
+local stealable_wrothgar = stealable .. inWrothgar
+local stealable_swamp = stealable .. backwaterSwamp
local rumourSource = GetString(SI_FURC_RUMOUR_SOURCE_ITEM)
local dataminedUnclear = GetString(SI_FURC_DATAMINED_UNCLEAR)
+
+local crownstoresource = GetString(SI_FURC_CROWNSTORESOURCE)
local function getCrownPrice(price)
- return string.format("%s (%u)", GetString(SI_FURC_CROWNSTORESOURCE), price)
+ return string.format("%s (%u)", crownstoresource, price)
end
+local housesource = GetString(SI_FURC_HOUSE)
local function getHouseString(houseId1, houseId2)
local houseName = GetCollectibleName(houseId1)
if houseId2 then houseName = houseName .. ", " .. GetCollectibleName(houseId2) end
- return zo_strformat(GetString(SI_FURC_HOUSE), houseName)
+ return zo_strformat(housesource, houseName)
end
+FurC.MiscItemSources[FURC_WOTL] = {
+ [FURC_RUMOUR] = {
+
+ },
+
+ [FURC_JUSTICE] = {
+
+ },
+
+ [FURC_DROP] = {
+
+ },
+
+ [FURC_CROWN] = {
+
+
+ },
+ [FURC_FISHING] = {
+
+ },
+
+}
FurC.MiscItemSources[FURC_SLAVES] = {
[FURC_RUMOUR] = {
- [145923] = rumourSource, -- Lies of the Dread-Father
- [145926] = rumourSource, -- That of Void
- [145927] = rumourSource, -- Acts of Honoring
- [145928] = rumourSource, -- Speakers of Nothing
- [145461] = rumourSource, -- Plant Cluster, Cardinal Flower Small
- [145429] = rumourSource, -- Plant Cluster, Cardinal Flower Large
-
- [145436] = rumourSource, -- Canopied Felucca, Double Hulled
- [145443] = rumourSource, -- Murkmire Shrine, Sithis Looming
- [145444] = rumourSource, -- Murkmire Totem, Hist Guardian
- [145445] = rumourSource, -- The Sharper Tongue: A Jel Primer
- [145446] = rumourSource, -- Sithis, the Hungering Dark
- [145447] = rumourSource, -- Murkmire Dais, Engraved
- [145448] = rumourSource, -- Murkmire Throne, Engraved
- [145449] = rumourSource, -- Stele, Hist Guardians
- [145450] = rumourSource, -- Stele, Hist Cultivation
- [145451] = rumourSource, -- Shrine, Sithis Figure Anointed
- [145452] = rumourSource, -- Shrine, Sithis Looming Anointed
- [145453] = rumourSource, -- Plant, Marsh Aloe
- [145454] = rumourSource, -- Plant, Marsh Aloe Pod
- [145455] = rumourSource, -- Plant, Dendritic Hist Bulb
- [145456] = rumourSource, -- Plant, Hist Bulb
- [145457] = rumourSource, -- Tree, Banyan
- [145458] = rumourSource, -- Tree, Ancient Banyan
- [141875] = rumourSource, -- Witches Festival Scarecrow
- [145467] = rumourSource, -- The Way of Shadow
- [145468] = rumourSource, -- Wedding Lantern, Hanging
- [145469] = rumourSource, -- Redguard Gazebo, Palatial Domed
- [145470] = rumourSource, -- Redguard Vase, Golden
- [145471] = rumourSource, -- Redguard Raincatcher, Golden
- [145472] = rumourSource, -- Antler Coral, Crimson
- [145473] = rumourSource, -- Antler Coral, Stout Crimson
- [145474] = rumourSource, -- Plant, Flytrap
- [145475] = rumourSource, -- Plant, Soulsplinter Weed
- [145476] = rumourSource, -- Alinor Shrine, Trinimac
- [145477] = rumourSource, -- Alinor Pedestal, Shrine
- [145478] = rumourSource, -- Alinor Shrine, Y'ffre
- [145479] = rumourSource, -- Iron Maiden, Occupied
- [145480] = rumourSource, -- Corpse, Burned Seated
- [145481] = rumourSource, -- Corpse, Burned Sprawled
- [145482] = rumourSource, -- Wheelbarrow, Bones
- [145483] = rumourSource, -- Column, Ossuary
- [145484] = rumourSource, -- Dark Elf Statue, Ordinator
- [145485] = rumourSource, -- Dark Elf Statue, Knight
- [145486] = rumourSource, -- Door, Sweet Mother
- [145487] = rumourSource, -- Banner, Order of the Hour
- [145488] = rumourSource, -- Banner, Jewelry Crafting
- [145491] = rumourSource, -- Static Pitcher
- [145492] = rumourSource, -- Gas Blossom
- [145493] = rumourSource, -- Lantern Mantis
- [145554] = rumourSource, -- Tree, Towering Snowy Fir
- [145555] = rumourSource, -- Tree, Snowy Fir
- [145597] = rumourSource, -- Scales of Shadow
- [145595] = rumourSource, -- Scuttlebloom
- [145322] = rumourSource, -- Music Box, Blood and Glory
- [145576] = rumourSource, -- Timid Vine-Tongue
- [145318] = rumourSource, -- Gravestone, Small Broken
- [145317] = rumourSource, -- Gravestone, Broken
- [145550] = rumourSource, -- Murkmire Hunting Lure, Grisly
- [145549] = rumourSource, -- Murkmire Totem, Stone Head
- [141870] = rumourSource, -- Raven-Perch Cemetery Wreath
- [142235] = rumourSource, -- Music Box, Flickering Shadows
- [145556] = rumourSource, -- Tree, Tall Snowy Fir
- [145403] = rumourSource, -- Jel Parchment
+ [145923] = rumourSource, -- Lies of the Dread-Father
+ [145926] = rumourSource, -- That of Void
+ [145927] = rumourSource, -- Acts of Honoring
+ [145928] = rumourSource, -- Speakers of Nothing
+ [145461] = rumourSource, -- Plant Cluster, Cardinal Flower Small
+ [145429] = rumourSource, -- Plant Cluster, Cardinal Flower Large
+
+ [145436] = rumourSource, -- Canopied Felucca, Double Hulled
+ [145443] = rumourSource, -- Murkmire Shrine, Sithis Looming
+ [145444] = rumourSource, -- Murkmire Totem, Hist Guardian
+ [145445] = rumourSource, -- The Sharper Tongue: A Jel Primer
+ [145446] = rumourSource, -- Sithis, the Hungering Dark
+ [145447] = rumourSource, -- Murkmire Dais, Engraved
+ [145448] = rumourSource, -- Murkmire Throne, Engraved
+ [145449] = rumourSource, -- Stele, Hist Guardians
+ [145450] = rumourSource, -- Stele, Hist Cultivation
+ [145451] = rumourSource, -- Shrine, Sithis Figure Anointed
+ [145452] = rumourSource, -- Shrine, Sithis Looming Anointed
+ [145453] = rumourSource, -- Plant, Marsh Aloe
+ [145454] = rumourSource, -- Plant, Marsh Aloe Pod
+ [145455] = rumourSource, -- Plant, Dendritic Hist Bulb
+ [145456] = rumourSource, -- Plant, Hist Bulb
+ [145457] = rumourSource, -- Tree, Banyan
+ [145458] = rumourSource, -- Tree, Ancient Banyan
+ [141875] = rumourSource, -- Witches Festival Scarecrow
+ [145467] = rumourSource, -- The Way of Shadow
+ [145468] = rumourSource, -- Wedding Lantern, Hanging
+ [145469] = rumourSource, -- Redguard Gazebo, Palatial Domed
+ [145470] = rumourSource, -- Redguard Vase, Golden
+ [145471] = rumourSource, -- Redguard Raincatcher, Golden
+ [145472] = rumourSource, -- Antler Coral, Crimson
+ [145473] = rumourSource, -- Antler Coral, Stout Crimson
+ [145474] = rumourSource, -- Plant, Flytrap
+ [145475] = rumourSource, -- Plant, Soulsplinter Weed
+ [145476] = rumourSource, -- Alinor Shrine, Trinimac
+ [145477] = rumourSource, -- Alinor Pedestal, Shrine
+ [145478] = rumourSource, -- Alinor Shrine, Y'ffre
+ [145479] = rumourSource, -- Iron Maiden, Occupied
+ [145480] = rumourSource, -- Corpse, Burned Seated
+ [145481] = rumourSource, -- Corpse, Burned Sprawled
+ [145482] = rumourSource, -- Wheelbarrow, Bones
+ [145483] = rumourSource, -- Column, Ossuary
+ [145484] = rumourSource, -- Dark Elf Statue, Ordinator
+ [145485] = rumourSource, -- Dark Elf Statue, Knight
+ [145486] = rumourSource, -- Door, Sweet Mother
+ [145487] = rumourSource, -- Banner, Order of the Hour
+ [145488] = rumourSource, -- Banner, Jewelry Crafting
+ [145491] = rumourSource, -- Static Pitcher
+ [145492] = rumourSource, -- Gas Blossom
+ [145493] = rumourSource, -- Lantern Mantis
+ [145554] = rumourSource, -- Tree, Towering Snowy Fir
+ [145555] = rumourSource, -- Tree, Snowy Fir
+ [145597] = rumourSource, -- Scales of Shadow
+ [145595] = rumourSource, -- Scuttlebloom
+ [145322] = rumourSource, -- Music Box, Blood and Glory
+ [145576] = rumourSource, -- Timid Vine-Tongue
+ [145318] = rumourSource, -- Gravestone, Small Broken
+ [145317] = rumourSource, -- Gravestone, Broken
+ [145550] = rumourSource, -- Murkmire Hunting Lure, Grisly
+ [145549] = rumourSource, -- Murkmire Totem, Stone Head
+ [141870] = rumourSource, -- Raven-Perch Cemetery Wreath
+ [142235] = rumourSource, -- Music Box, Flickering Shadows
+ [145556] = rumourSource, -- Tree, Tall Snowy Fir
+ [145403] = rumourSource, -- Jel Parchment
},
[FURC_JUSTICE] = {
- [145399] = stealable_swamp, -- Murkmire Rug, Crawling Serpents Worn
- [145400] = stealable_swamp, -- Murkmire Rug, Lurking Lizard Worn
- [145398] = stealable_swamp, -- Murkmire Rug, Supine Turtle Worn
- [145397] = stealable_swamp, -- Murkmire Rug, Hist Gathering Worn
- [145396] = stealable_swamp, -- Murkmire Tapestry, Hist Gathering Worn
+ [145399] = stealable_swamp, -- Murkmire Rug, Crawling Serpents Worn
+ [145400] = stealable_swamp, -- Murkmire Rug, Lurking Lizard Worn
+ [145398] = stealable_swamp, -- Murkmire Rug, Supine Turtle Worn
+ [145397] = stealable_swamp, -- Murkmire Rug, Hist Gathering Worn
+ [145396] = stealable_swamp, -- Murkmire Tapestry, Hist Gathering Worn
- [145401] = GetString(stealable_swamp), -- Murkmire Tapestry, Xanmeer Worn
+ [145401] = GetString(stealable_swamp), -- Murkmire Tapestry, Xanmeer Worn
},
[FURC_DROP] = {
- [141856] = sinister_hollowjack, -- Decorative Hollowjack Daedra-Skull
- [141855] = sinister_hollowjack, -- Decorative Hollowjack Wraith-Lantern
- [141854] = sinister_hollowjack, -- Decorative Hollowjack Flame-Skull
+ [141856] = sinister_hollowjack, -- Decorative Hollowjack Daedra-Skull
+ [141855] = sinister_hollowjack, -- Decorative Hollowjack Wraith-Lantern
+ [141854] = sinister_hollowjack, -- Decorative Hollowjack Flame-Skull
},
[FURC_CROWN] = {
- [146048] = itemPackNewLife2018, -- New Life Festive Fir
- [146049] = itemPackNewLife2018, -- Winter Festival Hearth
- [146050] = itemPackNewLife2018, -- Winter Festival Hearthfire
- [146052] = itemPackNewLife2018, -- Vvardvark Ice Sculpture
- [146053] = itemPackNewLife2018, -- Guar Ice Sculpture
- [146059] = itemPackNewLife2018, -- New Life Snowmortal, Khajiit
- [146057] = itemPackNewLife2018, -- New Life Snowmortal, Human
- [146058] = itemPackNewLife2018, -- New Life Snowmortal, Argonian
- [146060] = itemPackNewLife2018, -- New Life Ladle
- [146062] = itemPackNewLife2018, -- Winter Ouroboros Wreath
- [146061] = itemPackNewLife2018, -- New Life Triptych Banner
- [146055] = itemPackNewLife2018, -- New Life Garland Wreath
- [146056] = itemPackNewLife2018, -- New Life Cookies and Ale
- [146047] = itemPackNewLife2018, -- From Old Life To New
- [146051] = itemPackNewLife2018, -- Mudcrab Ice Sculpture
- [146054] = itemPackNewLife2018, -- New Life Garland
+ [146048] = itemPackNewLife2018, -- New Life Festive Fir
+ [146049] = itemPackNewLife2018, -- Winter Festival Hearth
+ [146050] = itemPackNewLife2018, -- Winter Festival Hearthfire
+ [146052] = itemPackNewLife2018, -- Vvardvark Ice Sculpture
+ [146053] = itemPackNewLife2018, -- Guar Ice Sculpture
+ [146059] = itemPackNewLife2018, -- New Life Snowmortal, Khajiit
+ [146057] = itemPackNewLife2018, -- New Life Snowmortal, Human
+ [146058] = itemPackNewLife2018, -- New Life Snowmortal, Argonian
+ [146060] = itemPackNewLife2018, -- New Life Ladle
+ [146062] = itemPackNewLife2018, -- Winter Ouroboros Wreath
+ [146061] = itemPackNewLife2018, -- New Life Triptych Banner
+ [146055] = itemPackNewLife2018, -- New Life Garland Wreath
+ [146056] = itemPackNewLife2018, -- New Life Cookies and Ale
+ [146047] = itemPackNewLife2018, -- From Old Life To New
+ [146051] = itemPackNewLife2018, -- Mudcrab Ice Sculpture
+ [146054] = itemPackNewLife2018, -- New Life Garland
- [145427] = itemPackDeepmire, -- Serpent Skull, Colossal
-
- [145428] = getCrownPrice(1), -- Murkmire Lantern Post, Covered
- [145437] = getCrownPrice(240), -- Reed Felucca, Double Hulled
- [145431] = getCrownPrice(35), -- Plant, Marsh Nigella
- [145432] = getCrownPrice(70), -- Plant, Canna Lily
- [145434] = getCrownPrice(110), -- Plant, Large Lantern Flower
-
- [145438] = getCrownPrice(140), -- Grave Stake, Large Glyphed
- [145439] = getCrownPrice(140), -- Grave Stake, Large Fearsome
- [145440] = getCrownPrice(140), -- Grave Stake, Large Skull
- [145441] = getCrownPrice(140), -- Grave Stake, Large Serpent
- [145442] = getCrownPrice(140), -- Grave Stake, Large Twinned
-
- [145433] = getCrownPrice(1), -- Plant, Rafflesia
- [145459] = getCrownPrice(1), -- Murkmire Kiln, Ancient Stone
- [145460] = getCrownPrice(1), -- Plant, Canna Leaves
- [145411] = getCrownPrice(1), -- Plant, Lantern Flower
- [145462] = getCrownPrice(30), -- Plant, Cardinal Flower
- [145463] = getCrownPrice(35), -- Plant Cluster, Red Sister Ti
- [145464] = getCrownPrice(30), -- Plant, Red Sister Ti
- [145465] = getCrownPrice(40), -- Plant Cluster, Wilted Hist Bulb
- [145466] = getCrownPrice(30), -- Plant, Wilted Hist Bulb
- [141939] = getCrownPrice(180), -- Grave, Grasping
- [141965] = getCrownPrice(240), -- Hollowjack Lantern, Soaring Dragon
- [141966] = getCrownPrice(240), -- Hollowjack Lantern, Toothy Grin
- [141967] = getCrownPrice(240), -- Hollowjack Lantern, Ouroboros
- [142004] = getCrownPrice(180), -- Specimen Jar, Spare Brain
- [142005] = getCrownPrice(180), -- Specimen Jar, Monstrous Remains
- [142003] = getCrownPrice(180), -- Specimen Jar, Eyes
- [141869] = getCrownPrice(150), -- Alinor Potted Plant, Cypress
- [141976] = getCrownPrice(60), -- Pumpkin Patch, Display
- [141853] = getCrownPrice(2500), -- Statue of Hircine's Bitter Mercy
- [145426] = getCrownPrice(410), -- Murkmire Felucca, Canopied
- [145435] = getCrownPrice(110), -- Plant, Marsh Mani Flower
- [145430] = getCrownPrice(55), -- Plant, Star Blossom
-
- [145322] = getCrownPrice(800), -- Music Box, Blood and Glory
+ [145427] = itemPackDeepmire, -- Serpent Skull, Colossal
+
+ [145428] = getCrownPrice(1), -- Murkmire Lantern Post, Covered
+ [145437] = getCrownPrice(240), -- Reed Felucca, Double Hulled
+ [145431] = getCrownPrice(35), -- Plant, Marsh Nigella
+ [145432] = getCrownPrice(70), -- Plant, Canna Lily
+ [145434] = getCrownPrice(110), -- Plant, Large Lantern Flower
+
+ [145438] = getCrownPrice(140), -- Grave Stake, Large Glyphed
+ [145439] = getCrownPrice(140), -- Grave Stake, Large Fearsome
+ [145440] = getCrownPrice(140), -- Grave Stake, Large Skull
+ [145441] = getCrownPrice(140), -- Grave Stake, Large Serpent
+ [145442] = getCrownPrice(140), -- Grave Stake, Large Twinned
+
+ [145433] = getCrownPrice(1), -- Plant, Rafflesia
+ [145459] = getCrownPrice(1), -- Murkmire Kiln, Ancient Stone
+ [145460] = getCrownPrice(1), -- Plant, Canna Leaves
+ [145411] = getCrownPrice(1), -- Plant, Lantern Flower
+ [145462] = getCrownPrice(30), -- Plant, Cardinal Flower
+ [145463] = getCrownPrice(35), -- Plant Cluster, Red Sister Ti
+ [145464] = getCrownPrice(30), -- Plant, Red Sister Ti
+ [145465] = getCrownPrice(40), -- Plant Cluster, Wilted Hist Bulb
+ [145466] = getCrownPrice(30), -- Plant, Wilted Hist Bulb
+ [141939] = getCrownPrice(180), -- Grave, Grasping
+ [141965] = getCrownPrice(240), -- Hollowjack Lantern, Soaring Dragon
+ [141966] = getCrownPrice(240), -- Hollowjack Lantern, Toothy Grin
+ [141967] = getCrownPrice(240), -- Hollowjack Lantern, Ouroboros
+ [142004] = getCrownPrice(180), -- Specimen Jar, Spare Brain
+ [142005] = getCrownPrice(180), -- Specimen Jar, Monstrous Remains
+ [142003] = getCrownPrice(180), -- Specimen Jar, Eyes
+ [141869] = getCrownPrice(150), -- Alinor Potted Plant, Cypress
+ [141976] = getCrownPrice(60), -- Pumpkin Patch, Display
+ [141853] = getCrownPrice(2500), -- Statue of Hircine's Bitter Mercy
+ [145426] = getCrownPrice(410), -- Murkmire Felucca, Canopied
+ [145435] = getCrownPrice(110), -- Plant, Marsh Mani Flower
+ [145430] = getCrownPrice(55), -- Plant, Star Blossom
+
+ [145322] = getCrownPrice(800), -- Music Box, Blood and Glory
},
[FURC_FISHING] = {
-- fishing
- [145402] = fishing_swamp, -- Fish, Black Marsh
+ [145402] = fishing_swamp, -- Fish, Black Marsh
},
}
FurC.MiscItemSources[FURC_WEREWOLF] = {
[FURC_DROP] = {
- [141851] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Bear Skull, Fresh
- [141850] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Bear Skeleton, Picked Clean
- [141847] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Animal Bones, Gnawed
- [141848] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Animal Bones, Jumbled
- [141849] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Animal Bones, Fresh
+ [141851] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Bear Skull, Fresh
+ [141850] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Bear Skeleton, Picked Clean
+ [141847] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Animal Bones, Gnawed
+ [141848] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Animal Bones, Jumbled
+ [141849] = GetString(SI_FURC_WW_DUNGEON_DROP), -- Animal Bones, Fresh
- [141921] = GetString(SI_FURC_SLAVES_PREQUEST), -- Murkmire Bowl, Geometric Pattern
+ [141921] = GetString(SI_FURC_SLAVES_PREQUEST), -- Murkmire Bowl, Geometric Pattern
[141923] = GetString(SI_FURC_SLAVES_PREQUEST), -- Murkmire Amphora, Seed Pattern
[141922] = GetString(SI_FURC_SLAVES_PREQUEST), -- Murkmire Dish, Geometric Pattern
@@ -235,331 +265,331 @@ FurC.MiscItemSources[FURC_WEREWOLF] = {
},
[FURC_RUMOUR] = {
- [141832] = dataminedUnclear, -- Tree, Robust Fig
- [141833] = dataminedUnclear, -- Tree, Ancient Fig
- [141834] = dataminedUnclear, -- Tree, Towering Fig
- [141835] = dataminedUnclear, -- Tree, Whorled Fig
- [141836] = dataminedUnclear, -- Monolith, Lord Hircine Ritual
- [141841] = dataminedUnclear, -- Tree Ferns, Cluster
- [141842] = dataminedUnclear, -- Tree Ferns, Juvenile Cluster
- [141843] = dataminedUnclear, -- Plants, Yellow Frond Cluster
- [141844] = dataminedUnclear, -- Plants, Amber Spadeleaf Cluster
- [141845] = dataminedUnclear, -- Mushrooms, Climbing Ambershine
- [141846] = dataminedUnclear, -- Mushrooms, Ambershine Cluster
-
- [141853] = dataminedUnclear, -- Statue of Hircine's Bitter Mercy
- [141854] = dataminedUnclear, -- Decorative Hollowjack Flame-Skull
- [141855] = dataminedUnclear, -- Decorative Hollowjack Wraith-Lantern
- [141856] = dataminedUnclear, -- Decorative Hollowjack Daedra-Skull
- [141869] = dataminedUnclear, -- Alinor Potted Plant, Cypress
- [141870] = dataminedUnclear, -- Raven-Perch Cemetery Wreath
- [141875] = dataminedUnclear, -- Witches Festival Scarecrow
- [142004] = dataminedUnclear, -- Specimen Jar, Spare Brain
- [142005] = dataminedUnclear, -- Specimen Jar, Monstrous Remains
- [141752] = dataminedUnclear, -- Plant, Cerulean Spadeleaf
- [141753] = dataminedUnclear, -- Plants, Cerulean Spadeleaf Cluster
- [141754] = dataminedUnclear, -- Skull Totem, Hircine Worship
- [141755] = dataminedUnclear, -- Mushrooms, Aether Cup Ring
- [141756] = dataminedUnclear, -- Mushrooms, Aether Cup Cluster
- [141757] = dataminedUnclear, -- Mushrooms, Climbing Aether Cup
- [141758] = dataminedUnclear, -- Orcish Wagon, Merchant
- [141759] = dataminedUnclear, -- Orcish Gazebo, Orsinium
- [141760] = dataminedUnclear, -- Witch's Tree, Charred
- [141761] = dataminedUnclear, -- Reach Sapling, Contorted Briarheart
- [141763] = dataminedUnclear, -- Banner, Outfit
- [141764] = dataminedUnclear, -- Banner, Outfit Small
- [141765] = dataminedUnclear, -- Banner, Transmute
- [141766] = dataminedUnclear, -- Banner, Transmute Small
- [141767] = dataminedUnclear, -- Ayleid Constellation Stele, The Lady
- [141778] = dataminedUnclear, -- Target Wraith-of-Crows
- [141920] = dataminedUnclear, -- Murkmire Brazier, Ceremonial
- [141922] = dataminedUnclear, -- Murkmire Dish, Geometric Pattern
- [141923] = dataminedUnclear, -- Murkmire Amphora, Seed Pattern
- [141924] = dataminedUnclear, -- Murkmire Vase, Scale Pattern
- [141925] = dataminedUnclear, -- Murkmire Hearth Shrine, Sithis Relief
- [141926] = dataminedUnclear, -- Murkmire Hearth Shrine, Sithis Figure
- [142003] = dataminedUnclear, -- Specimen Jar, Eyes
- [141939] = dataminedUnclear, -- Grave, Grasping
- [141976] = dataminedUnclear, -- Pumpkin Patch, Display
- [141967] = dataminedUnclear, -- Hollowjack Lantern, Ouroboros
- [141966] = dataminedUnclear, -- Hollowjack Lantern, Toothy Grin
- [141965] = dataminedUnclear, -- Hollowjack Lantern, Soaring Dragon
- [141816] = dataminedUnclear, -- Tree, Ginkgo
- [141817] = dataminedUnclear, -- Tree, Ancient Ginkgo
- [141818] = dataminedUnclear, -- Shrubs, Dormant Sunbird Cluster
- [141819] = dataminedUnclear, -- Shrub, Blooming Sunbird
- [141768] = dataminedUnclear, -- Ayleid Constellation Stele, The Lover
- [141769] = dataminedUnclear, -- Ayleid Constellation Stele, The Atronach
-
- [134251] = dataminedUnclear, -- Coldharbour Bookshelf, Filled
- [134252] = dataminedUnclear, -- Coldharbour Bookshelf, Black Laboratory
- [120873] = dataminedUnclear, -- Daedric Coffin
- [120871] = dataminedUnclear, -- Deadric Vase, Spiked
- [120867] = dataminedUnclear, -- Daedric Pike, Clannfear Head
- [120866] = dataminedUnclear, -- Daedric Brazier, Tabletop
- [120865] = dataminedUnclear, -- Daedric Table
- [120863] = dataminedUnclear, -- Daedric Light Pillar
-
- [120984] = dataminedUnclear, -- Plant, Goldenrod Cluster
- [120985] = dataminedUnclear, -- Dark Elf Lightpost, Single
- [120987] = dataminedUnclear, -- Dark Elf Lightpost, Capped
-
- [126114] = dataminedUnclear, -- Statue of Azura, Queen of Dawn and Dusk
- [126115] = dataminedUnclear, -- Statue of Azura's Moon
- [126116] = dataminedUnclear, -- Statue of Azura's Sun
- [120997] = dataminedUnclear, -- Banner, Tattered Blue
- [126118] = dataminedUnclear, -- Banner of Azura
- [130215] = dataminedUnclear, -- Witches' Cauldron, Provisioning
-
- [126128] = dataminedUnclear, -- The Five Points of the Star
- [126132] = dataminedUnclear, -- Resplendent Sweetroll
- [121015] = dataminedUnclear, -- Shrub, Sparse Green
- [120000] = dataminedUnclear, -- Broken Chain
-
- [126136] = dataminedUnclear, -- Dwarven Lantern, Powered
- [126138] = dataminedUnclear, -- A Guide to Dwemer Mega-Structures
- [126140] = dataminedUnclear, -- Vivec's Grand Bed
- [126141] = dataminedUnclear, -- Vivec's Grand Throne
- [126142] = dataminedUnclear, -- Vivec's Divination Pool
- [126143] = dataminedUnclear, -- Statue, Vivec's Triumph
- [126145] = dataminedUnclear, -- Sigil of Vivec
- [126146] = dataminedUnclear, -- Banner, Vivec
- [126149] = dataminedUnclear, -- Tapestry, Vivec
- [126150] = dataminedUnclear, -- Tribunal Tablet of Sotha Sil
-
-
- [126152] = dataminedUnclear, -- The Cliff-Strider Song
- [121046] = dataminedUnclear, -- Cheeses of Tamriel
- [121049] = dataminedUnclear, -- Parcels, Wrapped
- [134475] = dataminedUnclear, -- Statue of Malacath, Orc-Father
- [131424] = dataminedUnclear, -- Fogs of the Hag Fen
-
-
- [134686] = dataminedUnclear, -- Sithis, The Dread Father
- [125480] = dataminedUnclear, -- Banner, Clavicus Vile
- [125489] = dataminedUnclear, -- Daedric Brazier, Flaming
-
- [134853] = dataminedUnclear, -- Peryite, The Taskmaster
- [134854] = dataminedUnclear, -- Tapestry of Peryite
- [134855] = dataminedUnclear, -- Banner of Peryite
- [134856] = dataminedUnclear, -- Dragon Skeleton, Mid-Flight
- [134861] = dataminedUnclear, -- The History of Zaan The Scalecaller
-
- [134857] = dataminedUnclear, -- Dragon Priest Frieze: Triumph
- [134858] = dataminedUnclear, -- Dragon Priest Frieze: Exodus
- [134859] = dataminedUnclear, -- Dragon Priest Frieze: Restoration
- [134860] = dataminedUnclear, -- Dragon Priest Frieze: Ascension
-
- [134864] = dataminedUnclear, -- Dragon Cranium, Ancient
- [134865] = dataminedUnclear, -- Unidentified Bones, Gargantuan
- [134866] = dataminedUnclear, -- Lamia Cranium, Ancient
- [134867] = dataminedUnclear, -- Argonian Skull, Complete
- [134868] = dataminedUnclear, -- Khajiit Skull, Complete
- [134869] = dataminedUnclear, -- Orc Skull, Complete
- [125654] = dataminedUnclear, -- Tapestry, Clavicus Vile
-
- [134871] = dataminedUnclear, -- Ancient Nord Urn, Dragon Crest
- [134873] = dataminedUnclear, -- Ancient Nord Bookshelf, Wide
- [134874] = dataminedUnclear, -- Ancient Nord Bookshelf, Narrow
- [134875] = dataminedUnclear, -- Ancient Nord Funerary Jar, Linked Rings
- [134876] = dataminedUnclear, -- Ancient Nord Funerary Jar, Crimson Sash
- [134877] = dataminedUnclear, -- Ancient Nord Funerary Jar, Dragon Figure
- [134862] = dataminedUnclear, -- Ancient Nord Runestone, Memorial
- [134870] = dataminedUnclear, -- Ancient Nord Chest, Dragon Crest
- [134878] = dataminedUnclear, -- Ancient Nord Funerary Jar, Dragon Crest
-
- [134879] = dataminedUnclear, -- Hubalajad's Reflection
- [134881] = dataminedUnclear, -- In Defense of Prince Hubalajad
- [134882] = dataminedUnclear, -- Gold Drakes, Pristine
-
- [134880] = dataminedUnclear, -- Ra Gada Reliquary, Miniature Palace
- [134883] = dataminedUnclear, -- Ra Gada Funerary Statue, Stone Cat
- [134884] = dataminedUnclear, -- Ra Gada Funerary Statue, Gilded Cat
- [134885] = dataminedUnclear, -- Ra Gada Funerary Statue, Gilded Ibis
- [134886] = dataminedUnclear, -- Ra Gada Funerary Statue, Gilded Servant
- [134887] = dataminedUnclear, -- Ra Gada Guardian Statue, Lion Ibis
- [134888] = dataminedUnclear, -- Ra Gada Guardian Statue, Winged Bull
- [134889] = dataminedUnclear, -- Ra Gada Guardian Statue, Riding Camel
-
- [125680] = dataminedUnclear, -- Vines, Ashen Moss
- [125681] = dataminedUnclear, -- Vines, Volcanic Roses
-
- [134898] = dataminedUnclear, -- Flowers, Midnight Sage
- [134899] = dataminedUnclear, -- Flower Spray, Crimson Daisies
- [134900] = dataminedUnclear, -- Flowers, Red Poppy
- [134901] = dataminedUnclear, -- Flower Spray, Starlight Daisies
- [134902] = dataminedUnclear, -- Flowers, Violet Bellflower
- [134903] = dataminedUnclear, -- Flowers, Midnight Glory
-
- [134961] = dataminedUnclear, -- Dibella's Mysteries and Revelations
- [126771] = dataminedUnclear, -- Velothi Podium of Illumination
- [126776] = dataminedUnclear, -- Indoril Tapestry, House
- [126107] = dataminedUnclear, -- Display Wild Hunt Crown Crate
- [126117] = dataminedUnclear, -- Tapestry of Azura
- [126144] = dataminedUnclear, -- Seal of Vivec
- [125592] = dataminedUnclear, -- Mushroom, Lavaburster
- [130212] = dataminedUnclear, -- Daedra Worship: The Ayleids
- [130228] = dataminedUnclear, -- The Witches of Hag Fen
- [130088] = dataminedUnclear, -- Daedric Fragment, Coldharbour
- [134248] = dataminedUnclear, -- Grand Mnemograph
- [134249] = dataminedUnclear, -- Sotha Sil, The Clockwork God
-
-
- [134464] = dataminedUnclear, -- Riekling Bonfire, Ceremonial
- [130090] = dataminedUnclear, -- Daedric Sconce, Molag Bal
- [121023] = dataminedUnclear, -- Tree, Strong Olive
- [121022] = dataminedUnclear, -- Bush, Green Forest
- [121016] = dataminedUnclear, -- Bush, Red Berry
- [121013] = dataminedUnclear, -- Saplings, Fragile Autumn Birch
- [121010] = dataminedUnclear, -- Tree, Young Green Birch
- [121008] = dataminedUnclear, -- Tree, Autumn Maple
- [121007] = dataminedUnclear, -- Tree, Strong Maple
-
- [121004] = dataminedUnclear, -- Hedge, Solid Arc
- [121000] = dataminedUnclear, -- Shrub, Trimmed Green
- [120485] = dataminedUnclear, -- Cactus, Columnar
- [126109] = dataminedUnclear, -- Display Death Crown Crate
- [126108] = dataminedUnclear, -- Display Atronach Crown Crate
- [120986] = dataminedUnclear, -- Dark Elf Lightpost, Full
- [132198] = dataminedUnclear, -- Death Skeleton, Wrapped
- [134823] = dataminedUnclear, -- Target Mournful Aegis
- [125537] = dataminedUnclear, -- Dwarven Piston Cylinder
- [125532] = dataminedUnclear, -- Dwarven Pipeline, Fan
- [130092] = dataminedUnclear, -- Seal of Molag Bal, Grand
- [120878] = dataminedUnclear, -- Gravestone, Ornamented
- [120875] = dataminedUnclear, -- Gravestone, Clover Engraving
- [120862] = dataminedUnclear, -- Ancient Patriarch Banner
- [120859] = dataminedUnclear, -- Yokudan Wall Embellishment
- [120855] = dataminedUnclear, -- Collected Wanted Poster
- [120854] = dataminedUnclear, -- Guard Lamppost
- [130093] = dataminedUnclear, -- Coldharbour Compact
- [134890] = dataminedUnclear, -- Dibella, Lady of Love
+ [141832] = dataminedUnclear, -- Tree, Robust Fig
+ [141833] = dataminedUnclear, -- Tree, Ancient Fig
+ [141834] = dataminedUnclear, -- Tree, Towering Fig
+ [141835] = dataminedUnclear, -- Tree, Whorled Fig
+ [141836] = dataminedUnclear, -- Monolith, Lord Hircine Ritual
+ [141841] = dataminedUnclear, -- Tree Ferns, Cluster
+ [141842] = dataminedUnclear, -- Tree Ferns, Juvenile Cluster
+ [141843] = dataminedUnclear, -- Plants, Yellow Frond Cluster
+ [141844] = dataminedUnclear, -- Plants, Amber Spadeleaf Cluster
+ [141845] = dataminedUnclear, -- Mushrooms, Climbing Ambershine
+ [141846] = dataminedUnclear, -- Mushrooms, Ambershine Cluster
+
+ [141853] = dataminedUnclear, -- Statue of Hircine's Bitter Mercy
+ [141854] = dataminedUnclear, -- Decorative Hollowjack Flame-Skull
+ [141855] = dataminedUnclear, -- Decorative Hollowjack Wraith-Lantern
+ [141856] = dataminedUnclear, -- Decorative Hollowjack Daedra-Skull
+ [141869] = dataminedUnclear, -- Alinor Potted Plant, Cypress
+ [141870] = dataminedUnclear, -- Raven-Perch Cemetery Wreath
+ [141875] = dataminedUnclear, -- Witches Festival Scarecrow
+ [142004] = dataminedUnclear, -- Specimen Jar, Spare Brain
+ [142005] = dataminedUnclear, -- Specimen Jar, Monstrous Remains
+ [141752] = dataminedUnclear, -- Plant, Cerulean Spadeleaf
+ [141753] = dataminedUnclear, -- Plants, Cerulean Spadeleaf Cluster
+ [141754] = dataminedUnclear, -- Skull Totem, Hircine Worship
+ [141755] = dataminedUnclear, -- Mushrooms, Aether Cup Ring
+ [141756] = dataminedUnclear, -- Mushrooms, Aether Cup Cluster
+ [141757] = dataminedUnclear, -- Mushrooms, Climbing Aether Cup
+ [141758] = dataminedUnclear, -- Orcish Wagon, Merchant
+ [141759] = dataminedUnclear, -- Orcish Gazebo, Orsinium
+ [141760] = dataminedUnclear, -- Witch's Tree, Charred
+ [141761] = dataminedUnclear, -- Reach Sapling, Contorted Briarheart
+ [141763] = dataminedUnclear, -- Banner, Outfit
+ [141764] = dataminedUnclear, -- Banner, Outfit Small
+ [141765] = dataminedUnclear, -- Banner, Transmute
+ [141766] = dataminedUnclear, -- Banner, Transmute Small
+ [141767] = dataminedUnclear, -- Ayleid Constellation Stele, The Lady
+ [141778] = dataminedUnclear, -- Target Wraith-of-Crows
+ [141920] = dataminedUnclear, -- Murkmire Brazier, Ceremonial
+ [141922] = dataminedUnclear, -- Murkmire Dish, Geometric Pattern
+ [141923] = dataminedUnclear, -- Murkmire Amphora, Seed Pattern
+ [141924] = dataminedUnclear, -- Murkmire Vase, Scale Pattern
+ [141925] = dataminedUnclear, -- Murkmire Hearth Shrine, Sithis Relief
+ [141926] = dataminedUnclear, -- Murkmire Hearth Shrine, Sithis Figure
+ [142003] = dataminedUnclear, -- Specimen Jar, Eyes
+ [141939] = dataminedUnclear, -- Grave, Grasping
+ [141976] = dataminedUnclear, -- Pumpkin Patch, Display
+ [141967] = dataminedUnclear, -- Hollowjack Lantern, Ouroboros
+ [141966] = dataminedUnclear, -- Hollowjack Lantern, Toothy Grin
+ [141965] = dataminedUnclear, -- Hollowjack Lantern, Soaring Dragon
+ [141816] = dataminedUnclear, -- Tree, Ginkgo
+ [141817] = dataminedUnclear, -- Tree, Ancient Ginkgo
+ [141818] = dataminedUnclear, -- Shrubs, Dormant Sunbird Cluster
+ [141819] = dataminedUnclear, -- Shrub, Blooming Sunbird
+ [141768] = dataminedUnclear, -- Ayleid Constellation Stele, The Lover
+ [141769] = dataminedUnclear, -- Ayleid Constellation Stele, The Atronach
+
+ [134251] = dataminedUnclear, -- Coldharbour Bookshelf, Filled
+ [134252] = dataminedUnclear, -- Coldharbour Bookshelf, Black Laboratory
+ [120873] = dataminedUnclear, -- Daedric Coffin
+ [120871] = dataminedUnclear, -- Deadric Vase, Spiked
+ [120867] = dataminedUnclear, -- Daedric Pike, Clannfear Head
+ [120866] = dataminedUnclear, -- Daedric Brazier, Tabletop
+ [120865] = dataminedUnclear, -- Daedric Table
+ [120863] = dataminedUnclear, -- Daedric Light Pillar
+
+ [120984] = dataminedUnclear, -- Plant, Goldenrod Cluster
+ [120985] = dataminedUnclear, -- Dark Elf Lightpost, Single
+ [120987] = dataminedUnclear, -- Dark Elf Lightpost, Capped
+
+ [126114] = dataminedUnclear, -- Statue of Azura, Queen of Dawn and Dusk
+ [126115] = dataminedUnclear, -- Statue of Azura's Moon
+ [126116] = dataminedUnclear, -- Statue of Azura's Sun
+ [120997] = dataminedUnclear, -- Banner, Tattered Blue
+ [126118] = dataminedUnclear, -- Banner of Azura
+ [130215] = dataminedUnclear, -- Witches' Cauldron, Provisioning
+
+ [126128] = dataminedUnclear, -- The Five Points of the Star
+ [126132] = dataminedUnclear, -- Resplendent Sweetroll
+ [121015] = dataminedUnclear, -- Shrub, Sparse Green
+ [120000] = dataminedUnclear, -- Broken Chain
+
+ [126136] = dataminedUnclear, -- Dwarven Lantern, Powered
+ [126138] = dataminedUnclear, -- A Guide to Dwemer Mega-Structures
+ [126140] = dataminedUnclear, -- Vivec's Grand Bed
+ [126141] = dataminedUnclear, -- Vivec's Grand Throne
+ [126142] = dataminedUnclear, -- Vivec's Divination Pool
+ [126143] = dataminedUnclear, -- Statue, Vivec's Triumph
+ [126145] = dataminedUnclear, -- Sigil of Vivec
+ [126146] = dataminedUnclear, -- Banner, Vivec
+ [126149] = dataminedUnclear, -- Tapestry, Vivec
+ [126150] = dataminedUnclear, -- Tribunal Tablet of Sotha Sil
+
+
+ [126152] = dataminedUnclear, -- The Cliff-Strider Song
+ [121046] = dataminedUnclear, -- Cheeses of Tamriel
+ [121049] = dataminedUnclear, -- Parcels, Wrapped
+ [134475] = dataminedUnclear, -- Statue of Malacath, Orc-Father
+ [131424] = dataminedUnclear, -- Fogs of the Hag Fen
+
+
+ [134686] = dataminedUnclear, -- Sithis, The Dread Father
+ [125480] = dataminedUnclear, -- Banner, Clavicus Vile
+ [125489] = dataminedUnclear, -- Daedric Brazier, Flaming
+
+ [134853] = dataminedUnclear, -- Peryite, The Taskmaster
+ [134854] = dataminedUnclear, -- Tapestry of Peryite
+ [134855] = dataminedUnclear, -- Banner of Peryite
+ [134856] = dataminedUnclear, -- Dragon Skeleton, Mid-Flight
+ [134861] = dataminedUnclear, -- The History of Zaan The Scalecaller
+
+ [134857] = dataminedUnclear, -- Dragon Priest Frieze: Triumph
+ [134858] = dataminedUnclear, -- Dragon Priest Frieze: Exodus
+ [134859] = dataminedUnclear, -- Dragon Priest Frieze: Restoration
+ [134860] = dataminedUnclear, -- Dragon Priest Frieze: Ascension
+
+ [134864] = dataminedUnclear, -- Dragon Cranium, Ancient
+ [134865] = dataminedUnclear, -- Unidentified Bones, Gargantuan
+ [134866] = dataminedUnclear, -- Lamia Cranium, Ancient
+ [134867] = dataminedUnclear, -- Argonian Skull, Complete
+ [134868] = dataminedUnclear, -- Khajiit Skull, Complete
+ [134869] = dataminedUnclear, -- Orc Skull, Complete
+ [125654] = dataminedUnclear, -- Tapestry, Clavicus Vile
+
+ [134871] = dataminedUnclear, -- Ancient Nord Urn, Dragon Crest
+ [134873] = dataminedUnclear, -- Ancient Nord Bookshelf, Wide
+ [134874] = dataminedUnclear, -- Ancient Nord Bookshelf, Narrow
+ [134875] = dataminedUnclear, -- Ancient Nord Funerary Jar, Linked Rings
+ [134876] = dataminedUnclear, -- Ancient Nord Funerary Jar, Crimson Sash
+ [134877] = dataminedUnclear, -- Ancient Nord Funerary Jar, Dragon Figure
+ [134862] = dataminedUnclear, -- Ancient Nord Runestone, Memorial
+ [134870] = dataminedUnclear, -- Ancient Nord Chest, Dragon Crest
+ [134878] = dataminedUnclear, -- Ancient Nord Funerary Jar, Dragon Crest
+
+ [134879] = dataminedUnclear, -- Hubalajad's Reflection
+ [134881] = dataminedUnclear, -- In Defense of Prince Hubalajad
+ [134882] = dataminedUnclear, -- Gold Drakes, Pristine
+
+ [134880] = dataminedUnclear, -- Ra Gada Reliquary, Miniature Palace
+ [134883] = dataminedUnclear, -- Ra Gada Funerary Statue, Stone Cat
+ [134884] = dataminedUnclear, -- Ra Gada Funerary Statue, Gilded Cat
+ [134885] = dataminedUnclear, -- Ra Gada Funerary Statue, Gilded Ibis
+ [134886] = dataminedUnclear, -- Ra Gada Funerary Statue, Gilded Servant
+ [134887] = dataminedUnclear, -- Ra Gada Guardian Statue, Lion Ibis
+ [134888] = dataminedUnclear, -- Ra Gada Guardian Statue, Winged Bull
+ [134889] = dataminedUnclear, -- Ra Gada Guardian Statue, Riding Camel
+
+ [125680] = dataminedUnclear, -- Vines, Ashen Moss
+ [125681] = dataminedUnclear, -- Vines, Volcanic Roses
+
+ [134898] = dataminedUnclear, -- Flowers, Midnight Sage
+ [134899] = dataminedUnclear, -- Flower Spray, Crimson Daisies
+ [134900] = dataminedUnclear, -- Flowers, Red Poppy
+ [134901] = dataminedUnclear, -- Flower Spray, Starlight Daisies
+ [134902] = dataminedUnclear, -- Flowers, Violet Bellflower
+ [134903] = dataminedUnclear, -- Flowers, Midnight Glory
+
+ [134961] = dataminedUnclear, -- Dibella's Mysteries and Revelations
+ [126771] = dataminedUnclear, -- Velothi Podium of Illumination
+ [126776] = dataminedUnclear, -- Indoril Tapestry, House
+ [126107] = dataminedUnclear, -- Display Wild Hunt Crown Crate
+ [126117] = dataminedUnclear, -- Tapestry of Azura
+ [126144] = dataminedUnclear, -- Seal of Vivec
+ [125592] = dataminedUnclear, -- Mushroom, Lavaburster
+ [130212] = dataminedUnclear, -- Daedra Worship: The Ayleids
+ [130228] = dataminedUnclear, -- The Witches of Hag Fen
+ [130088] = dataminedUnclear, -- Daedric Fragment, Coldharbour
+ [134248] = dataminedUnclear, -- Grand Mnemograph
+ [134249] = dataminedUnclear, -- Sotha Sil, The Clockwork God
+
+
+ [134464] = dataminedUnclear, -- Riekling Bonfire, Ceremonial
+ [130090] = dataminedUnclear, -- Daedric Sconce, Molag Bal
+ [121023] = dataminedUnclear, -- Tree, Strong Olive
+ [121022] = dataminedUnclear, -- Bush, Green Forest
+ [121016] = dataminedUnclear, -- Bush, Red Berry
+ [121013] = dataminedUnclear, -- Saplings, Fragile Autumn Birch
+ [121010] = dataminedUnclear, -- Tree, Young Green Birch
+ [121008] = dataminedUnclear, -- Tree, Autumn Maple
+ [121007] = dataminedUnclear, -- Tree, Strong Maple
+
+ [121004] = dataminedUnclear, -- Hedge, Solid Arc
+ [121000] = dataminedUnclear, -- Shrub, Trimmed Green
+ [120485] = dataminedUnclear, -- Cactus, Columnar
+ [126109] = dataminedUnclear, -- Display Death Crown Crate
+ [126108] = dataminedUnclear, -- Display Atronach Crown Crate
+ [120986] = dataminedUnclear, -- Dark Elf Lightpost, Full
+ [132198] = dataminedUnclear, -- Death Skeleton, Wrapped
+ [134823] = dataminedUnclear, -- Target Mournful Aegis
+ [125537] = dataminedUnclear, -- Dwarven Piston Cylinder
+ [125532] = dataminedUnclear, -- Dwarven Pipeline, Fan
+ [130092] = dataminedUnclear, -- Seal of Molag Bal, Grand
+ [120878] = dataminedUnclear, -- Gravestone, Ornamented
+ [120875] = dataminedUnclear, -- Gravestone, Clover Engraving
+ [120862] = dataminedUnclear, -- Ancient Patriarch Banner
+ [120859] = dataminedUnclear, -- Yokudan Wall Embellishment
+ [120855] = dataminedUnclear, -- Collected Wanted Poster
+ [120854] = dataminedUnclear, -- Guard Lamppost
+ [130093] = dataminedUnclear, -- Coldharbour Compact
+ [134890] = dataminedUnclear, -- Dibella, Lady of Love
},
[FURC_CROWN] = {
- [134904] = getCrownPrice(260), -- Seal of Dibella
- [134905] = getCrownPrice(260), -- Ritual Stone, Dibella
- [134906] = getCrownPrice(240), -- Ritual Brazier, Gilded
- [134921] = getCrownPrice(520), -- Redguard Lamppost, Stone
- [134922] = getCrownPrice(250), -- Redguard Pillar, Tiered
- [134923] = getCrownPrice(2000), -- Redguard Trellis, Peaked
- [134924] = getCrownPrice(380), -- Redguard Fence, Brass Capped
- [134925] = getCrownPrice(2200), -- Redguard Fountain, Pillar
- [134926] = getCrownPrice(1200), -- Redguard Awning, Wall
- [134927] = getCrownPrice(1200), -- Wedding Pergola, Double
- [134928] = getCrownPrice(1200), -- Wedding Pergola, Triple
- [134929] = getCrownPrice(45), -- Trees, Savanna Cluster
- [134930] = getCrownPrice(30), -- Bushes, Swordgrass Cluster
- [134931] = getCrownPrice(50), -- Boulder, Weathered Desert
- [134932] = getCrownPrice(50), -- Boulder, Tiered Desert
- [134933] = getCrownPrice(90), -- Cranium, Jawless
- [134934] = getCrownPrice(10), -- Rocks, Basalt Chunks
- [134936] = getCrownPrice(110), -- Cave Deposit, Tall Stalagmite Cluster
- [134938] = getCrownPrice(110), -- Cave Deposit, Stalagmite Group
- [134945] = getCrownPrice(200), -- Cave Deposit, Extended Spire
- [134973] = getCrownPrice(200), -- Cave Deposit, Stalactite Cone Cluster
- [134939] = getCrownPrice(110), -- Cave Deposit, Stalactite Cone
- [134941] = getCrownPrice(110), -- Cave Deposit, Spire
- [120603] = getCrownPrice(20), -- Boulder, Flat Mossy
- [120604] = getCrownPrice(20), -- Rock, Slanted Mossy
- [120605] = getCrownPrice(20), -- Rocks, Deep Mossy
- [120606] = getCrownPrice(20), -- Stones, Mossy Cluster
- [134943] = getCrownPrice(1000), -- Brotherhood Banner, Long
- [134944] = getCrownPrice(340), -- Brotherhood Column, Tall Ornate
- [134946] = getCrownPrice(340), -- Brotherhood Column, Ornate
- [120612] = getCrownPrice(10), -- Plant, Tall Mammoth Ear
- [120613] = getCrownPrice(10), -- Plant, Towering Mammoth Ear
- [120614] = getCrownPrice(10), -- Plant Cluster, Jungle Leaf
- [134951] = getCrownPrice(30), -- Mushrooms, Assorted Cluster
- [134952] = getCrownPrice(30), -- Mushrooms, Sporous Browncap
- [134953] = getCrownPrice(340), -- Brotherhood Carpet, Large Worn
- [139061] = getCrownPrice(20), -- Giant Clam, Sealed
- [126774] = getCrownPrice(510), -- Dres Tapestry, House
- [126775] = getCrownPrice(510), -- Hlaalu Tapestry, House
- [126777] = getCrownPrice(510), -- Redoran Tapestry, House
- [126778] = getCrownPrice(510), -- Telvanni Tapestry, House
- [134974] = getCrownPrice(340), -- Brotherhood Carpet, Worn
- [130069] = getCrownPrice(2000), -- Daedric Spout, Block
- [130070] = getCrownPrice(2000), -- Daedric Spout, Arched
- [130201] = getCrownPrice(170), -- Ayleid Grate, Small
- [130213] = getCrownPrice(430), -- Ayleid Cage, Hanging
- [130224] = getCrownPrice(180), -- Reachmen Rug, Smooth Skin
- [126830] = getCrownPrice(10), -- Mushrooms, Volcanic Cluster
- [120658] = getCrownPrice(70), -- Tree, Forked Sturdy
- [120631] = getCrownPrice(5), -- Pebble, Stacked Mossy
- [134326] = getCrownPrice(260), -- Clockwork Pump, Horizontal
- [134330] = getCrownPrice(490), -- Clockwork Control Panel, Double
- [134337] = getCrownPrice(1800), -- Clockwork Somnolostation, Octet
- [134250] = getCrownPrice(750), -- Fabrication Sphere, Inactive
- [121036] = getCrownPrice(30), -- Shrub, Sparse Violet
- [121035] = getCrownPrice(30), -- Plant, Paired Verdant Hosta
- [121034] = getCrownPrice(10), -- Shrub, Delicate Forest
- [121032] = getCrownPrice(25), -- Saplings, Young Laurel
- [121031] = getCrownPrice(45), -- Topiary, Paired Cypress
- [121030] = getCrownPrice(54), -- Topiary, Young Cypress
- [121029] = getCrownPrice(45), -- Topiary, Strong Cypress
- [120709] = getCrownPrice(70), -- Tree, Sturdy Young Birch
- [121026] = getCrownPrice(45), -- Hedge, Dense High Wall
- [121025] = getCrownPrice(70), -- Trees, Sprawling Juniper Cluster
- [121024] = getCrownPrice(70), -- Trees, Paired Leaning Juniper
- [121021] = getCrownPrice(10), -- Plants, Dry Underbrush
- [121020] = getCrownPrice(10), -- Plants, Sparse Underbrush
- [121018] = getCrownPrice(10), -- Plant, Forest Sprig
- [121014] = getCrownPrice(20), -- Topiary, Sparse
- [121012] = getCrownPrice(70), -- Trees, Fragile Autumn Birch
- [121009] = getCrownPrice(70), -- Tree, Young Healthy Birch
- [120726] = getCrownPrice(20), -- Rock, Jagged Algae Coated
- [120727] = getCrownPrice(5), -- Stone, Angled Mossy
- [120728] = getCrownPrice(20), -- Rock, Jagged Lichen
- [121006] = getCrownPrice(45), -- Flower Patch, Violets
- [120730] = getCrownPrice(45), -- Topiary, Lush Evergreen
- [120731] = getCrownPrice(25), -- Tree, Mossy Summer
- [120732] = getCrownPrice(70), -- Tree, Mossy Forest
- [120733] = getCrownPrice(70), -- Tree, Gnarled Forest
- [120734] = getCrownPrice(25), -- Saplings, Squat Desert
- [120735] = getCrownPrice(52), -- Saplings, Young Desert
- [120736] = getCrownPrice(290), -- Tree, Gentle Weeping Willow
- [120737] = getCrownPrice(150), -- Tree, Weeping Willow
- [120738] = getCrownPrice(70), -- Tree, Towering Willow
- [120743] = getCrownPrice(70), -- Tree, Strong Cypress
- [120996] = getCrownPrice(120), -- Banner, Tattered Red
- [120745] = getCrownPrice(60), -- Tree, Water Palm
- [120483] = getCrownPrice(30), -- Cactus, Lemon Bulbs
- [120748] = getCrownPrice(70), -- Tree, Leaning Swamp
- [120749] = getCrownPrice(10), -- Grass, Tall Bamboo Shoots
- [120750] = getCrownPrice(10), -- Grass, Drying Bamboo Shoots
- [120751] = getCrownPrice(10), -- Grass, Twin Bamboo Shoots
- [120752] = getCrownPrice(10), -- Grass, Young Bamboo Shoots
- [120471] = getCrownPrice(25), -- Tree, Wilted Palm
- [120756] = getCrownPrice(10), -- Plant, Palm Fronds
- [120463] = getCrownPrice(20), -- Boulder, Weathered Flat
- [120456] = getCrownPrice(5), -- Stone, Smooth Desert
- [134579] = getCrownPrice(5), -- Rubble Pile, Worked Stone
- [120760] = getCrownPrice(50), -- Flower, Red Honeysuckle
- [125544] = getCrownPrice(30), -- Fern, Strong Dusky
- [125547] = getCrownPrice(85), -- Flower, Healthy Purple Bat Bloom
- [125546] = getCrownPrice(85), -- Flower Patch, Lava Blooms
- [120765] = getCrownPrice(15), -- Breton Cup, Empty
- [120766] = getCrownPrice(15), -- Breton Cup, Full
- [134891] = getCrownPrice(2500), -- Pergola, Festive Flowers
- [134892] = getCrownPrice(85), -- Tree, Pale Gold
- [134893] = getCrownPrice(85), -- Tree, Argent Blue
- [134894] = getCrownPrice(20), -- Wildflowers, Yellow and Orange
- [134895] = getCrownPrice(1800), -- Redguard Fountain, Mosaic
- [134896] = getCrownPrice(45), -- Flower, Lover's Lily
- [134897] = getCrownPrice(45), -- Vine Curtain, Festive Flowers
- [134942] = getCrownPrice(10), -- Bushes, Withered Cluster
- [134950] = getCrownPrice(31), -- Mushrooms, Flapjack Stack
- [139238] = getCrownPrice(190), -- Alinor Wall Mirror, Ornate
- [139239] = getCrownPrice(190), -- Alinor Wall Mirror, Verdant
- [139389] = getCrownPrice(200), -- Crystal, Crimson Cluster
- [139184] = getCrownPrice(200), -- Alinor Plinth, Sarcophagus
+ [134904] = getCrownPrice(260), -- Seal of Dibella
+ [134905] = getCrownPrice(260), -- Ritual Stone, Dibella
+ [134906] = getCrownPrice(240), -- Ritual Brazier, Gilded
+ [134921] = getCrownPrice(520), -- Redguard Lamppost, Stone
+ [134922] = getCrownPrice(250), -- Redguard Pillar, Tiered
+ [134923] = getCrownPrice(2000), -- Redguard Trellis, Peaked
+ [134924] = getCrownPrice(380), -- Redguard Fence, Brass Capped
+ [134925] = getCrownPrice(2200), -- Redguard Fountain, Pillar
+ [134926] = getCrownPrice(1200), -- Redguard Awning, Wall
+ [134927] = getCrownPrice(1200), -- Wedding Pergola, Double
+ [134928] = getCrownPrice(1200), -- Wedding Pergola, Triple
+ [134929] = getCrownPrice(45), -- Trees, Savanna Cluster
+ [134930] = getCrownPrice(30), -- Bushes, Swordgrass Cluster
+ [134931] = getCrownPrice(50), -- Boulder, Weathered Desert
+ [134932] = getCrownPrice(50), -- Boulder, Tiered Desert
+ [134933] = getCrownPrice(90), -- Cranium, Jawless
+ [134934] = getCrownPrice(10), -- Rocks, Basalt Chunks
+ [134936] = getCrownPrice(110), -- Cave Deposit, Tall Stalagmite Cluster
+ [134938] = getCrownPrice(110), -- Cave Deposit, Stalagmite Group
+ [134945] = getCrownPrice(200), -- Cave Deposit, Extended Spire
+ [134973] = getCrownPrice(200), -- Cave Deposit, Stalactite Cone Cluster
+ [134939] = getCrownPrice(110), -- Cave Deposit, Stalactite Cone
+ [134941] = getCrownPrice(110), -- Cave Deposit, Spire
+ [120603] = getCrownPrice(20), -- Boulder, Flat Mossy
+ [120604] = getCrownPrice(20), -- Rock, Slanted Mossy
+ [120605] = getCrownPrice(20), -- Rocks, Deep Mossy
+ [120606] = getCrownPrice(20), -- Stones, Mossy Cluster
+ [134943] = getCrownPrice(1000), -- Brotherhood Banner, Long
+ [134944] = getCrownPrice(340), -- Brotherhood Column, Tall Ornate
+ [134946] = getCrownPrice(340), -- Brotherhood Column, Ornate
+ [120612] = getCrownPrice(10), -- Plant, Tall Mammoth Ear
+ [120613] = getCrownPrice(10), -- Plant, Towering Mammoth Ear
+ [120614] = getCrownPrice(10), -- Plant Cluster, Jungle Leaf
+ [134951] = getCrownPrice(30), -- Mushrooms, Assorted Cluster
+ [134952] = getCrownPrice(30), -- Mushrooms, Sporous Browncap
+ [134953] = getCrownPrice(340), -- Brotherhood Carpet, Large Worn
+ [139061] = getCrownPrice(20), -- Giant Clam, Sealed
+ [126774] = getCrownPrice(510), -- Dres Tapestry, House
+ [126775] = getCrownPrice(510), -- Hlaalu Tapestry, House
+ [126777] = getCrownPrice(510), -- Redoran Tapestry, House
+ [126778] = getCrownPrice(510), -- Telvanni Tapestry, House
+ [134974] = getCrownPrice(340), -- Brotherhood Carpet, Worn
+ [130069] = getCrownPrice(2000), -- Daedric Spout, Block
+ [130070] = getCrownPrice(2000), -- Daedric Spout, Arched
+ [130201] = getCrownPrice(170), -- Ayleid Grate, Small
+ [130213] = getCrownPrice(430), -- Ayleid Cage, Hanging
+ [130224] = getCrownPrice(180), -- Reachmen Rug, Smooth Skin
+ [126830] = getCrownPrice(10), -- Mushrooms, Volcanic Cluster
+ [120658] = getCrownPrice(70), -- Tree, Forked Sturdy
+ [120631] = getCrownPrice(5), -- Pebble, Stacked Mossy
+ [134326] = getCrownPrice(260), -- Clockwork Pump, Horizontal
+ [134330] = getCrownPrice(490), -- Clockwork Control Panel, Double
+ [134337] = getCrownPrice(1800), -- Clockwork Somnolostation, Octet
+ [134250] = getCrownPrice(750), -- Fabrication Sphere, Inactive
+ [121036] = getCrownPrice(30), -- Shrub, Sparse Violet
+ [121035] = getCrownPrice(30), -- Plant, Paired Verdant Hosta
+ [121034] = getCrownPrice(10), -- Shrub, Delicate Forest
+ [121032] = getCrownPrice(25), -- Saplings, Young Laurel
+ [121031] = getCrownPrice(45), -- Topiary, Paired Cypress
+ [121030] = getCrownPrice(54), -- Topiary, Young Cypress
+ [121029] = getCrownPrice(45), -- Topiary, Strong Cypress
+ [120709] = getCrownPrice(70), -- Tree, Sturdy Young Birch
+ [121026] = getCrownPrice(45), -- Hedge, Dense High Wall
+ [121025] = getCrownPrice(70), -- Trees, Sprawling Juniper Cluster
+ [121024] = getCrownPrice(70), -- Trees, Paired Leaning Juniper
+ [121021] = getCrownPrice(10), -- Plants, Dry Underbrush
+ [121020] = getCrownPrice(10), -- Plants, Sparse Underbrush
+ [121018] = getCrownPrice(10), -- Plant, Forest Sprig
+ [121014] = getCrownPrice(20), -- Topiary, Sparse
+ [121012] = getCrownPrice(70), -- Trees, Fragile Autumn Birch
+ [121009] = getCrownPrice(70), -- Tree, Young Healthy Birch
+ [120726] = getCrownPrice(20), -- Rock, Jagged Algae Coated
+ [120727] = getCrownPrice(5), -- Stone, Angled Mossy
+ [120728] = getCrownPrice(20), -- Rock, Jagged Lichen
+ [121006] = getCrownPrice(45), -- Flower Patch, Violets
+ [120730] = getCrownPrice(45), -- Topiary, Lush Evergreen
+ [120731] = getCrownPrice(25), -- Tree, Mossy Summer
+ [120732] = getCrownPrice(70), -- Tree, Mossy Forest
+ [120733] = getCrownPrice(70), -- Tree, Gnarled Forest
+ [120734] = getCrownPrice(25), -- Saplings, Squat Desert
+ [120735] = getCrownPrice(52), -- Saplings, Young Desert
+ [120736] = getCrownPrice(290), -- Tree, Gentle Weeping Willow
+ [120737] = getCrownPrice(150), -- Tree, Weeping Willow
+ [120738] = getCrownPrice(70), -- Tree, Towering Willow
+ [120743] = getCrownPrice(70), -- Tree, Strong Cypress
+ [120996] = getCrownPrice(120), -- Banner, Tattered Red
+ [120745] = getCrownPrice(60), -- Tree, Water Palm
+ [120483] = getCrownPrice(30), -- Cactus, Lemon Bulbs
+ [120748] = getCrownPrice(70), -- Tree, Leaning Swamp
+ [120749] = getCrownPrice(10), -- Grass, Tall Bamboo Shoots
+ [120750] = getCrownPrice(10), -- Grass, Drying Bamboo Shoots
+ [120751] = getCrownPrice(10), -- Grass, Twin Bamboo Shoots
+ [120752] = getCrownPrice(10), -- Grass, Young Bamboo Shoots
+ [120471] = getCrownPrice(25), -- Tree, Wilted Palm
+ [120756] = getCrownPrice(10), -- Plant, Palm Fronds
+ [120463] = getCrownPrice(20), -- Boulder, Weathered Flat
+ [120456] = getCrownPrice(5), -- Stone, Smooth Desert
+ [134579] = getCrownPrice(5), -- Rubble Pile, Worked Stone
+ [120760] = getCrownPrice(50), -- Flower, Red Honeysuckle
+ [125544] = getCrownPrice(30), -- Fern, Strong Dusky
+ [125547] = getCrownPrice(85), -- Flower, Healthy Purple Bat Bloom
+ [125546] = getCrownPrice(85), -- Flower Patch, Lava Blooms
+ [120765] = getCrownPrice(15), -- Breton Cup, Empty
+ [120766] = getCrownPrice(15), -- Breton Cup, Full
+ [134891] = getCrownPrice(2500), -- Pergola, Festive Flowers
+ [134892] = getCrownPrice(85), -- Tree, Pale Gold
+ [134893] = getCrownPrice(85), -- Tree, Argent Blue
+ [134894] = getCrownPrice(20), -- Wildflowers, Yellow and Orange
+ [134895] = getCrownPrice(1800), -- Redguard Fountain, Mosaic
+ [134896] = getCrownPrice(45), -- Flower, Lover's Lily
+ [134897] = getCrownPrice(45), -- Vine Curtain, Festive Flowers
+ [134942] = getCrownPrice(10), -- Bushes, Withered Cluster
+ [134950] = getCrownPrice(31), -- Mushrooms, Flapjack Stack
+ [139238] = getCrownPrice(190), -- Alinor Wall Mirror, Ornate
+ [139239] = getCrownPrice(190), -- Alinor Wall Mirror, Verdant
+ [139389] = getCrownPrice(200), -- Crystal, Crimson Cluster
+ [139184] = getCrownPrice(200), -- Alinor Plinth, Sarcophagus
}
}
-local questRewardLilandril = GetString(SI_FURC_QUESTREWARD) .. "Lilandril"
+local questRewardLilandril = questRewardString .. "Lilandril"
local mephalaItemSet = GetString(SI_FURC_ITEMSOURCE_ITEMPACK) .. "'Trappings of Mephala Worship'"
FurC.MiscItemSources[FURC_ALTMER] = {
[FURC_CROWN] = {
@@ -616,7 +646,7 @@ FurC.MiscItemSources[FURC_ALTMER] = {
[139159] = getCrownPrice(920), -- Daedric Chandelier, Gruesome
[139160] = getCrownPrice(200), -- Daedric Armchair, Severe
[139161] = getCrownPrice(1500), -- Daedric Table, Grand Necropolis
- [139162] = getCrownPrice(140), -- Webs, Cone
+ [139162] = getCrownPrice(140), -- Webs, Cone
[139198] = getCrownPrice(190), -- Alinor Lantern, Hanging
[139199] = getCrownPrice(190), -- Alinor Lantern, Stationary
@@ -699,44 +729,44 @@ FurC.MiscItemSources[FURC_ALTMER] = {
[140220] = mephalaItemSet, -- Rumours of the Spiral Skein
- [130071] = getCrownPrice(300), -- Daedric Torch, Coldharbour",
- [130075] = getCrownPrice(380), -- Daedric Altar, Molag Bal
- [130078] = getCrownPrice(380), -- Soul Gem, Single
- [130079] = getCrownPrice(380), -- Soul Gems, Pile
- [130082] = getCrownPrice(640), -- Soul-Shriven, Robed
- [130094] = getCrownPrice(170), -- Daedric Chains, Hanging
- [130095] = getCrownPrice(640), -- Daedric Torture Device, Chained
- [139327] = getCrownPrice(45), -- Coral Spire, Sturdy
- [139328] = getCrownPrice(45), -- Coral Spire, Branched
- [132165] = getCrownPrice(750), -- Hlaalu Bath Tub, Empty Basin
- [126034] = getCrownPrice(4000), -- The Lord
- [125451] = getCrownPrice(4000), -- The Apprentice
- [125452] = getCrownPrice(4000), -- The Lady
- [125453] = getCrownPrice(4000), -- The Warrior
- [125454] = getCrownPrice(4000), -- The Tower
- [125455] = getCrownPrice(4000), -- The Thief
- [125456] = getCrownPrice(4000), -- The Steed
- [125457] = getCrownPrice(4000), -- The Shadow
- [125458] = getCrownPrice(4000), -- The Serpent
- [125459] = getCrownPrice(4000), -- The Ritual
- [125460] = getCrownPrice(4000), -- The Mage
- [125461] = getCrownPrice(4000), -- The Lover
- [119556] = getCrownPrice(4000), -- The Atronach
- [126037] = getCrownPrice(4000), -- Target Centurion, Lambent
- [126038] = getCrownPrice(4000), -- Target Centurion, Robust Lambent
- [134247] = getCrownPrice(190), -- Soul Gem Module, Experimental
- [134263] = getCrownPrice(410), -- Orcish Throne, Ancient
- [134264] = getCrownPrice(190), -- Daedric Brazier, Cold-Flame
- [134267] = getCrownPrice(380), -- Orcish Table, Grand Furs
- [134268] = getCrownPrice(570), -- Orcish Brazier, Column
- [134269] = getCrownPrice(220), -- Orcish Dais, Raised
- [134270] = getCrownPrice(85), -- Cave Deposit, Large Double-Sided
- [134271] = getCrownPrice(85), -- Cave Deposit, Tall Stalagmite
- [134273] = getCrownPrice(200), -- Daedric Plinth, Sacrificial
- [134274] = getCrownPrice(200), -- Coldharbour Crate, Black Soul Gem
- [134275] = getCrownPrice(200), -- Coldharbour Bin, Black Soul Gem
- [130197] = getCrownPrice(170), -- Ayleid Bookcase, Filled
- [130199] = getCrownPrice(170), -- Ayleid Bookshelf, Bare
+ [130071] = getCrownPrice(300), -- Daedric Torch, Coldharbour",
+ [130075] = getCrownPrice(380), -- Daedric Altar, Molag Bal
+ [130078] = getCrownPrice(380), -- Soul Gem, Single
+ [130079] = getCrownPrice(380), -- Soul Gems, Pile
+ [130082] = getCrownPrice(640), -- Soul-Shriven, Robed
+ [130094] = getCrownPrice(170), -- Daedric Chains, Hanging
+ [130095] = getCrownPrice(640), -- Daedric Torture Device, Chained
+ [139327] = getCrownPrice(45), -- Coral Spire, Sturdy
+ [139328] = getCrownPrice(45), -- Coral Spire, Branched
+ [132165] = getCrownPrice(750), -- Hlaalu Bath Tub, Empty Basin
+ [126034] = getCrownPrice(4000), -- The Lord
+ [125451] = getCrownPrice(4000), -- The Apprentice
+ [125452] = getCrownPrice(4000), -- The Lady
+ [125453] = getCrownPrice(4000), -- The Warrior
+ [125454] = getCrownPrice(4000), -- The Tower
+ [125455] = getCrownPrice(4000), -- The Thief
+ [125456] = getCrownPrice(4000), -- The Steed
+ [125457] = getCrownPrice(4000), -- The Shadow
+ [125458] = getCrownPrice(4000), -- The Serpent
+ [125459] = getCrownPrice(4000), -- The Ritual
+ [125460] = getCrownPrice(4000), -- The Mage
+ [125461] = getCrownPrice(4000), -- The Lover
+ [119556] = getCrownPrice(4000), -- The Atronach
+ [126037] = getCrownPrice(4000), -- Target Centurion, Lambent
+ [126038] = getCrownPrice(4000), -- Target Centurion, Robust Lambent
+ [134247] = getCrownPrice(190), -- Soul Gem Module, Experimental
+ [134263] = getCrownPrice(410), -- Orcish Throne, Ancient
+ [134264] = getCrownPrice(190), -- Daedric Brazier, Cold-Flame
+ [134267] = getCrownPrice(380), -- Orcish Table, Grand Furs
+ [134268] = getCrownPrice(570), -- Orcish Brazier, Column
+ [134269] = getCrownPrice(220), -- Orcish Dais, Raised
+ [134270] = getCrownPrice(85), -- Cave Deposit, Large Double-Sided
+ [134271] = getCrownPrice(85), -- Cave Deposit, Tall Stalagmite
+ [134273] = getCrownPrice(200), -- Daedric Plinth, Sacrificial
+ [134274] = getCrownPrice(200), -- Coldharbour Crate, Black Soul Gem
+ [134275] = getCrownPrice(200), -- Coldharbour Bin, Black Soul Gem
+ [130197] = getCrownPrice(170), -- Ayleid Bookcase, Filled
+ [130199] = getCrownPrice(170), -- Ayleid Bookshelf, Bare
},
[FURC_DROP] = {
@@ -751,88 +781,88 @@ FurC.MiscItemSources[FURC_ALTMER] = {
[139073] = questRewardLilandril, -- Painting of Summerset Coast, Refined
[139072] = GetString(SI_FURC_ELF_PIC), -- Painting of Monastery of Serene Harmony, Refined
- [87709] = GetString(SI_FURC_LEVELUP), -- Imperial Brazier, Spiked
- [94098] = GetString(SI_FURC_LEVELUP), -- Imperial Bed, Single
+ [87709] = GetString(SI_FURC_LEVELUP), -- Imperial Brazier, Spiked
+ [94098] = GetString(SI_FURC_LEVELUP), -- Imperial Bed, Single
- [130192] = scambox_reaper, -- Statuette of Sheogorath, the Mad God
+ [130192] = scambox_reaper, -- Statuette of Sheogorath, the Mad God
},
[FURC_FISHING] = {
- [139080] = fishing_summerset, -- Coral Formation, Ancient Pillar Polyps
- [139079] = fishing_summerset, -- Coral Formation, Fan Cluster
- [139081] = fishing_summerset, -- Plant, Sea Grapes
- [139084] = fishing_summerset, -- Plants, Pearlwort Cluster
- [139085] = fishing_summerset, -- Plants, Pearlwort Cluster
- [139068] = fishing_summerset, -- Plants, Springwheeze
- [139077] = fishing_summerset, -- Coral Formation, Bulwark
- [139078] = fishing_summerset, -- Coral Formation, Pillar Polyps
- [139067] = fishing_summerset, -- Flower, Yellow Oleander
- [139082] = fishing_summerset, -- Plants, Ruby Glasswort Patch
- [139068] = fishing_summerset, -- Plants, Springwheeze
+ [139080] = fishing_summerset, -- Coral Formation, Ancient Pillar Polyps
+ [139079] = fishing_summerset, -- Coral Formation, Fan Cluster
+ [139081] = fishing_summerset, -- Plant, Sea Grapes
+ [139084] = fishing_summerset, -- Plants, Pearlwort Cluster
+ [139085] = fishing_summerset, -- Plants, Pearlwort Cluster
+ [139068] = fishing_summerset, -- Plants, Springwheeze
+ [139077] = fishing_summerset, -- Coral Formation, Bulwark
+ [139078] = fishing_summerset, -- Coral Formation, Pillar Polyps
+ [139067] = fishing_summerset, -- Flower, Yellow Oleander
+ [139082] = fishing_summerset, -- Plants, Ruby Glasswort Patch
+ [139068] = fishing_summerset, -- Plants, Springwheeze
},
[FURC_RUMOUR] = {
- [130193] = dataminedUnclear, -- Robust Target Minotaur Handler
- [130194] = dataminedUnclear, -- Target Stone Atronach
- [130195] = dataminedUnclear, -- Target Iron Atronach
- [130189] = dataminedUnclear, -- Tapestry of Sheogorath
- [130190] = dataminedUnclear, -- Banner of Sheogorath
- [134287] = dataminedUnclear, -- Projector TBD
- [130192] = dataminedUnclear, -- Statue of Sheogorath, the Madgod
- [130187] = dataminedUnclear, -- Statuette of Hircine, the Huntsman
- [130188] = dataminedUnclear, -- Statuette of Molag Bal, Lord of Brutality
- [134272] = dataminedUnclear, -- Cave Deposit, Stalagmite Cluster
- [134257] = dataminedUnclear, -- Daedra Dossier: Cold-Flame Atronach
- [134258] = dataminedUnclear, -- Prayer to the Furious One
- [134259] = dataminedUnclear, -- Malacath, God of Oaths and Curses
- [134260] = dataminedUnclear, -- Orcish Bas-Relief, Axe
- [134261] = dataminedUnclear, -- Orcish Bas-Relief, Sword
- [134262] = dataminedUnclear, -- Orcish Bas-Relief, Spear
- [134255] = dataminedUnclear, -- Transliminal Rupture
- [134256] = dataminedUnclear, -- Coldharbour Bookshelf, Filled Pillar
- [134253] = dataminedUnclear, -- Coldharbour Bookshelf, Filled Wide
- [134254] = dataminedUnclear, -- Seal of Molag Bal
- [132200] = dataminedUnclear, -- Imperial Well, Akatosh
- [132201] = dataminedUnclear, -- Tree, Kvatch Nut
- [132202] = dataminedUnclear, -- Rock, Anvil Limestone
- [132203] = dataminedUnclear, -- Stone, Anvil Limestone
- [132204] = dataminedUnclear, -- Imperial Statue, Truth
- [132197] = dataminedUnclear, -- Death Skeleton, Shrouded
- [134246] = dataminedUnclear, -- The Law of Gears
- [140297] = dataminedUnclear, -- Replica Throne of Alinor,
- [120851] = dataminedUnclear, -- Gallows,
- [120852] = dataminedUnclear, -- Holding Cell,
- [120853] = dataminedUnclear, -- Stockade,
- [130070] = dataminedUnclear, -- Daedric Spout, Arched,
- [120856] = dataminedUnclear, -- Yokudan Sarcophagus
- [120857] = dataminedUnclear, -- Yokudan Sarcophagus Lid
- [120858] = dataminedUnclear, -- Yokudan Tapestry
- [120860] = dataminedUnclear, -- Yokudan Throne
- [120861] = dataminedUnclear, -- Yokudan Sitting Griffin Statue
- [130080] = dataminedUnclear, -- Soul Gems, Scattered
- [130081] = dataminedUnclear, -- Soul-Shriven, Armored
- [130083] = dataminedUnclear, -- Daedric Block, Seat
- [130084] = dataminedUnclear, -- Daedric Tapestry, Molag Bal
- [130085] = dataminedUnclear, -- Daedric Banner, Molag Bal
- [130086] = dataminedUnclear, -- Daedric Pennant, Molag Bal
- [130089] = dataminedUnclear, -- Daedric Brazier, Molag Bal
- [130087] = dataminedUnclear, -- Daedric Shards, Coldharbour
- [120872] = dataminedUnclear, -- Daedric Pike, Daedroth Head
- [120874] = dataminedUnclear, -- Daedric Coffin, Lid
- [130091] = dataminedUnclear, -- Statue of Molag Bal, God of Schemes
- [120876] = dataminedUnclear, -- Gravestone, Imp Engraving
- [120877] = dataminedUnclear, -- Gravestone, Cracked
- [120880] = dataminedUnclear, -- Tombstone, Engraved, Decorative
- [120881] = dataminedUnclear, -- Tombstone, Engraved, Order of the Hour
- [120882] = dataminedUnclear, -- Tombstone, Small
- [132156] = dataminedUnclear, -- Briarheart Tree, Replica
- [132166] = dataminedUnclear, -- Death Skeleton, Robed
- [134447] = dataminedUnclear, -- Seal of Clan Bagrakh, Metal
- [134448] = dataminedUnclear, -- Seal of Clan Fharun, Metal
- [134454] = dataminedUnclear, -- Seal of Clan Morkul, Metal
- [134455] = dataminedUnclear, -- Seal of Clan Shatul, Metal
- [134456] = dataminedUnclear, -- Seal of Clan Tumnosh, Metal
- [134449] = dataminedUnclear, -- Seal of Clan Igrun, Metal
- [134474] = dataminedUnclear, -- Banner, Malacath
+ [130193] = dataminedUnclear, -- Robust Target Minotaur Handler
+ [130194] = dataminedUnclear, -- Target Stone Atronach
+ [130195] = dataminedUnclear, -- Target Iron Atronach
+ [130189] = dataminedUnclear, -- Tapestry of Sheogorath
+ [130190] = dataminedUnclear, -- Banner of Sheogorath
+ [134287] = dataminedUnclear, -- Projector TBD
+ [130192] = dataminedUnclear, -- Statue of Sheogorath, the Madgod
+ [130187] = dataminedUnclear, -- Statuette of Hircine, the Huntsman
+ [130188] = dataminedUnclear, -- Statuette of Molag Bal, Lord of Brutality
+ [134272] = dataminedUnclear, -- Cave Deposit, Stalagmite Cluster
+ [134257] = dataminedUnclear, -- Daedra Dossier: Cold-Flame Atronach
+ [134258] = dataminedUnclear, -- Prayer to the Furious One
+ [134259] = dataminedUnclear, -- Malacath, God of Oaths and Curses
+ [134260] = dataminedUnclear, -- Orcish Bas-Relief, Axe
+ [134261] = dataminedUnclear, -- Orcish Bas-Relief, Sword
+ [134262] = dataminedUnclear, -- Orcish Bas-Relief, Spear
+ [134255] = dataminedUnclear, -- Transliminal Rupture
+ [134256] = dataminedUnclear, -- Coldharbour Bookshelf, Filled Pillar
+ [134253] = dataminedUnclear, -- Coldharbour Bookshelf, Filled Wide
+ [134254] = dataminedUnclear, -- Seal of Molag Bal
+ [132200] = dataminedUnclear, -- Imperial Well, Akatosh
+ [132201] = dataminedUnclear, -- Tree, Kvatch Nut
+ [132202] = dataminedUnclear, -- Rock, Anvil Limestone
+ [132203] = dataminedUnclear, -- Stone, Anvil Limestone
+ [132204] = dataminedUnclear, -- Imperial Statue, Truth
+ [132197] = dataminedUnclear, -- Death Skeleton, Shrouded
+ [134246] = dataminedUnclear, -- The Law of Gears
+ [140297] = dataminedUnclear, -- Replica Throne of Alinor,
+ [120851] = dataminedUnclear, -- Gallows,
+ [120852] = dataminedUnclear, -- Holding Cell,
+ [120853] = dataminedUnclear, -- Stockade,
+ [130070] = dataminedUnclear, -- Daedric Spout, Arched,
+ [120856] = dataminedUnclear, -- Yokudan Sarcophagus
+ [120857] = dataminedUnclear, -- Yokudan Sarcophagus Lid
+ [120858] = dataminedUnclear, -- Yokudan Tapestry
+ [120860] = dataminedUnclear, -- Yokudan Throne
+ [120861] = dataminedUnclear, -- Yokudan Sitting Griffin Statue
+ [130080] = dataminedUnclear, -- Soul Gems, Scattered
+ [130081] = dataminedUnclear, -- Soul-Shriven, Armored
+ [130083] = dataminedUnclear, -- Daedric Block, Seat
+ [130084] = dataminedUnclear, -- Daedric Tapestry, Molag Bal
+ [130085] = dataminedUnclear, -- Daedric Banner, Molag Bal
+ [130086] = dataminedUnclear, -- Daedric Pennant, Molag Bal
+ [130089] = dataminedUnclear, -- Daedric Brazier, Molag Bal
+ [130087] = dataminedUnclear, -- Daedric Shards, Coldharbour
+ [120872] = dataminedUnclear, -- Daedric Pike, Daedroth Head
+ [120874] = dataminedUnclear, -- Daedric Coffin, Lid
+ [130091] = dataminedUnclear, -- Statue of Molag Bal, God of Schemes
+ [120876] = dataminedUnclear, -- Gravestone, Imp Engraving
+ [120877] = dataminedUnclear, -- Gravestone, Cracked
+ [120880] = dataminedUnclear, -- Tombstone, Engraved, Decorative
+ [120881] = dataminedUnclear, -- Tombstone, Engraved, Order of the Hour
+ [120882] = dataminedUnclear, -- Tombstone, Small
+ [132156] = dataminedUnclear, -- Briarheart Tree, Replica
+ [132166] = dataminedUnclear, -- Death Skeleton, Robed
+ [134447] = dataminedUnclear, -- Seal of Clan Bagrakh, Metal
+ [134448] = dataminedUnclear, -- Seal of Clan Fharun, Metal
+ [134454] = dataminedUnclear, -- Seal of Clan Morkul, Metal
+ [134455] = dataminedUnclear, -- Seal of Clan Shatul, Metal
+ [134456] = dataminedUnclear, -- Seal of Clan Tumnosh, Metal
+ [134449] = dataminedUnclear, -- Seal of Clan Igrun, Metal
+ [134474] = dataminedUnclear, -- Banner, Malacath
}
} -- Reach
FurC.MiscItemSources[FURC_DRAGONS] = { -- Reach
@@ -848,16 +878,16 @@ FurC.MiscItemSources[FURC_DRAGONS] = { -- Reach
[FURC_CROWN] = {
[134970] = getCrownPrice(100), -- Mushrooms, Glowing Sprawl
[134947] = getCrownPrice(100), -- Mushrooms, Glowing Field
- [134948] = getCrownPrice(400), -- Mushrooms, Glowing Cluster
- [134971] = getCrownPrice(400), -- Candles, Votive Group
- [134872] = getCrownPrice(400), -- Ancient Nord Brazier, Dragon Crest
- [134863] = getCrownPrice(400), -- Ancient Nord Sconce, Dragon Crest
- [134972] = getCrownPrice(400), -- Brotherhood Brazier, Wrought Iron
- [134849] = getCrownPrice(400), -- Monarch Butterfly Flock
- [134848] = getCrownPrice(400), -- Blue Butterfly Flock
- [94100] = getCrownPrice(50), -- Imperial BookCase, Swirled
- [130211] = getCrownPrice(50), -- Books, Ordered Row
- [130210] = getCrownPrice(50), -- Books, Scattered Row
+ [134948] = getCrownPrice(400), -- Mushrooms, Glowing Cluster
+ [134971] = getCrownPrice(400), -- Candles, Votive Group
+ [134872] = getCrownPrice(400), -- Ancient Nord Brazier, Dragon Crest
+ [134863] = getCrownPrice(400), -- Ancient Nord Sconce, Dragon Crest
+ [134972] = getCrownPrice(400), -- Brotherhood Brazier, Wrought Iron
+ [134849] = getCrownPrice(400), -- Monarch Butterfly Flock
+ [134848] = getCrownPrice(400), -- Blue Butterfly Flock
+ [94100] = getCrownPrice(50), -- Imperial BookCase, Swirled
+ [130211] = getCrownPrice(50), -- Books, Ordered Row
+ [130210] = getCrownPrice(50), -- Books, Scattered Row
}
}
@@ -870,22 +900,22 @@ FurC.MiscItemSources[FURC_CLOCKWORK] = { -- Reach
[134409] = automaton_loot_cc, -- Factotum Head, Obsolete
[134406] = automaton_loot_cc, -- Factotum Body, Obsolete
- [132348] = GetString(SI_FURC_QUESTREWARD) .. "the Brass Citadel", -- The Precursor
+ [132348] = questRewardString .. "the Brass Citadel", -- The Precursor
},
[FURC_JUSTICE] = {
- [134410] = stealable_cc, -- Clockwork Crank, Miniature
- [134411] = stealable_cc, -- Clockwork Gear Shaft, Miniature
- [134412] = stealable_cc, -- Clockwork Piston, Miniature
- [134413] = stealable_cc, -- Clockwork Magnifier, Handheld
- [134414] = stealable_cc, -- Clockwork Micrometer, Handheld
- [134415] = stealable_cc, -- Clockwork Dial Calipers, Handheld
- [134416] = stealable_cc, -- Clockwork Slide Calipers, Handheld
- [134402] = stealable, -- Spool, Empty
- [134400] = stealable, -- Soft Leather, Stacked
- [134401] = stealable, -- Soft Leather, Folded
- [134417] = stealable, -- Calipers, Handheld
- [134399] = stealable, -- Quality Fabric, Folded
- [117939] = stealable_woodworkers, -- Rough Axe, Practical
+ [134410] = stealable_cc, -- Clockwork Crank, Miniature
+ [134411] = stealable_cc, -- Clockwork Gear Shaft, Miniature
+ [134412] = stealable_cc, -- Clockwork Piston, Miniature
+ [134413] = stealable_cc, -- Clockwork Magnifier, Handheld
+ [134414] = stealable_cc, -- Clockwork Micrometer, Handheld
+ [134415] = stealable_cc, -- Clockwork Dial Calipers, Handheld
+ [134416] = stealable_cc, -- Clockwork Slide Calipers, Handheld
+ [134402] = stealable, -- Spool, Empty
+ [134400] = stealable, -- Soft Leather, Stacked
+ [134401] = stealable, -- Soft Leather, Folded
+ [134417] = stealable, -- Calipers, Handheld
+ [134399] = stealable, -- Quality Fabric, Folded
+ [117939] = stealable_woodworkers, -- Rough Axe, Practical
},
[FURC_CROWN] = {
[134266] = getCrownPrice(80), -- Daedric Books, Stacked
@@ -909,18 +939,18 @@ FurC.MiscItemSources[FURC_CLOCKWORK] = { -- Reach
},
[FURC_RUMOUR] = {
- [134422] = dataminedUnclear, -- Clockwork Sextant, Surveyor's
- [134403] = dataminedUnclear, -- Spool, Red Thread
- [134437] = dataminedUnclear, -- Clockwork Spinning Wheel, Sturdy
- [134441] = dataminedUnclear, -- Animo Core, Full
+ [134422] = dataminedUnclear, -- Clockwork Sextant, Surveyor's
+ [134403] = dataminedUnclear, -- Spool, Red Thread
+ [134437] = dataminedUnclear, -- Clockwork Spinning Wheel, Sturdy
+ [134441] = dataminedUnclear, -- Animo Core, Full
- [134384] = dataminedUnclear, -- Fabricant Tree, Decorative Electrum
- [134386] = dataminedUnclear, -- Fabricant Tree, Forked Cherry Blossom
- [134389] = dataminedUnclear, -- Fabricant Tree, Decorative Brass
- [134437] = dataminedUnclear, -- Clockwork Spinning Wheel, Sturdy
- [134441] = dataminedUnclear, -- Animo Core, Full
- [125509] = dataminedUnclear, -- Replica Dwarven Crown Crate
- [125516] = dataminedUnclear, -- Dwarven Gear Assembly, Grinding
+ [134384] = dataminedUnclear, -- Fabricant Tree, Decorative Electrum
+ [134386] = dataminedUnclear, -- Fabricant Tree, Forked Cherry Blossom
+ [134389] = dataminedUnclear, -- Fabricant Tree, Decorative Brass
+ [134437] = dataminedUnclear, -- Clockwork Spinning Wheel, Sturdy
+ [134441] = dataminedUnclear, -- Animo Core, Full
+ [125509] = dataminedUnclear, -- Replica Dwarven Crown Crate
+ [125516] = dataminedUnclear, -- Dwarven Gear Assembly, Grinding
}
@@ -972,8 +1002,8 @@ FurC.MiscItemSources[FURC_MORROWIND] = { -- Morrowind
[126756] = GetString(SI_FURC_TOMBS), -- Velothi Shroud, Mercy
[126773] = GetString(SI_FURC_TOMBS), -- Velothi Caisson, Crypt
- [126753] = GetString(SI_FURC_TOMBS), -- Velothi Cerecloth, Austere
- [126758] = GetString(SI_FURC_TOMBS), -- Velothi Mat, Prayer
+ [126753] = GetString(SI_FURC_TOMBS), -- Velothi Cerecloth, Austere
+ [126758] = GetString(SI_FURC_TOMBS), -- Velothi Mat, Prayer
[126757] = GetString(SI_FURC_TOMBS),
[126462] = GetString(SI_FURC_CHEST_VV), -- Telvanni Painting, Oversized Volcanic
@@ -1059,11 +1089,11 @@ FurC.MiscItemSources[FURC_MORROWIND] = { -- Morrowind
[125649] = plants_vvardenfell, -- Shrub, Flowering Dusk
- [126759] = questRewardSuran, -- Sir Sock's Ball of Yarn
+ [126759] = questRewardSuran, -- Sir Sock's Ball of Yarn
- [126592] = GetString(SI_FURC_PLANTS), -- Plants, Hanging Pitcher Pair
+ [126592] = GetString(SI_FURC_PLANTS), -- Plants, Hanging Pitcher Pair
- [126039] = scambox_dwemer, -- Statue of masked Clavicus Vile with Barbas
+ [126039] = scambox_dwemer, -- Statue of masked Clavicus Vile with Barbas
},
[FURC_CROWN] = {
@@ -1082,130 +1112,130 @@ FurC.MiscItemSources[FURC_MORROWIND] = { -- Morrowind
[126477] = getCrownPrice(560), -- Telvanni Streetlight, Organic Amber
[126478] = getCrownPrice(560), -- Telvanni Arched Light, Organic Amber
[126479] = getCrownPrice(310), -- Telvanni Sconce, Organic Amber
- [130202] = getCrownPrice(170), -- Ayleid Grate, Tall
- [130204] = getCrownPrice(410), -- Welkynd Stones, Glowing
- [130205] = getCrownPrice(680), -- Ayleid Statue, Pious Priest
- [130207] = getCrownPrice(270), -- Ayleid Plinth, Engraved
- [130216] = getCrownPrice(510), -- Witches' Basin, Scrying
- [130219] = getCrownPrice(240), -- Witches' Brazier, Beast Skull
- [121001] = getCrownPrice(45), -- Flowers, Golden Prairie
- [121002] = getCrownPrice(45), -- Flowers, Violet Prairie
- [130220] = getCrownPrice(3300), -- Hagraven Altar, Alchemical
- [130221] = getCrownPrice(430), -- Reachmen Cage, Sturdy
- [130222] = getCrownPrice(260), -- Hagraven Totem, Skull
- [130223] = getCrownPrice(340), -- Reachmen Rug, Mottled Skin
- [130225] = getCrownPrice(340), -- Skulls, Heap
- [130226] = getCrownPrice(85), -- Carcass, Hanging Deer
- [130227] = getCrownPrice(850), -- Witches' Tent, Lean-To
- [130229] = getCrownPrice(290), -- Tree, Wretched Cypress
- [130230] = getCrownPrice(90), -- Stump, Wretched Cypress
- [121017] = getCrownPrice(10), -- Bush, Dense Forest
- [121019] = getCrownPrice(10), -- Plants, Dense Underbrush
- [121027] = getCrownPrice(45), -- Hedge, Dense Low Arc
- [130247] = getCrownPrice(290), -- Tree, Fetid Cypress
- [121033] = getCrownPrice(25), -- Sapling, Sparse Laurel
- [121037] = getCrownPrice(30), -- Shrub, Sparse Pink
- [121038] = getCrownPrice(30), -- Plant, Paired White Hosta
- [121039] = getCrownPrice(30), -- Plant, Blooming White Hosta
- [121040] = getCrownPrice(30), -- Plant, Verdant Hosta
- [121041] = getCrownPrice(10), -- Plant, Young Verdant Hosta
- [121042] = getCrownPrice(10), -- Plant, Young Summer Hosta
- [121043] = getCrownPrice(30), -- Plant, Summer Hosta
- [121044] = getCrownPrice(30), -- Plant, Healthy White Hosta
- [121045] = getCrownPrice(25), -- Book Row, Decorative
- [121047] = getCrownPrice(25), -- Book Row, Long
- [121052] = getCrownPrice(100), -- Vase, Gilded Offering
- [121053] = getCrownPrice(170), -- Jar, Gilded Canopic
- [121054] = getCrownPrice(30), -- Breton Mug, Empty
- [121056] = getCrownPrice(25), -- Book Stack, Decorative
- [134379] = getCrownPrice(50), -- Boulder, Large Metallic Shard
- [134380] = getCrownPrice(110), -- Rocks, Sintered Arch
- [134381] = getCrownPrice(110), -- Rocks, Sintered Outcropping
- [130316] = getCrownPrice(25), -- Pumpkin, Frail
- [130317] = getCrownPrice(25), -- Pumpkin, Sickly
- [130318] = getCrownPrice(10), -- Crop, Wheat Pile
- [130319] = getCrownPrice(10), -- Crop, Wheat Stack
- [130322] = getCrownPrice(90), -- Tool, Harvest Scythe
- [130329] = getCrownPrice(240), -- Primal Brazier, Rock Slab
- [131425] = getCrownPrice(360), -- Orcish Tent, Soldier's
- [131426] = getCrownPrice(680), -- Orcish Tent, Officer's
- [131427] = getCrownPrice(1700), -- Orcish Tent, General's
- [134565] = getCrownPrice(130), -- Fabrication Tank, Reinforced
- [134566] = getCrownPrice(30), -- Shrub Cluster, Snowswept
- [134567] = getCrownPrice(10), -- Bush Cluster, Snowswept
- [134568] = getCrownPrice(40), -- Tree, Snowswept Evergreen
- [134569] = getCrownPrice(40), -- Trees, Snowswept Pair
- [134570] = getCrownPrice(110), -- Snow Pile
- [134571] = getCrownPrice(120), -- Snow Pile, Large
- [134572] = getCrownPrice(5), -- Stones, Snowswept Cluster
- [134573] = getCrownPrice(5), -- Stone, Snowswept Shard
- [134574] = getCrownPrice(50), -- Boulder, Snowswept Peak
- [134575] = getCrownPrice(50), -- Boulder, Snowswept Crag
- [134576] = getCrownPrice(190), -- Orcish Brazier, Snowswept Column
- [134577] = getCrownPrice(50), -- Ice Floe, Thin
- [134578] = getCrownPrice(110), -- Ice Floe, Thick
- [125482] = getCrownPrice(50), -- Boulder, Volcanic Crag
- [125484] = getCrownPrice(30), -- Bush, Lush Laurel
- [121399] = getCrownPrice(2000), -- Target Skeleton, Robust Khajiit
- [121400] = getCrownPrice(2000), -- Target Skeleton, Robust Argonian
- [120408] = getCrownPrice(25), -- Argonian Fish in a Basket
- [120409] = getCrownPrice(100), -- Argonian Rack, Woven
- [120412] = getCrownPrice(50), -- Noble's Chalice
- [120413] = getCrownPrice(30), -- Breton Pitcher, Clay
- [120414] = getCrownPrice(30), -- Breton Tankard, Empty
- [120415] = getCrownPrice(30), -- Breton Tankard, Full
- [120416] = getCrownPrice(40), -- Common Cloak on a Hook
- [120420] = getCrownPrice(140), -- Plaque, Bolted Deer Antlers
- [125545] = getCrownPrice(30), -- Fern, Young Dusky
- [120426] = getCrownPrice(1500), -- Target Skeleton, Khajiit
- [120427] = getCrownPrice(1500), -- Target Skeleton, Argonian
- [125548] = getCrownPrice(85), -- Flower, Towering Purple Bat Bloom
- [125549] = getCrownPrice(85), -- Flowers, Double Purple Bat Blooms
- [125554] = getCrownPrice(85), -- Flowers, Opposing Purple Bat Blooms
- [125555] = getCrownPrice(85), -- Flowers, Sullen Purple Bat Blooms
- [120464] = getCrownPrice(20), -- Rocks, Stacked Cracked
- [120465] = getCrownPrice(5), -- Stone, Tapered Rough
- [120466] = getCrownPrice(5), -- Pebble, Stacked Desert
- [120470] = getCrownPrice(25), -- Tree, Leaning Palm
- [120472] = getCrownPrice(25), -- Tree, Young Palm
- [120473] = getCrownPrice(60), -- Sapling, Thin Palm
- [120475] = getCrownPrice(70), -- Trees, Paired Wax Palms4
- [120482] = getCrownPrice(30), -- Cactus, Golden Bulbs
- [125603] = getCrownPrice(40), -- Mushroom, Stinkhorn Spore
- [120484] = getCrownPrice(30), -- Cactus, Golden Barrel
- [125605] = getCrownPrice(10), -- Mushroom, Young Erupted Stinkcap
- [120486] = getCrownPrice(30), -- Cactus, Stocky Columnar
- [125607] = getCrownPrice(10), -- Mushroom, Young Netch Shield
- [125610] = getCrownPrice(25), -- Mushrooms, Cave Bracket Cluster
- [120491] = getCrownPrice(30), -- Fern, Hearty Autumn
- [125616] = getCrownPrice(5), -- Pebble, Volcanic Chunk
- [125628] = getCrownPrice(70), -- Plant, Rosetted Sundew
- [126686] = getCrownPrice(400), -- Dwarven Chest, Relic
- [120481] = getCrownPrice(150), -- Tree, Ancient Juniper
+ [130202] = getCrownPrice(170), -- Ayleid Grate, Tall
+ [130204] = getCrownPrice(410), -- Welkynd Stones, Glowing
+ [130205] = getCrownPrice(680), -- Ayleid Statue, Pious Priest
+ [130207] = getCrownPrice(270), -- Ayleid Plinth, Engraved
+ [130216] = getCrownPrice(510), -- Witches' Basin, Scrying
+ [130219] = getCrownPrice(240), -- Witches' Brazier, Beast Skull
+ [121001] = getCrownPrice(45), -- Flowers, Golden Prairie
+ [121002] = getCrownPrice(45), -- Flowers, Violet Prairie
+ [130220] = getCrownPrice(3300), -- Hagraven Altar, Alchemical
+ [130221] = getCrownPrice(430), -- Reachmen Cage, Sturdy
+ [130222] = getCrownPrice(260), -- Hagraven Totem, Skull
+ [130223] = getCrownPrice(340), -- Reachmen Rug, Mottled Skin
+ [130225] = getCrownPrice(340), -- Skulls, Heap
+ [130226] = getCrownPrice(85), -- Carcass, Hanging Deer
+ [130227] = getCrownPrice(850), -- Witches' Tent, Lean-To
+ [130229] = getCrownPrice(290), -- Tree, Wretched Cypress
+ [130230] = getCrownPrice(90), -- Stump, Wretched Cypress
+ [121017] = getCrownPrice(10), -- Bush, Dense Forest
+ [121019] = getCrownPrice(10), -- Plants, Dense Underbrush
+ [121027] = getCrownPrice(45), -- Hedge, Dense Low Arc
+ [130247] = getCrownPrice(290), -- Tree, Fetid Cypress
+ [121033] = getCrownPrice(25), -- Sapling, Sparse Laurel
+ [121037] = getCrownPrice(30), -- Shrub, Sparse Pink
+ [121038] = getCrownPrice(30), -- Plant, Paired White Hosta
+ [121039] = getCrownPrice(30), -- Plant, Blooming White Hosta
+ [121040] = getCrownPrice(30), -- Plant, Verdant Hosta
+ [121041] = getCrownPrice(10), -- Plant, Young Verdant Hosta
+ [121042] = getCrownPrice(10), -- Plant, Young Summer Hosta
+ [121043] = getCrownPrice(30), -- Plant, Summer Hosta
+ [121044] = getCrownPrice(30), -- Plant, Healthy White Hosta
+ [121045] = getCrownPrice(25), -- Book Row, Decorative
+ [121047] = getCrownPrice(25), -- Book Row, Long
+ [121052] = getCrownPrice(100), -- Vase, Gilded Offering
+ [121053] = getCrownPrice(170), -- Jar, Gilded Canopic
+ [121054] = getCrownPrice(30), -- Breton Mug, Empty
+ [121056] = getCrownPrice(25), -- Book Stack, Decorative
+ [134379] = getCrownPrice(50), -- Boulder, Large Metallic Shard
+ [134380] = getCrownPrice(110), -- Rocks, Sintered Arch
+ [134381] = getCrownPrice(110), -- Rocks, Sintered Outcropping
+ [130316] = getCrownPrice(25), -- Pumpkin, Frail
+ [130317] = getCrownPrice(25), -- Pumpkin, Sickly
+ [130318] = getCrownPrice(10), -- Crop, Wheat Pile
+ [130319] = getCrownPrice(10), -- Crop, Wheat Stack
+ [130322] = getCrownPrice(90), -- Tool, Harvest Scythe
+ [130329] = getCrownPrice(240), -- Primal Brazier, Rock Slab
+ [131425] = getCrownPrice(360), -- Orcish Tent, Soldier's
+ [131426] = getCrownPrice(680), -- Orcish Tent, Officer's
+ [131427] = getCrownPrice(1700), -- Orcish Tent, General's
+ [134565] = getCrownPrice(130), -- Fabrication Tank, Reinforced
+ [134566] = getCrownPrice(30), -- Shrub Cluster, Snowswept
+ [134567] = getCrownPrice(10), -- Bush Cluster, Snowswept
+ [134568] = getCrownPrice(40), -- Tree, Snowswept Evergreen
+ [134569] = getCrownPrice(40), -- Trees, Snowswept Pair
+ [134570] = getCrownPrice(110), -- Snow Pile
+ [134571] = getCrownPrice(120), -- Snow Pile, Large
+ [134572] = getCrownPrice(5), -- Stones, Snowswept Cluster
+ [134573] = getCrownPrice(5), -- Stone, Snowswept Shard
+ [134574] = getCrownPrice(50), -- Boulder, Snowswept Peak
+ [134575] = getCrownPrice(50), -- Boulder, Snowswept Crag
+ [134576] = getCrownPrice(190), -- Orcish Brazier, Snowswept Column
+ [134577] = getCrownPrice(50), -- Ice Floe, Thin
+ [134578] = getCrownPrice(110), -- Ice Floe, Thick
+ [125482] = getCrownPrice(50), -- Boulder, Volcanic Crag
+ [125484] = getCrownPrice(30), -- Bush, Lush Laurel
+ [121399] = getCrownPrice(2000), -- Target Skeleton, Robust Khajiit
+ [121400] = getCrownPrice(2000), -- Target Skeleton, Robust Argonian
+ [120408] = getCrownPrice(25), -- Argonian Fish in a Basket
+ [120409] = getCrownPrice(100), -- Argonian Rack, Woven
+ [120412] = getCrownPrice(50), -- Noble's Chalice
+ [120413] = getCrownPrice(30), -- Breton Pitcher, Clay
+ [120414] = getCrownPrice(30), -- Breton Tankard, Empty
+ [120415] = getCrownPrice(30), -- Breton Tankard, Full
+ [120416] = getCrownPrice(40), -- Common Cloak on a Hook
+ [120420] = getCrownPrice(140), -- Plaque, Bolted Deer Antlers
+ [125545] = getCrownPrice(30), -- Fern, Young Dusky
+ [120426] = getCrownPrice(1500), -- Target Skeleton, Khajiit
+ [120427] = getCrownPrice(1500), -- Target Skeleton, Argonian
+ [125548] = getCrownPrice(85), -- Flower, Towering Purple Bat Bloom
+ [125549] = getCrownPrice(85), -- Flowers, Double Purple Bat Blooms
+ [125554] = getCrownPrice(85), -- Flowers, Opposing Purple Bat Blooms
+ [125555] = getCrownPrice(85), -- Flowers, Sullen Purple Bat Blooms
+ [120464] = getCrownPrice(20), -- Rocks, Stacked Cracked
+ [120465] = getCrownPrice(5), -- Stone, Tapered Rough
+ [120466] = getCrownPrice(5), -- Pebble, Stacked Desert
+ [120470] = getCrownPrice(25), -- Tree, Leaning Palm
+ [120472] = getCrownPrice(25), -- Tree, Young Palm
+ [120473] = getCrownPrice(60), -- Sapling, Thin Palm
+ [120475] = getCrownPrice(70), -- Trees, Paired Wax Palms4
+ [120482] = getCrownPrice(30), -- Cactus, Golden Bulbs
+ [125603] = getCrownPrice(40), -- Mushroom, Stinkhorn Spore
+ [120484] = getCrownPrice(30), -- Cactus, Golden Barrel
+ [125605] = getCrownPrice(10), -- Mushroom, Young Erupted Stinkcap
+ [120486] = getCrownPrice(30), -- Cactus, Stocky Columnar
+ [125607] = getCrownPrice(10), -- Mushroom, Young Netch Shield
+ [125610] = getCrownPrice(25), -- Mushrooms, Cave Bracket Cluster
+ [120491] = getCrownPrice(30), -- Fern, Hearty Autumn
+ [125616] = getCrownPrice(5), -- Pebble, Volcanic Chunk
+ [125628] = getCrownPrice(70), -- Plant, Rosetted Sundew
+ [126686] = getCrownPrice(400), -- Dwarven Chest, Relic
+ [120481] = getCrownPrice(150), -- Tree, Ancient Juniper
},
[FURC_JUSTICE] = {
[126481] = stealable_priests .. " on Vvardenfell", -- Indoril Incense, Burning
[126772] = stealable_thief -- Khajiiti Ponder sphere
},
[FURC_RUMOUR] = {
- [132531] = dataminedUnclear, -- Hlaalu Planter, Tall
- [120411] = dataminedUnclear, -- Noble's Chalice of Wine
- [120417] = dataminedUnclear, -- Redguard Barrel, Corded
- [126568] = dataminedUnclear, -- Daedric Urn, Ritual
- [125550] = dataminedUnclear, -- Flowers, Lava Blooms
- [126588] = dataminedUnclear, -- Vvardenfell Pitcher Plants, Hanging Bunch
- [126589] = dataminedUnclear, -- Vvardenfell Mushrooms, Bloodtooth
- [126590] = dataminedUnclear, -- Vvardenfell Mushrooms, Lavaburst
- [125569] = dataminedUnclear, -- Hlaalu Sidewalk, Sillar Stone Corner
- [125570] = dataminedUnclear, -- Hlaalu Stairs, Sillar Stone
- [125576] = dataminedUnclear, -- Hlaalu Wall Pillar, Sillar Stone
- [125581] = dataminedUnclear, -- Mushroom, Buttercake
- [125583] = dataminedUnclear, -- Mushroom, Cave Bracket
- [125589] = dataminedUnclear, -- Mushroom, Lavaburst Bud
- [125591] = dataminedUnclear, -- Mushroom, Lavaburst Patch
- [125597] = dataminedUnclear, -- Mushroom, Polyp Stinkhorn
- [125598] = dataminedUnclear, -- Mushroom, Emerging Stinkhorn
- [127149] = dataminedUnclear, -- Morrowind Banner of the 6th House
+ [132531] = dataminedUnclear, -- Hlaalu Planter, Tall
+ [120411] = dataminedUnclear, -- Noble's Chalice of Wine
+ [120417] = dataminedUnclear, -- Redguard Barrel, Corded
+ [126568] = dataminedUnclear, -- Daedric Urn, Ritual
+ [125550] = dataminedUnclear, -- Flowers, Lava Blooms
+ [126588] = dataminedUnclear, -- Vvardenfell Pitcher Plants, Hanging Bunch
+ [126589] = dataminedUnclear, -- Vvardenfell Mushrooms, Bloodtooth
+ [126590] = dataminedUnclear, -- Vvardenfell Mushrooms, Lavaburst
+ [125569] = dataminedUnclear, -- Hlaalu Sidewalk, Sillar Stone Corner
+ [125570] = dataminedUnclear, -- Hlaalu Stairs, Sillar Stone
+ [125576] = dataminedUnclear, -- Hlaalu Wall Pillar, Sillar Stone
+ [125581] = dataminedUnclear, -- Mushroom, Buttercake
+ [125583] = dataminedUnclear, -- Mushroom, Cave Bracket
+ [125589] = dataminedUnclear, -- Mushroom, Lavaburst Bud
+ [125591] = dataminedUnclear, -- Mushroom, Lavaburst Patch
+ [125597] = dataminedUnclear, -- Mushroom, Polyp Stinkhorn
+ [125598] = dataminedUnclear, -- Mushroom, Emerging Stinkhorn
+ [127149] = dataminedUnclear, -- Morrowind Banner of the 6th House
}
}
FurC.MiscItemSources[FURC_HOMESTEAD] = {
diff --git a/startup.lua b/startup.lua
index 44e2cdb..59fd040 100644
--- a/startup.lua
+++ b/startup.lua
@@ -28,6 +28,7 @@ FURC_DRAGONS = 6
FURC_ALTMER = 7
FURC_WEREWOLF = 8
FURC_SLAVES = 9
+FURC_WOTL = 10
FurC.Const = {
vendorColor = "d68957",